Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/makemessages.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #19730 -- Don't validate importability of settings ...Ramiro Morales2013-02-041-1/+1
* Revert "Patch by Claude for #16084."Ramiro Morales2013-01-251-91/+48
* Patch by Claude for #16084.Ramiro Morales2013-01-251-48/+91
* Fix in makemessages refactoring plus UI tweaks.Ramiro Morales2013-01-191-5/+5
* Refactored makemessages commandClaude Paroz2013-01-191-313/+313
* Made (make|compile)messages commands accept multiple loca...Craig Blaszczyk2013-01-171-3/+3
* Modified makemessages so it creates .pot files once per i...Ramiro Morales2013-01-171-11/+13
* Fixed #17008 -- Added makemessages option to not remove ....Ramiro Morales2013-01-171-12/+21
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-3/+3
* Merge walk and find_files in makemessages commandClaude Paroz2012-08-211-37/+16
* [py3] Removed gratuitous use of map/lambdaAymeric Augustin2012-08-181-2/+1
* Removed binary flag to open files for writing text contentClaude Paroz2012-08-131-2/+2
* Fixed #18479 -- Stopped makemessages raising error on get...Claude Paroz2012-07-181-24/+42
* Fixed #18547 -- Improved error message when gettext is mi...Claude Paroz2012-07-171-1/+4
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-28/+16
* Updated compilemessages and makemessages management comma...Adrian Holovaty2012-04-281-3/+3
* Added missing newline to makemessages output. Thanks Flor...Carl Meyer2012-03-021-1/+1
* Made a couple of idiomatic changes in makemessages.Ramiro Morales2012-02-041-3/+6
* Removed hard-coded root tree path in makemessages.Ramiro Morales2012-02-041-1/+1
* Fixed undefined variable name in makemessages command code.Ramiro Morales2012-02-041-1/+1
* Fixed #17628 -- Extended makemessages command to also ign...Jannis Leidel2012-02-041-31/+42
* Refactored the internals of makemessages management comma...Ramiro Morales2011-12-231-143/+165
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-3/+3
* Ensured that `makemessages` doesn't leave any temporary f...Julien Phalip2011-12-211-1/+2
* Fixed #16903 -- Added `--no-location` option to the `make...Julien Phalip2011-11-111-11/+16
* Fixed #16897 -- Fixed some docstrings and help texts for ...Julien Phalip2011-09-211-11/+10
* Added '.txt' to list of file extensions that the makemess...Jannis Leidel2011-06-191-1/+1
* Fixed #7704, #14045 and #15495 -- Introduce a lexer for J...Jannis Leidel2011-06-071-4/+4
* Fixed #8536 -- Made sure the makemessages management comm...Jannis Leidel2011-02-121-28/+43
* Fixed #14419 -- Enhanced the help text of the makemessage...Ramiro Morales2011-01-251-8/+8
* Converted makemessages management command to a NoArgsComm...Ramiro Morales2011-01-211-7/+4
* Added contrib apps to ignore list when running makemessag...Jannis Leidel2011-01-211-3/+13
* Fixed #12201 -- Added a lineno attibute to template Token...Ramiro Morales2010-12-041-10/+7
* Fixed #10004 and #12320 -- Enabled the makemessages manag...Jannis Leidel2010-11-171-3/+6
* Fixed #6476 -- Added option to makemessages management co...Jannis Leidel2010-11-041-8/+30
* Fixed #9988 -- Added support for translation contexts. Th...Jannis Leidel2010-11-041-2/+2
* Fixed #13374 -- Corrected some more minor issues causing ...Russell Keith-Magee2010-04-191-6/+30
* Fixed #6505 - Copy plural forms from Django translation f...Jannis Leidel2010-02-161-0/+36
* Fixed #7050 - Allow the makemessages command to optionall...Jannis Leidel2010-02-161-9/+33
* Fixed #6380 - Follow symlinks when examining source code ...Jannis Leidel2010-02-161-7/+30
* Fixed #4695 - Worked around a problem of xgettext ignorin...Jannis Leidel2010-02-161-1/+1
* Fixed #11284 - Stop forcing the use of the djangojs domai...Jannis Leidel2010-02-161-6/+7
* Fixed #11869 - Prevent deadlocks when calling gettext uti...Jannis Leidel2010-02-051-15/+13
* Fixed #12673 - Require a version of GNU gettext of 0.1.5 ...Jannis Leidel2010-01-261-39/+20
* Fixed #10867: make the makemessages command ignore files ...Jacob Kaplan-Moss2009-05-201-2/+4
* Fixed #10234 -- Improved error message when international...Malcolm Tredinnick2009-04-121-1/+5
* Fixed #9212: Added code to check the xgettext version, an...Karen Tracey2008-10-061-0/+20
* Fixed #9283 -- Deliberately silence one deprecation warni...Malcolm Tredinnick2008-10-051-0/+6
* Promoted --verbosity to be a top level option for all man...Russell Keith-Magee2008-10-021-3/+0
* Fixed #7084 -- Fixed the "makemessages" command to handle...Malcolm Tredinnick2008-08-261-6/+6