]> git.mxchange.org Git - mailer.git/commit
Introduced new extension ext-blacklist:
authorRoland Häder <roland@mxchange.org>
Mon, 21 Jan 2013 19:25:51 +0000 (19:25 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 21 Jan 2013 19:25:51 +0000 (19:25 +0000)
commit5ab0d021f3e96722af5d96d2b9036430200c06cb
treef040f041d0bd5440bae1e51215ed5a98e828d881
parent8d2466e6cbe52525211c2d1af419304c5916f84d
Introduced new extension ext-blacklist:
- Extracted new extension ext-blacklist from aldready existing functions, as
  this should become a more generic black-/white listing feature
- TODOs.txt updated
17 files changed:
.gitattributes
DOCS/TODOs.txt
inc/extensions/ext-blacklist.php [new file with mode: 0644]
inc/extensions/ext-order.php
inc/language/blacklist_de.php [new file with mode: 0644]
inc/language/order_de.php
inc/libs/blacklist_functions.php [new file with mode: 0644]
inc/modules/admin/what-config_blacklist.php [new file with mode: 0644]
inc/modules/admin/what-unlock_emails.php
inc/modules/member/what-order.php
inc/mysql-manager.php
inc/template-functions.php
inc/wrapper-functions.php
install/tables.sql
templates/de/html/admin/admin_config_blacklist.tpl [new file with mode: 0644]
templates/de/html/admin/admin_config_order.tpl
templates/de/html/ext/ext_blacklist.tpl [new file with mode: 0644]