| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-09 | dont call hook_zca when we already are using the global reg | Chris McDonough | |
| 2011-08-08 | document under and over params | Chris McDonough | |
| 2011-08-06 | docs rendering | Chris McDonough | |
| 2011-08-06 | change return value of tween to just response | Chris McDonough | |
| 2011-08-06 | add tweens module, add docs for ptweens and tweens to hooks | Chris McDonough | |
| 2011-07-30 | Updated all of the docs to reflect the new pyramid.* settings prefix. | Michael Merickel | |
| 2011-07-28 | add some edits to the docs for response_adapter decorator; fix renderings | Chris McDonough | |
| 2011-07-28 | merge | Chris McDonough | |
| 2011-07-24 | Rewrote bad sentence | Carlos de la Guardia | |
| 2011-07-24 | missing word | Carlos de la Guardia | |
| 2011-07-24 | Removed extra 'if' | Carlos de la Guardia | |
| 2011-07-24 | typo | Carlos de la Guardia | |
| 2011-07-24 | extra 's' removed | Carlos de la Guardia | |
| 2011-07-23 | replace extra 'the' with 'be' | Carlos de la Guardia | |
| 2011-07-23 | Removed repetitive and badly formed sentence | Carlos de la Guardia | |
| 2011-07-23 | typo | Carlos de la Guardia | |
| 2011-07-23 | remove extra word | Carlos de la Guardia | |
| 2011-07-23 | remove extra word | Carlos de la Guardia | |
| 2011-07-22 | Fixed formatting fail. | 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-21 | urllib2 example of creating a request suitable for producing a json body | Chris McDonough | |
| 2011-07-20 | add description of keys and values | Chris McDonough | |
| 2011-07-20 | name noncpython versions we work with | Chris McDonough | |
| 2011-07-20 | typo | Chris McDonough | |
| 2011-07-20 | use less awkward language | Chris McDonough | |
| 2011-07-20 | - Reordered chapters in narrative section for better new user friendliness. | Chris McDonough | |
| - Added more indexing markers to sections in documentation. | |||
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-07-16 | - Change paster pviews and paster proutes to use bootstrap. | Chris McDonough | |
| 2011-07-16 | mention manual logging config | Chris McDonough | |
| 2011-07-16 | Changed the URL generation example to be more practical. | Michael Merickel | |
| 2011-07-16 | Renamed the 'info' dict to 'env' in scripting. | Michael Merickel | |
| 2011-07-16 | garden | Michael Merickel | |
| 2011-07-16 | Mmm, maybe the bad func name was pasted from an emacs buffer | Carlos de la Guardia | |
| 2011-07-16 | typo in func name | Carlos de la Guardia | |
| 2011-07-16 | promote bootstrap to major feature | Chris McDonough | |
| 2011-07-16 | note version reqt; fix dangling ref | Chris McDonough | |
| 2011-07-16 | - Added a section entitled "Writing a Script" to the "Command-Line Pyramid" | Chris McDonough | |
| chapter. | |||
| 2011-07-15 | - get_root2 -> prepare | Chris McDonough | |
| - change prepare return value to a dict, and return the registry, request, etc - various docs and changelog entries. | |||
| 2011-07-14 | Edited docs/narr/viewconfig.rst via GitHub | AnneGilles | |
| 2011-07-14 | Sentence was badly structured and also had a word capitalized after a comma | Carlos de la Guardia | |
| 2011-07-14 | Removed superfluous 'and' | Carlos de la Guardia | |
| 2011-07-14 | corrected typo | Carlos de la Guardia | |
| 2011-07-14 | eliminated repeated word | Carlos de la Guardia | |
| 2011-07-14 | - New API class: ``pyramid.static.static_view``. This supersedes the | Chris McDonough | |
| deprecated ``pyramid.view.static`` class. ``pyramid.satic.static_view`` by default serves up documents as the result of the request's ``path_info``, attribute rather than it's ``subpath`` attribute (the inverse was true of ``pyramid.view.static``, and still is). ``pyramid.static.static_view`` exposes a ``use_subpath`` flag for use when you don't want the static view to behave like the older deprecated version. - The ``pyramid.view.static`` class has been deprecated in favor of the newer ``pyramid.static.static_view`` class. A deprecation warning is raised when it is used. You should replace it with a reference to ``pyramid.static.static_view`` with the ``use_subpath=True`` argument. | |||
| 2011-07-13 | move all paster commands to a separate chapter | Chris McDonough | |
| 2011-07-12 | clarify | 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-07-12 | reviewed | Chris McDonough | |
| 2011-07-12 | fix sample | Chris McDonough | |
| 2011-07-12 | remove references to add_route view-related configuration | Chris McDonough | |
