| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-25 | Allow default exception views to handle the case where they've | Chris McDonough | |
| been registered explicitly via set_XXX_view instead of as exception views. | |||
| 2010-04-25 | Make default_notfound_view and default_forbidden_view expect an exception as | Chris McDonough | |
| a context. Cause append_slash_notfound_view to work in case it is registered via set_notfound_view. | |||
| 2010-04-25 | Add tests for debug_templates (backfill for reload_templates). | Chris McDonough | |
| 2010-04-25 | Get proper i18n reference. | Chris McDonough | |
| 2010-04-25 | (no commit message) | Chris McDonough | |
| 2010-04-25 | - It is now possible to turn on Chameleon template "debugging mode" | Chris McDonough | |
| for all Chameleon BFG templates by setting a BFG-related Paster ``.ini`` file setting named ``debug_templates``. The exceptions raised by Chameleon templates when a rendering fails are sometimes less than helpful. ``debug_templates`` allows you to configure your application development environment so that exceptions generated by Chameleon during template compilation and execution will contain more helpful debugging information. This mode is on by default in all new projects. | |||
| 2010-04-25 | Fix default_locale_name. | Chris McDonough | |
| Add debug_templates setting. | |||
| 2010-04-25 | num -> n | Chris McDonough | |
| 2010-04-25 | i8n -> i18n | Chris McDonough | |
| 2010-04-25 | Default locale name. | Chris McDonough | |
| 2010-04-25 | Docs. | Chris McDonough | |
| 2010-04-25 | Typo. | Chris McDonough | |
| 2010-04-25 | Add a "what's new in 1.3" document. | Chris McDonough | |
| 2010-04-25 | Override justification. | Chris McDonough | |
| 2010-04-25 | Example. | Chris McDonough | |
| 2010-04-25 | Message extraction. | Chris McDonough | |
| 2010-04-25 | Move locale out of fixtures and into localeapp to prevent test runner ↵ | Chris McDonough | |
| weirdness (finding nonminimal.txt.py). | |||
| 2010-04-25 | (no commit message) | Chris McDonough | |
| 2010-04-25 | Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 ↵ | Chris McDonough | |
| $REPOZE_SVN/repoze.bfg/branches/i18n No foreigners were harmed in the coding of this feature. | |||
| 2010-04-21 | Moved i18n work to a branch and revert to pre-i18n-feature state via svn ↵ | Chris McDonough | |
| merge -r9054:9030 svn+ssh://repoze@svn.repoze.org/svn/repoze.bfg/trunk | |||
| 2010-04-19 | Docstring tweak. | Chris McDonough | |
| 2010-04-19 | Go with a subclass of z.i18nmid.Message with the args reordered as a compromise. | Chris McDonough | |
| Make get_translation always return something. | |||
| 2010-04-19 | Wherein I start the docs I should not have to write. | Chris McDonough | |
| 2010-04-19 | Docstrings. | Chris McDonough | |
| 2010-04-19 | Punt and use zope.i18nmessageid. | Chris McDonough | |
| 2010-04-19 | Tweak. | Chris McDonough | |
| 2010-04-19 | Pass along translate function to templates. | Chris McDonough | |
| 2010-04-19 | Dip a toe in the i18n waters. | Chris McDonough | |
| 2010-04-19 | Clean up. | Chris McDonough | |
| 2010-04-18 | Get rid of some already-done items. | Chris McDonough | |
| 2010-04-18 | Comment. | Chris McDonough | |
| 2010-04-18 | (no commit message) | Chris McDonough | |
| 2010-04-18 | - Use "Venusian" (`http://docs.repoze.org/venusian | Chris McDonough | |
| <http://docs.repoze.org/venusian>`) to perform ``bfg_view`` decorator scanning rather than relying on a BFG-internal decorator scanner. (Truth be told, Venusian is really just a generalization of the BFG-internal decorator scanner). - A new install-time dependency on the ``venusian`` distribution was added. - Remove ``repoze.bfg.compat.pkgutil_26.py`` and import alias ``repoze.bfg.compat.walk_packages``. These were only required by internal scanning machinery; Venusian replaced the internal scanning machinery, so these are no longer required. | |||
| 2010-04-14 | Bump versions. | Chris McDonough | |
| 2010-04-14 | Credit Andrey. | Chris McDonough | |
| 2010-04-14 | Note removal. | Chris McDonough | |
| 2010-04-14 | Remove INotFoundView and IForbiddenView interfaces. | Chris McDonough | |
| 2010-04-14 | Done. | Chris McDonough | |
| 2010-04-14 | Add "exception views" work contributed primarily by Andrey Popp by merging ↵ | Chris McDonough | |
| the "phash" branch. | |||
| 2010-04-13 | Fix (thanks to Iain Duncan). | Chris McDonough | |
| 2010-04-07 | - Replace the statement ``path = path.rstrip('/').lstrip('/')`` with | Chris McDonough | |
| the simpler ``path = path.strip('/')`` in the ``repoze.bfg.traversal.traversal_path`` function. | |||
| 2010-04-05 | Fix from Chris. | Chris McDonough | |
| 2010-04-05 | Not used. | Chris McDonough | |
| 2010-03-29 | finished bug fixing for narrative docs | Carlos de la Guardia | |
| 2010-03-29 | quick fixes | Carlos de la Guardia | |
| 2010-03-29 | Delete duplicate step. | Chris McDonough | |
| 2010-03-28 | quick fix | Carlos de la Guardia | |
| 2010-03-28 | quick fixes | Carlos de la Guardia | |
| 2010-03-28 | Mention content-type settings. | Chris McDonough | |
| 2010-03-26 | quick fixes for chapter | Carlos de la Guardia | |
