| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2013-10-02 | rearrange the fix | Chris McDonough | |
| 2013-10-02 | fix the docs build and get rid of stray references to Beaker | Chris McDonough | |
| 2013-09-08 | - The ``renderer_globals_factory`` argument to the | Chris McDonough | |
| ``pyramid.config.Configurator` constructor and its ``setup_registry`` method has been removed. The ``set_renderer_globals_factory`` method of ``pyramid.config.Configurator`` has also been removed. The (internal) ``pyramid.interfaces.IRendererGlobals`` interface was also removed. These arguments, methods and interfaces had been deprecated since 1.1. Use a ``BeforeRender`` event subscriber as documented in the "Hooks" chapter of the Pyramid narrative documentation instead of providing renderer globals values to the configurator. | |||
| 2013-08-06 | Up through JSON. | Paul Everitt | |
| 2013-04-28 | use a cross-ref instead of a raw link | Tshepang Lekhonkhobe | |
| 2013-04-06 | fix some cross-references | Tshepang Lekhonkhobe | |
| Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict. | |||
| 2013-04-01 | Consistently link middleware term to the glossary | Catalin Iacob | |
| 2013-03-28 | fix link | Tshepang Lekhonkhobe | |
| 2013-03-25 | improve description; fix link | Tshepang Lekhonkhobe | |
| 2013-03-22 | rm unused glossary entry | Tshepang Lekhonkhobe | |
| 2013-03-16 | improve description; fix spelling | Tshepang Lekhonkhobe | |
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #896 from tshepang/consistency | Michael Merickel | |
| consistency fixes | |||
| 2013-03-12 | Merge pull request #872 from tshepang/virtualenv | Michael Merickel | |
| virtualenv refers both to the tool and the concept | |||
| 2013-03-12 | Merge pull request #885 from tshepang/hyperlinks | Michael Merickel | |
| fix/update hyperlinks | |||
| 2013-03-09 | capitalize; add term role | Tshepang Lekhonkhobe | |
| 2013-03-05 | typo | Tshepang Lekhonkhobe | |
| 2013-03-05 | update links | Tshepang Lekhonkhobe | |
| 2013-03-05 | fix links | Tshepang Lekhonkhobe | |
| 2013-03-05 | make it clear where the link goes | Tshepang Lekhonkhobe | |
| 2013-03-05 | update link | Tshepang Lekhonkhobe | |
| 2013-02-24 | virtualenv refers both to the tool and the concept | Tshepang Lekhonkhobe | |
| 2013-01-30 | Updated gunicorn information | Anton Vlasenko | |
| 2013-01-19 | missing comma | Tshepang Lekhonkhobe | |
| 2013-01-04 | typos | Tshepang Lekhonkhobe | |
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2012-10-26 | - New ``physical_path`` view predicate. If specified, this value should be a | Chris McDonough | |
| string or a tuple representing the physical traversal path of the context found via traversal for this predicate to match as true. For example: ``physical_path='/'`` or ``physical_path='/a/b/c'`` or ``physical_path=('', 'a', 'b', 'c')``. This is not a path prefix match or a regex, it's a whole-path match. It's useful when you want to always potentially show a view when some object is traversed to, but you can't be sure about what kind of object it will be, so you can't use the ``context`` predicate. The individual path elements inbetween slash characters or in tuple elements should be the Unicode representation of the name of the resource and should not be encoded in any way. | |||
| 2012-09-19 | A ``check_csrf`` view predicate was added. For example, you can now do | Chris McDonough | |
| ``config.add_view(someview, check_csrf=True)``. When the predicate is checked, if the ``csrf_token`` value in ``request.params`` matches the csrf token in the request's session, the view will be permitted to execute. Otherwise, it will not be permitted to execute. | |||
| 2012-09-16 | update docs to recommend 2.7, add distribute-related instructions for python ↵ | Chris McDonough | |
| 3, add windows instructions for python 3, closes #653 | |||
| 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-06 | add docs for third-party view predicates | Chris McDonough | |
| 2012-04-28 | expand glossary term for scaffold | Steve Piercy | |
| 2012-04-13 | Fixed wsgi.org URL | Patricio Paez | |
| 2012-02-14 | Update Akhet definition. | Mike Orr | |
| 2012-01-18 | untangle some docs about using alternate wsgi servers (divide into 2 ↵ | Chris McDonough | |
| sections, one about pserve, the other about waitress vs. others) | |||
| 2011-12-08 | - New APIs: ``pyramid.path.AssetResolver`` and | Chris McDonough | |
| ``pyramid.path.DottedNameResolver``. The former can be used to resolve asset specifications, the latter can be used to resolve dotted names to modules or packages. | |||
| 2011-12-04 | merge feature.introspection branch | Chris McDonough | |
| 2011-12-03 | break out 'extending config' into exconfig and add stuff about the action ↵ | Chris McDonough | |
| method; move startup and router chapters to earlier in toc | |||
| 2011-12-01 | https://docs.pylonsproject.org to http://docs.pylonsproject.org as ↵ | Chris Davies | |
| readthedocs.org doesn't support https | |||
| 2011-11-27 | - The SQLAlchemy Wiki tutorial has been updated. It now uses | Chris McDonough | |
| ``@view_config`` decorators and an explicit database population script. Closes #359. | |||
| 2011-11-21 | degenshi | Chris McDonough | |
| 2011-10-06 | remove stray references to Paste | Chris McDonough | |
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-09-04 | provide links to implementations from glossary entries where possible. ↵ | Chris McDonough | |
| Closes #142 | |||
| 2011-08-28 | clean up inappropriate discussions of ZCML | Chris McDonough | |
| 2011-08-25 | use routes in firstapp as they are more familar to most and put hello world ↵ | Dylan Jay | |
| on the front page to make grab framework shoppers attention. | |||
| 2011-08-13 | mention pyramid_exclog | Chris McDonough | |
| 2011-08-13 | - Projects created via a scaffold no longer depend on the ``WebError`` | Chris McDonough | |
| package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/). | |||
| 2011-08-11 | mod->term | Chris McDonough | |
