| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-19 | Merge branch 'wichert-master' | Chris McDonough | |
| 2011-01-19 | Merge git://github.com/wichert/pyramid into wichert-master | Chris McDonough | |
| 2011-01-19 | Add myself to the contributors. | Wichert Akkerman | |
| 2011-01-19 | Include tokens when reissueing a ticket. | Wichert Akkerman | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | resource->asset | Chris McDonough | |
| 2011-01-19 | changelog entry for authtkt tokens feature | Chris McDonough | |
| 2011-01-19 | Merge branch 'wichert-master' | Chris McDonough | |
| 2011-01-19 | docs | Chris McDonough | |
| 2011-01-19 | Merge branch 'tokens' | Wichert Akkerman | |
| 2011-01-19 | Validate tokens to prevent problems. | Wichert Akkerman | |
| 2011-01-19 | point to pyramid_zcml | Chris McDonough | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | inappropriate indentation | Chris McDonough | |
| 2011-01-19 | point at pyramid_zcml | Chris McDonough | |
| 2011-01-19 | add Python to identify kind of package | Chris McDonough | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | clarify | Chris McDonough | |
| 2011-01-19 | add more thanks | Chris McDonough | |
| 2011-01-19 | four->three | Chris McDonough | |
| 2011-01-19 | - When a ``pyramid.exceptions.Forbidden`` error is raised, its status code | Chris McDonough | |
| now ``403 Forbidden``. It was previously ``401 Unauthorized``, for backwards compatibility purposes with ``repoze.bfg``. This change will cause problems for users of Pyramid with ``repoze.who``, which intercepts ``401 Unauthorized`` by default, but allows ``403 Forbidden`` to pass through. Those deployments will need to configure ``repoze.who`` to also react to ``403 Forbidden``. | |||
| 2011-01-19 | reformat | Chris McDonough | |
| 2011-01-19 | Add changelog entry about merging caseman-master | Chris McDonough | |
| 2011-01-19 | handlers are no longer a part of the package | Chris McDonough | |
| 2011-01-19 | Merge branch 'caseman-master' | Chris McDonough | |
| 2011-01-18 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2011-01-18 | garden | Chris McDonough | |
| 2011-01-18 | add word that to clarify | Casey Duncan | |
| 2011-01-18 | fix typoo | Casey Duncan | |
| 2011-01-18 | resource => asset | Casey Duncan | |
| 2011-01-18 | resource => asset | Casey Duncan | |
| 2011-01-18 | get rid of __version__ indirection | Chris McDonough | |
| 2011-01-18 | garden | Chris McDonough | |
| 2011-01-18 | they => the | Casey Duncan | |
| 2011-01-18 | remove empty See Also | Casey Duncan | |
| 2011-01-18 | add word chapter | Casey Duncan | |
| 2011-01-18 | fix spacing | Casey Duncan | |
| 2011-01-18 | get maillist link right | Chris McDonough | |
| 2011-01-18 | prep for 1.0a10 | Chris McDonough | |
| 2011-01-18 | modernize design defense after zcml externalization | Chris McDonough | |
| 2011-01-18 | Merge branch 'zcmlless' | Chris McDonough | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-18 | chameleon needs a threadlocal registry for looking up translations | Chris McDonough | |
| 2011-01-18 | readd coverage for code that was only exercised by zcml integration tests | Chris McDonough | |
| 2011-01-18 | descriptions | Chris McDonough | |
| 2011-01-18 | - The ``make_app`` function has been removed from the ``pyramid.router`` | Chris McDonough | |
| module. It continues life within the ``pyramid_zcml`` package. This leaves the ``pyramid.router`` module without any API functions. - The ``configure_zcml`` setting within the deployment settings (within ``**settings`` passed to a Pyramid ``main`` function) has ceased to have any meaning. - The ``starter_zcml`` paster template has been moved to the ``pyramid_zcml`` package. - The ``bfg2pyramid`` script now converts ZCML include tags that have ``repoze.bfg.includes`` as a package attribute to the value ``pyramid_zcml``. For example, ``<include package="repoze.bfg.includes">`` will be converted to ``<include package="pyramid_zcml">``. - The ``load_zcml`` method of a Configurator has been removed from the Pyramid core. Loading ZCML is now a feature of the ``pyramid_zcml`` package, which can be downloaded from PyPI. Documentation for the package should be available via http://pylonsproject.org, which describes how to get this method back after depending upon ``pyramid_zcml`` as an ``install_requires`` dependency. - The ``pyramid.includes`` subpackage has been removed. ZCML files which use include the package ``pyramid.includes`` (e.g. ``<include package="pyramid.includes">``) now must include the ``pyramid_zcml`` package instead (e.g. ``<include package="pyramid_zcml"/>). - The "Declarative Configuration" narrative chapter has been removed (it was moved to the ``pyramid_zcml`` pakcage). - The add_directive method now accepts an "action_wrap" flag. - Fix some orphaned references. - Remove some docstring references to ZCML directives. - All integration test fixtures have been changed to use imperative configuration rather than ZCML configuration. | |||
| 2011-01-17 | fix merge conflict | Casey Duncan | |
| 2011-01-16 | remove references to pylons paster templates | Chris McDonough | |
| 2011-01-16 | remove handler reference from latexindex | Chris McDonough | |
| 2011-01-16 | - The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster | Chris McDonough | |
| templates were removed. Use ``pyramid_sqla`` (available from PyPI) as a generic replacement for Pylons-esque development. - All references to ``add_handler`` and the ``handler`` ZCML directive have been removed from the docs, and stubs which point to ``pylons_handlers`` package have replaced them. | |||
