Naming convention on language strings applied, ACL handling fixed:
authorRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2011 01:43:23 +0000 (01:43 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2011 01:43:23 +0000 (01:43 +0000)
commit6a0c39a390c28999679d84a7ae5264363b0054dc
treec6e7e608106e0b5603169bbb0196b0f4d4ca4d6f
parent18307767587d0bbb96c9e545790e590ebf3ea396
Naming convention on language strings applied, ACL handling fixed:
- A lot more (or all?) configuration-related language ids prefixed with 'admin_config_'
- Fixed saving, loading and handling of ACLs
- Renamed 'config_admins' to 'list_admins_acls' to make it more clear
- TODOs.txt updated
107 files changed:
.gitattributes
DOCS/TODOs.txt
inc/classes/cachesystem.class.php
inc/extensions/ext-admins.php
inc/extensions/ext-payout.php
inc/extensions/ext-sql_patches.php
inc/language/active_de.php
inc/language/admins_de.php
inc/language/autopurge_de.php
inc/language/beg_de.php
inc/language/birthday_de.php
inc/language/bonus_de.php
inc/language/coupon_de.php
inc/language/de.php
inc/language/doubler_de.php
inc/language/holiday_de.php
inc/language/mediadata_de.php
inc/language/newsletter_de.php
inc/language/nickname_de.php
inc/language/order_de.php
inc/language/primera_de.php
inc/language/register_de.php
inc/language/sponsor_de.php
inc/language/timezone_de.php
inc/language/top10_de.php
inc/language/transfer_de.php
inc/language/user_de.php
inc/language/wernis_de.php
inc/libs/admins_functions.php
inc/loader/load-admins.php
inc/modules/admin/admin-inc.php
inc/modules/admin/what-config_admins.php
inc/modules/admin/what-config_email.php
inc/modules/admin/what-config_payouts.php
inc/modules/admin/what-list_admins_acls.php [new file with mode: 0644]
inc/modules/admin/what-list_email_max_rec.php [new file with mode: 0644]
inc/modules/admin/what-list_user.php
inc/modules/member/what-points.php
inc/wrapper-functions.php
templates/de/html/admin/admin_add_admins_acl.tpl
templates/de/html/admin/admin_add_max.tpl
templates/de/html/admin/admin_config_active.tpl
templates/de/html/admin/admin_config_admins.tpl
templates/de/html/admin/admin_config_admins_del.tpl
templates/de/html/admin/admin_config_admins_del_row.tpl
templates/de/html/admin/admin_config_admins_edit.tpl
templates/de/html/admin/admin_config_admins_edit_row.tpl
templates/de/html/admin/admin_config_admins_row.tpl
templates/de/html/admin/admin_config_autopurge.tpl
templates/de/html/admin/admin_config_beg.tpl
templates/de/html/admin/admin_config_birthday.tpl
templates/de/html/admin/admin_config_bonus.tpl
templates/de/html/admin/admin_config_coupon.tpl
templates/de/html/admin/admin_config_doubler.tpl
templates/de/html/admin/admin_config_email.tpl
templates/de/html/admin/admin_config_email_del.tpl
templates/de/html/admin/admin_config_email_del_row.tpl
templates/de/html/admin/admin_config_email_edit.tpl
templates/de/html/admin/admin_config_email_edit_row.tpl
templates/de/html/admin/admin_config_email_row.tpl
templates/de/html/admin/admin_config_extensions.tpl
templates/de/html/admin/admin_config_holiday.tpl
templates/de/html/admin/admin_config_home.tpl
templates/de/html/admin/admin_config_home_main.tpl
templates/de/html/admin/admin_config_mediadata.tpl
templates/de/html/admin/admin_config_newsletter.tpl
templates/de/html/admin/admin_config_nickname.tpl
templates/de/html/admin/admin_config_order.tpl
templates/de/html/admin/admin_config_order_form.tpl
templates/de/html/admin/admin_config_payouts_del.tpl
templates/de/html/admin/admin_config_payouts_del_row.tpl
templates/de/html/admin/admin_config_payouts_edit.tpl
templates/de/html/admin/admin_config_payouts_edit_row.tpl
templates/de/html/admin/admin_config_primera.tpl
templates/de/html/admin/admin_config_refid.tpl
templates/de/html/admin/admin_config_register.tpl
templates/de/html/admin/admin_config_register2.tpl
templates/de/html/admin/admin_config_rewrite.tpl
templates/de/html/admin/admin_config_secure.tpl
templates/de/html/admin/admin_config_session.tpl
templates/de/html/admin/admin_config_sponsor.tpl
templates/de/html/admin/admin_config_stats.tpl
templates/de/html/admin/admin_config_sub_points.tpl
templates/de/html/admin/admin_config_timezone.tpl
templates/de/html/admin/admin_config_top10.tpl
templates/de/html/admin/admin_config_transfer.tpl
templates/de/html/admin/admin_config_user.tpl
templates/de/html/admin/admin_config_wernis.tpl
templates/de/html/admin/admin_delete_admins_acls.tpl [new file with mode: 0644]
templates/de/html/admin/admin_delete_admins_acls_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_delete_email_max_rec.tpl [new file with mode: 0644]
templates/de/html/admin/admin_delete_email_max_rec_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_delete_payouts.tpl [new file with mode: 0644]
templates/de/html/admin/admin_delete_payouts_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_admins_acls.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_admins_acls_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_email_max_rec.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_email_max_rec_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_payouts.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_payouts_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_admins_acls.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_admins_acls_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_email_max_rec.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_email_max_rec_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_user_row.tpl
templates/de/html/admin/admin_user_details.tpl
templates/de/html/member/member_points.tpl