]> git.mxchange.org Git - mailer.git/commit
Introduced new extension ext-blacklist:
authorquix0r <quix0r@mxchange.org>
Mon, 21 Jan 2013 19:25:51 +0000 (19:25 +0000)
committerquix0r <quix0r@mxchange.org>
Mon, 21 Jan 2013 19:25:51 +0000 (19:25 +0000)
commitdcafac60f9573168168958fc74d48e776069f66a
treef040f041d0bd5440bae1e51215ed5a98e828d881
parentb7b42548c7d70cee5eb1aa5af93bb10e0fd01394
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]