]> git.mxchange.org Git - mailer.git/commit
New extension added, more EL-rewrites, naming-convention applied:
authorRoland Häder <roland@mxchange.org>
Mon, 28 Jun 2010 05:14:11 +0000 (05:14 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 28 Jun 2010 05:14:11 +0000 (05:14 +0000)
commit19b197c32c96ce8eea26561fb7b40e87c57716ae
tree36d533bedb447adc49ceb4fc8fb6c5f28fcfb6e5
parentc26fc70114d95f81368b82b0bab77285dabcb1d9
New extension added, more EL-rewrites, naming-convention applied:
- New extension 'ext-timezone' added to more easilier change the timezone
  this installation runs with. It is essential to install this extension and
  keep it active.
- Even more rewrites to make use of EL
- theme_ver is outdated, we use theme_version (no short-cutted texts)
- TODOs.txt updated
25 files changed:
.gitattributes
DOCS/TODOs.txt
DOCS/prop-set.sh
inc/config-global.php
inc/extensions-functions.php
inc/extensions/ext-sql_patches.php
inc/extensions/ext-theme.php
inc/extensions/ext-timezone.php [new file with mode: 0644]
inc/language/timezone_de.php [new file with mode: 0644]
inc/libs/theme_functions.php
inc/libs/timezone_functions.php [new file with mode: 0644]
inc/modules/admin/what-config_proxy.php
inc/modules/admin/what-config_timezone.php [new file with mode: 0644]
inc/modules/admin/what-theme_check.php
inc/modules/admin/what-theme_edit.php
inc/modules/admin/what-theme_import.php
inc/modules/member/what-themes.php
templates/de/html/admin/admin_config_proxy.tpl
templates/de/html/admin/admin_config_timezone.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_theme.tpl
templates/de/html/admin/admin_list_theme_row.tpl
templates/de/html/admin/admin_theme_edit_row.tpl
templates/de/html/admin/admin_theme_import_row.tpl
templates/de/html/ext/ext_sql_patches.tpl
templates/de/html/ext/ext_timezone.tpl [new file with mode: 0644]