| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-18 | Clean up code-blocks in environment | Steve Piercy | |
| 2015-10-17 | minor grammar, rewrap 79 cols, .rst syntax fixes | Steve Piercy | |
| 2014-07-28 | Merge branch 'feature-cachebust' | Chris McDonough | |
| 2014-07-28 | add versionadded notes | Chris McDonough | |
| 2014-07-24 | cachebuster -> cachebust | Chris Rossi | |
| 2014-07-21 | Add 'prevent_cachebuster' setting. | Chris Rossi | |
| 2014-07-16 | remove mako docs that should be in pyramid_mako package | Michael Merickel | |
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2013-04-06 | fix some cross-references | Tshepang Lekhonkhobe | |
| Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict. | |||
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #890 from tshepang/misc | Michael Merickel | |
| miscellaneous doc improvements | |||
| 2013-03-06 | improve readability | Tshepang Lekhonkhobe | |
| 2013-03-05 | fix markup | Tshepang Lekhonkhobe | |
| 2013-02-22 | paster use is outdated | Tshepang Lekhonkhobe | |
| 2013-02-03 | use clearer language | Tshepang Lekhonkhobe | |
| 2013-01-28 | use a more correct directive | Tshepang Lekhonkhobe | |
| 2011-10-06 | remove stray references to Paste | Chris McDonough | |
| 2011-09-05 | readd aliases to environment tables | Chris McDonough | |
| 2011-09-03 | Updated environment documentation to include an example of accessing the ↵ | Charlie Choiniere | |
| settings dictionary inside an includeme function | |||
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-21 | add a whatsnew-1.2 doc | Chris McDonough | |
| 2011-08-12 | garden changes; fix docs rendering | Chris McDonough | |
| 2011-08-12 | add pyramid.tweens configuration value docs | Chris McDonough | |
| 2011-08-11 | add docs for pyramid.includes; allow space-separated or cr separated items ↵ | Chris McDonough | |
| or both for tweens and includes | |||
| 2011-07-30 | Updated all of the docs to reflect the new pyramid.* settings prefix. | Michael Merickel | |
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-07-12 | - New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new | Chris McDonough | |
| configuration file value ``prevent_http_cache``. These are synomymous and allow you to prevent HTTP cache headers from being set by Pyramid's ``http_cache`` machinery globally in a process. see the "Influencing HTTP Caching" section of the "View Configuration" narrative chapter and the detailed documentation for this setting in the "Environment Variables and Configuration Settings" narrative chapter. - New documentation section in View Configuration narrative chapter: "Influencing HTTP Caching". | |||
| 2011-06-26 | - Added ``mako.preprocessor`` config file parameter; allows for a Mako | Chris McDonough | |
| preprocessor to be specified as a Python callable or Python dotted name. See https://github.com/Pylons/pyramid/pull/183 for rationale. Closes #183. | |||
| 2011-06-05 | More small fixes made reading the rest of the docs and the tutorials. | Christoph Zwerschke | |
| 2011-05-14 | add 'What's new In Pyramid 1.1' document | Chris McDonough | |
| 2011-04-21 | add 'adding a custom settings' | Chris McDonough | |
| 2011-01-16 | add a note explaining why you might want to use envars | Casey Duncan | |
| 2011-01-16 | clarify | Casey Duncan | |
| 2010-12-20 | remove following (confusing) | Chris McDonough | |
| 2010-12-19 | - All environment variables which used to be prefixed with ``BFG_`` are now | Chris McDonough | |
| prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now ``PYRAMID_DEBUG_NOTFOUND``) | |||
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
| 2010-12-18 | resource -> asset | Chris McDonough | |
| 2010-12-16 | Features | Chris McDonough | |
| -------- - Added ``debug_routematch`` configuration setting that logs matched routes (including the matchdict and predicates). Documentation ------------- - Added "Debugging Route Matching" section to the urldispatch narrative documentation chapter. - Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch`` config file setting to the Environment narrative docs chapter. | |||
| 2010-12-01 | explain what reload_templates means wrt individual templating engines | Chris McDonough | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-24 | - New boolean Mako settings variable ``mako.strict_undefined``. See `Mako | Chris McDonough | |
| Context Variables <http://www.makotemplates.org/docs/runtime.html#context-variables>`_ for its meaning. - Depend on Mako 0.3.6+ (we now require the ``strict_undefined`` feature). | |||
| 2010-11-16 | fix rendering | Chris McDonough | |
| 2010-11-16 | - Added Mako TemplateLookup settings for ``mako.error_handler``, | Ben Bangert | |
| ``mako.default_filters``, and ``mako.imports``. | |||
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-10-31 | - Renderer factories now accept a *dictionary* rather than an absolute resource | Chris McDonough | |
| specification or an absolute path. The dictonary contains the following keys: ``name`` (the ``renderer=`` value), ``package`` (the 'current package' when the renderer configuration statement was found), ``type``: the renderer type, and ``registry``: the current registry. Third-party ``repoze.bfg`` renderer implementations that must be ported to Pyramid will need to account for this. This change was made to support more flexible Mako template rendering. | |||
| 2010-10-30 | Adding Mako environment variables. | Ben Bangert | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-04-25 | Default locale name. | Chris McDonough | |
| 2010-04-25 | Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 ↵ | Chris McDonough | |
| $REPOZE_SVN/repoze.bfg/branches/i18n No foreigners were harmed in the coding of this feature. | |||
