| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-14 | jace noticed that this pointed at a nonexistent module | Chris McDonough | |
| 2010-05-11 | removed extra word | Carlos de la Guardia | |
| 2010-05-05 | Fix from teix. | Chris McDonough | |
| 2010-05-03 | more trivial fixes | Carlos de la Guardia | |
| 2010-05-03 | couple of trivial fixes | Carlos de la Guardia | |
| 2010-05-02 | Fixed typos in the new 'Detecting Available Languages' section. | Damien Baty | |
| 2010-05-02 | Add new line. | Chris McDonough | |
| 2010-05-01 | Prep for release. | Chris McDonough | |
| 2010-05-01 | Fix Google chrome <pre> tag renderings. | Chris McDonough | |
| 2010-05-01 | (no commit message) | Chris McDonough | |
| 2010-05-01 | - A section entitled Detecting Available Languages was added to the | Chris McDonough | |
| i18n narrative docs chapter. | |||
| 2010-04-30 | Fixed grammar. | Mike Naberezny | |
| 2010-04-29 | Wording. | 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-28 | (no commit message) | Chris McDonough | |
| 2010-04-28 | Typo. | Chris McDonough | |
| 2010-04-28 | (no commit message) | Chris McDonough | |
| 2010-04-28 | Prep for 1.3a2. | Chris McDonough | |
| 2010-04-27 | - Expanded portion of i18n narrative chapter docs which discuss | Chris McDonough | |
| working with gettext files. | |||
| 2010-04-27 | Features | Chris McDonough | |
| -------- - A locale negotiator no longer needs to be registered explicitly. The default locale negotiator at ``repoze.bfg.i18n.default_locale_negotiator`` is now used unconditionally as... um, the default locale negotiator. - The default locale negotiator has become more complex. * First, the negotiator looks for the ``_LOCALE_`` attribute of the request object (possibly set by an :term:`event listener`). * Then it looks for the ``request.params['_LOCALE_']`` value. * Then it looks for the ``request.cookies['_LOCALE_']`` value. Backwards Incompatibilities --------------------------- - The default locale negotiator now looks for the parameter named ``_LOCALE_`` rather than a parameter named ``locale`` in ``request.params``. Behavior Changes ---------------- - A locale negotiator may now return ``None``, signifying that the default locale should be used. Documentation ------------- - Documentation concerning locale negotiation in the Internationalizationa and Localization chapter was updated. | |||
| 2010-04-26 | Prep for 1.3a1. | Chris McDonough | |
| 2010-04-26 | Be kind to KARL: don't assume "debug_templates" will be in the settings dict. | Chris McDonough | |
| 2010-04-25 | Comment out XXX lines. | Chris McDonough | |
| 2010-04-25 | Add to what's new. | Chris McDonough | |
| 2010-04-25 | - Add a new method of the Configurator named ``derive_view`` which can | Chris McDonough | |
| be used to generate a BFG view callable from a user-supplied function, instance, or class. This useful for external framework and plugin authors wishing to wrap callables supplied by their users which follow the same calling conventions and response conventions as objects that can be supplied directly to BFG as a view callable. See the ``derive_view`` method in the ``repoze.bfg.configuration.Configurator`` docs. | |||
| 2010-04-25 | Normalize ZCML vs. imperative as per other chapter formatting. | Chris McDonough | |
| 2010-04-25 | Typo. | Chris McDonough | |
| 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 | |
