summaryrefslogtreecommitdiff
path: root/django/core/template
AgeCommit message (Collapse)Author
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: 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-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-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-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-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-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-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-17i18n: fixed a bug with the i18n template tag that crept in with the last ↵Georg Bauer
merge - some imports where lost. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17i18n: merged to [897] from trunkGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17Fixed #583 -- Added app_directories template loader, which searches for ↵Adrian Holovaty
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-17Fixed typo in filesystem template-loader error messageAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17Changed internal variable names in django.core.template.loaders.eggs to be ↵Adrian Holovaty
consistent with filesystem git-svn-id: http://code.djangoproject.com/svn/django/trunk@889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14i18n: merged to [873] from trunkGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14Fixed small namespace bug in [867]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14Fixed #582 -- Added support for loading templates from Python eggs, and a ↵Adrian Holovaty
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-14i18n: merged up to r868Georg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14Redid [865], which got lost in [867]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. ↵Adrian Holovaty
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