| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-01 | - Static views registered with ``config.add_static_view`` which also included | Chris 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-30 | condition coverage | Chris McDonough | |
| 2011-03-29 | condition coverage | Chris McDonough | |
| 2011-03-29 | stray cut and paste | Chris McDonough | |
| 2011-03-29 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-03-29 | branch coverage | Chris McDonough | |
| 2011-03-29 | fixed typo | cguardia | |
| 2011-03-29 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | remove bogus branch | Chris McDonough | |
| 2011-03-28 | branch will never be false | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | statement coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | Merge branch 'ppaez-master' | Chris McDonough | |
| 2011-03-28 | Merge branch 'master' of https://github.com/ppaez/pyramid into ppaez-master | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-26 | Simplify the Defining the Domain Model section in the ZODB tutorial | Patricio Paez | |
| and standardize with the SQLAlchemy tutorial | |||
| 2011-03-25 | note requirement for multidict docs | Chris McDonough | |
| 2011-03-25 | Merge branch 'jayd3e-master' | Chris McDonough | |
| 2011-03-25 | Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txt | Joe 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-24 | It 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-24 | Merge remote branch 'source/master' | Alexandre Bourget | |
| Conflicts: docs/narr/hooks.rst | |||
| 2011-03-24 | Fix some typos. | Alexandre Bourget | |
| 2011-03-22 | - Include SCRIPT_NAME in redirects issued by | Chris McDonough | |
| ``pyramid.view.append_slash_notfound_view`` (see https://github.com/Pylons/pyramid/issues#issue/149). Closes #149 | |||
| 2011-03-22 | Merge branch 'cguardia-master' | Chris McDonough | |
| 2011-03-22 | Merge branch 'master' of https://github.com/cguardia/pyramid into ↵ | Chris McDonough | |
| cguardia-master | |||
| 2011-03-21 | changed mentions of repoze.tm to repoze.tm2 to fix issue 151 | cguardia | |
| 2011-03-21 | note promise | Chris McDonough | |
| 2011-03-20 | dont bother covering post method | Chris McDonough | |
| 2011-03-20 | review changes to sqla tutorial | Chris McDonough | |
| 2011-03-19 | update description of shootout | Chris McDonough | |
| 2011-03-19 | new nosexcover only works with new coverage | Chris McDonough | |
| 2011-03-18 | add more docstring to DummyRequest: Closes #150 | Chris McDonough | |
| 2011-03-16 | Merge branch 'cguardia-master' | Chris McDonough | |
| 2011-03-16 | Merge branch 'master' of https://github.com/cguardia/pyramid into ↵ | Chris McDonough | |
| cguardia-master | |||
| 2011-03-16 | sorry for the convenience | Chris McDonough | |
| 2011-03-15 | Restructured the routes wiki tutorial to make it easier to follow along. ↵ | Carlos de la Guardia | |
| Moved the routes tutorial above the traversal tutorial. | |||
| 2011-03-09 | leave some breadcrumbs for finding renderered response attribute settings | Chris McDonough | |
| 2011-03-05 | add section about pluggable apps | Chris McDonough | |
| 2011-03-02 | Closes #128 | Chris McDonough | |
| 2011-03-02 | Closes #125 | Chris McDonough | |
| 2011-03-01 | Add change note for dnouri's solution to issue 141. | Chris McDonough | |
| Closes #141. | |||
