]> git.mxchange.org Git - mailer.git/commit
Extension ext-user for sub id tracking continued:
authorquix0r <quix0r@mxchange.org>
Mon, 8 Oct 2012 16:54:26 +0000 (16:54 +0000)
committerquix0r <quix0r@mxchange.org>
Mon, 8 Oct 2012 16:54:26 +0000 (16:54 +0000)
commitdb99cc1900f188a2262be615c42a8e50c1ddb86c
tree8277df679c95be1e6d1c93a937a555119a7d103b
parent538baf17dfa6ab4fd725f48d9970801d654c089f
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]