Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/makemessages.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-281-104/+197
* Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa2015-07-141-1/+1
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Fixed #24805 -- Delayed check for locale_dir in makemessagesClaude Paroz2015-05-181-2/+6
* Fixed #23271 -- Fixed makemessages crash/test failure for...daphshez2015-05-011-8/+11
* Removed unused import in makemessagesClaude Paroz2015-04-011-1/+0
* Refs #24500 -- Avoided locale.getpreferredencoding in mak...Claude Paroz2015-04-011-5/+4
* Fixed #24500 -- Fixed makemessages encoding problems retr...Pakal2015-03-211-10/+24
* Refs #24324 -- Fixed makemessages crash when Django is in...Tim Graham2015-02-171-1/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed gettext version regexClaude Paroz2015-01-061-1/+1
* Fixed breakage by 6fb9dee4 under Python2+Windows.Ramiro Morales2014-12-301-10/+5
* Fixed #23271 -- Don't corrupt PO files on Windows when up...Ramiro Morales2014-12-291-5/+20
* Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz2014-12-181-2/+2
* Improved readability of negative condition in makemessagesClaude Paroz2014-11-171-1/+1
* Simplified handle_extensions management utilityClaude Paroz2014-11-171-1/+1
* Fixed #23840 -- Fixed makemessages find_files methodIlja Maas2014-11-171-7/+8
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-111-1/+1
* Fixed #23788 -- Used new JavaScript support in recent get...Claude Paroz2014-11-111-14/+23
* Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT...Claude Paroz2014-10-271-1/+1
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-211-5/+3
* Fixed #23298 -- Made makemessages actually ignore specifi...Ramiro Morales2014-08-151-2/+11
* Fixed #22336 -- Added path matching for makemessages igno...Justin Hamade2014-08-081-1/+2
* Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz2014-07-161-9/+12
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-30/+34
* Applied unicode_literals to makemessages commandClaude Paroz2014-05-241-9/+18
* Updated Django makemessages processClaude Paroz2014-05-191-2/+0
* Fixed clash caused by the newly introduced -e shorthand f...Loic Bistuer2014-05-021-1/+1
* Fixed #22328 -- Added --exclude option to compilemessages...Ana Krivokapic2014-04-261-9/+16
* Added --previous flag to msgmerge command used by makemes...Claude Paroz2014-03-061-34/+23
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Remove unneded open(.., 'U') when on python 3.Marc Tamlyn2014-01-131-2/+3
* Closed file after reading pot fileClaude Paroz2013-11-301-1/+2
* Enabled makemessages to support several translation direc...Claude Paroz2013-11-301-62/+96
* Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales2013-11-231-2/+2
* Configure settings sooner in makemessagesClaude Paroz2013-11-151-4/+4
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Decode from UTF-8 explicitly when reading a text file in ...Ramiro Morales2013-10-221-3/+6
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21209 -- .po file path comments on Windows.Ramiro Morales2013-10-021-2/+8
* Fixed #20311 -- Make sure makemessages doesn't create dup...Ramiro Morales2013-06-221-3/+3
* Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-221-12/+0
* Fixed #20422 -- Applied makemessage's --ignore patterns t...Baptiste Mispelon2013-05-181-4/+3
* Fixed #20354 -- `makemessages` no longer crashes with `Un...Tai Lee2013-05-071-1/+4
* Made (make|compile)messages check for availability of get...Ramiro Morales2013-03-101-35/+77
* Move management helper function to new utils module.Ramiro Morales2013-02-271-24/+1