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