| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-23 | fix typo | Carlos de la Guardia | |
| 2011-07-22 | Merge pull request #241 from hathawsh/master | Chris McDonough | |
| Please accept my signature of the contributor's agreement. | |||
| 2011-07-22 | Signed contributor agreement | Shane Hathaway | |
| 2011-07-22 | Fixed formatting fail. | Michael Merickel | |
| 2011-07-22 | s/repoze/pyramid/ | Chris McDonough | |
| 2011-07-21 | better steps | Chris McDonough | |
| 2011-07-21 | add epub and pdf maker scripts | Chris McDonough | |
| 2011-07-21 | prep for 1.1; gather contributors | Chris McDonough | |
| 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 | add nullrenderer to whatsnew | Chris McDonough | |
| 2011-07-21 | - Added the ``pyramid.renderers.null_renderer`` object as an API. The null | Chris McDonough | |
| renderer is an object that can be used in advanced integration cases as input to the view configuration ``renderer=`` argument. When the null renderer is used as a view renderer argument, Pyramid avoids converting the view callable result into a Response object. This is useful if you want to reuse the view configuration and lookup machinery outside the context of its use by the Pyramid router. This feature was added for consumption by the ``pyramid_rpc`` package, which uses view configuration and lookup outside the context of a router in exactly this way. ``pyramid_rpc`` has been broken under 1.1 since 1.1b1; adding it allows us to make it work again. | |||
| 2011-07-21 | - Add a deprecation warning for non-API function | Chris McDonough | |
| ``pyramid.renderers.renderer_from_name`` which has seen use in the wild. - Add a ``clone`` method to ``pyramid.renderers.RendererHelper`` for use by the ``pyramid.view.view_config`` decorator. | |||
| 2011-07-21 | comment | Chris McDonough | |
| 2011-07-21 | urllib2 example of creating a request suitable for producing a json body | Chris McDonough | |
| 2011-07-21 | - Remove ``compat`` code that served only the purpose of providing backwards | Chris McDonough | |
| compatibility with Python 2.4. | |||
| 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 | pin coverage for nosexcover+tox | 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-20 | use env26 | Chris McDonough | |
| 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 | |
