| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-16 | explain | Chris McDonough | |
| 2012-09-16 | explain | Chris McDonough | |
| 2012-09-16 | moar | Chris McDonough | |
| 2012-09-16 | docs and test | Chris McDonough | |
| 2012-09-16 | add docs | 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 | merge jinty's testConfig code | Chris McDonough | |
| 2012-09-15 | add pyramid.decorator.reify as an API. Closes #682 | 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 | 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 | Change variable name ``name`` to ``pagename`` in ZODB tutorial | Patricio Paez | |
| 2012-09-10 | change variable name ``name`` to ``pagename`` | Patricio Paez | |
| - In the authorization and tests stages | |||
| 2012-09-09 | rename set_request_method to add_request_method. closes #683 | 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``). | |||
| 2012-09-09 | remove docs for chameleon_zpt and chameleon_text (gone) | Chris McDonough | |
| 2012-08-30 | Fixed broken link in docs/narr/testing.rst | Ronan Amicel | |
| Fixed link to "Dive into Python" (previous mirror is down). | |||
| 2012-08-29 | close paren | Chris McDonough | |
| 2012-08-29 | add newness markers | Chris McDonough | |
| 2012-08-29 | wording | Chris McDonough | |
| 2012-08-29 | add docs about chameleon zpt macro feature | Chris McDonough | |
| 2012-08-25 | Subscriber predicates: | Chris McDonough | |
| - Add ``add_subscriber_predicate`` method to Configurator. - Allow ``add_subscriber`` and ``subscriber`` venusian decorator to accept ``**predicates`` arguments. - Document subscriber predicate feature. - Share more code between view, route, and subscriber related method wrt predicates. | |||
| 2012-08-23 | exposed the serve_forever line to the helloworld narrative | Michael Merickel | |
| 2012-08-23 | Merge branch 'master' of https://github.com/virhilo/pyramid into pull.650 | Michael Merickel | |
| 2012-08-23 | Fixed typo in docs/narr/views.rst | Ronan Amicel | |
| 2012-08-16 | readd set_request_property to docs (just so when people run across it in ↵ | Chris McDonough | |
| in-the-wild code they're not totally confused); we'll remove it later | |||
| 2012-08-16 | docs-deprecated set_request_property | Michael Merickel | |
| 2012-08-15 | - An ``add_permission`` directive method was added to the Configurator. This | Chris McDonough | |
| directive registers a free-standing permission introspectable into the Pyramid introspection system. Frameworks built atop Pyramid can thus use the the ``permissions`` introspectable category data to build a comprehensive list of permissions supported by a running system. Before this method was added, permissions were already registered in this introspectable category as a side effect of naming them in an ``add_view`` call, this method just makes it possible to arrange for a permission to be put into the ``permissions`` introspectable category without naming it along with an associated view. Here's an example of usage of ``add_permission``:: config = Configurator() config.add_permission('view') | |||
| 2012-08-14 | Typo pwteens -> ptweens | Kees Hink | |
| 2012-08-11 | get heading levels right | Chris McDonough | |
| 2012-08-06 | move stuff from config.util to registry so it can be a set of API (which are ↵ | Chris McDonough | |
| now documented), resolve deferred discriminators in introspectable.register so that a directive can depend on a deferred discriminator, put head-adding code in predicate instead of in add_view itself | |||
| 2012-08-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-08-06 | add as-of-version notes | Chris McDonough | |
| 2012-08-06 | garden | Michael Merickel | |
| 2012-08-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-08-06 | Merge branch 'feature.metaviewpredicates' | Chris McDonough | |
| 2012-08-06 | add docs for third-party view predicates | Chris McDonough | |
