| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-16 | garden | Michael Merickel | |
| 2011-07-16 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-16 | - Omit custom environ variables when rendering a custom exception template in | Chris McDonough | |
| ``pyramid.httpexceptions.WSGIHTTPException._set_default_attrs``; stringifying thse may trigger code that should not be executed; see https://github.com/Pylons/pyramid/issues/239 Closes #239 | |||
| 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 | add not-for-civilians warnings | Chris McDonough | |
| 2011-07-15 | remove bogus information about route_name, refer to the right method of ↵ | Chris McDonough | |
| Configurator when describing global_registries, add http_cache newness warning | |||
| 2011-07-15 | typo | Chris McDonough | |
| 2011-07-15 | note that make_app mutates global_registries | Chris McDonough | |
| 2011-07-15 | prep for 1.1b3 | Chris McDonough | |
| 2011-07-15 | silence coverage warning | Chris McDonough | |
| 2011-07-15 | Merge branch 'mmerickel-feature.scripting' | Chris McDonough | |
| 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-15 | add description of return value | Chris McDonough | |
| 2011-07-15 | Merge branch 'master' into mmerickel-feature.scripting | Chris McDonough | |
| 2011-07-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-15 | fix Jython test failures | Chris McDonough | |
| 2011-07-15 | Merge pull request #238 from jinty/master | Chris McDonough | |
| minor fix: failIf -> assertFalse | |||
| 2011-07-15 | Use assertFalse instead of deprecated failIf | Brian Sutherland | |
| 2011-07-15 | deshadow test | Chris McDonough | |
| 2011-07-14 | Modified tests to use global_registries.remove() instead of relying on gc. | Michael Merickel | |
| 2011-07-14 | Added test coverage for p.paster.bootstrap. | Michael Merickel | |
| 2011-07-14 | Modified bootstrap to return a dict. | Michael Merickel | |
| 2011-07-14 | Removed unused variable | Michael Merickel | |
| 2011-07-14 | Added p.paster.bootstrap for handling simple loading of INI files. | Michael Merickel | |
| 2011-07-14 | garden | Michael Merickel | |
| 2011-07-14 | Added p.scripting.get_root2 that doesn't require an app arg. | Michael Merickel | |
| 2011-07-14 | Just changed some of the docstrings to reference config_uri. | Michael Merickel | |
| 2011-07-14 | Reverted get_root back to its behavior of expecting a router instance. | Michael Merickel | |
| 2011-07-14 | Updated scripting test coverage to 100%. | Michael Merickel | |
| 2011-07-14 | Added some docs for make_request and global_registries. | Michael Merickel | |
| 2011-07-14 | Added the ability to make a request object for use in scripts. | Michael Merickel | |
| 2011-07-14 | Moved the WeakOrderedSet into pyramid.util. | Michael Merickel | |
| 2011-07-14 | Added tracking of p.config.global_registries for created apps. | Michael Merickel | |
| 2011-07-14 | Adding a global to track the last registry loaded by Pyramid. | Michael Merickel | |
| 2011-07-14 | Merge pull request #236 from AnneGilles/patch-1 | Michael Merickel | |
| Edited docs/narr/viewconfig.rst via GitHub | |||
| 2011-07-14 | Edited docs/narr/viewconfig.rst via GitHub | AnneGilles | |
| 2011-07-14 | describe what Pyramid does | Chris McDonough | |
| 2011-07-14 | we no longer support py24 | Chris McDonough | |
| 2011-07-14 | mention traversal | Chris McDonough | |
| 2011-07-14 | note that flask does not use import ordering, but complexity ordering | Chris McDonough | |
| 2011-07-14 | typo | Chris McDonough | |
| 2011-07-14 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-14 | - Without a mo-file loaded for the combination of domain/locale, | Chris McDonough | |
| ``pyramid.i18n.Localizer.pluralize`` run using that domain/locale combination raised an inscrutable "translations object has no attr 'plural' error. Now, instead it "works" (it uses a germanic pluralization by default). This is not the "right" thing really (it's nonsensical to try to pluralize something without translations for that locale/domain available), but it matches the behavior of ``pyramid.i18n.Localizer.translate`` so it's at least consistent; see https://github.com/Pylons/pyramid/issues/235. Closes #235. | |||
| 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 | |
