summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-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
2010-01-16Stray text.Chris McDonough
2010-01-16Massive overhaul to deal with the reality that we don't map URLs directly to ↵Chris McDonough
code.
2010-01-15(no commit message)Chris McDonough
2010-01-14Merge fixes from paper.Chris McDonough
2010-01-14Commit from paper.Chris McDonough
2010-01-13(no commit message)Chris McDonough
2010-01-13Audience and cleanup.Chris McDonough
2010-01-13- Get rid of references to repoze.bfg.router.Router.Chris McDonough
2010-01-13- In ``bfg_routesalchemy``, ``bfg_alchemy`` and ``bfgwiki2`` tutorial,Chris McDonough
clean up the SQLAlchemy connection by registering a ``repoze.tm.after_end`` callback instead of relying on a ``__del__`` method of a ``Cleanup`` class added to the WSFI environment. The ``__del__`` strategy was fragile and caused problems in the wild. Thanks to Daniel Holth for testing.
2010-01-13Merge andrew-docs branch.Chris McDonough
2010-01-11Merge of andrew-docs branch.Chris McDonough
2010-01-06Prep for 1.2a11.Chris McDonough
2010-01-05For remembering.Chris McDonough
2010-01-05Normalize.Chris McDonough
2010-01-04Mako.Chris McDonough
2010-01-04(no commit message)Chris McDonough
2010-01-04(no commit message)Chris McDonough
2010-01-04Add foreword to latexindex.Chris McDonough
2010-01-04Add foreword.Chris McDonough
2010-01-04(no commit message)Chris McDonough
2010-01-04Prep for 1.2a10.Chris McDonough
2010-01-03Overlong lines.Chris McDonough
2010-01-03Overlong lines.Chris McDonough
2010-01-03Overlong lines.Chris McDonough
2010-01-03Info and warning icons instead of words.Chris McDonough
2010-01-03Normalize.Chris McDonough
2010-01-03Renderings.Chris McDonough
2010-01-03Add a (minimal) repoze.catalog tutorial.Chris McDonough
2010-01-03Missed one.Chris McDonough
2010-01-03FeaturesChris McDonough
-------- - The ``Configurator.add_view`` method now accepts an argument named ``context``. This is an alias for the older argument named ``for_``; it is preferred over ``for_``, but ``for_`` will continue to be supported "forever". - The ``view`` ZCML directive now accepts an attribute named ``context``. This is an alias for the older attribute named ``for``; it is preferred over ``for``, but ``for`` will continue to be supported "forever". - The ``Configurator.add_route`` method now accepts an argument named ``view_context``. This is an alias for the older argument named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". - The ``route`` ZCML directive now accepts an attribute named ``view_context``. This is an alias for the older attribute named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". Documentation and Paster Templates ---------------------------------- - All uses of the ``Configurator.add_view`` method that used its ``for_`` argument now use the ``context``argument instead. - All uses of the ``Configurator.add_route`` method that used its ``view_for`` argument now use the ``view_context``argument instead. - All uses of the ``view`` ZCML directive that used its ``for`` attribute now use the ``context`` attribute instead. - All uses of the ``route`` ZCML directive that used its ``view_for`` attribute now use the ``view_context`` attribute instead.
2010-01-03Speling.Chris McDonough
2010-01-03Get the reference right.Chris McDonough
2010-01-01Rendering.Chris McDonough
2010-01-01Kindness.Chris McDonough
2010-01-01Personalize introduction a little.Chris McDonough
2010-01-01Dunno how this turned into a ?Chris McDonough
2009-12-31Wording.Chris McDonough
2009-12-31De-stiltify.Chris McDonough
2009-12-31Only convert images when BOOK=1.Chris McDonough