summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Expand)Author
2011-01-19- Fix deprecated example showing ``chameleon_zpt`` API call in testingChris McDonough
2011-01-19- The default value for the ``cookie_on_exception`` parameter toChris McDonough
2011-01-19changelog entry for authtkt tokens featureChris McDonough
2011-01-19Merge branch 'tokens'Wichert Akkerman
2011-01-19- When a ``pyramid.exceptions.Forbidden`` error is raised, its status codeChris McDonough
2011-01-19reformatChris McDonough
2011-01-19Add changelog entry about merging caseman-masterChris McDonough
2011-01-18prep for 1.0a10Chris McDonough
2011-01-18- Most references to ZCML in narrative chapters have been removed orChris McDonough
2011-01-18descriptionsChris McDonough
2011-01-18- The ``make_app`` function has been removed from the ``pyramid.router``Chris McDonough
2011-01-16- The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` pasterChris McDonough
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