| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-18 | fix typoo | Casey Duncan | |
| 2011-01-18 | resource => asset | Casey Duncan | |
| 2011-01-18 | resource => asset | Casey Duncan | |
| 2011-01-18 | they => the | Casey Duncan | |
| 2011-01-18 | remove empty See Also | Casey Duncan | |
| 2011-01-18 | add word chapter | Casey Duncan | |
| 2011-01-18 | fix spacing | Casey Duncan | |
| 2011-01-17 | fix merge conflict | Casey Duncan | |
| 2011-01-16 | remove references to pylons paster templates | Chris McDonough | |
| 2011-01-16 | remove handler reference from latexindex | Chris McDonough | |
| 2011-01-16 | - The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster | Chris McDonough | |
| templates were removed. Use ``pyramid_sqla`` (available from PyPI) as a generic replacement for Pylons-esque development. - All references to ``add_handler`` and the ``handler`` ZCML directive have been removed from the docs, and stubs which point to ``pylons_handlers`` package have replaced them. | |||
| 2011-01-16 | Remove configurator.add_handler, handler-related functions and methods from ↵ | Chris McDonough | |
| pyramid.view, handler ZCML directive. This functionality is to be moved to a "pyramid_handlers" package. Fix add_directive to properly persist directives across configurator creations. | |||
| 2011-01-16 | document 'includeme' | Chris McDonough | |
| 2011-01-16 | garden | Chris McDonough | |
| 2011-01-16 | - When ``Configurator.include`` is passed a *module* as an argument, it | Chris McDonough | |
| defaults to attempting to find and use a callable named ``includeme`` within that module. This makes it possible to use ``config.include('some.module')`` rather than ``config.include('some.module.somefunc')`` as long as the include function within ``some.module`` is named ``includeme``. | |||
| 2011-01-16 | garden | Chris McDonough | |
| 2011-01-16 | use correct rendering | Chris McDonough | |
| 2011-01-16 | remove reference to obsolete begin() method | Casey Duncan | |
| 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-16 | - Add ``add_directive`` method to configurator, which allows framework | Chris McDonough | |
| extenders to add methods to the configurator (ala ZCML directives). | |||
| 2011-01-16 | Merge branch 'gawel-config_extend' | Chris McDonough | |
| 2011-01-16 | simplify slightly | Chris McDonough | |
| 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 | Merge branch 'config_extend' of git://github.com/gawel/pyramid into ↵ | Chris McDonough | |
| gawel-config_extend | |||
| 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 | |
