| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-08 | Link to logging configuration in the Startup chapter. | Karl O. Pinc | |
| The Startup chapter describes the application's .ini file. The Logging chapter describes how to configure logging with the .ini file. | |||
| 2014-08-08 | Link to .ini file description in configuration chapter. | Karl O. Pinc | |
| The Startup chapter describes a Pyramid application's .ini file. This is now a seealso in the Configuration chapter. | |||
| 2014-08-06 | Merge branch 'master' into feature.override-asset-with-absolute-path | Michael Merickel | |
| 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-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-01 | fix #1253 | Michael Merickel | |
| 2014-04-24 | Replaced non-ascii copyright character with HTML equivalent. | Fenton Travers | |
| 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-15 | DOC: Response.content_type defaults to text/html | westurner | |
| 2014-04-14 | Merge pull request #1291 from nnja/master | Michael Merickel | |
| Update python installation instructions for Mac OSX | |||
| 2014-04-14 | clarify python version support | Michael Merickel | |
| 2014-04-14 | adding comments for python versions | Nina Zakharenko | |
| 2014-04-14 | Change OSX to Mac OS X | Nina Zakharenko | |
| 2014-04-14 | Update the documentation for Python installation on OSX. Binaries are ↵ | Nina Zakharenko | |
| primary method. | |||
| 2014-04-14 | Update python installation instructions for mac osx. | Nina Zakharenko | |
| 2014-04-08 | make pdf build again | Chris McDonough | |
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert Akkerman | |
| Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them. | |||
| 2014-04-08 | Remove Babel from all setup.cfg files | Wichert Akkerman | |
| 2014-04-08 | Always mention the msg* commands come from Gettext | Wichert Akkerman | |
| 2014-04-08 | Remove lingua references from setup.cfg description. | Wichert Akkerman | |
| 2014-04-08 | Fix $VENT typo | Wichert Akkerman | |
| 2014-04-08 | Keep using easy_install. | Wichert Akkerman | |
| 2014-04-08 | Update documentation for Lingua 2 | Wichert Akkerman | |
| 2014-02-28 | add support for using an absolute path to override an asset | Michael Merickel | |
| fixes #1229 | |||
| 2014-02-10 | Merge pull request #1241 from stevepiercy/master | Steve Piercy | |
| Garden Sphinx directives | |||
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2014-02-10 | Merge pull request #1240 from stevepiercy/master | Steve Piercy | |
| - Update list of session packages | |||
| 2014-02-10 | - Update list of session packages | Steve Piercy | |
| - Update Quick Tour section on sessions - Closes PR #1150 | |||
| 2014-02-09 | Apply change from #1221 manually. | Tres Seaver | |
| Avoid the unintentional slight in OPs commit message. | |||
