| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 2012-08-05 | fixed line numbers in firstapp | Łukasz Fidosz | |
| 2012-08-04 | change variable name ``name`` to ``pagename``, for consistency with the ↵ | Daniel Haaker | |
| view_page function (and the matchdict key for that matter) | |||
| 2012-08-04 | add quotes for clarity | Daniel Haaker | |
| 2012-08-04 | fix two minor typos in docs | Daniel Haaker | |
| 2012-08-03 | fixed indentation in narr/helloworld.py | Łukasz Fidosz | |
| 2012-08-03 | no period required here | Chris McDonough | |
| 2012-08-03 | Removing easy_install and demoing lines from index example. firstapp has ↵ | Wayne Witzel III | |
| installation chapter links and having peopel using pyramid outside a virtualenv is a bad idea | |||
| 2012-08-03 | Adding helpful link to installing chapter from first app | Wayne Witzel III | |
| 2012-08-02 | closes #643 | Chris McDonough | |
| 2012-07-25 | add logging call to wsgi setup | Michael Merickel | |
| 2012-07-21 | corrected table name tables->pages | Siddhartha Kasivajhula | |
| 2012-06-19 | point at pyramid_beaker docs rather than its github page | Chris McDonough | |
| 2012-06-19 | fixed typos | Blaise Laflamme | |
| 2012-06-19 | fixed typos | Blaise Laflamme | |
| 2012-06-19 | added docs and changes for using defs in mako renderer | Blaise Laflamme | |
| 2012-06-17 | merge contributors | Chris McDonough | |
