summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-27Update index with Chameleon 1.1.1.Chris McDonough
2010-01-25Use attrs rather than setattr.Chris McDonough
2010-01-25Unused import.Chris McDonough
2010-01-24Don't repeat a chapter.Chris McDonough
2010-01-24Next release...Chris McDonough
2010-01-24Prep for 1.2b3.Chris McDonough
2010-01-24Add more errata.Chris McDonough
2010-01-24100% test coverage.Chris McDonough
2010-01-24Free at last, free at last, thank god almighty free at last.Chris McDonough
2010-01-24Make sure global views don't match by default.Chris McDonough
2010-01-24(no commit message)Chris McDonough
2010-01-24Merge reversepolarity branch.Chris McDonough
2010-01-21Use book language.Chris McDonough
2010-01-21Prep for 1.2b2.Chris McDonough
2010-01-21Add functional test.Chris McDonough
2010-01-21Add tests for setattr and getattr.Chris McDonough
2010-01-21(no commit message)Chris McDonough
2010-01-21(no commit message)Chris McDonough
2010-01-21(no commit message)Chris McDonough
2010-01-21(no commit message)Chris McDonough
2010-01-21- Fix a view lookup ordering bug whereby a view with a larger numberChris McDonough
of predicates registered first (literally first, not "earlier") for a triad would lose during view lookup to one registered with fewer.
2010-01-21Disuse sys.maxint; that's silly. Use a hardcoded MAX_WEIGHT value.Chris McDonough
2010-01-20Add (non-failing) tests for ordering issue reported indirectly via ↵Chris McDonough
http://labs.creativecommons.org/2010/01/13/cc-engine-and-web-non-frameworks/ .. can't seem to repeat.
2010-01-19- When WebOb 0.9.7.1 was used, a deprecation warning was issued forChris McDonough
the class attribute named ``charset`` within ``repoze.bfg.request.Request``. BFG now *requires* WebOb >= 0.9.7, and code was added so that this deprecation warning has disappeared.
2010-01-19Include Shane and Daniel.Chris McDonough
2010-01-19Spellcheck.Chris McDonough
2010-01-19Wording.Chris McDonough
2010-01-19Renderings and typo fix.Chris McDonough
2010-01-19Caught by Steve Schmechel.Chris McDonough
2010-01-19Spellcheck.Chris McDonough
2010-01-19Bug FixesChris McDonough
--------- - When the ``Configurator`` is passed an instance of ``zope.component.registry.Components`` as a ``registry`` constructor argument, fix the instance up to have the attributes we expect of an instance of ``repoze.bfg.registry.Registry`` when ``setup_registry`` is called. This makes it possible to use the global Zope component registry as a BFG application registry. Documentation ------------- - Change renderings of ZCML directive documentation. - Add a narrative documentation chapter: "Using the Zope Component Architecture in ``repoze.bfg``"
2010-01-18(no commit message)Chris McDonough
2010-01-18Prep for b1Chris McDonough
Merge a bunch of paper-based docs fixes Configure logging during bfgshell.
2010-01-17Section header fixes.Chris McDonough
2010-01-17Final review layout.Chris McDonough
2010-01-17Checklist.Chris McDonough
2010-01-17Checklist.Chris McDonough
2010-01-17Final layout.Chris McDonough
2010-01-17Using a single chapter for the API docs and a single chapter for the ZCML ↵Chris McDonough
directives made it hard to read.
2010-01-17Reduce overall book size by not giving each ZCML directive its own chapter.Chris McDonough
2010-01-17Wording.Chris McDonough
2010-01-17Style.Chris McDonough
2010-01-17Rendering.Chris McDonough
2010-01-17More reviews finished.Chris McDonough
2010-01-17Review.Chris McDonough
2010-01-17(no commit message)Chris McDonough
2010-01-17More pass overhaul based on making contextfinding explicit within documentation.Chris McDonough
2010-01-16Meh.Chris McDonough
2010-01-16Muh.Chris McDonough
2010-01-16Traversal mini-overhaul.Chris McDonough