Extension ext-user for sub id tracking continued:
authorRoland Häder <roland@mxchange.org>
Mon, 8 Oct 2012 16:54:26 +0000 (16:54 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 8 Oct 2012 16:54:26 +0000 (16:54 +0000)
commite937b6540b932d537f72e827de76dd5be4aefe48
tree8277df679c95be1e6d1c93a937a555119a7d103b
parent56391f52928b7bafd0bf749437ff36a9823b52da
Extension ext-user for sub id tracking continued:
- Generic support for sending mails on 'add' "build list" target added
- Generic "delete build list" support
- Support for editing and deleting sub ids basicly finished
- Other small rewrites
- TODOs.txt updated
28 files changed:
.gitattributes
DOCS/TODOs.txt
inc/email-functions.php
inc/filter-functions.php
inc/filters.php
inc/functions.php
inc/language/de.php
inc/language/user_de.php
inc/libs/user_functions.php
inc/modules/admin/admin-inc.php
inc/mysql-manager.php
inc/request-functions.php
templates/de/emails/admin/admin_add_user_subids.tpl [new file with mode: 0644]
templates/de/emails/admin/admin_delete_user_subids.tpl [new file with mode: 0644]
templates/de/emails/admin/admin_edit_user_subids.tpl [new file with mode: 0644]
templates/de/emails/member/member_add_user_subids.tpl [new file with mode: 0644]
templates/de/emails/member/member_delete_user_subids.tpl [new file with mode: 0644]
templates/de/emails/member/member_edit_user_subids.tpl [new file with mode: 0644]
templates/de/html/member/member_delete_user_subids.tpl [new file with mode: 0644]
templates/de/html/member/member_delete_user_subids_row.tpl [new file with mode: 0644]
templates/de/html/member/member_edit_user_subids.tpl [new file with mode: 0644]
templates/de/html/member/member_edit_user_subids_row.tpl [new file with mode: 0644]
templates/de/html/member/member_list_user_subids.tpl
templates/xml/member/member_add_do_subid.xml
templates/xml/member/member_add_do_user_subid.xml [new file with mode: 0644]
templates/xml/member/member_delete_do_user_subid.xml [new file with mode: 0644]
templates/xml/member/member_delete_show_user_subid.xml [new file with mode: 0644]
templates/xml/member/member_edit_do_user_subid.xml [new file with mode: 0644]