| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-07 | * Use edit.pt instead of view.pt for the add_page view callable in the wiki ↵ | Xavier Spriet | |
| tutorial. | |||
| 2010-11-07 | * Use edit.pt instead of view.pt for the add_page view callable in the wiki ↵ | Xavier Spriet | |
| tutorial. | |||
| 2010-11-05 | use the latest pylons.css for all tutorials | Chris McDonough | |
| 2010-11-05 | fix url to source | Chris McDonough | |
| 2010-11-04 | Added missing style.css file to tutorials | Blaise Laflamme | |
| 2010-11-04 | - Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates. | Chris McDonough | |
| 2010-11-04 | Updated starter page in tutorials | Blaise Laflamme | |
| 2010-11-04 | fix wiki2 tutorial (it was busted) | Chris McDonough | |
| 2010-11-04 | - The SQL Wiki tutorial was updated to take into account changes to the | Chris McDonough | |
| ``pyramid_routesalchemy`` paster template. | |||
| 2010-11-04 | update tutorials to account for paster template changes | Chris McDonough | |
| 2010-11-04 | remove r.b.skins reference, note that we need an analogue for r.b.viewgroup | Chris McDonough | |
| 2010-11-04 | bfg->pyramid, account for paster template changes | Chris McDonough | |
| 2010-11-04 | - The ZODB Wiki tutorial was updated to take into account changes to the | Chris McDonough | |
| ``pyramid_zodb`` paster template. | |||
| 2010-11-02 | discuss->devel | Chris McDonough | |
| 2010-10-29 | - The ``bfgshell`` paster command is now named ``pshell``. | Chris McDonough | |
| 2010-10-29 | repoze.bfg -> pyramid | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
| 2010-10-26 | readd make_app (karl depends on it) | Chris McDonough | |
| 2010-10-25 | add httpexceptions docs | Chris McDonough | |
| 2010-10-25 | qualify development type | Chris McDonough | |
| 2010-10-25 | speling | Chris McDonough | |
| 2010-10-25 | wording | Chris McDonough | |
| 2010-10-25 | add a tutorial for converting BFG apps to pyramid | Chris McDonough | |
| 2010-10-25 | convert more docs from bfg to pyramid | Chris McDonough | |
| 2010-10-25 | convert remainder of docs to use pyramid instead of repoze.bfg | Chris McDonough | |
| 2010-10-25 | remove bfgwiki2 old dir | Chris McDonough | |
| 2010-10-25 | adjust wiki2 tutorial for pyramid | Chris McDonough | |
| 2010-10-25 | rename bfgwiki to wiki | Chris McDonough | |
| 2010-10-25 | rename bfgwiki to wiki | Chris McDonough | |
| 2010-10-25 | convert bfgwiki tutorial to pyramid | Chris McDonough | |
| 2010-10-25 | first cut at converting bfg to pyramid | Chris McDonough | |
| 2010-10-14 | long lines | Chris McDonough | |
| 2010-10-14 | update | Chris McDonough | |
| 2010-10-13 | merge tutorialfix branch | Chris McDonough | |
| 2010-10-12 | double however | Chris McDonough | |
| 2010-09-09 | fix typo | David Glick | |
| 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-30 | fix references | Chris McDonough | |
| 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-06-23 | do an indirection through a group at the behest of alex marandon | Chris McDonough | |
| 2010-04-29 | Next release | Chris McDonough | |
| ============ Paster Templates ---------------- - The ``bfg_alchemy`` and ``bfg_routesalchemy`` templates no longer register a ``handle_teardown`` event listener which calls ``DBSession.remove``. This was found by Chris Withers to be unnecessary. Documentation ------------- - The "bfgwiki2" (URL dispatch wiki) tutorial code and documentation was changed to remove the ``handle_teardown`` event listener which calls ``DBSession.remove``. - Any mention of the ``handle_teardown`` event listener as used by the paster templates was removed from the URL Dispatch narrative chapter. | |||
| 2010-04-14 | Add "exception views" work contributed primarily by Andrey Popp by merging ↵ | Chris McDonough | |
| the "phash" branch. | |||
| 2010-02-22 | remove duplicate conjunctions | Reed OBrien | |
| 2010-02-22 | Typo noticed by Douglas Cerna. | Paul Everitt | |
| 2010-02-05 | Modernize. | Chris McDonough | |
| 2010-02-03 | Meh. | Chris McDonough | |
| 2010-02-03 | - Update GAE tutorial to use Chameleon instead of Jinja2 (now that | Chris McDonough | |
| it's possible). | |||
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | More pass overhaul based on making contextfinding explicit within documentation. | Chris McDonough | |
| 2010-01-13 | - Get rid of references to repoze.bfg.router.Router. | Chris McDonough | |
