summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2005-11-03i18n: fixed documentation and message scanner for constant string translationsGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-03i18n: readded constant string translations, needed for template tags with ↵Georg Bauer
string constants git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-03i18n: updated unittests and fixed bugs in the tags, removed the old tags and ↵Georg Bauer
fixed #719 (thx nesh) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-03i18n: rebuilt the .po and .mo files based on the new sourceGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-03i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %}Georg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-03i18n: updated sr translation. thx Petar.Georg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-03i18n: fixed the LANGUAGES variable to contain language codes (instead of ↵Georg Bauer
locale codes) and fixed a wrong language name git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02i18n: updated fr translation. thx Laurent.Georg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02i18n: added get_available_languages tag and added a default view for ↵Georg Bauer
switching languages (both from the django-dev posting of jacob) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02i18n: added updated sr translation. thx nesh.Georg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-01i18n: removed debugging leftovers (thx. rjwittams)Georg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-31i18n: updated cs translationGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-31i18n: merged to [1025] from trunkGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-31i18n: added simplified chinese translationGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-29Fixed #675: PasswordFields now respect length and maxlength paramsJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-29Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-28Fixed #701 -- contrib.admin.views.doc now uses get_internal_type()Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-28Fixed #488 -- removetags template filter now removes tags without a space ↵Adrian Holovaty
before the final slash git-svn-id: http://code.djangoproject.com/svn/django/trunk@1018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-28Fixed #700 -- urlify.js now uses hyphens instead of underscoresAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-28Fixed #703: added decorators to require that view be called with a given ↵Jacob Kaplan-Moss
HTTP REQUEST_METHOD git-svn-id: http://code.djangoproject.com/svn/django/trunk@1016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-27i18n: startproject still did create the settings directory with admin.py ↵Georg Bauer
setting - leftover from before the admin move. fixed. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-27i18n: updated brazilian translationGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-27fix for startproject requiring settingsGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-26Fixed shortcut redirect handlerJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-25Changed global_settings.TEMPLATE_LOADERS to be same as default ↵Adrian Holovaty
project_template.settings.TEMPLATE_LOADERS git-svn-id: http://code.djangoproject.com/svn/django/trunk@1011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-25Improved autoreloader to ignore files that might be in eggs. Refs #596Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-25Fixed #677 -- db.queries is now reset per request. Thanks, seancazzellAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-25Fixed #679 -- 'collapse' admin row class is now processed correctly when ↵Adrian Holovaty
more than one tuple is in the admin.fields list. Thanks, malcolm git-svn-id: http://code.djangoproject.com/svn/django/trunk@1008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-25Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ↵Adrian Holovaty
Thanks, Sune git-svn-id: http://code.djangoproject.com/svn/django/trunk@1007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23Added 'django-admin.py installperms' commandAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, ↵Adrian Holovaty
rjwittams git-svn-id: http://code.djangoproject.com/svn/django/trunk@1004 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: updated italian translationGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: now really added the new language czechGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: added new language czechGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: fixed a typo in the language namesGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: added updated italian translationsGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: updated french translationGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: added sample dateformat i18n to the object_changelist templateGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: updated all language files to new message IDsGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: added missing translations of day names, month names and language ↵Georg Bauer
selection git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23i18n: merged to [992] from trunkGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@993 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-22Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also ↵Adrian Holovaty
added unit tests to confirm. Thanks, Jeremy Dunck git-svn-id: http://code.djangoproject.com/svn/django/trunk@991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-22Added django.views.decorators.auth.user_passes_test, which is a more generic ↵Adrian Holovaty
hook into authentication based on a test. Refactored login_required to use user_passes_test git-svn-id: http://code.djangoproject.com/svn/django/trunk@988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20Fixed #663 -- app_directories template loader no longer assumes a dot in the ↵Adrian Holovaty
app name. Thanks, Sune git-svn-id: http://code.djangoproject.com/svn/django/trunk@985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, IanAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20i18n: merged to [978] from trunkGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, ↵Adrian Holovaty
kieranholland git-svn-id: http://code.djangoproject.com/svn/django/trunk@977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.comAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@976 bcc190cf-cafb-0310-a4f2-bffc1f526a37