| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-10 | typo | Fernando Correa Neto | |
| 2009-12-09 | typo | Fernando Correa Neto | |
| 2009-12-09 | typo | Fernando Correa Neto | |
| 2009-12-09 | typo | Fernando Correa Neto | |
| 2009-12-09 | - A new dependency on the ``twill`` package was added to the | Chris McDonough | |
| ``setup.py`` ``tests_require`` argument (Twill will only be downloaded when :mod:`repoze.bfg` ``setup.py test`` or ``setup.py nosetests`` is invoked). | |||
| 2009-12-09 | Expand. | Chris McDonough | |
| 2009-12-09 | (no commit message) | Chris McDonough | |
| 2009-12-09 | Fix. | Chris McDonough | |
| 2009-12-09 | - Added "Thread Locals" narrative chapter to documentation, and added | Chris McDonough | |
| a API chapter documenting the ``repoze.bfg.threadlocals`` module. | |||
| 2009-12-09 | - Remove explanation of changing the request type in a new request | Chris McDonough | |
| event subscriber, as other predicates are now usually an easier way to get this done. | |||
| 2009-12-09 | (no commit message) | Chris McDonough | |
| 2009-12-09 | Excise make_app from docs. | Chris McDonough | |
| 2009-12-09 | Refactor. | Chris McDonough | |
| 2009-12-09 | (no commit message) | Chris McDonough | |
| 2009-12-09 | Use paste.httpserver. | Chris McDonough | |
| 2009-12-09 | Make ConfigurationError into an API. | Chris McDonough | |
| 2009-12-09 | - The exception class representing the error raised by various methods | Chris McDonough | |
| of a ``Configurator`` is now importable as ``repoze.bfg.exceptions.ConfigurationError``. | |||
| 2009-12-09 | (no commit message) | Chris McDonough | |
| 2009-12-09 | (no commit message) | Chris McDonough | |
| 2009-12-09 | Invert. | Chris McDonough | |
| 2009-12-09 | - General documentation freshening which takes imperative | Chris McDonough | |
| configuration into account in more places and uses glossary references more liberally. | |||
| 2009-12-07 | Prep for 1.2a4. | Chris McDonough | |
| 2009-12-07 | Grr. | Chris McDonough | |
| 2009-12-07 | Add a note about hooking the ZCA. | Chris McDonough | |
| 2009-12-06 | Test failure on 2.7a1. | Chris McDonough | |
| 2009-12-04 | - Operation on GAE was broken, presumably because the | Chris McDonough | |
| ``repoze.bfg.configuration`` module began to attempt to import the ``repoze.bfg.chameleon_zpt`` and ``repoze.bfg.chameleon_text`` modules, and these cannot be used on non-CPython platforms. It now tolerates startup time import failures for these modules, and only raise an import error when a template from one of these packages is actually used. | |||
| 2009-12-03 | - ``repoze.bfg.testing.DummyModel`` now accepts a new constructor | Chris McDonough | |
| keyword argument: ``__provides__``. If this constructor argument is provided, it should be an interface or a tuple of interfaces. The resulting model will then provide these interfaces (they will be attached to the constructed model via ``zope.interface.alsoProvides``). | |||
| 2009-12-03 | Suggesting from kobold. | Chris McDonough | |
| 2009-12-03 | Rendering. | Chris McDonough | |
| 2009-12-03 | Update. | Chris McDonough | |
| 2009-12-02 | Prep for 1.2a3. | Chris McDonough | |
| 2009-12-02 | Oops. | Chris McDonough | |
| 2009-12-02 | - When two views were registered with differering ``for`` interfaces | Chris McDonough | |
| or classes, and the ``for`` of first view registered was a superclass of the second, the ``repoze.bfg` view machinery would incorrectly associate the two views with the same "multiview". Multiviews are meant to be collections of views that have *exactly* the same for/request/viewname values, without taking inheritance into account. Symptom: wrong view callable found even when you had correctly specified a ``for_`` interface/class during view configuration for one or both view configurations. | |||
| 2009-12-02 | Normalize. | Chris McDonough | |
| 2009-12-02 | - The ``repoze.bfg.url.route_url`` function inappropriately passed | Chris McDonough | |
| along ``_query`` and/or ``_anchor`` arguments to the ``mapper.generate`` function, resulting in blowups. | |||
| 2009-12-02 | add failing test for issue with `_query` parameter to `route_url` and ↵ | Andreas Zeidler | |
| quoting or the url | |||
| 2009-12-01 | Stop new Pyflakes complaints. | Chris McDonough | |
| 2009-12-01 | Unused locals. | Chris McDonough | |
| 2009-12-01 | Unused assignment. | Chris McDonough | |
| 2009-12-01 | - The ``repoze.bfg.templating`` module has been removed; it had been | Chris McDonough | |
| deprecated in 1.1 and hasn't possessed any APIs since before 1.0. | |||
| 2009-12-01 | We already had the values, no need to getattr them. | Chris McDonough | |
| 2009-12-01 | Organize into public and private interfaces. | Chris McDonough | |
| 2009-12-01 | Useless code. | Chris McDonough | |
| 2009-11-30 | Get rid of misleading comment. | Chris McDonough | |
| 2009-11-29 | Prep for 1.2a2. | Chris McDonough | |
| 2009-11-29 | - Fixed "Startup" narrative documentation chapter; it was explaining | Chris McDonough | |
| "the old way" an application constructor worked. | |||
| 2009-11-29 | Typo. | Chris McDonough | |
| 2009-11-29 | (no commit message) | Chris McDonough | |
| 2009-11-29 | Meh. | Chris McDonough | |
| 2009-11-29 | Fix. | Chris McDonough | |
