]> git.mxchange.org Git - mailer.git/commit
A major bugfix for extension registration, ext-coupon does now purge coupons:
authorquix0r <quix0r@mxchange.org>
Tue, 5 Jul 2011 02:48:41 +0000 (02:48 +0000)
committerquix0r <quix0r@mxchange.org>
Tue, 5 Jul 2011 02:48:41 +0000 (02:48 +0000)
commitdda4a5612be32b0792d7df89128affdebf6f8364
tree391b40db3c6b6b63efe66b673de055da1dd00cc1
parentd14b763d8ebe821dfe665390302829ddc866bf24
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]