- #184 : Owners can now delete their lists. -MC
- #231 : Add a link to the user's fiche on moderation page. -MC
+ * Newsletter :
+ - #242 : Newsletter is standalone. -MC
+
* Search :
- #56 : Search on referent. -JS
- #189 : Selection of diplomas depends on schools. -JS
$mailer->setFrom($globals->newsletter->from);
$mailer->setSubject($this->title());
$mailer->addTo("\"$prenom $nom\" <$login@polytechnique.org>");
- $mailer->addHeader('Reply-To',$globals->newsletter->replyto);
+ if (!empty($globals->newsletter->replyto)) {
+ $mailer->addHeader('Reply-To',$globals->newsletter->replyto);
+ }
$mailer->setTxtBody($this->toText($prenom,$nom,$sex));
if ($html) {
$mailer->setHTMLBody($this->toHtml($prenom,$nom,$sex,true));
only one minor bug
+newsletter
webredirect
STILL NEED SOME WORK
quite good shape.
converting banana into templates would be great though
-newsletter
-
- it's mixed into the lists module ...
- we have to repair this, and all will be OK
-
IN PROGRESS
-----------