summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2010-03-03s/term// (thanks to Chris W).Chris McDonough
2010-03-03Off-by-one (thanks to Chris W.)Chris McDonough
2010-03-02normalize case for http_only zcml directive defaultDaniel Holth
2010-02-22Fixes from withers.Chris McDonough
2010-02-22Fix introduction spellings.Chris McDonough
2010-02-20removed extra wordCarlos de la Guardia
2010-02-03Renderings.Chris McDonough
2010-02-03Correct references to Chameleon not running on GAE.Chris McDonough
2010-02-03Bug FixesChris McDonough
--------- - Ensure that ``secure`` flag for AuthTktAuthenticationPolicy constructor does what it's documented to do (merge Daniel Holth's fancy-cookies-2 branch). New Features ------------ - Add ``path`` and ``http_only`` options to AuthTktAuthenticationPolicy constructor (merge Daniel Holth's fancy-cookies-2 branch).
2010-02-03Make the hybrid chapter represent reality.Chris McDonough
2010-02-02- Remove ``view_header``, ``view_accept``, ``view_xhr``,Chris McDonough
``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the ``Configurator.add_route`` argument list. These arguments were speculative. If you need the features exposed by these arguments, add a view associated with a route using the ``route_name`` argument to the ``add_view`` method instead. - Remove ``view_header``, ``view_accept``, ``view_xhr``, ``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the ``route`` ZCML directive attribute set. These attributes were speculative. If you need the features exposed by these attributes, add a view associated with a route using the ``route_name`` attribute of the ``view`` ZCML directive instead.
2010-02-02Missed checkin.Chris McDonough
2010-01-24Free at last, free at last, thank god almighty free at last.Chris McDonough
2010-01-24Merge reversepolarity branch.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-19Spellcheck.Chris McDonough
2010-01-19Wording.Chris McDonough
2010-01-19Renderings and typo fix.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-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-17Reduce overall book size by not giving each ZCML directive its own chapter.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-14Merge fixes from paper.Chris McDonough
2010-01-14Commit from paper.Chris McDonough
2010-01-13Merge andrew-docs branch.Chris McDonough
2010-01-11Merge of andrew-docs branch.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-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