| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-16 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-16 | fixed typo | Blaise Laflamme | |
| 2012-09-15 | really add whatsnew-1.4 | Chris McDonough | |
| 2012-09-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-15 | add a whatsnew-1.4 document | Chris McDonough | |
| 2012-09-16 | fixed git submodule update for docs | Blaise Laflamme | |
| 2012-09-15 | reclassify bug as feature | Chris McDonough | |
| 2012-09-15 | merge jinty's testConfig code | Chris McDonough | |
| 2012-09-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-15 | Merge pull request #686 from iElectric/master | Chris McDonough | |
| remove pypy from travis-ci allow_failures list | |||
| 2012-09-15 | add pyramid.decorator.reify as an API. Closes #682 | Chris McDonough | |
| 2012-09-15 | use with statement to acquire/release thread locks | Chris McDonough | |
| 2012-09-15 | Merge branch 'fix.removejythonsupport' | Chris McDonough | |
| 2012-09-15 | remove dead code which supported jython | Chris McDonough | |
| 2012-09-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-15 | point at cookbook | Chris McDonough | |
| 2012-09-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-13 | record idea from Zart about a pyramid app factory entry point for 100% ↵ | Chris McDonough | |
| declarative app | |||
| 2012-09-13 | remove selinux caveat | Chris McDonough | |
| 2012-09-13 | hailmary | Chris McDonough | |
| 2012-09-13 | mention non-support of SELinux-enabled systems | Chris McDonough | |
| 2012-09-13 | remove chmod | Chris McDonough | |
| 2012-09-13 | wording | Chris McDonough | |
| 2012-09-13 | docs rendering | Chris McDonough | |
| 2012-09-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-13 | add upgrading chapter, make docs render again | Chris McDonough | |
| 2012-09-11 | Merge pull request #687 from ppaez/tutcodefix | Patricio Paez | |
| Complete changes for issue #652 | |||
| 2012-09-11 | remove pypy from travis-ci allow_failures list | Domen Kožar | |
| 2012-09-11 | Change variable name ``name`` to ``pagename`` in ZODB tutorial | Patricio Paez | |
| 2012-09-11 | garden | Chris McDonough | |
| 2012-09-11 | set request.context as root unless a request context already exists | Chris McDonough | |
| 2012-09-11 | coverage | Chris McDonough | |
| 2012-09-11 | - Request properties and methods added via ``config.set_request_property`` or | Chris McDonough | |
| ``config.add_request_method`` are now available to tweens. - Request properties and methods added via ``config.set_request_property`` or ``config.add_request_method`` are now available in the request object returned from ``pyramid.paster.bootstrap``. Related partially to issue #520 and issue #538 and issue #596, although it doesn't actually allow us to close any of them, because we still don't issue a newrequest event when bootstrap is used. | |||
| 2012-09-10 | - ``pyramid.testing.DummyRequest`` now supports methods supplied by the | Chris McDonough | |
| ``pyramid.util.InstancePropertyMixin`` class such as ``set_property``. | |||
| 2012-09-10 | change variable name ``name`` to ``pagename`` | Patricio Paez | |
| - In the authorization and tests stages | |||
| 2012-09-09 | point docstring at the most up to date method | Chris McDonough | |
| 2012-09-09 | rename set_request_method to add_request_method. closes #683 | Chris McDonough | |
| 2012-09-09 | fix for py3 | Chris McDonough | |
| 2012-09-09 | coverage | Chris McDonough | |
| 2012-09-09 | coverage | Chris McDonough | |
| 2012-09-09 | coverage for renderers module | Chris McDonough | |
| 2012-09-09 | coverage for supplying a macro argument to a ZPT template renderer | Chris McDonough | |
| 2012-09-09 | coverage for renderer_factory in chameleon_zpt and chameleon_text | Chris McDonough | |
| 2012-09-09 | Merge branch 'feature.14removedeprecations' | Chris McDonough | |
| 2012-09-09 | garden | Chris McDonough | |
| 2012-09-09 | dead code | Chris McDonough | |
| 2012-09-09 | dead code, garden | Chris McDonough | |
| 2012-09-09 | - These APIs from the ``pyramid.testing`` module were removed. They have | Chris McDonough | |
| been printing deprecation warnings since Pyramid 1.0: * ``registerDummySecurityPolicy``, use ``pyramid.config.Configurator.testing_securitypolicy`` instead. * ``registerResources`` (aka ``registerModels``, use ``pyramid.config.Configurator.testing_resources`` instead. * ``registerEventListener``, use ``pyramid.config.Configurator.testing_add_subscriber`` instead. * ``registerTemplateRenderer`` (aka `registerDummyRenderer``), use ``pyramid.config.Configurator.testing_add_template`` instead. * ``registerView``, use ``pyramid.config.Configurator.add_view`` instead. * ``registerUtility``, use ``pyramid.config.Configurator.registry.registerUtility`` instead. * ``registerAdapter``, use ``pyramid.config.Configurator.registry.registerAdapter`` instead. * ``registerSubscriber``, use ``pyramid.config.Configurator.add_subscriber`` instead. * ``registerRoute``, use ``pyramid.config.Configurator.add_route`` instead. * ``registerSettings``, use ``pyramid.config.Configurator.add_settings`` instead. | |||
| 2012-09-09 | garden | Chris McDonough | |
| 2012-09-09 | - The ``pyramid.settings.get_settings()`` API was removed. It had been | Chris McDonough | |
| printing a deprecation warning since Pyramid 1.0. If your code depended on this API, use ``pyramid.threadlocal.get_current_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``). | |||
