summaryrefslogtreecommitdiff
path: root/tests/regressiontests/i18n
AgeCommit message (Expand)Author
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-02Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...Jannis Leidel
2012-03-02Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...Jannis Leidel
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2012-02-10Updated a few localization formats to stop the changes done in r17473 from br...Jannis Leidel
2012-02-04Fixed #17555 -- Added support for a missing trailing slash when redirecting b...Jannis Leidel
2012-02-04Fixed #17628 -- Extended makemessages command to also ignore directories when...Jannis Leidel
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2011-12-24Added a lower level test for numberformat when grouping is 0 and force_groupi...Aymeric Augustin
2011-12-21Ensured that `makemessages` doesn't leave any temporary file over if the pars...Julien Phalip
2011-12-11Added another `from__future__ import with_statement` missed in r17190.Ramiro Morales
2011-12-11Made makemessages leave `'%%'` sequences untouched when extracting translatab...Ramiro Morales
2011-12-11Added files missing from commit [17190]Ramiro Morales
2011-12-11Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...Ramiro Morales
2011-12-03Fixed a couple of typos.Ramiro Morales
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-10-20Fixed 16938 -- Ensured that the active locale's formats take precedence over ...Julien Phalip
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-18Fixed #17054 -- Ensured the test suite runs when gettext isn't available, aft...Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-22Fixed #16909 -- Pass language to get_format_modules when calling it from get_...Jannis Leidel
2011-09-16Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-08Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...Jannis Leidel
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-08FIlter warnings about deprecated syntax of the `url` template tag in recently...Ramiro Morales
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-06-26Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...Jannis Leidel
2011-06-19Fixed broken i18n tests after r16437.Jannis Leidel
2011-06-15Fixed #16275 -- Added __future__ import to support with statement. Thanks to ...Russell Keith-Magee
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel
2011-05-26Modified a couple of i18n regression tests to make them run under Windows.Ramiro Morales
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Make use of new translation and settings context manager in the tests.Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel
2011-04-22Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...Jannis Leidel
2011-04-18Added new tests I forgot to include in [16038].Ramiro Morales
2011-04-18Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...Ramiro Morales
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-16Changed strategy used to force evaluation of django.utils.translation in test...Ramiro Morales
2011-02-12Added a test for the PendingDeprecationWarning introduced in r15441. Refs #14...Ramiro Morales
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales