Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domains, caching, etc. #23

Closed
wants to merge 27 commits into from
Closed

Domains, caching, etc. #23

wants to merge 27 commits into from

Commits on Apr 11, 2012

  1. Localization domains support.

    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    d51097d View commit details
    Browse the repository at this point in the history
  2. Do not crash if application did not initialize babel, but blueprint w…

    …ants to use gettext.
    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    db09d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3c93a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6b0c23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03db5de View commit details
    Browse the repository at this point in the history
  6. Change default behavior for the get_timezone() to return UTC if Flask…

    …-Babel was not initialized.
    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    5615185 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b92aa1 View commit details
    Browse the repository at this point in the history
  8. Updated documentation.

    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    f667bc5 View commit details
    Browse the repository at this point in the history
  9. Documentation fixes.

    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    cf17e06 View commit details
    Browse the repository at this point in the history
  10. Doc fix.

    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    270e64b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ce9673 View commit details
    Browse the repository at this point in the history
  12. Changed extension namespace.

    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    3a192d5 View commit details
    Browse the repository at this point in the history
  13. Performance optimizations. Cache locales. There's no need to cache tz…

    … data, as it is being cached by pytz.
    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    b4083ef View commit details
    Browse the repository at this point in the history
  14. Fixed docs typo.

    mrjoes committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    cfe7f6d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2012

  1. Configuration menu
    Copy the full SHA
    c03b7a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2012

  1. * Make it possible to set a (separate) default domain for each app when

      babel is initialized for that app.
    * Make it possible to change the default domain used within a request.
    sm6xmm committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    82b7566 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. Configuration menu
    Copy the full SHA
    d7a98a1 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    mrjoes committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    e138bb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    752af36 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2013

  1. Configuration menu
    Copy the full SHA
    f823752 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jace/master

    Allow init_app to be called after package load.
    mrjoes committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    16a48b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. Configuration menu
    Copy the full SHA
    474bb84 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Fix issue about Python 3 support

    mailto1587 committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    3ca4309 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Merge pull request #2 from mailto1587/master

    Fix issue about Python 3 support
    mrjoes committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    dd60e39 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Fix lazy gettext problem with domain evaluation

    * Fixes a problem with lazy_gettext and lazy_pgettext evaluating the
      domain immediately instead of lazily evaluating the domain, causing
      e.g problem when you set a default domain.
    lnielsen committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    4edd5bc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Merge pull request #8 from lnielsen/lazydomainfix

    Fix lazy gettext problem with domain evaluation
    mrjoes committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    a8e6106 View commit details
    Browse the repository at this point in the history
  2. Bumped version

    mrjoes committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    2051925 View commit details
    Browse the repository at this point in the history