index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
i18n
Age
Commit message (
Expand
)
Author
2013-01-17
Fixed i18n test to match changed translation
Claude Paroz
2013-01-11
[1.5.x] Fixed #19488 -- Made i18n_patterns redirect work with non-slash-endin...
Claude Paroz
2012-12-24
[1.5.x] Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-14
[1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2
Claude Paroz
2012-10-23
Fixed #19088 -- Always escape % inside blocktrans tag
Claude Paroz
2012-10-22
Cleaned up i18n regression tests
Claude Paroz
2012-10-21
Fixed #19142 -- Language codes can include numbers (RFC 3066).
Jan Bednařík
2012-09-27
Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...
Julien Phalip
2012-09-07
Fixed tests that I broke a few commits ago.
Alex Gaynor
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-23
Fixed #18798 -- Renamed conflicting test methods in i18n tests
Alexey Boriskin
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-08-18
[py3] Stopped attempting to translate bytes.
Aymeric Augustin
2012-08-08
[py3] Fixed compilemessages tests
Claude Paroz
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-18
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-28
Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...
Julien Phalip
2012-05-27
Used call_command in i18n compilation tests.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Removed unused file from i18n regression tests.
Ramiro Morales
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-02
Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...
Jannis Leidel
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2012-02-18
Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...
Jannis Leidel
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-04
Fixed #17555 -- Added support for a missing trailing slash when redirecting b...
Jannis Leidel
2012-02-04
Fixed #17628 -- Extended makemessages command to also ignore directories when...
Jannis Leidel
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-12-24
Added a lower level test for numberformat when grouping is 0 and force_groupi...
Aymeric Augustin
2011-12-21
Ensured that `makemessages` doesn't leave any temporary file over if the pars...
Julien Phalip
2011-12-11
Added another `from__future__ import with_statement` missed in r17190.
Ramiro Morales
2011-12-11
Made makemessages leave `'%%'` sequences untouched when extracting translatab...
Ramiro Morales
2011-12-11
Added files missing from commit [17190]
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-12-03
Fixed a couple of typos.
Ramiro Morales
2011-11-11
Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...
Julien Phalip
2011-10-20
Fixed 16938 -- Ensured that the active locale's formats take precedence over ...
Julien Phalip
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-18
Fixed #17054 -- Ensured the test suite runs when gettext isn't available, aft...
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
[next]