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
/
commands
Age
Commit message (
Expand
)
Author
2012-02-04
Fixed #17628 -- Extended makemessages command to also ignore directories when...
Jannis Leidel
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-11-11
Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...
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
2011-06-19
Fixed broken i18n tests after r16437.
Jannis Leidel
2011-06-07
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...
Jannis Leidel
2011-05-26
Modified a couple of i18n regression tests to make them run under Windows.
Ramiro Morales
2011-04-18
Added new tests I forgot to include in [16038].
Ramiro Morales
2011-04-18
Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...
Ramiro Morales
2011-03-28
Made a bunch of simplifications now that we don't support Python 2.4
Adrian Holovaty
2011-03-19
Fixed #15632 -- Ignore unrelated content in template multi-line comment block...
Ramiro Morales
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-01-15
Modified a try block construct in a test case to be compatible with Python 2.4.
Ramiro Morales
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-10-10
Consolidated i18n commands test with the rest of the i18n tests.
Ramiro Morales