<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/bin, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-03-14T05:18:02Z</updated>
<entry>
<title>Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report</title>
<updated>2009-03-14T05:18:02Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-03-14T05:18:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f87575fbe515754f716e9dff84d90a6e28257156'/>
<id>urn:sha1:f87575fbe515754f716e9dff84d90a6e28257156</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.</title>
<updated>2008-07-06T06:39:44Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-06T06:39:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cfa3cbd0747c36095541177da71214289ae6aa3'/>
<id>urn:sha1:3cfa3cbd0747c36095541177da71214289ae6aa3</id>
<content type='text'>
They are now called  "makemessages", "compilemessages" and "cleanup". This is
backwards incompatible for make-messages.py and compile-messages.py, although
the old executables still exist for now and print an error pointing the caller
to the right command to call.

This reduces the number of binaries and man pages Django needs to install.

Patch from Janis Leidel.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268</title>
<updated>2008-06-16T04:09:44Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-06-16T04:09:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4094d03e290c25c52024302f8e470055170064f0'/>
<id>urn:sha1:4094d03e290c25c52024302f8e470055170064f0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files.</title>
<updated>2008-04-26T13:25:30Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-04-26T13:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2945a057c3e7752d2a30ac7e4bb07be9fdccb10e'/>
<id>urn:sha1:2945a057c3e7752d2a30ac7e4bb07be9fdccb10e</id>
<content type='text'>
This leads to more duplicated code in make-messages.py, but this is just a
holdover for the immediate problem until we merge make-messages into
management/.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it.</title>
<updated>2007-11-19T05:59:58Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2007-11-19T05:59:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1607acee4020212166848363098008e60246e8f9'/>
<id>urn:sha1:1607acee4020212166848363098008e60246e8f9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6349]. Thanks, Wang Chun and semenov.</title>
<updated>2007-10-03T03:19:14Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-10-03T03:19:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=291b81b4e3b869928b1b65dd892542b0ef3c7510'/>
<id>urn:sha1:291b81b4e3b869928b1b65dd892542b0ef3c7510</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior</title>
<updated>2007-10-03T01:41:04Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-10-03T01:41:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10466470c0b950b6571abf96b52c0a8254a05ed7'/>
<id>urn:sha1:10466470c0b950b6571abf96b52c0a8254a05ed7</id>
<content type='text'>
to passing them to gettext. This should help reduce the changes in line
orderings caused by different translators using different operating systems and
locales. Based on a patch from Ramiro Morales.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO files. Thanks, semenov.</title>
<updated>2007-09-16T03:17:48Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-09-16T03:17:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ccf2028c20054151b20248b9dc525bf78618fbc'/>
<id>urn:sha1:8ccf2028c20054151b20248b9dc525bf78618fbc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales.</title>
<updated>2007-08-11T07:01:46Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-08-11T07:01:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8b128dddd14791b18f37a142e3c428fe08a42908'/>
<id>urn:sha1:8b128dddd14791b18f37a142e3c428fe08a42908</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708].</title>
<updated>2007-07-17T10:25:43Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-07-17T10:25:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23404cdec46a4898bb287c92c4903f54ab8bfcdd'/>
<id>urn:sha1:23404cdec46a4898bb287c92c4903f54ab8bfcdd</id>
<content type='text'>
Thanks, Ramiro Morales.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5722 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
