summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-14Correct spelling of my nameWichert Akkerman
2011-05-14applied some of the suggestions from issue #189. closes #189Chris McDonough
2011-05-14use lingua in docs (thanks to wichert)Chris McDonough
2011-05-13- The ``add_route`` method of the Configurator now accepts a ``static``Chris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-05-05Fixed some line numbers in the docs.Michael Merickel
2011-05-05Fixed a bug in the wiki2/auth tutorial.Michael Merickel
2011-05-04Revert "test adding theme as a submodule"cguardia
2011-05-04Revert "fixed makefile to update theme submodule correctly"cguardia
2011-05-04code refactoring for showing route->view relationship more correctly; tests a...cguardia
2011-04-27Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-25spell it out entirelyChris McDonough
2011-04-25Merge branch 'master' of https://github.com/Pylons/pyramidcguardia
2011-04-24Merge branch 'zodb-tutorial-test-reorg' of https://github.com/ppaez/pyramid i...Chris McDonough
2011-04-24Merge branch 'master' of https://github.com/jdnavarro/pyramid into jdnavarro-...Chris McDonough
2011-04-24fix rendering issueChris McDonough
2011-04-23BFG -> PyramidDanny Navarro
2011-04-22fix merge conflictsChris McDonough
2011-04-22- Make sure deprecation warnings aren't raised when tests are run.Chris McDonough
2011-04-22Merge branch 'disambiguate_add_route' of https://github.com/mmerickel/pyramid...Chris McDonough
2011-04-22version bumpChris McDonough
2011-04-21add 'adding a custom settings'Chris McDonough
2011-04-20Sync with SQLAlchemy wiki tutorialPatricio Paez
2011-04-20Adding Tests in the ZODB wiki tutorialPatricio Paez
2011-04-20Fixed typos and added clarifications in a tutorialKirk Strauser
2011-04-20Upgraded the url dispatch tutorials to use add_view.Michael Merickel
2011-04-20Converting docs to deprecate view parameters in config.add_route.Michael Merickel
2011-04-19renderingChris McDonough
2011-04-19renderingChris McDonough
2011-04-19clarifyChris McDonough
2011-04-18fixed makefile to update theme submodule correctlycguardia
2011-04-18- Deprecated all assignments to ``request.response_*`` attributes such asChris McDonough
2011-04-18test adding theme as a submodulecguardia
2011-04-16Consolidate two identical paragraphsPatricio Paez
2011-04-16ZODB tutorial Adding Authorization reorganizePatricio Paez
2011-04-16Improve ZODB tutorial (Adding Authorization)Patricio Paez
2011-04-13- Add missing docs reference toChris McDonough
2011-04-13- Make ``pyramid.interfaces.IAuthenticationPolicy`` andChris McDonough
2011-04-11pyramid_sqla -> akhetChris McDonough
2011-04-11add description of MANIFEST.inChris McDonough
2011-04-11make prettierChris McDonough
2011-04-11fix improper use of :ref: (should have been :meth:)Chris McDonough
2011-04-10Wrong attribute name; closes #146.Chris McDonough
2011-04-01add patricio to list of contributorsChris McDonough
2011-03-31Move Viewing the Application in a Browser upPatricio Paez
2011-03-31Fix typos in the tutorialsPatricio Paez
2011-03-31Sync the Defining Views intro with the SQLAlchemy tutorialPatricio Paez