summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-03Fixed quote chars.Christoph Zwerschke
2011-06-02Some typos, better quoting in Traversal docs.Christoph Zwerschke
2011-06-02Fix wrong parameter name.Christoph Zwerschke
2011-05-31Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-30Merge pull request #200 from ppaez/tutorial-updatesCarlos de la Guardia
Wiki tutorial updates
2011-05-30Sync Adding Authorization on both wiki tutorialsPatricio Paez
2011-05-30Improvements to Adding Authorization of the wiki tutorialsPatricio Paez
2011-05-30Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-30Merge pull request #198 from mmerickel/fix_wildcard_dispatchChris McDonough
Fixed a bug in dispatch matching * at the end of a route.
2011-05-30add design defense entry for simpler traversalChris McDonough
2011-05-30Removed a pdb trace. Oops!Michael Merickel
2011-05-30Fixed a bug in dispatch matching * at the end of a route.Michael Merickel
If there was another * in the pattern the check would fail, causing the final wildcard to be ignored.
2011-05-27Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-27Merge pull request #197 from mmerickel/mako_defaultsChris McDonough
Attempt to fix issue #193 by setting mako default filter to 'h'.
2011-05-27Attempt to fix issue #193 by setting mako default filter to 'h'.Michael Merickel
2011-05-26Fix typo to close issue 196.Carlos de la Guardia
2011-05-25add docs about configuring a session factory for this authentication policy ↵Chris McDonough
to work
2011-05-25add notifications for new featureChris McDonough
2011-05-25Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-25Merge pull request #194 from mmerickel/session_authnChris McDonough
Session-based authentication policy
2011-05-25Finally got around to signing the contrib agreement.Michael Merickel
2011-05-25Added a simple session-based authentication policy.Michael Merickel
2011-05-18added correct module name to method references so that proper links are ↵John Anderson
generated
2011-05-15gardenChris McDonough
2011-05-15docstring/comment changesChris McDonough
2011-05-14template -> scaffoldChris McDonough
2011-05-14Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-14add 'What's new In Pyramid 1.1' documentChris McDonough
2011-05-14Merge pull request #190 from wichert/masterCarlos de la Guardia
Correct a typo in my surname
2011-05-14Correct spelling of my nameWichert Akkerman
2011-05-14applied some of the suggestions from issue #189. closes #189Chris McDonough
2011-05-14gardenChris McDonough
2011-05-14use lingua in docs (thanks to wichert)Chris McDonough
2011-05-13good enoughChris McDonough
2011-05-13fix IRouteMapper interface to match realityChris McDonough
2011-05-13- The ``add_route`` method of the Configurator now accepts a ``static``Chris McDonough
argument. If this argument is ``True``, the added route will never be considered for matching when a request is handled. Instead, it will only be useful for URL generation via ``route_url`` and ``route_path``. See the section entitled "Static Routes" in the URL Dispatch narrative chapter for more information.
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
interface API documentation.
2011-05-13note location changeChris McDonough
2011-05-12rename 'paster_templates' to 'scaffolds', adjust referencesChris McDonough
2011-05-12zcml not part of pyramid itself anymoreChris McDonough
2011-05-12gardenChris McDonough
2011-05-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-11Silence stupid deprecation under Python >= 2.7.Tres Seaver
2011-05-10Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-05-10Merge pull request #187 from aodag/masterTres Seaver
Instances if DefaultViewMapper provide IViewMapper. The class itself provides IViewMapperFactory.
2011-05-09Merge pull request #188 from dairiki/masterCarlos de la Guardia
Trivial doc typos...
2011-05-09fixes trivial doc typosGeoffrey T. Dairiki
2011-05-09wrong declaring for provided and implemented interface of DefaultViewMapper.Atsushi Odagiri
2011-05-05added note about constructor argument for same purpose, for uniformitycguardia
2011-05-05removed meth indicator, which caused parentheses to show beside the name of ↵cguardia
the argument