| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-23 | put match_param at the end to service external package unit tests | Chris McDonough | |
| 2011-08-23 | add explanations | Chris McDonough | |
| 2011-08-23 | add some integration tests for aconflict autoresolution | Chris McDonough | |
| 2011-08-23 | remove temporary testing code | Chris McDonough | |
| 2011-08-23 | Added a test to verify attaching views to non-existant routes. | Michael Merickel | |
| 2011-08-23 | merge master to branch | Chris McDonough | |
| 2011-08-23 | add changes | Chris McDonough | |
| 2011-08-23 | Merge branch 'feature.matchdict-view-predicate' | Chris McDonough | |
| 2011-08-23 | Added support for a ``match_param`` view predicate. | Michael Merickel | |
| 2011-08-23 | give the connect action a discriminator too | Chris McDonough | |
| 2011-08-23 | fix integration test | Chris McDonough | |
| 2011-08-23 | Reduce failures to a single integration test. | Chris McDonough | |
| 2011-08-23 | Modified routes and views to delay more work until their actions. | Michael Merickel | |
| 2011-08-22 | Fixed a lot of tests expecting add_route to return a route. | Michael Merickel | |
| 2011-08-22 | fix security and setup_registry related tests | Chris McDonough | |
| 2011-08-22 | break security-related method tests out of test_init | Chris McDonough | |
| 2011-08-22 | first cut, tests fail | Chris McDonough | |
| 2011-08-22 | garden | Chris McDonough | |
| 2011-08-22 | - Move the ``OverrideProvider``, ``PackageOverrides``, ``DirectoryOverride``, | Chris McDonough | |
| and ``FileOverride`` classes from ``pyramid.asset`` to ``pyramid.config.assets``. | |||
| 2011-08-22 | - Move the ``Settings`` class from ``pyramid.settings`` to | Chris McDonough | |
| ``pyramid.config.settings``. | |||
| 2011-08-22 | - Moved the ``StaticURLInfo`` class from ``pyramid.static`` to | Chris McDonough | |
| ``pyramid.config.views``. | |||
| 2011-08-22 | move 1.1 stuff to HISTORY | Chris McDonough | |
| 2011-08-22 | remove time bombs | Chris McDonough | |
| 2011-08-22 | fix stray inclusion of weberror; move manifest description | Chris McDonough | |
| 2011-08-22 | cleanups | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-21 | garden | Chris McDonough | |
| 2011-08-21 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-08-21 | garden | Chris McDonough | |
| 2011-08-21 | Updated routematch debugging to show the text description for predicates. | Michael Merickel | |
| 2011-08-21 | bump conf.py version num | Chris McDonough | |
| 2011-08-21 | add a whatsnew-1.2 doc | Chris McDonough | |
| 2011-08-20 | garden | Chris McDonough | |
| 2011-08-20 | - Mention debug toolbar in tutorials. | Chris McDonough | |
| 2011-08-20 | garden | Chris McDonough | |
| 2011-08-20 | Merge branch 'feature.no-tween-aliases' | Chris McDonough | |
| 2011-08-20 | remove tween aliases as a concept | Chris McDonough | |
| 2011-08-20 | _add_tween is the action method, not the nonunderscore version | Chris McDonough | |
| 2011-08-20 | garden | Chris McDonough | |
| 2011-08-20 | move configuration bits of tween stuff into config/tweens | Chris McDonough | |
| 2011-08-20 | - The ``RemoteUserAuthenticationPolicy ``, ``AuthTktAuthenticationPolicy``, | Chris McDonough | |
| and ``SessionAuthenticationPolicy`` constructors now accept an additional keyword argument named ``debug``. By default, this keyword argument is ``False``. When it is ``True``, debug information will be sent to the Pyramid debug logger (usually on stderr) when the ``authenticated_userid`` or ``effective_principals`` method is called on any of these policies. The output produced can be useful when trying to diagnose authentication-related problems. | |||
| 2011-08-20 | - The ``pyramid.request.Request.static_url`` API (and its brethren | Chris McDonough | |
| ``pyramid.request.Request.static_path``, ``pyramid.url.static_url``, and ``pyramid.url.static_path``) now accept an asbolute filename as a "path" argument. This will generate a URL to an asset as long as the filename is in a directory which was previously registered as a static view. Previously, trying to generate a URL to an asset using an absolute file path would raise a ValueError. | |||
| 2011-08-20 | add static_path function to url and static_path method to request | Chris McDonough | |
| 2011-08-20 | fix current_route_path example | Chris McDonough | |
| 2011-08-20 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-08-20 | - New request methods: ``current_route_url``, ``current_route_path``. | Chris McDonough | |
| - New function in ``pyramid.url``: ``current_route_path``. | |||
| 2011-08-19 | whitespace | Philip Jenvey | |
| 2011-08-19 | garden | Chris McDonough | |
| 2011-08-19 | review and fix configurator docs in random places | Chris McDonough | |
| 2011-08-19 | add default renderers eagerly so they can be overridden, get rid of useless ↵ | Chris McDonough | |
| warning about ordering, comment about global_registries, no longer have a circular import between config and router | |||
