summaryrefslogtreecommitdiff
path: root/docs/index.rst
AgeCommit message (Collapse)Author
2008-09-01 - New API module: ``repoze.bfg.view``. This module contains the functionsChris McDonough
named ``render_view_to_response``, ``render_view_to_iterable`` and ``is_response``, which are documented in the API docs. These features aid programmatic (non-request-driven) view execution.
2008-08-20Add change history.Chris McDonough
2008-08-20Note repoze.who integrations where useful.Chris McDonough
2008-08-11repoze.shootout.Chris McDonough
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-29wiki.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-28Grr.Chris McDonough
2008-07-24Various tweaks.Chris McDonough
2008-07-24Sorry for the checkin spam.Chris McDonough
2008-07-24Cleanup.Chris McDonough
2008-07-24Point at the glossary at the end.Chris McDonough
2008-07-24Start working on a glossary. Also, start changing repoze.bfg occurrences to ↵Paul Everitt
:mod: as I find them.
2008-07-24We don't need cluegun.Chris McDonough
2008-07-24Get rid of duplicate info in lxmlgraph tutorial.Chris McDonough
2008-07-24Move stuff from lxmlgraph to main docs.Chris McDonough
2008-07-24Add tutorial sectionsPaul Everitt
2008-07-22Add url-based dispatch.Chris McDonough
2008-07-21Add install docs.Chris McDonough
2008-07-20More docs; fix autogen app model root creation.Chris McDonough
2008-07-20 - Add find_interface API.Chris McDonough
2008-07-19Add wsgiapp decorator.Chris McDonough
2008-07-19Document project creation.Chris McDonough
2008-07-19I love to delete lines.Chris McDonough
2008-07-18(no commit message)Chris McDonough
2008-07-18Placeholder.Chris McDonough
2008-07-18Add the beginnings of security docs.Chris McDonough
2008-07-17Add info about views.Chris McDonough
2008-07-16Rearrange into narrative and API sections; include README in narrative as ↵Chris McDonough
"introduction".
2008-07-16Doc tweaks.Chris McDonough
2008-07-16Oh the humanity of this hack.Chris McDonough
2008-07-16Lay out skeleton for docs.Chris McDonough