| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-12 | fix sentence spacing | Casey Duncan | |
| 2010-12-12 | clarify paragraph about when to call ISession.changed, uh huh, yeah | Casey Duncan | |
| 2010-12-12 | clarify paragraph about when to call ISession.changed | Casey Duncan | |
| 2010-12-12 | Add sentence below first mention of ISession.changed() method referring ↵ | Casey Duncan | |
| reader to gotchas | |||
| 2010-12-12 | clarify and remove specifc quantities from sentence which are prone to being ↵ | Casey Duncan | |
| wrong | |||
| 2010-12-12 | clarify sentence | Casey Duncan | |
| 2010-12-12 | fix incomplete sentence | Casey Duncan | |
| 2010-12-12 | fix merge conflicts | Casey Duncan | |
| 2010-12-12 | fix name as per comment on commit d00dfb7 | Casey Duncan | |
| 2010-12-10 | add comma | Casey Duncan | |
| 2010-12-10 | clarify reponse.status/status_int | Casey Duncan | |
| 2010-12-10 | remove extraneous space, change against to with | Casey Duncan | |
| 2010-12-10 | like to e.g., add comma, add a | Casey Duncan | |
| 2010-12-10 | add comma | Casey Duncan | |
| 2010-12-10 | fix space before comma | Casey Duncan | |
| 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-08 | clarify warning | Casey Duncan | |
| 2010-12-08 | clarify paragraphs about traversal context | Casey Duncan | |
| 2010-12-08 | remove redundant statement was removed | Casey Duncan | |
| 2010-12-08 | avoid using word mount which has too many other connotations, puritanism ↵ | Casey Duncan | |
| notwithstanding | |||
| 2010-12-08 | XXX fix add_static_view example confirm this is correct XXX | Casey Duncan | |
| 2010-12-08 | XXX Fix example generated url, confirm this is correct XXX | Casey Duncan | |
| 2010-12-08 | reword slightly | Casey Duncan | |
| 2010-12-09 | use pyramid.config.Configurator instead of pyramid.configuration.Configurator | Chris McDonough | |
| 2010-12-08 | move long note to the end of section so as not to break up the flow | Casey Duncan | |
| 2010-12-08 | clarify paragraph about name argument | Casey Duncan | |
| 2010-12-08 | rework paragraph about static view path | Casey Duncan | |
| 2010-12-08 | add comma | Casey Duncan | |
| 2010-12-08 | smooth out bumpy sentence | Casey Duncan | |
| 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 | |
