| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-11 | - Don't explicitly prevent the ``timeout`` from being lower than the | Chris McDonough | |
| ``reissue_time`` when setting up an ``AuthTktAuthenticationPolicy`` (previously such a configuration would raise a ``ValueError``, now it's allowed, although typically nonsensical). Allowing the nonsensical configuration made the code more understandable and required fewer tests. - Add a test for when the auth_tkt value is empty. | |||
| 2011-04-11 | wording | Chris McDonough | |
| 2011-04-11 | pyramid_sqla -> akhet | Chris McDonough | |
| 2011-04-11 | add description of MANIFEST.in | Chris McDonough | |
| 2011-04-11 | make prettier | Chris McDonough | |
| 2011-04-11 | fix improper use of :ref: (should have been :meth:) | Chris McDonough | |
| 2011-04-10 | Wrong attribute name; closes #146. | Chris McDonough | |
| 2011-04-10 | gardening | Chris McDonough | |
| 2011-04-10 | - It is now possible to get information about why Pyramid raised a Forbidden | Chris McDonough | |
| exception from within an exception view. The ``ACLDenied`` object returned by the ``permits`` method of each stock authorization policy (``pyramid.interfaces.IAuthorizationPolicy.permits``) is now attached to the Forbidden exception as its ``result`` attribute. Therefore, if you've created a Forbidden exception view, you can see the ACE, ACL, permission, and principals involved in the request as eg. ``context.result.permission``, ``context.result.acl``, etc within the logic of the Forbidden exception view. | |||
| 2011-04-10 | garden | Chris McDonough | |
| 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 | |
