| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-13 | - When creating a Configurator from within a ``paster pshell`` session, you | Chris McDonough | |
| were required to pass a ``package`` argument although ``package`` is not actually required. If you didn't pass ``package``, you would receive an error something like ``KeyError: '__name__'`` emanating from the ``pyramid.path.caller_module`` function. This has now been fixed. | |||
| 2010-12-09 | To avoid breaking people's expectations of how ZCML works, we | Chris McDonough | |
| cannot autocommit ZCML actions incrementally. If we commit actions incrementally, configuration outcome will be controlled purely by ZCML directive execution order, which isn't what anyone who uses ZCML expects. So we don't autocommit each ZCML directive action while parsing is happening, but we do make sure to pass execute=self.autocommit to xmlconfig.file below, which will cause the actions implied by the ZCML that was parsed to be committed right away once parsing is finished if autocommit is True. | |||
| 2010-12-09 | fix example | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | docs fixes; simplify include implementation | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | fix bug in zcml handler directive | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | note docs | Chris McDonough | |
| 2010-12-09 | - Add a ``handler`` ZCML directive. This directive does the same thing as | Chris McDonough | |
| ``pyramid.configuration.add_handler``. | |||
| 2010-12-09 | Merge branch 'twophase' | Chris McDonough | |
| Conflicts: pyramid/configuration.py | |||
| 2010-12-09 | docs fixes | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-12-09 | get rid of explicit call to commit in all paster templates | Chris McDonough | |
| 2010-12-09 | get rid of config_method decorator; rename _action to action | Chris McDonough | |
| 2010-12-09 | use pyramid.config.Configurator instead of pyramid.configuration.Configurator | Chris McDonough | |
| 2010-12-08 | configuration.Config->config.Configurator | Chris McDonough | |
| 2010-12-08 | create a context only as necessary (speed) | Chris McDonough | |
| 2010-12-08 | deprecate Configurator, add Config | Chris McDonough | |
| 2010-12-08 | load_zcml and scan are also config methods | Chris McDonough | |
| 2010-12-07 | comment | Chris McDonough | |
| 2010-12-07 | typo | Chris McDonough | |
| 2010-12-07 | better conflict error reporting | Chris McDonough | |
| 2010-12-07 | move with_context to API | Chris McDonough | |
| 2010-12-07 | config_method -> maybe_autocommit | Chris McDonough | |
| 2010-12-07 | remove stray import | Chris McDonough | |
| 2010-12-07 | reenable autocommit support | Chris McDonough | |
| 2010-12-07 | implement load_zcml in terms of a configurator | Chris McDonough | |
| 2010-12-07 | make integration test check for non-cycling | Chris McDonough | |
| 2010-12-07 | add an integration test for include, make sure the same callable is not ↵ | Chris McDonough | |
| processed more than once | |||
| 2010-12-07 | reimplement with_package in terms of with_context | Chris McDonough | |
| 2010-12-07 | move lock closer to release | Chris McDonough | |
| 2010-12-07 | use with_context in .include, also remove bogus sort of filenames | Chris McDonough | |
| 2010-12-07 | add a with_context method for use by ZCML directives | Chris McDonough | |
| 2010-12-07 | remove misleading section from resources docs | Chris McDonough | |
| 2010-12-07 | ranging in on some sort of conflict detection solution | Chris McDonough | |
| 2010-12-05 | Updated references to 'app' by 'main'. | Bertrand Janin | |
| 2010-12-05 | Add the other useful webob URL attributes. | Ben Bangert | |
| 2010-12-04 | add include method | Chris McDonough | |
| 2010-12-03 | all tests pass | Chris McDonough | |
| 2010-12-02 | make most tests pass (all but default permission bug integration test) | Chris McDonough | |
| 2010-12-02 | Removed unnecessary whitespaces | Danny Navarro | |
| 2010-12-02 | Removed unnecessary whitespace | Danny Navarro | |
| 2010-12-02 | Removed unnecessary whitespaces | Danny Navarro | |
| 2010-12-02 | Removed unnecessary whitespaces | Danny Navarro | |
| 2010-12-02 | Fixed doc typo and removed unnecessary whitespaces | Danny Navarro | |
| 2010-12-01 | Merge branch 'master' into twophase | Chris McDonough | |
| 2010-12-01 | explain what reload_templates means wrt individual templating engines | Chris McDonough | |
| 2010-12-01 | stray quote mark | Chris McDonough | |
