| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-16 | simplify and shorten long sentence | Casey Duncan | |
| 2011-01-16 | move however for better flow | Casey Duncan | |
| 2011-01-16 | add a note explaining why you might want to use envars | Casey Duncan | |
| 2011-01-16 | clarify | Casey Duncan | |
| 2011-01-15 | promote event listener config topics to subheadings. Topic formatting is too ↵ | Casey Duncan | |
| distracting imo | |||
| 2011-01-15 | clarify by promoting long parenthetical to its own sentence | Casey Duncan | |
| 2011-01-15 | add missing word | Casey Duncan | |
| 2011-01-15 | XXX explain the authentication/authorization separate in pyramid. Confirm ↵ | Casey Duncan | |
| this is correct XXX | |||
| 2011-01-15 | slight clarification | Casey Duncan | |
| 2011-01-15 | reword security intro paragraph | Casey Duncan | |
| 2011-01-15 | our => the | Casey Duncan | |
| 2011-01-15 | break out handlers into their own chapt once more | Casey Duncan | |
| 2011-01-15 | credit john shipman appropriately | Chris McDonough | |
| 2011-01-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-01-15 | Merge branch 'longlines' of git://github.com/johnwshipman/pyramid | Blaise Laflamme | |
| 2011-01-15 | Corrected the format of the date on my signature. | John Shipman | |
| 2011-01-15 | Signed CONTRIBUTORS.txt. | John Shipman | |
| 2011-01-15 | Docs update | Ralph Bean | |
| - One small typo fix - Added mention of MANIFEST.in for bundling non-Python-source files | |||
| 2011-01-15 | General reformatting of the wiki and wiki2 tutorials to eliminate | John Shipman | |
| any overly long lines in the PDF rendering. Changes to .rst files: (docs/tutorials/wiki/authorization.rst) (docs/tutorials/wiki/definingviews.rst) (docs/tutorials/wiki2/authorization.rst) (docs/tutorials/wiki2/definingviews.rst) 1. For included templates, added :tab-width: 2 options. 2. wiki2/authorization.rst: Wrong markup for file names __init__.py and views.py just after the subhead "Adding security.py". Changes to .py files: Folded a few long lines. (docs/tutorials/wiki/src/basiclayout/tutorial/views.py) (docs/tutorials/wiki/src/authorization/tutorial/views.py) (docs/tutorials/wiki/src/views/tutorial/views.py) (docs/tutorials/wiki2/src/basiclayout/tutorial/models.py) (docs/tutorials/wiki2/src/models/tutorial/models.py) Changes to .pt files: Broke long lines; reformatted for 2-space indentation using tabs. (docs/tutorials/wiki/src/authorization/tutorial/templates/edit.pt) (docs/tutorials/wiki/src/authorization/tutorial/templates/login.pt) (docs/tutorials/wiki/src/authorization/tutorial/templates/view.pt) (docs/tutorials/wiki/src/views/tutorial/templates/edit.pt) (docs/tutorials/wiki/src/views/tutorial/templates/view.pt) (docs/tutorials/wiki2/src/authorization/tutorial/templates/edit.pt) (docs/tutorials/wiki2/src/authorization/tutorial/templates/login.pt) (docs/tutorials/wiki2/src/authorization/tutorial/templates/view.pt) (docs/tutorials/wiki2/src/views/tutorial/templates/edit.pt) (docs/tutorials/wiki2/src/views/tutorial/templates/view.pt) | |||
| 2011-01-15 | - URL Dispatch properly handles a '.*' or '*' appearing in a regex match | Ben Bangert | |
| when used inside brackets. Resolve Issue #90. | |||
| 2011-01-14 | Added tab-width: 2 to literalinclude to see if it formats better :) | Blaise Laflamme | |
| 2011-01-14 | - Add ``charset`` attribute to ``pyramid.testing.DummyRequest`` | Chris McDonough | |
| (unconditionally ``UTF-8``). | |||
| 2011-01-14 | garden | Chris McDonough | |
| 2011-01-13 | rendering fixes | Chris McDonough | |
| 2011-01-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-01-13 | First pass at documenting the __action_decorator__ feature of a view handler. | Rob Miller | |
| 2011-01-12 | ignore emacs backup files | Rob Miller | |
| 2011-01-12 | Minor edits, typo fixes, term consistency changes. | Rob Miller | |
| 2011-01-12 | Reformatted myproject mytemplate.pt | Blaise Laflamme | |
| 2011-01-12 | Changed google font link and use request.static_url in myproject | Blaise Laflamme | |
| 2011-01-12 | Changed google font link in tutorials | Blaise Laflamme | |
| 2011-01-12 | Changed google font link in paster templates | Blaise Laflamme | |
| 2011-01-12 | Changed some references from pylonshq.com to pylonsproject.org | Blaise Laflamme | |
| 2011-01-12 | Typo: neednt -> needn't. | Marius Gedminas | |
| 2011-01-12 | fix path | Chris McDonough | |
| 2011-01-12 | garden | Chris McDonough | |
| 2011-01-12 | - Deprecation warnings related to import of the following API functions were | Chris McDonough | |
| added: ``pyramid.traversal.find_model``, ``pyramid.traversal.model_path``, ``pyramid.traversal.model_path_tuple``, ``pyramid.url.model_url``. The instructions emitted by the deprecation warnings instruct the developer to change these method spellings to their ``resource`` equivalents. This is a consequence of the mass concept rename of "model" to "resource" performed in 1.0a7. | |||
| 2011-01-12 | garden | Chris McDonough | |
| 2011-01-12 | - Document the ``request.override_renderer`` attribute within the narrative | Chris McDonough | |
| "Renderers" chapter in a section named "Overriding A Renderer at Runtime". | |||
| 2011-01-12 | Features | Chris McDonough | |
| -------- - ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` have been undeprecated. They are now the canonical setup and teardown APIs for test configuration, replacing "direct" creation of a Configurator. This is a change designed to provide a facade that will protect against any future Configurator deprecations. Paster Templates ---------------- - All paster templates now use ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` rather than creating a Configurator "by hand" within their ``tests.py`` module, as per decision in features above. Documentation ------------- - The wiki and wiki2 tutorials now use ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` rather than creating a Configurator "by hand", as per decision in features above. - The "Testing" narrative chapter now explains ``pyramid.testing.setUp`` and ``pyramid.testing.tearDown`` instead of Configurator creation and ``Configurator.begin()`` and ``Configurator.end()``. | |||
| 2011-01-09 | garden | Chris McDonough | |
| 2011-01-09 | garden | Chris McDonough | |
| 2011-01-09 | garden | Chris McDonough | |
| 2011-01-09 | garden | Chris McDonough | |
| 2011-01-09 | collapse 2 paragraphs into one | Chris McDonough | |
| 2011-01-09 | garden | Chris McDonough | |
| 2011-01-09 | add reference target | Chris McDonough | |
| 2011-01-09 | update after 1.0a9 made ameliorations to some existing issues that needed ↵ | Chris McDonough | |
| defense | |||
| 2011-01-09 | remove TMI from scan method docstring (it confused graham) | Chris McDonough | |
| 2011-01-09 | garden | Chris McDonough | |
