summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2010-01-04(no commit message)Chris McDonough
2010-01-04(no commit message)Chris McDonough
2010-01-03Overlong lines.Chris McDonough
2010-01-03Overlong lines.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
2009-12-31Wording.Chris McDonough
2009-12-31De-stiltify.Chris McDonough
2009-12-30Spellcheck.Chris McDonough
2009-12-30Bugs detected by Ricardo Mendes.Chris McDonough
2009-12-30Better note/warning distinctions.Chris McDonough
2009-12-30Explain repoze.Chris McDonough
2009-12-30Make traversal and urldispatch into subchapters.Chris McDonough
2009-12-30Less restrictive license; add Ian attribution.Chris McDonough
2009-12-30Wording.Chris McDonough
2009-12-29Overlong lines.Chris McDonough
Fix table.
2009-12-29Image greyscaling.Chris McDonough
2009-12-28Fix margin overruns.Chris McDonough
2009-12-28Fix overlong lines.Chris McDonough
2009-12-28LaTeX rendering fixes.Chris McDonough
2009-12-28Adjust for 7.5x9.25in output.Chris McDonough
2009-12-27- Added manual index entries to generated index.Chris McDonough
2009-12-27Renderings.Chris McDonough
2009-12-27Rendering cleanups.Chris McDonough
2009-12-27Latex rendering.Chris McDonough
Documentation licensing.
2009-12-26- Created new top-level documentation section: "ZCML Directives".Chris McDonough
This section contains detailed ZCML directive information, some of which was removed from various narrative chapters.
2009-12-25Fix syntax errors found via manuel, and add manuel-style markers to preventChris McDonough
untestable code blocks from being tested.
2009-12-25Normalize code blocks.Chris McDonough
2009-12-25Normalize code blocks.Chris McDonough
2009-12-25Normalize code blocks.Chris McDonough
2009-12-25Normalize code blocks.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-24Imperative and roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-23Thread locals chapter roles.Chris McDonough
2009-12-23Roles.Chris McDonough
Explain use of renderers (somewhat redundantly) in the templates chapter.
2009-12-23- Added the ``repoze.bfg.authentication``,Chris McDonough
``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules to API documentation.
2009-12-23Roles and imperative documentation for security policy config.Chris McDonough
2009-12-23Roles.Chris McDonough
2009-12-23(no commit message)Chris McDonough
2009-12-23Not role.Chris McDonough
2009-12-23Roles.Chris McDonough
Add description of override_resource.