index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
zcml
Age
Commit message (
Expand
)
Author
2011-01-18
- Most references to ZCML in narrative chapters have been removed or
Chris McDonough
2011-01-16
- The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster
Chris McDonough
2011-01-07
- Allow ``decorator`` and ``mapper`` arguments to view ZCML directive.
Chris McDonough
2010-12-31
handlers_chapter -> views_chapter
Jamaludin Ahmad
2010-12-18
model->resource; make docs render without warnings
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-12-09
- Add a ``handler`` ZCML directive. This directive does the same thing as
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-11-20
convert stray references to colon routing syntax to squiggly syntax
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-07
- All references to events by interface
Chris McDonough
2010-11-04
- The ``request_type`` argument to the ``view`` ZCML directive, the
Chris McDonough
2010-11-02
- The default ``cookie_name`` value of the ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2010-10-29
bfg_view -> view_config
Chris McDonough
2010-10-28
merge static view bugfixes/features from bfg trunk
Chris McDonough
2010-10-25
convert remainder of docs to use pyramid instead of repoze.bfg
Chris McDonough
2010-10-25
convert zcml docs to Pyramid
Chris McDonough
2010-09-10
s/encrypt/sign
Chris McDonough
2010-09-09
typos and add to latex
Chris McDonough
2010-09-09
Features
Chris McDonough
2010-09-08
- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now
Chris McDonough
2010-08-30
- The ZCML ``include`` directive docs were incorrect: they specified
Chris McDonough
2010-07-24
Remove match_val feature: it's a pretty nuisance
Chris McDonough
2010-07-23
- New argument to ``repoze.bfg.configuration.Configurator.add_route``
Chris McDonough
2010-07-15
Features
Chris McDonough
2010-06-30
more documentation fallout from allowing predicates access to route matching ...
Chris McDonough
2010-04-25
Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/rep...
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-02-02
- Remove ``view_header``, ``view_accept``, ``view_xhr``,
Chris McDonough
2010-01-24
Merge reversepolarity branch.
Chris McDonough
2010-01-19
Spellcheck.
Chris McDonough
2010-01-19
Bug Fixes
Chris McDonough
2010-01-17
Using a single chapter for the API docs and a single chapter for the ZCML dir...
Chris McDonough