summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Expand)Author
2011-01-16Remove 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, itChris McDonough
2011-01-16- Add ``add_directive`` method to configurator, which allows frameworkChris McDonough
2011-01-15- URL Dispatch properly handles a '.*' or '*' appearing in a regex matchBen 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 wereChris McDonough
2011-01-12- Document the ``request.override_renderer`` attribute within the narrativeChris McDonough
2011-01-12FeaturesChris McDonough
2011-01-08back to developmentChris McDonough
2011-01-08prep for 1.0a9Chris McDonough
2011-01-08gardenChris McDonough
2011-01-08gardenChris McDonough
2011-01-08gardenChris McDonough
2011-01-08- ``pyramid.interfaces.ISession.get_csrf_token`` now mandates that anChris McDonough
2011-01-07add note about view mapper docsChris 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 forChris 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 basedChris McDonough
2011-01-03gardeningChris McDonough
2011-01-03Merge branch 'jkrebs-master'Chris McDonough
2011-01-02- Allow static renderer provided during view registration to be overridden atChris McDonough
2011-01-02- add a ``add_view_mapper`` API to Configurator. This API allows you to addChris McDonough
2011-01-01quote literalChris 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 anChris McDonough
2010-12-31- A view callable wrapper registered in the registry now contains anChris McDonough
2010-12-31note previous changeChris McDonough
2010-12-30stray header lineChris McDonough
2010-12-30- The "view derivation" code is now factored into a set of classes ratherChris McDonough
2010-12-29Merge remote branch 'refs/remotes/upstream/viewderiver' into ra_view_decorationRob Miller
2010-12-29Removed self arguments from new ISession method signatures.Joachim Krebs
2010-12-29- The (weak) "Converting a CMF Application to Pyramid" tutorial has beenChris McDonough
2010-12-28record handler _action_decorator classmethod supportRob Miller
2010-12-28Recorded description of last change and added self to contributors list.Rob Miller
2010-12-28When 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-28back to developmentChris McDonough
2010-12-27Prep for 1.0a8.Chris McDonough
2010-12-27- Add ``paster proute`` command which displays a summary of the routingChris 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`` representsChris McDonough
2010-12-24note timtowtiChris McDonough
2010-12-24- Added "Advanced Configuration" narrative chapter which documents how toChris 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, itChris McDonough
2010-12-22- Added CSRF token generation, as described in the narrative chapter entitledChris McDonough