| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-19 | fixes #398 .. mention only method-based authN configuration, remove ↵ | Chris McDonough | |
| indications of constructor value | |||
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-09-07 | add squishy whats-unique section to introduction | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-09 | Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant. | Michael Merickel | |
| Removed the undocumented version from pyramid.interfaces. | |||
| 2011-07-30 | Updated all of the docs to reflect the new pyramid.* settings prefix. | Michael Merickel | |
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-07-10 | Adding 'I' to example custom AuthenticationPolicy; it's an interface. | ejo | |
| 2011-02-28 | Fix authentication policy example. | Chris McDonough | |
| Closes #137 | |||
| 2011-02-05 | fix conflicts | Chris McDonough | |
| 2011-02-02 | Wrong name for variable | Chris Beelby | |
| 2011-02-02 | Capitalization fix | Chris Beelby | |
| 2011-01-30 | remove reference to ZCML directives; doesnt work in printed book | Chris McDonough | |
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-27 | fix dangling references | Chris McDonough | |
| 2011-01-27 | - Beef up documentation related to ``set_default_permission``: explicitly | Chris McDonough | |
| mention that default permissions also protect exception views. | |||
| 2011-01-21 | - Slightly improved interface docs for ``IAuthorizationPolicy``. | Chris McDonough | |
| 2011-01-18 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 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 | |
| 2010-12-31 | Remove resource location chapter and move intro parts to url dispatch. The ↵ | Casey Duncan | |
| new much ado about traversal chapter takes care of selling traversal now | |||
| 2010-12-20 | BFG_ -> PYRAMID_ | Jamaludin Ahmad | |
| 2010-12-19 | context finding -> resource location | Chris McDonough | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-03 | de-zcml-ify various chapters and move ZCML to the declarative chapter | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
| 2010-10-28 | sessioning docs | Chris McDonough | |
| 2010-10-26 | forward port of bugfix from bfg trunk | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-09-09 | Features | Chris McDonough | |
| -------- - In support of making it easier to configure applications which are "secure by default", a default permission feature was added. If supplied, the default permission is used as the permission string to all view registrations which don't otherwise name a permission. These APIs are in support of that: - A new constructor argument was added to the Configurator: ``default_permission``. - A new method was added to the Configurator: ``set_default_permission``. - A new ZCML directive was added: ``default_permission``. Documentation ------------- - Added documentation for the ``default_permission`` ZCML directive. - Added documentation for the ``default_permission`` constructor value and the ``set_default_permission`` method in the Configurator API documentation. - Added a new section to the "security" chapter named "Setting a Default Permission". - Document ``renderer_globals_factory`` and ``request_factory`` arguments to Configurator constructor. | |||
| 2010-09-05 | - Each of the follow methods of the Configurator now allow the | Chris McDonough | |
| below-named arguments to be passed as "dotted name strings" (e.g. "foo.bar.baz") rather than as actual implementation objects that must be imported: setup_registry root_factory, authentication_policy, authorization_policy, debug_logger, locale_negotiator, request_factory, renderer_globals_factory add_subscriber subscriber, iface derive_view view add_view view, for_, context, request_type, containment add_route() view, view_for, factory, for_, view_context scan package add_renderer factory set_forbidden_view view set_notfound_view view set_request_factory factory set_renderer_globals_factory() factory set_locale_negotiator negotiator testing_add_subscriber event_iface | |||
| 2010-03-22 | The security chapter had a few more typos than the others. Someone had ↵ | Carlos de la Guardia | |
| clearly had a beer too many when he started to write section 15.15 ;) | |||
| 2010-03-15 | Fix from Douglas Cerna. | Chris McDonough | |
| 2010-03-02 | normalize case for http_only zcml directive default | Daniel Holth | |
| 2010-02-03 | Bug Fixes | Chris McDonough | |
| --------- - Ensure that ``secure`` flag for AuthTktAuthenticationPolicy constructor does what it's documented to do (merge Daniel Holth's fancy-cookies-2 branch). New Features ------------ - Add ``path`` and ``http_only`` options to AuthTktAuthenticationPolicy constructor (merge Daniel Holth's fancy-cookies-2 branch). | |||
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | More reviews finished. | Chris McDonough | |
| 2010-01-17 | More pass overhaul based on making contextfinding explicit within documentation. | Chris McDonough | |
| 2010-01-16 | Massive overhaul to deal with the reality that we don't map URLs directly to ↵ | Chris McDonough | |
| code. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2010-01-04 | (no commit message) | Chris McDonough | |
| 2010-01-04 | (no commit message) | Chris McDonough | |
