提交历史

作者 SHA1 备注 提交日期
  Christopher Allan Webber f6bad0eb26 Merge branch 'master' into merge-python3-port 10 年之前
  Berker Peksag 15c3461b1f Disable cache support of LazyProxy. 10 年之前
  Berker Peksag cf3b5926f4 Cleanup mediagoblin._compat and fix translation tests. 10 年之前
  Berker Peksag f9a7201c32 Use mediagoblin._compat.{ugettext, ungettext} on Python 3. 10 年之前
  Christopher Allan Webber b02e37c297 removing zh and ja from RTL list. medicalwei reports they are not RTL languages. 10 年之前
  Christopher Allan Webber 023cda0974 Fix Babel version restriction. Onward and upward! 10 年之前
  Jiyda Mint Moussa 4a4e4e4ae8 Added rtl language support 11 年之前
  Elrond 5ae0cbaa55 No lazy_* needed here; Add ReallyLazyProxy.__repr__. 11 年之前
  Christopher Allan Webber c47be4b8ba Adding ReallyLazyProxy, a proxy that does what we expect :) 11 年之前
  Elrond 50cb512220 Create set_thread_locale and use it. 11 年之前
  Jessica T f1c3807db7 Adds the timesince ability which fixes #394 11 年之前
  Elrond 04453ccf42 Better Py3 compat: d.has_key(k) -> k in d 11 年之前
  Sebastian Spaeth c843de8a57 Add example to the lazy gettext version to make clear when it's appropriate 12 年之前
  Sebastian Spaeth c39b9afc83 Fallback to "en_US" if browser does not send preferred languages 12 年之前
  Sebastian Spaeth 826919c97c en_US is always available 12 年之前
  Christopher Allan Webber e4e7fbeeaa Fixing bug where not all conditions returned a language in get_locale_from_request() 12 年之前
  Sebastian Spaeth d53ca5e506 Fall back to "en" if we don't find matching translations 12 年之前
  Sebastian Spaeth 6ef75af50e Honor user's browser language (#558) 12 年之前
  Sebastian Spaeth 7b9f9d1edb Fix i18n in our browser 12 年之前
  Joar Wandborg 1ec7ff2adb Fixed 404 page under werkzeug.routing 12 年之前
  Joar Wandborg 111a609df5 Replaced all request.POST with request.form, ... 12 年之前
  Joar Wandborg f1d06e1d6c Switch from webob.Request to werkzeug.wrappers.Request 12 年之前
  Aleksej 9d3e56d500 replaced os.path.split()[0] with os.path.dirname() and corrected a couple of comments 12 年之前
  Jakob Kramer c80982c7a0 make mg_globals.translations thread-safe 12 年之前
  Christopher Allan Webber cf29e8a824 It's 2012 all up in here 12 年之前
  Christopher Allan Webber 4715091970 Support for older webobs and newer webobs both in accept language mess :) 13 年之前
  Christopher Allan Webber ed59426466 Fixes issue662, MediaGoblin was broken by recent WebOb release. 13 年之前
  Aaron Williamson ae3bc7fabf Moved common, translation, template, and url code out of util.py and into tools/[file].py 13 年之前