More rewrites to configuration:
authorRoland Häder <roland@mxchange.org>
Wed, 23 Jan 2013 01:10:11 +0000 (01:10 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 23 Jan 2013 01:10:11 +0000 (01:10 +0000)
commit00790481119eefa7a54a8dda1cb191fdf4f29226
treef917c9728c9b623b80628a13ab96565d15cc38ec
parent2f8a3c36ac4051c0f87a6eb50828f339f49fad3f
More rewrites to configuration:
- Moved more configuration entries from tables.sql to proper extensions
- Moved some configuration from/to ext-other to/from ext-foo
- Swapped out 'update' step for ext-register
- TODOs.txt updated
37 files changed:
.gitattributes
DOCS/TODOs.txt
inc/extensions/ext-autopurge.php
inc/extensions/ext-order.php
inc/extensions/ext-other.php
inc/extensions/ext-profile.php
inc/extensions/ext-register.php
inc/extensions/order/mode-update.php
inc/extensions/register/.htaccess [new file with mode: 0644]
inc/extensions/register/mode-update.php [new file with mode: 0644]
inc/extensions/sql_patches/mode-update.php
inc/extensions/user/mode-setup.php
inc/filters.php
inc/language/de.php
inc/language/order_de.php
inc/language/other_de.php
inc/language/register_de.php
inc/libs/order_functions.php
inc/libs/other_functions.php
inc/libs/register_functions.php
inc/modules/admin/what-config_autopurge.php
inc/modules/admin/what-config_other.php
inc/modules/admin/what-config_register2.php
inc/modules/admin/what-config_title.php
inc/modules/guest/action-online.php
inc/modules/member/what-mydata.php
inc/modules/member/what-order.php
inc/modules/order.php
inc/pool/pool-bonus.php
inc/pool/pool-user.php
inc/wrapper-functions.php
install/tables.sql
templates/de/html/admin/admin_config_autopurge.tpl
templates/de/html/admin/admin_config_order.tpl
templates/de/html/admin/admin_config_other.tpl
templates/de/html/admin/admin_config_register2.tpl
templates/de/html/admin/admin_config_title.tpl