| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |
| 2012-06-17 | docs: Add view callable example to section on rendering_val. | Jeff Cook | |
| 2012-06-13 | Merge pull request #610 from fabianbuechler/patch-1 | Chris McDonough | |
| Fixed errors in URL dispatch docs in "Using a Route Prefix to Compose Applications" section | |||
| 2012-06-12 | docs reference setup_logging instead of fileConfig | Michael Merickel | |
| 2012-06-07 | Update documentation to clarify purpose of BeforeRender.rendering_val. | Jeff Cook | |
| 2012-05-31 | Added missing word "name" | Zeb Palmer | |
| 2012-05-23 | Fixed a few glitches in the "Using a Route Prefix to Compose Applications" ↵ | Fabian Büchler | |
| section of the docs/narr/urldispatch.rst docs. | |||
| 2012-05-15 | Fixed spelling errors and double backslash in `C:\`. | Bryce Boe | |
| 2012-05-12 | configurator, not configuration | Chris McDonough | |
| 2012-05-12 | remove uses-interfaces-too-liberally (this was only true of bfg) and update ↵ | Chris McDonough | |
| dependencies section | |||
| 2012-05-11 | add link to explanation | Chris McDonough | |
| 2012-05-09 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-05-09 | activate sphinx.ext.viewcode extension | Chris McDonough | |
| 2012-05-07 | Two grammatical fixes | Patricio Paez | |
| 2012-05-06 | added sphinx theme as submodule, added rtd hack to update theme | Blaise Laflamme | |
| 2012-05-04 | add python 3 as a uniqueness | Chris McDonough | |
| 2012-05-04 | garden | Chris McDonough | |
| 2012-05-04 | add introspection to whats unique | Chris McDonough | |
| 2012-05-03 | allow __json__ and custom adapters to accept request arg | Chris McDonough | |
| 2012-05-03 | Merge branch 'master' into feature.json-api | Michael Merickel | |
