| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-24 | - Add information to the URL Dispatch narrative documentation about | Chris McDonough | |
| path pattern matching syntax. | |||
| 2009-06-24 | Back to dev. | Chris McDonough | |
| 2009-06-24 | Prep for 1.0a3. | Chris McDonough | |
| 2009-06-24 | Rendering. | Chris McDonough | |
| 2009-06-24 | Reverse ordering of args to route_url. | Chris McDonough | |
| 2009-06-24 | - ``repoze.bfg`` no longer relies on the Routes package to interpret | Chris McDonough | |
| URL paths. | |||
| 2009-06-24 | Typo. | Chris McDonough | |
| 2009-06-24 | Logic error in GAE tutorial (Michael B). | Chris McDonough | |
| 2009-06-24 | Change the implementation and the signature for ``route_url``. | Chris McDonough | |
| 2009-06-24 | - Use ``repoze.bfg.url.route_url`` API in tutorials rather than Routes | Chris McDonough | |
| ``url_for`` API. | |||
| 2009-06-24 | - Added the ``repoze.bfg.url.route_url`` API. This is meant to | Chris McDonough | |
| "front" for the Routes ``url_for`` API. See the URL Dispatch narrative chapter and the "repoze.bfg.url" module API documentation for more information. | |||
| 2009-06-24 | Add (painful) explanation of weak-binding route view context registrations. | Chris McDonough | |
| 2009-06-23 | Back to dev. | Chris McDonough | |
| 2009-06-23 | Sentence. | Chris McDonough | |
| 2009-06-23 | Prep for 1.0a2. | Chris McDonough | |
| 2009-06-23 | Update tutorials with new callback API. | Chris McDonough | |
| 2009-06-23 | Reverse the order. | Chris McDonough | |
| 2009-06-22 | Note non-runnable state. | Chris McDonough | |
| 2009-06-22 | Note non-runnability. | Chris McDonough | |
| 2009-06-22 | Make sure nose and coverage are installed. | Chris McDonough | |
| 2009-06-22 | - Conditional documentation in installation section ("how to install a | Chris McDonough | |
| Python interpreter"). | |||
| 2009-06-22 | - Add a ``view_for`` attribute to the ``route`` ZCML directive. This | Chris McDonough | |
| attribute should refer to an interface or a class (ala the ``for`` attribute of the ``view`` ZCML directive). | |||
| 2009-06-22 | Back to dev. | Chris McDonough | |
| 2009-06-22 | Update test output. | Chris McDonough | |
| 2009-06-22 | Prep for 1.0a1. | Chris McDonough | |
| 2009-06-22 | Typo. | Chris McDonough | |
| 2009-06-22 | Gardening. | Chris McDonough | |
| 2009-06-22 | Gardening. | Chris McDonough | |
| 2009-06-22 | Back to *subpath in urldispatch tutorial. | Chris McDonough | |
| 2009-06-22 | Add documentation for *subpath. | Chris McDonough | |
| Switch back to using a route with a subpath in the bfgalchemy paster template. | |||
| 2009-06-21 | Make views that do not have a route_name match when any route is used. | Chris McDonough | |
| 2009-06-19 | Move pushpage support out into separate distribution. | Tres Seaver | |
| 2009-06-19 | - Add interface docs related to how to create authentication policies | Chris McDonough | |
| and authorization policies to the "Security" narrative chapter. | |||
| 2009-06-19 | - Added a (fairly sad) "Combining Traversal and URL Dispatch" chapter | Chris McDonough | |
| to the narrative documentation. | |||
| 2009-06-19 | Add a router chapter. | Chris McDonough | |
| 2009-06-19 | Edit. | Chris McDonough | |
| 2009-06-18 | IForbiddenView utility registration -> forbidden directive | Chris McDonough | |
| INotFoundView utility registry -> notfound directive | |||
| 2009-06-18 | IForbiddenView utility directive -> forbidden zcml directive | Chris McDonough | |
| 2009-06-18 | Change configure.zcml of authorization to use forbidden. | Chris McDonough | |
| Ignores. | |||
| 2009-06-18 | Rejigger tutorial in the face of request-only default views. | Chris McDonough | |
| 2009-06-18 | Document request-only calling convention. | Chris McDonough | |
| 2009-06-18 | - The matchdict related to the matching of a Routes route is available | Chris McDonough | |
| on the request as the ``matchdict`` attribute: ``request.matchdict``. If no route matched, this attribute will be None. | |||
| 2009-06-11 | Document route_name (badly). | Chris McDonough | |
| 2009-06-11 | Merge unifyroutesandtraversal branch into trunk | Chris McDonough | |
| 2009-06-07 | Extending explanation a little bit | Carlos de la Guardia | |
| 2009-06-07 | Virtualenv needs the win32api package to work | Carlos de la Guardia | |
| 2009-06-06 | typo | Carlos de la Guardia | |
| 2009-06-03 | Subclass factories from dict in examples. | Chris McDonough | |
| 2009-06-02 | Prep for 0.9.1. | Chris McDonough | |
| 2009-06-02 | - Add API named ``repoze.bfg.settings.get_settings`` which retrieves a | Chris McDonough | |
| derivation of values passed as the ``options`` value of ``repoze.bfg.router.make_app``. This API should be preferred instead of using getUtility(ISettings). I added a new ``repoze.bfg.settings`` API document as well. | |||
