New functions introduced, several rewrites:
authorRoland Häder <roland@mxchange.org>
Wed, 25 Nov 2009 16:26:08 +0000 (16:26 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 25 Nov 2009 16:26:08 +0000 (16:26 +0000)
commit039203d5428c9c6a3bed61fb3a9a16958c6fd44c
tree44ab4c57b0af18fbc5e4c5f087c1f265990ea07a
parent7ef725d2577557724ad47af4725b9553c04a7d00
New functions introduced, several rewrites:
- New function verifyExpertSettings() added which checks if the admin is aware
  of altering so-called expert settings, which may raise malfuntion in your
  mailer
- Several rewrites on XHTML
- More double quotes converted to single
- Other smaller issues fixed (e.g. non-working deletion of bonus mails)
- TODOs.txt updated
148 files changed:
.gitattributes
DOCS/TODOs.txt
birthday_confirm.php
inc/classes/cachesystem.class.php
inc/classes/rdf.class.php
inc/config-global.php
inc/databases.php
inc/db/lib-mysql3.php
inc/extensions-functions.php
inc/extensions/ext-admins.php
inc/extensions/ext-cache.php
inc/filters.php
inc/functions.php
inc/inc-functions.php
inc/install-inc.php
inc/language-functions.php
inc/language/bonus_de.php
inc/language/de.php
inc/language/install_de.php
inc/language/logs_de.php
inc/language/order_de.php
inc/language/primera_de.php
inc/language/refback_de.php
inc/language/sponsor_de.php
inc/language/transfer_de.php
inc/language/usage_de.php
inc/language/wernis_de.php
inc/libs/active_functions.php
inc/libs/admins_functions.php
inc/libs/bonus_functions.php
inc/libs/cache_functions.php
inc/libs/html_mail_functions.php
inc/libs/jackpot_functions.php
inc/libs/network_functions.php
inc/libs/payout_functions.php
inc/libs/primera_functions.php
inc/libs/rallye_functions.php
inc/libs/removeip_functions.php
inc/libs/security_functions.php
inc/libs/sponsor_functions.php
inc/libs/surfbar_functions.php
inc/libs/task_functions.php
inc/libs/user_functions.php
inc/libs/wernis_functions.php
inc/load_cache.php
inc/modules/admin.php
inc/modules/admin/action-
inc/modules/admin/action-network.php
inc/modules/admin/admin-inc.php
inc/modules/admin/overview-inc.php
inc/modules/admin/what-add_points.php
inc/modules/admin/what-adminedit.php
inc/modules/admin/what-chk_regs.php
inc/modules/admin/what-config_cats.php
inc/modules/admin/what-config_home.php
inc/modules/admin/what-config_mods.php
inc/modules/admin/what-config_payouts.php
inc/modules/admin/what-config_rallye_prices.php
inc/modules/admin/what-del_email.php
inc/modules/admin/what-del_holiday.php
inc/modules/admin/what-del_sponsor.php
inc/modules/admin/what-del_transfer.php
inc/modules/admin/what-del_user.php
inc/modules/admin/what-edit_sponsor.php
inc/modules/admin/what-edit_user.php
inc/modules/admin/what-extensions.php
inc/modules/admin/what-guestedit.php
inc/modules/admin/what-list_autopurge.php
inc/modules/admin/what-list_beg.php
inc/modules/admin/what-list_bonus.php
inc/modules/admin/what-list_cats.php
inc/modules/admin/what-list_country.php
inc/modules/admin/what-list_doubler.php
inc/modules/admin/what-list_links.php
inc/modules/admin/what-list_network_types.php
inc/modules/admin/what-list_networks.php
inc/modules/admin/what-list_notifications.php
inc/modules/admin/what-list_payouts.php
inc/modules/admin/what-list_rallyes.php
inc/modules/admin/what-list_refs.php
inc/modules/admin/what-list_sponsor.php
inc/modules/admin/what-list_sponsor_pay.php
inc/modules/admin/what-list_sponsor_pays.php
inc/modules/admin/what-list_task.php
inc/modules/admin/what-list_unconfirmed.php
inc/modules/admin/what-list_user.php
inc/modules/admin/what-list_yoomedia_tm.php
inc/modules/admin/what-lock_sponsor.php
inc/modules/admin/what-lock_user.php
inc/modules/admin/what-logs.php
inc/modules/admin/what-memedit.php
inc/modules/admin/what-overview.php
inc/modules/admin/what-repair_amnu.php
inc/modules/admin/what-repair_cats.php
inc/modules/admin/what-repair_gmnu.php
inc/modules/admin/what-repair_mmnu.php
inc/modules/admin/what-sub_points.php
inc/modules/admin/what-theme_edit.php
inc/modules/admin/what-theme_import.php
inc/modules/admin/what-unlock_sponsor.php
inc/modules/admin/what-updates.php
inc/modules/admin/what-usage.php
inc/modules/admin/what-user_contct.php
inc/modules/admin/what-usr_online.php
inc/modules/guest/action-
inc/modules/guest/what-login.php
inc/modules/guest/what-rallyes.php
inc/modules/guest/what-register.php
inc/modules/guest/what-sponsor_reg.php
inc/modules/member/action-account.php
inc/modules/member/action-bank.php
inc/modules/member/action-extras.php
inc/modules/member/action-logout.php
inc/modules/member/action-main.php
inc/modules/member/action-order.php
inc/modules/member/action-rals.php
inc/modules/member/action-stats.php
inc/modules/member/action-surfbar.php
inc/modules/member/what-categories.php
inc/modules/member/what-holiday.php
inc/modules/member/what-mydata.php
inc/modules/member/what-nickname.php
inc/modules/member/what-order.php
inc/modules/member/what-payout.php
inc/modules/member/what-points.php
inc/modules/member/what-primera.php
inc/modules/member/what-rallyes.php
inc/modules/member/what-refback.php
inc/modules/member/what-transfer.php
inc/modules/member/what-unconfirmed.php
inc/modules/member/what-wernis.php
inc/modules/sponsor/account.php
inc/modules/sponsor/settings.php
inc/mysql-connect.php
inc/mysql-manager.php
inc/phpmailer/test/phpmailer_test.php
inc/wrapper-functions.php
install.php
mailid_top.php
modules.php
templates/de/emails/del-user.tpl
templates/de/html/admin/admin_expert_settings_form.tpl [new file with mode: 0644]
templates/de/html/admin/admin_overview_list.tpl
templates/de/html/admin/admin_overview_row.tpl
templates/de/html/guest/guest_login.tpl
templates/de/html/guest/guest_nickname_login.tpl
templates/de/html/member/member_mydata_locked.tpl [deleted file]
view.php