summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-10gardeningChris McDonough
2011-04-10rocky added i18n to jinja2Chris McDonough
2011-04-10- An exception raised by a NewRequest event subscriber can now be caught byChris McDonough
an exception view.
2011-04-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-04-06- ``testing.DummyRequest`` used the wrong registry (the global registry) asChris McDonough
``self.registry`` if a dummy request was created *before* ``testing.setUp`` was executed (``testing.setUp`` pushes a local registry onto the threadlocal stack). Fixed by implementing ``registry`` as a property for DummyRequest instead of eagerly assigning an attribute. See also https://github.com/Pylons/pyramid/issues/165 Closes #165.
2011-04-05changed css fonts loading from google to pylonsprojectBlaise Laflamme
2011-04-01Ignore virtualenv debris.Chris Rossi
2011-04-01add patricio to list of contributorsChris McDonough
2011-04-01Merge branch 'ppaez-zodb-tutorial'Chris McDonough
2011-04-01Merge branch 'zodb-tutorial' of https://github.com/ppaez/pyramid into ↵Chris McDonough
ppaez-zodb-tutorial
2011-04-01- Static views registered with ``config.add_static_view`` which also includedChris McDonough
a ``permission`` keyword argument would not work as expected, because ``add_static_view`` also registered a route factory internally. Because a route factory was registered internally, the context checked by the Pyramid permission machinery never had an ACL. ``add_static_view`` no longer registers a route with a factory, so the default root factory will be used. - ``config.add_static_view`` now passes extra keyword arguments it receives to ``config.add_route`` (calling add_static_view is mostly logically equivalent to adding a view of the type ``pyramid.static.static_view`` hooked up to a route with a subpath). This makes it possible to pass e.g., ``factory=`` to ``add_static_view`` to protect a particular static view with a custom ACL. Closes #161.
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
2011-03-31Sync note with SQLAlchemy tutorialPatricio Paez
2011-03-30Sync Declaring Dependencies with the SQLAlchemy tutorialPatricio Paez
2011-03-30Move the Declaring Dependencies topic to the Defining Views sectionPatricio Paez
2011-03-30condition coverageChris McDonough
2011-03-29condition coverageChris McDonough
2011-03-29stray cut and pasteChris McDonough
2011-03-29Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-03-29branch coverageChris McDonough
2011-03-29fixed typocguardia
2011-03-29branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28remove bogus branchChris McDonough
2011-03-28branch will never be falseChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28statement coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28Merge branch 'ppaez-master'Chris McDonough
2011-03-28Merge branch 'master' of https://github.com/ppaez/pyramid into ppaez-masterChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-26Simplify the Defining the Domain Model section in the ZODB tutorialPatricio Paez
and standardize with the SQLAlchemy tutorial
2011-03-25note requirement for multidict docsChris McDonough
2011-03-25Merge branch 'jayd3e-master'Chris McDonough
2011-03-25Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txtJoe Dallago
file, b/c the terminology change doesn't apply to version 1.0. Also changed the output of the paster create command in project.rst back to its original state.
2011-03-24It was decided that pyramid would undergo a terminology change.Joe Dallago
'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology.
2011-03-24Merge remote branch 'source/master'Alexandre Bourget
Conflicts: docs/narr/hooks.rst
2011-03-24Fix some typos.Alexandre Bourget
2011-03-22- Include SCRIPT_NAME in redirects issued byChris McDonough
``pyramid.view.append_slash_notfound_view`` (see https://github.com/Pylons/pyramid/issues#issue/149). Closes #149
2011-03-22Merge branch 'cguardia-master'Chris McDonough
2011-03-22Merge branch 'master' of https://github.com/cguardia/pyramid into ↵Chris McDonough
cguardia-master