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
/
CHANGES.txt
Age
Commit message (
Expand
)
Author
2011-01-16
Remove configurator.add_handler, handler-related functions and methods from p...
Chris McDonough
2011-01-16
- When ``Configurator.include`` is passed a *module* as an argument, it
Chris McDonough
2011-01-16
- Add ``add_directive`` method to configurator, which allows framework
Chris McDonough
2011-01-15
- URL Dispatch properly handles a '.*' or '*' appearing in a regex match
Ben Bangert
2011-01-14
- Add ``charset`` attribute to ``pyramid.testing.DummyRequest``
Chris McDonough
2011-01-12
- Deprecation warnings related to import of the following API functions were
Chris McDonough
2011-01-12
- Document the ``request.override_renderer`` attribute within the narrative
Chris McDonough
2011-01-12
Features
Chris McDonough
2011-01-08
back to development
Chris McDonough
2011-01-08
prep for 1.0a9
Chris McDonough
2011-01-08
garden
Chris McDonough
2011-01-08
garden
Chris McDonough
2011-01-08
garden
Chris McDonough
2011-01-08
- ``pyramid.interfaces.ISession.get_csrf_token`` now mandates that an
Chris McDonough
2011-01-07
add note about view mapper docs
Chris McDonough
2011-01-07
- Rename ``view_mapper`` argument to add_view to ``mapper``.
Chris McDonough
2011-01-06
- Readd ``pyramid.traversal.model_path_tuple`` as an alias for
Chris McDonough
2011-01-05
- Instances of ``pyramid.testing.DummyRequest`` now have a ``session``
Chris McDonough
2011-01-03
- Add a new API ``pyramid.url.current_route_url``, which computes a URL based
Chris McDonough
2011-01-03
gardening
Chris McDonough
2011-01-03
Merge branch 'jkrebs-master'
Chris McDonough
2011-01-02
- Allow static renderer provided during view registration to be overridden at
Chris McDonough
2011-01-02
- add a ``add_view_mapper`` API to Configurator. This API allows you to add
Chris McDonough
2011-01-01
quote literal
Chris McDonough
2011-01-01
- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.
Chris McDonough
2010-12-31
- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an
Chris McDonough
2010-12-31
- A view callable wrapper registered in the registry now contains an
Chris McDonough
2010-12-31
note previous change
Chris McDonough
2010-12-30
stray header line
Chris McDonough
2010-12-30
- The "view derivation" code is now factored into a set of classes rather
Chris McDonough
2010-12-29
Merge remote branch 'refs/remotes/upstream/viewderiver' into ra_view_decoration
Rob Miller
2010-12-29
Removed self arguments from new ISession method signatures.
Joachim Krebs
2010-12-29
- The (weak) "Converting a CMF Application to Pyramid" tutorial has been
Chris McDonough
2010-12-28
record handler _action_decorator classmethod support
Rob Miller
2010-12-28
Recorded description of last change and added self to contributors list.
Rob Miller
2010-12-28
When using the auth_tkt authentication plugin accept a ``tokens`` parameter i...
Wichert Akkerman
2010-12-28
- The ``proutes`` command tried too hard to resolve the view for printing,
Chris McDonough
2010-12-28
back to development
Chris McDonough
2010-12-27
Prep for 1.0a8.
Chris McDonough
2010-12-27
- Add ``paster proute`` command which displays a summary of the routing
Chris McDonough
2010-12-26
- Merge "Static Assets" chapter into the "Assets" chapter.
Chris McDonough
2010-12-26
- Move ZCML usage in Hooks chapter to Declarative Configuration chapter.
Chris McDonough
2010-12-25
- Prevent misunderstanding of how the ``view`` and ``view_permission``
Chris McDonough
2010-12-24
- Changed "Static Assets" narrative chapter: clarify that ``name`` represents
Chris McDonough
2010-12-24
note timtowti
Chris McDonough
2010-12-24
- Added "Advanced Configuration" narrative chapter which documents how to
Chris McDonough
2010-12-24
- Fix API documentation rendering for ``pyramid.view.static``
Chris McDonough
2010-12-23
- The name ``registry`` was not available in the ``paster pshell``
Chris McDonough
2010-12-22
- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it
Chris McDonough
2010-12-22
- Added CSRF token generation, as described in the narrative chapter entitled
Chris McDonough
[prev]
[next]