| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-14 | remove unnecessary use of `get_current_registry()` | Tim Tisdall | |
| - We have a request object, so get the current registry properly through it. - make use of the built-in `aslist` function for parsing the result | |||
| 2014-07-28 | Merge branch 'feature-cachebust' | Chris McDonough | |
| 2014-07-28 | add versionadded notes | Chris McDonough | |
| 2014-07-28 | Mo' features, mo' problems. | Chris Rossi | |
| 2014-07-24 | cachebuster -> cachebust | Chris Rossi | |
| 2014-07-21 | Add 'prevent_cachebuster' setting. | Chris Rossi | |
| 2014-07-18 | Take mcdonc's advice. This should be easier for users to understand. | Chris Rossi | |
| 2014-07-17 | Add index entry. | Chris Rossi | |
| 2014-07-17 | Write the documentation. | Chris Rossi | |
| 2014-07-16 | Updating to current msginit syntax | nick knouf | |
| 2014-07-16 | remove mako docs that should be in pyramid_mako package | Michael Merickel | |
| 2014-07-15 | Update i18n.rst | Alexey Torkhov | |
| msgfmt produces 'messages.mo' file in current dir by default, it needs -o to specify destination. Also, added ref to adding a translation directory. | |||
| 2014-07-14 | Update i18n.rst | Alexey Torkhov | |
| To set output file for pot-create -o flag should be used, not redirect. | |||
| 2014-07-14 | Narrative scifi. | Chris Rossi | |
| 2014-07-13 | remove lie | Chris McDonough | |
| 2014-07-04 | Fix path to pshell | Kamal Gill | |
| 2014-07-04 | Correct handler name for logger_wsgi | LiJunjie | |
| 2014-07-02 | dont need to use any settings, we include pyramid_jinja2 in main | Chris McDonough | |
| 2014-05-25 | Bring in #1352 | Steve Piercy | |
| 2014-05-21 | oops, re-clarify that tweens should not have mutable state | Michael Merickel | |
| 2014-05-21 | clarify tween thread-safety | Michael Merickel | |
| 2014-05-18 | Draw attention that tweens instances are unique and shared between threads | flibustenet | |
| Forgetting that tween instance are not instantiated for each request leads to threads issues difficult to detect | |||
| 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-05-13 | Update hooks.rst | synthomat | |
| 'self' param was omitted in the constructor of simple_tween_factory class | |||
| 2014-05-07 | Merge branch 'master' of https://github.com/ftravers/pyramid into pull.1325 | Michael Merickel | |
| 2014-05-05 | fix merge conflicts | Chris McDonough | |
| 2014-05-05 | Merge branch 'master' into redundant_totuorial_logging_config | Chris McDonough | |
| 2014-05-03 | - add a reference | Steve Piercy | |
| 2014-05-03 | - looks like _ are now - in RTD | Steve Piercy | |
| 2014-05-03 | - add cookbook to intersphinx mapping | Steve Piercy | |
| 2014-05-03 | - spelling | Steve Piercy | |
| 2014-05-01 | fix #1253 | Michael Merickel | |
| 2014-04-24 | Replaced non-ascii copyright character with HTML equivalent. | Fenton Travers | |
| 2014-04-24 | Merge pull request #1321 from omidraha/patch-1 | Steve Piercy | |
| Improving `X-Vhm-Root` paragraphs. | |||
| 2014-04-23 | Typo found in second Declarative code block | bobby | |
| There were two import statements for Configurator. I removed the second import statement in the "__main__" since most of the documentation declares all imports on the top of the source. modified: configuration.rst | |||
| 2014-04-24 | Improving `X-Vhm-Root` paragraphs. | Omid Raha | |
| Improving text of `X-Vhm-Root` paragraphs in `Other Backwards Incompatibilities` section. | |||
| 2014-04-23 | Remove repeated word. | Omid Raha | |
| Remove repeated `use` word. | |||
| 2014-04-21 | Update background section same as quick_tour.rst | Steve Piercy | |
| Update text of ``background`` section same as ``sessions`` section of ``quick_tour.rst`` | |||
| 2014-04-20 | Merge pull request #1309 from omidraha/patch-1 | Steve Piercy | |
| Correct question to adapt to the the text. | |||
| 2014-04-20 | Remove repeated word. | Omid Raha | |
| Remove repeated `operations` word. | |||
| 2014-04-18 | Corrected the comment's language | thapar | |
| 2014-04-18 | Typo fix "not"-->"no" | thapar | |
| 2014-04-17 | More explicit example of set_property | flibustenet | |
| cleanup callback has a "request" parameter (and not "_") cleanup callback know (since 1.5) if an exception occurred or not (to commit or rollback) (same as #1302 on 1.5) | |||
| 2014-04-16 | minor tweaks based on toolbar changes in 2.x | Michael Merickel | |
| 2014-04-16 | Update debugtoolbar.rst | tylereaves | |
| grammar fix | |||
| 2014-04-16 | Update debugtoolbar.rst | tylereaves | |
| Fix wording to reflect how debugtoolbar actually works | |||
| 2014-04-15 | DOC: Comment re: XSS, PEP8 imports, typo | westurner | |
| 2014-04-15 | DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294) | westurner | |
| 2014-04-15 | DOC: Response.content_type defaults to text/html | westurner | |
