| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-11 | minor grammar, wrap 79 cols | Steve Piercy | |
| 2014-07-13 | remove lie | Chris McDonough | |
| 2014-05-16 | Docs: narr/templates.rst: Link template bindings to pyramid docs. | Karl O. Pinc | |
| 2014-05-16 | Docs: narr/templates.rst: Doc default extensions of each template system. | Karl O. Pinc | |
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2013-12-30 | grammar fixes | Steve Piercy | |
| 2013-09-05 | remove some more mako/chameleon references | Michael Merickel | |
| 2013-09-05 | move templating bindings back into the templating chapter | Michael Merickel | |
| 2013-09-05 | whitespace fixes | Michael Merickel | |
| 2013-09-05 | remove chameleon and mako template-specific documentation | Michael Merickel | |
| 2013-08-13 | Merge remote-tracking branch 'origin/master' into docs.gettingstarted | Paul Everitt | |
| Conflicts: docs/index.rst docs/latexindex.rst setup.py | |||
| 2013-08-12 | All wrapped up, pre-merge. | Paul Everitt | |
| 2013-08-12 | Update templates.rst | Jeff Szusz | |
| 2013-08-12 | #967 fixed 'Sommetime' -> 'Sometime' in templates.rst | Jeff Szusz | |
| 2013-08-03 | Some more occurrences of "application framework". | Paul Everitt | |
| 2013-03-22 | remove unused ignore-next-block directive | Tshepang Lekhonkhobe | |
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-06 | fix typo, and change meaning | Tshepang Lekhonkhobe | |
| 2013-02-26 | grammar | Tshepang Lekhonkhobe | |
| 2013-01-30 | use the more appropriate directives | Tshepang Lekhonkhobe | |
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 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-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-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-03-21 | flesh out system values | Chris McDonough | |
| 2012-03-15 | remove debug_templates untruths related to issue #491 | Chris McDonough | |
| 2011-11-21 | de-jythonify | Chris McDonough | |
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-09-23 | fixed up all the warning dealing ..note and ..warn | michr | |
| added a hide toc for glossary to prevent warnings | |||
| 2011-08-28 | clean up inappropriate discussions of ZCML | Chris McDonough | |
| 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-07-30 | Updated all of the docs to reflect the new pyramid.* settings prefix. | Michael Merickel | |
| 2011-07-21 | - Change all scaffolding templates that point to docs.pylonsproject.org to | Chris McDonough | |
| use ``/projects/pyramid/current`` rather than ``/projects/pyramid/dev``. | |||
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-04-18 | - Deprecated all assignments to ``request.response_*`` attributes such as | Chris McDonough | |
| ``request.response_content_type = 'foo'``. Assignments and mutations of the following request attributes that were considered by the framework for response influence are now deprecated: ``response_content_type``, ``response_headerlist``, ``response_status``, ``response_charset``, and ``response_cache_for``. Instead of assigning these to the request object for detection by the rendering machinery, users should use the appropriate API of the Response object created by accessing ``request.response`` (e.g. ``request.response_content_type = 'abc'`` -> ``request.response.content_type = 'abc'``). - Custom request objects are now required to have a ``response`` attribute (or reified property) if they are meant to be used with renderers. This ``response`` attribute should be an instance of the class ``pyramid.response.Response``. - The JSON and string renderer factories now use ``request.response.content_type`` rather than ``request.response_content_type``. They determine whether they should set the content type of the response by comparing the response's content type against the default (usually ``text/html``); if the content type is not the default, the renderer changes the content type (to ``application/json`` or ``text/plain`` for JSON and string renderers respectively). - Made it possible to assign to and delete ``pyramid.testing.DummyRequest.registry`` (bugfix). | |||
| 2011-02-25 | typo | Chris McDonough | |
| 2011-02-05 | fix conflicts | Chris McDonough | |
| 2011-01-30 | too-long line | Chris McDonough | |
| 2011-01-29 | renderings | Chris McDonough | |
| 2011-01-28 | Removed reference to Zope XML namespace since this is a Mako example. Also ↵ | Chris Beelby | |
| Mako in general does not require such well-formed documents and it is perhaps more accurate of a typical mako template to make the example very basic. | |||
| 2011-01-28 | capitalizations | Chris McDonough | |
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-12 | Changed some references from pylonshq.com to pylonsproject.org | Blaise Laflamme | |
| 2011-01-02 | indirection is hard | Chris McDonough | |
