1
0
mirror of https://github.com/django/django.git synced 2025-04-23 16:54:37 +00:00

815 Commits

Author SHA1 Message Date
Georg Bauer
6179bb6448 i18n: added gl translation. thx fonso.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 23:09:33 +00:00
Georg Bauer
52e336d3d0 i18n: fixed a problem with the object history and lazy translations of field names
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 22:33:08 +00:00
Georg Bauer
c63aae3cff i18n: added hint on order for locale middleware
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 19:45:56 +00:00
Georg Bauer
a26e6a4d75 i18n: updated translation doc to reflect the django_language and LANGUAGE_CODE format change
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 19:34:12 +00:00
Georg Bauer
2070258460 i18n: once again worked over the django_language parameter (cookie, get, post, session) format. It's now back to HTML format (en-us, not en_US)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 19:33:30 +00:00
Georg Bauer
29bd2caee6 i18n: added a lot more translations to the admin stuff, especially model related stuff
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 18:55:46 +00:00
Georg Bauer
7a0e8a2492 i18n: merged to [905] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 15:44:09 +00:00
Georg Bauer
714a32aa49 i18n: fixed a bug with the i18n template tag that crept in with the last merge - some imports where lost.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 15:41:05 +00:00
Georg Bauer
e1e47e485e i18n: added a load of translation hooks to validator error messages and predefined model help texts. And added german translations and prepared other languages for translation update.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 14:39:00 +00:00
Georg Bauer
f3723ce84b i18n: added -a switch to make-messags.py to run xgettext on all messagefiles
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 14:37:26 +00:00
Adrian Holovaty
63a3c72e19 Added note about multiple block tags to docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 14:26:20 +00:00
Georg Bauer
3c68633d57 i18n: fixed handling of gettext_lazy - now it doesn't memoize function values any more
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:54:52 +00:00
Adrian Holovaty
383704ac84 Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that return URLs starting with http. Thanks, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:24:29 +00:00
Adrian Holovaty
0bb68cd072 Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous
git-svn-id: http://code.djangoproject.com/svn/django/trunk@902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:20:59 +00:00
Georg Bauer
49739a8f84 i18n: added translation hooks to all validators
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:16:13 +00:00
Adrian Holovaty
b223d0fd87 Added note to docs/django-admin.txt about 127.0.0.1 not being accessible from other machines on the network
git-svn-id: http://code.djangoproject.com/svn/django/trunk@900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:05:55 +00:00
Georg Bauer
6233af6633 i18n: modified settings.txt to reflect LANGUAGE_CODE behaviour
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 12:40:26 +00:00
Georg Bauer
e8fc1fc97c i18n: merged to [897] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 11:33:01 +00:00
Georg Bauer
fcb0aeb564 i18n: fixed settings and default settings files for i18n changes
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 07:22:22 +00:00
Adrian Holovaty
c686424ed9 Fixed some formatting issues in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 04:59:06 +00:00
Adrian Holovaty
6bec753867 Added docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 04:53:03 +00:00
Adrian Holovaty
8b7ebca68a Changed global_settings.ADMIN_FOR from [] to ()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 04:36:51 +00:00
Adrian Holovaty
3df39deede Added 'Loader types' section to docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 03:00:18 +00:00
Adrian Holovaty
57b4f231fd Fixed #583 -- Added app_directories template loader, which searches for templates in 'templates' directory in each INSTALLED_APPS package. It's turned off by default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 02:37:50 +00:00
Adrian Holovaty
b9736c5c63 Added 'Designate between GET and POST' section to design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 02:31:35 +00:00
Adrian Holovaty
e8fda9091a Fixed typo in filesystem template-loader error message
git-svn-id: http://code.djangoproject.com/svn/django/trunk@890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 02:18:28 +00:00
Adrian Holovaty
dc3f6e4113 Changed internal variable names in django.core.template.loaders.eggs to be consistent with filesystem
git-svn-id: http://code.djangoproject.com/svn/django/trunk@889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 01:53:22 +00:00
Adrian Holovaty
f808d1bb8c Removed django/conf/admin_templates/changelist_generic.html -- a leftover, legacy template that's no longer used
git-svn-id: http://code.djangoproject.com/svn/django/trunk@888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-16 20:52:11 +00:00
Adrian Holovaty
f1ecfe991d Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenkinder.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-16 19:42:16 +00:00
Georg Bauer
ed124dc0ad i18n: merged to [885] in trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-16 16:17:48 +00:00
Georg Bauer
6807c4bd4d i18n: updated translation documentation for gettext_lazy
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-16 16:15:58 +00:00
Georg Bauer
a6a0d1ddcc i18n: added gettext_lazy - lazy translation for stuff like model help text
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-16 16:10:48 +00:00
Adrian Holovaty
a2e26150b7 Fixed #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-15 02:20:35 +00:00
Adrian Holovaty
24154b2166 Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to gmilas@gmail.com for the patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-15 01:37:16 +00:00
Adrian Holovaty
8254a7a7db Fixed #628 -- Django no longer overwrites model class docstrings if they're provided
git-svn-id: http://code.djangoproject.com/svn/django/trunk@878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-15 00:54:42 +00:00
Georg Bauer
e02e1e4f49 i18n: fixed a bug with Python 2.3 support (double encoding of stuff)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 23:47:35 +00:00
Georg Bauer
cde24debb7 i18n: merged to [873] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 23:32:35 +00:00
Adrian Holovaty
67e6252a1e Upgraded ez_setup.py from 0.5a12 to 0.6a5
git-svn-id: http://code.djangoproject.com/svn/django/trunk@873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 22:38:59 +00:00
Adrian Holovaty
f575a4edaa Fixed small namespace bug in [867]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 22:29:13 +00:00
Adrian Holovaty
6ee014725e Changed template unit test runner to use new template-loader framework from [870]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 22:28:38 +00:00
Adrian Holovaty
7aefff7833 Fixed #582 -- Added support for loading templates from Python eggs, and a TEMPLATE_LOADERS setting, which defines which loaders to use. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 22:22:12 +00:00
Georg Bauer
2a2e2fb6aa i18n: merged up to r868
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 21:33:45 +00:00
Adrian Holovaty
083b4f9001 Redid [865], which got lost in [867]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 20:12:16 +00:00
Adrian Holovaty
f71f854628 Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 20:10:13 +00:00
Jacob Kaplan-Moss
b773bf45c3 Registered default_if_none filter from [859]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 18:37:16 +00:00
Adrian Holovaty
2db3d9c7cc Reworded part of design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 15:04:21 +00:00
Adrian Holovaty
f2b8e85360 Fixed ReST bugs in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 15:02:44 +00:00
Adrian Holovaty
42f8a069aa Grammar fix to docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 14:06:49 +00:00
Adrian Holovaty
fdcc9da59c Fixed typo in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 14:05:46 +00:00
Adrian Holovaty
ed1c9b2046 Fixed #622 -- Added default_if_none filter. Thanks, Eric
git-svn-id: http://code.djangoproject.com/svn/django/trunk@859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 03:48:27 +00:00