]> git.mxchange.org Git - mailer.git/commit
Rewrote reset and some extensions:
authorquix0r <quix0r@mxchange.org>
Tue, 22 Jan 2013 21:24:57 +0000 (21:24 +0000)
committerquix0r <quix0r@mxchange.org>
Tue, 22 Jan 2013 21:24:57 +0000 (21:24 +0000)
commit950297e5560636a7560be6d1c66e49def7beab08
tree2bfe0f9e902cf4beea59ddc6223efc65526cbc42
parent9010b58909d1d5e750cc80c9b9ec9ac8a25f053b
Rewrote reset and some extensions:
- Rewrote script reset that weekly and monthly are now separated out from daily
  functions
- Rewrote ext-profile/order to handle their own configuration entries (were all
  in ext-other)
- Moved large 'update' block for ext-order out to
  inc/extensions/order/mode-update.php
- TODOs.txt updated
53 files changed:
.gitattributes
DOCS/TODOs.txt
inc/config-functions.php
inc/config-local.php.dist
inc/daily/daily_
inc/daily/daily_100_bonus.php
inc/daily/daily_autopurge.php
inc/daily/daily_beg.php
inc/daily/daily_birthday.php
inc/daily/daily_bonus.php
inc/daily/daily_doubler.php
inc/daily/daily_earning.php
inc/daily/daily_holiday.php
inc/daily/daily_order.php
inc/daily/daily_profile.php
inc/daily/daily_surfbar.php
inc/daily/daily_user.php
inc/daily/daily_user_subids.php
inc/daily/daily_yoomedia.php
inc/extensions/bonus/mode-update.php
inc/extensions/ext-order.php
inc/extensions/ext-profile.php
inc/extensions/ext-sql_patches.php
inc/extensions/order/.htaccess [new file with mode: 0644]
inc/extensions/order/mode-update.php [new file with mode: 0644]
inc/extensions/sponsor/mode-setup.php
inc/extensions/sql_patches/mode-update.php
inc/extensions/user/mode-update.php
inc/filter-functions.php
inc/filters.php
inc/functions.php
inc/language/order_de.php
inc/language/other_de.php
inc/language/profile_de.php
inc/libs/profile_functions.php
inc/mails/beg_mails.php
inc/mails/bonus_mails.php
inc/modules/admin/what-config_other.php
inc/modules/admin/what-config_profile.php [new file with mode: 0644]
inc/modules/admin/what-list_beg.php
inc/modules/admin/what-list_bonus.php
inc/monthly/monthly_
inc/monthly/monthly_beg.php
inc/monthly/monthly_bonus.php
inc/monthly/monthly_newsletter.php
inc/monthly/monthly_surfbar.php
inc/weekly/weekly_
inc/weekly/weekly_surfbar.php
inc/wrapper-functions.php
install/tables.sql
templates/de/html/admin/admin_config_order.tpl
templates/de/html/admin/admin_config_other.tpl
templates/de/html/admin/admin_config_profile.tpl [new file with mode: 0644]