| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-20 | Sync views.py on SQL wiki tutorial with the scaffold | Patricio Paez | |
| - Explain the added lines in the Basic Layout chapter. - The user is told to remove the added lines in the Defining Views chapter, there was no need to fix any emphasized lines. - Sync the file in the other sections even if it is not shown, for consistency. | |||
| 2012-11-20 | More sync on ZODB wiki tutorial | Patricio Paez | |
| - literalinclude should refer to the file in the corresponding section - Remove extra lines | |||
| 2012-11-20 | Merge branch 'feature.response-gardenpath' | Chris McDonough | |
| 2012-11-20 | - Small microspeed enhancement which anticipates that a | Chris McDonough | |
| ``pyramid.response.Response`` object is likely to be returned from a view. Some code is shortcut if the class of the object returned by a view is this class. A similar microoptimization was done to ``pyramid.request.Request.is_response``. | |||
| 2012-11-19 | Sync some ZODB wiki tutorial files with the scaffold | Patricio Paez | |
| - Files that are not referred to in a literalinclude in the tutorial docs - setup.py and development.ini appear in a literalinclude but no lines are emphasized and there is no impact. | |||
| 2012-11-19 | Sync some SQL wiki tutorial files with the scaffold | Patricio Paez | |
| - Files that are not referred to in a literalinclude in the tutorial docs - setup.py appears in literalinclude, but no lines are added or removed so no impact. Fixed docutils order in the requires list. | |||
| 2012-11-18 | Merge branch 'sontek-add_contributors' | Chris McDonough | |
| 2012-11-18 | fix merge conflict | Chris McDonough | |
| 2012-11-18 | - A failure when trying to locate the attribute ``__text__`` on route and view | Chris McDonough | |
| predicates existed when the ``debug_routematch`` setting was true or when the ``pviews`` command was used. See https://github.com/Pylons/pyramid/pull/727 Closes #727. | |||
| 2012-11-14 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-11-14 | Added myself to contributors | John Anderson | |
| 2012-11-14 | Don't use a global mutable and updated the doc string to include options | John Anderson | |
| 2012-11-14 | Merge branch '1.4-branch' | Chris McDonough | |
| 2012-11-14 | prep for release | Chris McDonough | |
| 2012-11-14 | update for release | Chris McDonough | |
| 2012-11-14 | rearrange deck chairs | Chris McDonough | |
| 2012-11-14 | make an assertion in this test | Chris McDonough | |
| 2012-11-14 | Merge branch 'fix_commands' of git://github.com/sontek/pyramid into ↵ | Chris McDonough | |
| sontek-fix_commands | |||
| 2012-11-14 | remove duplicate whatsnew entry (forward port from 1.3 branch | Chris McDonough | |
| 2012-11-14 | ref #725; indicate how to join the result of render_view_to_iterable | Chris McDonough | |
| 2012-11-14 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-11-13 | indicate render_view returns a bytestring (see #725) | Michael Merickel | |
| 2012-11-13 | updated changelog | Michael Merickel | |
| 2012-11-13 | Merge branch 'pull.725' which closes #721 | Michael Merickel | |
| 2012-11-13 | simplfied change as response.app_iter must contain bytes per pep 3333 | Michael Merickel | |
| 2012-11-13 | Merge branch 'master' of avolkov/pyramid into pull.725 | Michael Merickel | |
| 2012-11-13 | My fix for Issue #721. Made view.py - render_view to convert iterable input | Alex Volkov | |
| into bytestring and joing it with bytestring. | |||
| 2012-11-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-11-13 | forward port from 1.3 branch | Chris McDonough | |
| 2012-11-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-11-12 | removed doc-update from changelog | Michael Merickel | |
| 2012-11-12 | Merge branch 'fix.516' of rob0t7/pyramid into pull.720 | Michael Merickel | |
| 2012-11-12 | Added changes to the CHANGES log. | Robert Jackiewicz | |
| 2012-11-12 | Modified the hooks documentation to currently describe how to access the ↵ | Robert Jackiewicz | |
| context in a forbidden view. | |||
| 2012-11-12 | Move pyramid.config.views.viewdefaults -> pyramid.util.viewdefaults | Chris McDonough | |
| Move pyramid.config.util.ActionInfo -> pyramid.util.ActionInfo Move pyramid.config.util.action_method -> pyramid.util.action_method This is in support of not requiring substance d and other like systems to import from within pyramid.config (even though these functions and classes are still not officially documented APIs). Backwards compatibility imports have been left in place. | |||
| 2012-11-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-11-11 | - Be more tolerant of potential error conditions in ``match_param`` and | Chris McDonough | |
| ``physical_path`` predicate implementations; instead of raising an exception, return False. | |||
| 2012-11-05 | adding transaction module requirement to zodb wiki docs | ericrasmussen | |
| 2012-11-05 | add transaction dependency to zodb scaffold | ericrasmussen | |
| 2012-11-05 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-11-05 | added the ability to pass options to get_app for use with string | John Anderson | |
| interpolation in the config | |||
| 2012-11-04 | visually aid the decorator= example | Philip Jenvey | |
| 2012-11-04 | update changelog, close #627 | Michael Merickel | |
| 2012-11-04 | Merge branch 'pull.627' | Michael Merickel | |
| 2012-11-04 | reversed the ordering of decorator arg to add_view | Michael Merickel | |
| 2012-11-04 | Merge branch 'tupleofdecorators' of xrotwang/pyramid into pull.627 | Michael Merickel | |
| 2012-11-04 | Added explanations to docstring. | rforkel | |
| 2012-11-04 | Added support for passing multiple decorators to add_view. | rforkel | |
| 2012-11-04 | garden | Chris McDonough | |
| 2012-11-04 | - Allow a ``_depth`` argument to ``pyramid.view.view_config``, which will | Chris McDonough | |
| permit limited compisition reuse of the decorator by other software that wants to provide custom decorators that are much like view_config. Closes #637. | |||
