| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-21 | point at Pyramid Cookbook explicitly | Chris McDonough | |
| 2011-01-21 | depend on intersphinx to point at Mako i18n recipe | Chris McDonough | |
| 2011-01-21 | - Add (minimal) documentation about using I18N within Mako templates to | Chris McDonough | |
| "Internationalization and Localization" narrative chapter. | |||
| 2011-01-18 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-15 | clarify by promoting long parenthetical to its own sentence | Casey Duncan | |
| 2010-12-27 | remove inappropriate use of begin/end | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-16 | - The ``pyramid.settings.get_settings`` API is now deprecated. Use | Chris McDonough | |
| ``pyramid.threadlocals.get_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``). | |||
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-04 | move i18n ZCML topics to declarative chapter | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-09-06 | renderings | Chris McDonough | |
| 2010-09-05 | - Each of the follow methods of the Configurator now allow the | Chris McDonough | |
| below-named arguments to be passed as "dotted name strings" (e.g. "foo.bar.baz") rather than as actual implementation objects that must be imported: setup_registry root_factory, authentication_policy, authorization_policy, debug_logger, locale_negotiator, request_factory, renderer_globals_factory add_subscriber subscriber, iface derive_view view add_view view, for_, context, request_type, containment add_route() view, view_for, factory, for_, view_context scan package add_renderer factory set_forbidden_view view set_notfound_view view set_request_factory factory set_renderer_globals_factory() factory set_locale_negotiator negotiator testing_add_subscriber event_iface | |||
| 2010-05-24 | typo | 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-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-28 | (no commit message) | Chris McDonough | |
| 2010-04-28 | Typo. | Chris McDonough | |
| 2010-04-28 | (no commit message) | 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-25 | Comment out XXX lines. | Chris McDonough | |
| 2010-04-25 | Normalize ZCML vs. imperative as per other chapter formatting. | Chris McDonough | |
| 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 | 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 | 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 | Dip a toe in the i18n waters. | Chris McDonough | |
