Add config setting to disable mandatory tokens check in mailings
authorOlaf Buddenhagen <antrik@digitalcourage.de>
Sat, 24 Aug 2013 03:38:27 +0000 (05:38 +0200)
committerOlaf Buddenhagen <antrik@digitalcourage.de>
Wed, 28 Aug 2013 02:14:29 +0000 (04:14 +0200)
commit9babb59899650008492ee18b1e6b8f5d232d2e6a
tree8e12a2232ef090163f9ce87c5e038d7a747bf033
parent1e91fac80d42dca113bc3a5fbc6009f1a3d80ed5
Add config setting to disable mandatory tokens check in mailings

As per a previous discussion (with Lobo IIRC), add a configuration
setting to disable the check for presence of mandatory tokens when
sending mailings.

This setting is implemented as a negative option, i.e. ticking the
option disables the check. We could also reverse the logic, so that
ticking the option enables the check instead; and set it to on by
default... Not sure which is preferable -- I guess that's mostly a
matter of taste.
CRM/Admin/Form/Preferences/Mailing.php
CRM/Mailing/Form/Upload.php
settings/Mailing.setting.php