summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2008-08-17Rendering.Chris McDonough
2008-08-17 - Add ``<bfg:settings>`` directive. This directive currently allowsChris McDonough
only one attribute: ``reload_templates``. If e.g.:: <bfg:settings reload_templates="true"/> is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed.
2008-08-16(no commit message)Chris McDonough
2008-08-16Add "get_template" to template module.Chris McDonough
2008-08-12Fix ITraverserFactory lookup; release 0.2.9.Chris McDonough
2008-08-110.2.8.Chris McDonough
2008-08-11repoze.shootout.Chris McDonough
2008-08-08(no commit message)Chris McDonough
2008-08-08 - Add ``find_context_from_path`` and ``find_root`` traversal APIs.Chris McDonough
In the process, make ITraverser a uni-adapter (on context) rather than a multiadapter (on context and request).
2008-08-06Fix.Chris McDonough
2008-08-06(no commit message)Chris McDonough
2008-08-06Bump.Chris McDonough
2008-08-06 - Small url dispatch overhaul: the ``connect`` method of theChris McDonough
``urldispatch.RoutesMapper`` object now accepts a keyword parameter named ``context_factory``. If this parameter is supplied, it must be a callable which returns an instance. This instance is used as the context for the request when a route is matched. - The registration of a RoutesModelTraverser no longer needs to be performed by the application; it's in the bfg ZCML now.
2008-08-04 - Add a ``request_type`` attribute to the available attributes of aChris McDonough
``bfg:view`` configure.zcml element. This attribute will have a value which is a dotted Python path, pointing at an interface. If the request object implements this interface when the view lookup is performed, the appropriate view will be called. - Remove "template only" views. These were just confusing and were never documented.
2008-07-31More balance between URL dispatch and traversal.Chris McDonough
2008-07-31 - Add event sends for INewRequest and INewResponse. See theChris McDonough
events.rst chapter in the documentation's ``api`` directory.
2008-07-31Document setup.py and myproject.ini.Chris McDonough
2008-07-29wiki.Chris McDonough
2008-07-290.2.5: add model_url.Chris McDonough
2008-07-29Fix up templates chapter.Chris McDonough
2008-07-29(no commit message)Chris McDonough
2008-07-29(no commit message)Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-28Tweaks.Chris McDonough
2008-07-28Thems fightin words.Chris McDonough
2008-07-28Grr.Chris McDonough
2008-07-28Tweaks.Chris McDonough
2008-07-28(no commit message)Chris McDonough
2008-07-27Fix.Chris McDonough
2008-07-27(no commit message)Chris McDonough
2008-07-27(no commit message)Chris McDonough
2008-07-26Tweaks.Chris McDonough
2008-07-26Tweaks.Chris McDonough
2008-07-25(no commit message)Chris McDonough
2008-07-25Document response interfce.Chris McDonough
2008-07-25Typo.Chris McDonough
2008-07-25(no commit message)Chris McDonough
2008-07-25Make the global module index render properly.Chris McDonough
2008-07-25Use a warning.Chris McDonough
2008-07-25It's not all my fault.Chris McDonough
2008-07-25Tweaks.Chris McDonough
2008-07-25Renderings.Chris McDonough
2008-07-25Install docs.Chris McDonough
2008-07-25Tweaks via interactive testing.Chris McDonough
2008-07-25Step 4 written up. I also made the small changes to the models.py that ↵Paul Everitt
Chris had in Step 03.