unrhodecode/rhodecode
Marcin Kuzminski 605b26b460 i18n: replaced fragile extraction of JS translations from an _TM variable.
We replaced it with similar to babel functions _gettext, and _ngettext, that
will prevent UI from breaking in case of untranslated strings. This
also will allow to use babel built in extractors to fetch the translations
stored inside html and JS.
2016-07-03 23:52:22 +02:00
..
admin admin: Use pyramid translation instead of pylons. 2016-06-29 09:52:34 +02:00
api tests: refactor test_update_repo for clarity 2016-06-01 20:23:13 +03:00
authentication authn: Generate the form default values manually. 2016-06-28 16:28:18 +02:00
config config: Move HttpsFixup middleware up 2016-06-16 11:35:55 +02:00
controllers admin: Register and retrieve navigation registry from pyramids registry. 2016-06-29 08:52:55 +02:00
i18n i18n: Update compiled message objects and js i18n files 2016-06-30 17:19:09 +00:00
lib admin: Add helper to get the registry from requests. 2016-06-29 09:49:55 +02:00
login login: Log redirection target on debug level 2016-06-16 10:43:17 +02:00
model user: indicate missing super admin or default as fatal errors. 2016-06-28 01:25:33 +02:00
public i18n: replaced fragile extraction of JS translations from an _TM variable. 2016-07-03 23:52:22 +02:00
templates i18n: replaced fragile extraction of JS translations from an _TM variable. 2016-07-03 23:52:22 +02:00
tests caches: make sure __repr__ of invalidaiton context always return strings. 2016-06-28 16:58:55 +02:00
utils project: added all source files and assets 2016-05-24 15:56:53 +02:00
__init__.py migration: Increased database version. 2016-06-06 15:50:45 +02:00
events.py events: Add user data to UserPreCreate und UserPreUpdate events. 2016-05-31 12:37:59 +02:00
interfaces.py events: Add user data to UserPreCreate und UserPreUpdate events. 2016-05-31 12:37:59 +02:00
rcserver.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
subscribers.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
translation.py i18n: Add module that creates a translation string factory. 2016-05-27 12:10:24 +02:00
tweens.py cleanup: remove accidental additions 2016-06-08 15:45:30 +03:00
VERSION release: Start preparation for 4.1.2 2016-06-16 23:03:42 +02:00
websetup.py project: added all source files and assets 2016-05-24 15:56:53 +02:00