| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-10 | gardening | Chris McDonough | |
| 2011-04-10 | rocky added i18n to jinja2 | Chris McDonough | |
| 2011-04-10 | - An exception raised by a NewRequest event subscriber can now be caught by | Chris McDonough | |
| an exception view. | |||
| 2011-04-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-04-06 | - ``testing.DummyRequest`` used the wrong registry (the global registry) as | Chris 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-05 | changed css fonts loading from google to pylonsproject | Blaise Laflamme | |
| 2011-04-01 | Ignore virtualenv debris. | Chris Rossi | |
| 2011-04-01 | add patricio to list of contributors | Chris McDonough | |
| 2011-04-01 | Merge branch 'ppaez-zodb-tutorial' | Chris McDonough | |
| 2011-04-01 | Merge 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 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-31 | Move Viewing the Application in a Browser up | Patricio Paez | |
| 2011-03-31 | Fix typos in the tutorials | Patricio Paez | |
| 2011-03-31 | Sync the Defining Views intro with the SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-31 | Sync note with SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-30 | Sync Declaring Dependencies with the SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-30 | Move the Declaring Dependencies topic to the Defining Views section | Patricio Paez | |
| 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 | |||
