| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-25 | remove bfgwiki2 old dir | Chris McDonough | |
| 2010-09-08 | - The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now | Chris McDonough | |
| accepts a different ordering of arguments. Previously it was ``(pattern, name, factory=None, predicates=())``. It is now ``(name, pattern, factory=None, predicates=())``. This is in support of consistency with ``configurator.add_route``. - The ``repoze.bfg.urldispatch.RoutesMapper.connect`` method (not an API) now accepts a different ordering of arguments. Previously it was ``(pattern, name, factory=None, predicates=())``. It is now ``(name, pattern, factory=None, predicates=())``. This is in support of consistency with ``configurator.add_route``. - The ``repoze.bfg.urldispatch.RoutesMapper`` object now has a ``get_route`` method which returns a single Route object or ``None``. - A new interface ``repoze.bfg.interfaces.IRoute`` was added. The ``repoze.bfg.urldispatch.Route`` object implements this interface. - The canonical attribute for accessing the routing pattern from a route object is now ``pattern`` rather than ``path``. - The argument to ``repoze.bfg.configuration.Configurator.add_route`` which was previously called ``path`` is now called ``pattern`` for better explicability. For backwards compatibility purposes, passing a keyword argument named ``path`` to ``add_route`` will still work indefinitely. - The ``path`` attribute to the ZCML ``route`` directive is now named ``pattern`` for better explicability. The older ``path`` attribute will continue to work indefinitely. - All narrative, API, and tutorial docs which referred to a route pattern as a ``path`` have now been updated to refer to them as a ``pattern``. - The routesalchemy template has been updated to use ``pattern`` in its route declarations rather than ``path``. | |||
| 2010-06-23 | - The authorization chapter of the SQLAlchemy Wiki Tutorial | Chris McDonough | |
| (docs/tutorials/bfgwiki2) was changed to demonstrate authorization via a group rather than via a direct username. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2010-01-03 | Speling. | Chris McDonough | |
| 2009-12-28 | Adjust for 7.5x9.25in output. | Chris McDonough | |
| 2009-12-24 | Roles and refresh. | Chris McDonough | |
| 2009-10-11 | Use 1.1 index. | Chris McDonough | |
| Explain where "request" comes from in templates. | |||
| 2009-10-10 | Move to renderers. | Chris McDonough | |
| 2009-10-09 | route -> static directive. | Chris McDonough | |
| 2009-10-09 | Protip from elpargo. | Chris McDonough | |
| 2009-07-06 | - Minor edits to tutorials for accuracy based on feedback. | Chris McDonough | |
| - Back to dev. | |||
| 2009-07-05 | Spelling | Chris McDonough | |
| 2009-07-03 | Audit grammar in bfgwik2 tutorial. | Chris McDonough | |
| 2009-06-24 | - Use ``repoze.bfg.url.route_url`` API in tutorials rather than Routes | Chris McDonough | |
| ``url_for`` API. | |||
| 2009-06-19 | Edit. | Chris McDonough | |
| 2009-06-18 | Rejigger tutorial in the face of request-only default views. | 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-02 | corrected some mistakes in the mapping views sections and added more ↵ | Carlos de la Guardia | |
| explanation text | |||
| 2009-06-02 | fixed typo | Carlos de la Guardia | |
| 2009-06-01 | Not a term. | Chris McDonough | |
| 2009-06-01 | Flesh out the rest. | Chris McDonough | |
| 2009-06-01 | Add defining views chapter. | Chris McDonough | |
| 2009-06-01 | Keep useful stuff. | Chris McDonough | |
| 2009-05-31 | Make a copy of the tutorial for Routes+SQLAlchemy. | Chris McDonough | |
