Django

Code

root/django/trunk/django/utils/translation


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8680 [8680] 08/28/08 15:20:40 jacob Fixed #8654: added ugettext_lazy to django.utils.translation.__all__.
(edit) @8606 [8606] 08/27/08 00:10:20 mtredinnick Fixed #8584 -- Fixed a case where the wrong locale might be made active in …
(edit) @8602 [8602] 08/26/08 16:33:18 mtredinnick Removed stray code from [8601].
(edit) @8601 [8601] 08/26/08 16:32:17 mtredinnick Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form …
(edit) @8596 [8596] 08/26/08 15:08:02 jacob Fixed #4389: be more robust in get_language_bidi(). Thanks, arien.
(edit) @8561 [8561] 08/25/08 17:53:44 jacob Fixed #7831: be case-insensitive when in get_language_from_request.
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7993 [7993] 07/19/08 14:32:18 mtredinnick Starting to do the reverse() threading stuff.
(edit) @7857 [7857] 07/06/08 20:57:05 mtredinnick Fixed #7163 -- Fixed a translation-sharing problem so that you can have …
(edit) @7206 [7206] 03/07/08 21:55:47 gwilson Removed unused import, corrected a typo, and made some styling fixes.
(edit) @7185 [7185] 02/29/08 12:38:44 mtredinnick Fixed #5603 -- Allow customization of the language cookie name. Thanks, …
(edit) @7091 [7091] 02/05/08 19:04:30 mtredinnick Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). This …
(edit) @6701 [6701] 11/18/07 23:59:58 gwilson Fixed #5978 -- Gave LOCALE_PATHS a default setting of an empty tuple and …
(edit) @6681 [6681] 11/17/07 06:11:54 mtredinnick Translating safe strings should return a safe result.
(edit) @6608 [6608] 10/26/07 14:52:42 jacob i18n security fix. Details will be posted shortly to the Django mailing …
(edit) @6582 [6582] 10/21/07 12:14:25 mtredinnick Fixed #2920 -- Removed _() from builtins. This is backwards incompatible, …
(edit) @6448 [6448] 10/03/07 17:12:22 mtredinnick Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, …
(edit) @6446 [6446] 10/02/07 20:57:02 mtredinnick Fixed #4796. Fixed a problem when using i18n support for the first time -- …
(edit) @6263 [6263] 09/15/07 00:14:16 adrian Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @4932 [4932] 04/04/07 22:25:30 mtredinnick Small fix to [4931].
(edit) @4931 [4931] 04/04/07 22:22:49 mtredinnick Fixed #3918 -- Handle technical message IDs correctly when …
(edit) @4907 [4907] 04/02/07 22:08:56 mtredinnick Fixed #3900 -- Included missing function in utils/translation/init.py.
(edit) @4905 [4905] 04/02/07 05:58:43 mtredinnick Delayed the reading of settings.USE_I18N until the first use of the …
(edit) @4486 [4486] 02/11/07 17:50:35 mtredinnick Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
(edit) @4485 [4485] 02/11/07 00:20:52 russellm Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @3962 [3962] 11/02/06 08:42:13 russellm Fixes #1378 -- Added svn:ignore "*.pyc" to some directories that were …
(edit) @3458 [3458] 07/27/06 11:38:32 adrian Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, …
(edit) @3344 [3344] 07/13/06 21:55:42 adrian Added check_for_language and to_locale to utils.translation.trans_null
(edit) @3329 [3329] 07/11/06 09:08:42 adrian Added get_language_bidi to django.utils.translation.trans_nuill. Refs …
(edit) @3306 [3306] 07/09/06 23:08:45 adrian Fixed bug in utils.translation.trans_null -- get_date_formats and …
(edit) @3298 [3298] 07/08/06 08:58:33 adrian Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead …
(add) @3271 [3271] 07/03/06 22:58:45 adrian Made django/utils/translation.py into a package django/utils/translation, …
Note: See TracRevisionLog for help on using the revision log.