| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-19 | - Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial. | Chris McDonough | |
| 2011-07-19 | remove process=1 option; see ↵ | Chris McDonough | |
| http://stackoverflow.com/questions/6703850/cant-get-pyramid-to-work-with-mod-wsgi | |||
| 2011-07-18 | remember to pull | Chris McDonough | |
| 2011-07-18 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-18 | prep for 1.1b4 | Chris McDonough | |
| 2011-07-18 | move import statement | Chris McDonough | |
| 2011-07-17 | Merge pull request #240 from michr/master | Reed O'Brien | |
| fix typo in urls.py :: current_route_url | |||
| 2011-07-17 | fix typo in urls.py :: current_route_url | michr | |
| 2011-07-16 | ordering | Chris McDonough | |
| 2011-07-16 | garden | Chris McDonough | |
| 2011-07-16 | not reusing this | Chris McDonough | |
| 2011-07-16 | garden | 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 | garden | Chris McDonough | |
| 2011-07-16 | mention paster pshell using bootstrap | Chris McDonough | |
| 2011-07-16 | mention paster pshell using prepare | Chris McDonough | |
| 2011-07-16 | add note about removing make_request | Chris McDonough | |
| 2011-07-16 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-16 | Changed the URL generation example to be more practical. | Michael Merickel | |
| 2011-07-16 | Added test coverage for 'PShellCommand'. | Michael Merickel | |
| 2011-07-16 | Updated 'pshell' to support the new bootstrap api. | Michael Merickel | |
| 2011-07-16 | Reworked pyramid.scripting. Modified docs and made make_request private. | Michael Merickel | |
| Renamed make_request to _make_request to make clear that it's not a private API. p.scripting.prepare now raises an exception if no valid pyramid app can be found to avoid obscure errors later on. | |||
| 2011-07-16 | Modified the order of the WeakOrderedSet to remember the most recent. | Michael Merickel | |
| 2011-07-16 | Renamed the 'info' dict to 'env' in scripting. | Michael Merickel | |
| 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 | |
