]> git.mxchange.org Git - mailer.git/commit
A major bugfix for extension registration, ext-coupon does now purge coupons:
authorRoland Häder <roland@mxchange.org>
Tue, 5 Jul 2011 02:48:41 +0000 (02:48 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 5 Jul 2011 02:48:41 +0000 (02:48 +0000)
commit32abac7bad2e128e1c12aae311bdf7aa36421fb8
tree391b40db3c6b6b63efe66b673de055da1dd00cc1
parent03df698f98ffb8015602e81c5c0a91d265aa3466
A major bugfix for extension registration, ext-coupon does now purge coupons:
- Fixed registration of extensions with update/register dependencies, they
  were not executed before the actual selected extension was registered
- Purging of coupons added (was not yet implemented) with details of every purged coupon
- Fixed some language strings for link titles (again)
- TODOs.txt updated
12 files changed:
.gitattributes
DOCS/TODOs.txt
inc/extensions-functions.php
inc/extensions/ext-autopurge.php
inc/extensions/ext-coupon.php
inc/extensions/ext-rewrite.php
inc/language/coupon_de.php
inc/language/de.php
inc/purge/purge-coupon.php [new file with mode: 0644]
inc/template-functions.php
templates/de/emails/admin/admin_coupon_purge.tpl [new file with mode: 0644]
templates/de/emails/admin/admin_coupon_purge_row.tpl [new file with mode: 0644]