horizon/horizon
Jim Yeh 8e83bc8bc4 Use ugettext_lazy for verbose_texts instead of unicode.
* Fix bug 962417
 * Change the ugettext to ugettext_lazy
 * Unicode the verbose_name while the 
   DataTableOption is initialize will 
   make the translation fixed.
 * Similar scenario in Column class and Action class.

Change-Id: I69ce9f89b0f0c2afb32b26e15ea8db84828d840f
2012-03-23 09:37:54 +08:00
..
api Adds service name to services table. 2012-03-19 12:45:00 -07:00
dashboards Use ugettext_lazy for verbose_texts instead of unicode. 2012-03-23 09:37:54 +08:00
forms Implements AJAX form posting. 2012-03-21 18:33:50 -07:00
locale Rework translation for panel and dashboard names. Marked more strings. 2012-03-22 17:00:53 -07:00
static/horizon/js fix ajax-modal to work with updated row 2012-03-22 18:12:18 +08:00
tables Use ugettext_lazy for verbose_texts instead of unicode. 2012-03-23 09:37:54 +08:00
tabs Load tab context data during init for "preload" tabs. Fixes bug 959800. 2012-03-19 16:31:40 -07:00
templates/horizon Rework translation for panel and dashboard names. Marked more strings. 2012-03-22 17:00:53 -07:00
templatetags Rework translation for panel and dashboard names. Marked more strings. 2012-03-22 17:00:53 -07:00
tests Rework translation for panel and dashboard names. Marked more strings. 2012-03-22 17:00:53 -07:00
usage Use ugettext_lazy for verbose_texts instead of unicode. 2012-03-23 09:37:54 +08:00
utils Handle custom column classes; inherit from HTMLElement. 2012-03-20 13:52:14 -07:00
views Fixed a variable being clobbered in the auth_forms handler. 2012-03-19 12:45:09 -07:00
__init__.py Require django >= 1.3.1 and rework __init__ to make installing easier. 2012-03-01 12:08:40 -08:00
base.py Rework translation for panel and dashboard names. Marked more strings. 2012-03-22 17:00:53 -07:00
context_processors.py User.authorized_tenants is now a cached property. 2012-03-13 15:11:06 -07:00
decorators.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
exceptions.py Minor extensibility improvements. 2012-03-06 17:43:15 -08:00
middleware.py Fix AJAX form posting that work incorrectly if get() in base views 2012-03-22 13:46:10 +08:00
models.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
site_urls.py Fix changing locale if using WSGIScriptAlias 2012-03-08 13:32:40 -05:00
test.py Allow message assertions to check response context as well. 2012-03-19 12:55:19 -07:00
time.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
users.py User.authorized_tenants is now a cached property. 2012-03-13 15:11:06 -07:00
version.py Open Folsom 2012-03-20 17:06:05 +01:00