Django

Code

root/django/trunk/django/bin


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7844 [7844] 07/06/08 01:39:44 mtredinnick Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup …
(edit) @7658 [7658] 06/15/08 23:09:44 adrian Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268
(edit) @7473 [7473] 04/26/08 08:25:30 mtredinnick Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript …
(edit) @6701 [6701] 11/18/07 23:59:58 gwilson Fixed #5978 -- Gave LOCALE_PATHS a default setting of an empty tuple and …
(edit) @6447 [6447] 10/02/07 22:19:14 mtredinnick Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from …
(edit) @6445 [6445] 10/02/07 20:41:04 mtredinnick Fixed #5491 -- Changed PO file generation to sort the filenames we scan …
(edit) @6349 [6349] 09/15/07 22:17:48 mtredinnick Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling …
(edit) @5842 [5842] 08/11/07 02:01:46 mtredinnick Fixed #4899 -- Fixed a problem on Windows when generating message catalogs …
(edit) @5722 [5722] 07/17/07 05:25:43 mtredinnick Fixed #4899 -- Fixed a problem with PO file header generation caused by …
(edit) @5708 [5708] 07/15/07 05:10:44 mtredinnick Fixed #4734 -- Changed message extraction to permit non-ACSII msgid …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5403 [5403] 06/01/07 04:46:56 mtredinnick Fixed #4427 -- Ported daily_cleanup.py to use model API for …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @5084 [5084] 04/26/07 05:27:21 mtredinnick Told xgettext that ngettext_lazy is a pluralising function, so that …
(edit) @4934 [4934] 04/05/07 10:34:32 mtredinnick Added a check of the format specifiers in Python strings. This will …
(edit) @4704 [4704] 03/12/07 03:35:15 mtredinnick Fixed #3410 -- Edited a few i18n markups for completeness and to remove …
(edit) @4687 [4687] 03/08/07 22:59:58 mtredinnick Fixed #3679 -- Added an option to compile localisation messages for a …
(edit) @4271 [4271] 01/02/07 14:39:30 adrian Fixed #3216 -- Added shebang statement to daily_cleanup.py
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @3860 [3860] 09/26/06 08:08:16 mtredinnick Fixed #2748 -- Turned daily_cleanup.py into something that will run …
(edit) @3672 [3672] 08/28/06 13:43:58 adrian Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the …
(edit) @3592 [3592] 08/16/06 01:28:13 adrian Fixed small security hole in bin/compile-messages.py by escaping the .po …
(edit) @3590 [3590] 08/15/06 23:27:42 adrian Small error-message formatting change to compile-messages.py
(edit) @3577 [3577] 08/12/06 22:45:43 adrian Small formatting change to compile-messages.py
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3374 [3374] 07/19/06 07:09:53 mtredinnick Fixed #2323 -- Made it possible to run make-messages without needing …
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2352 [2352] 02/18/06 16:21:31 adrian Fixed #1369 -- Changed shebang lines in unique-messages.py, …
(edit) @2132 [2132] 01/27/06 09:49:50 adrian Fixed #1244 -- Renamed templateize to templatize in …
(edit) @2058 [2058] 01/18/06 19:06:12 adrian Fixed a bunch of errors detected by pychecker -- unneeded imports and …
(edit) @2056 [2056] 01/18/06 18:54:15 adrian Changed unique-messages.py, compile-messages.py and make-messages.py to …
(edit) @1821 [1821] 01/05/06 08:09:22 hugo fixes #1161 - added quotes to unique-messages.py
(edit) @1814 [1814] 01/03/06 16:29:56 hugo fixes #1161 - spaces in filenames should now be handled better (filename …
(edit) @1630 [1630] 12/13/05 22:55:32 adrian Removed bin/validate.py -- it wasn't being used
(edit) @1553 [1553] 12/05/05 23:17:52 adrian Moved all logic from django-admin.py into django.core.management, into a …
(edit) @1529 [1529] 12/04/05 06:06:16 hugo added infrastructure code for later javascript translating (currently not …
(edit) @1528 [1528] 12/03/05 16:53:33 hugo again fix for the popen3 calls in make-messages.py - thx. Olivier
(edit) @1527 [1527] 12/03/05 13:04:31 hugo added 'b' modifier to popen3 calls in make-messages.py to help getting it …
(edit) @1526 [1526] 12/02/05 14:58:35 adrian Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, …
(edit) @1477 [1477] 11/28/05 08:23:02 adrian Fixed #943 -- Restored django-admin createsuperuser functionality with no …
(edit) @1474 [1474] 11/27/05 20:57:38 adrian Fixed #798 and #715 -- Added optional arguments to createsuperuser, for …
(edit) @1434 [1434] 11/25/05 15:20:09 adrian MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a …
(edit) @1420 [1420] 11/24/05 20:26:08 adrian new-admin and trunk: Normalized spacing differences in bin/validate.py …
(edit) @1366 [1366] 11/23/05 10:14:24 hugo made the message when locale/ or conf/locale/ could not be found a bit …
(edit) @1224 [1224] 11/13/05 19:44:35 adrian Fixed #121 -- Django now quotes all names in SQL queries. Also added unit …
(edit) @1185 [1185] 11/11/05 17:34:08 hugo fix a problem that masks errors in settings files for some users - in …
(edit) @1179 [1179] 11/11/05 15:35:41 hugo added a little tool to fix message-ID duplicates after subversion merges …
(edit) @1173 [1173] 11/11/05 10:42:41 adrian Changed django-admin.py to display help if invoked with no arguments. …
(edit) @1120 [1120] 11/07/05 08:21:31 adrian Fixed #748 -- Improved error handling in make-messages.py. It no longer …
(edit) @1068 [1068] 11/03/05 22:59:46 jacob Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: …
(edit) @1005 [1005] 10/23/05 17:43:24 adrian Added 'django-admin.py installperms' command
(edit) @793 [793] 10/06/05 12:22:23 adrian Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for …
(edit) @692 [692] 09/25/05 17:03:30 jacob Added a database-backed cache backend, along with a tool in django-admin …
(edit) @606 [606] 09/02/05 13:23:42 adrian Fixed spacing bug in '--help' output of django-admin
(edit) @539 [539] 08/19/05 16:23:56 adrian Fixed #360 -- runserver now takes optional 'ip:port' in addition to …
(edit) @518 [518] 08/16/05 17:54:05 adrian Fixed #1 -- Added anonymous session support via middleware and …
(edit) @503 [503] 08/15/05 00:05:52 adrian Added 'django-admin.py validate', which validates all installed models. …
(edit) @395 [395] 08/02/05 17:33:39 adrian Improved 'django-admin inspectdb' so that it detects ForeignKey?
(edit) @384 [384] 08/02/05 12:08:24 adrian Added first stab at 'django-admin.py inspectdb', which takes a database …
(edit) @261 [261] 07/20/05 21:17:45 adrian Added 'django-admin createsuperuser' and updated tutorial to use it …
(edit) @252 [252] 07/20/05 15:35:53 adrian Fixed small bug in print_error() calls in django-admin
(edit) @247 [247] 07/20/05 12:42:36 adrian Added '--settings' option to django-admin. This specifies which settings …
(edit) @242 [242] 07/20/05 10:00:34 adrian Fixed #97 -- Refactored django-admin.py so that it only contains …
(edit) @240 [240] 07/20/05 01:08:39 adrian 'django-admin runserver' now displays the settings module you're using …
(edit) @238 [238] 07/20/05 00:46:00 adrian Fixed ForeignKey?('self') so that extra cruft parameters aren't necessary. …
(edit) @230 [230] 07/19/05 19:37:45 adrian Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are …
(edit) @227 [227] 07/19/05 16:32:58 adrian Fixed #84 -- CREATE TABLE foreign keys now work in MySQL
(edit) @185 [185] 07/18/05 17:35:04 adrian Moved default admin from media to django/conf/admin_media, so Django is …
(edit) @174 [174] 07/18/05 10:25:58 adrian Added 'django-admin.py runserver', which starts a lightweight development …
(edit) @170 [170] 07/18/05 01:34:34 adrian Moved django.bin.profiling.handler to …
(edit) @168 [168] 07/18/05 01:10:00 adrian Renamed django.core.handler.CoreHandler? to ModPythonHandler?, in …
(edit) @162 [162] 07/17/05 21:38:44 adrian Fixed #53 -- Thanks, Dobbes!
(edit) @102 [102] 07/16/05 01:00:19 adrian Set executable bit on django-admin.py
(edit) @101 [101] 07/16/05 00:44:50 adrian Changed django-admin so that it doesn't load django.core.db or …
(edit) @95 [95] 07/15/05 23:07:06 adrian django-admin.py startproject now automatically points admin TEMPLATE_DIRS …
(edit) @93 [93] 07/15/05 22:48:36 adrian 'django-admin.py init' now creates a site in the sites table, and …
(edit) @88 [88] 07/15/05 18:43:17 adrian Changed 'django-admin sqlclear' to output deletion of content_types table …
(edit) @87 [87] 07/15/05 18:41:39 adrian Changed 'django-admin startapp' so that it try to write to INSTALLED_APPS …
(edit) @79 [79] 07/15/05 17:24:51 adrian Changed django-admin startproject so that it doesn't copy .pyc files
(edit) @68 [68] 07/15/05 15:46:05 adrian Changed setup.py author and added django-admin to distutils 'scripts'
(edit) @65 [65] 07/15/05 14:49:10 adrian Moved django.bin.setup to root level and converted it to use setuptools. …
(edit) @60 [60] 07/15/05 14:18:09 adrian Removed gunk from legacy django.bin.setup, although distutils installation …
(edit) @8 [8] 07/13/05 20:32:23 adrian Fixed #30 -- django-admin startproject and startapp now ignore directories …
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.