Feature #984
Events messages templates
Description
All messages the system sends should be on a "Email template" admin pannel.
So each school can modify the messages at any time without recurring to the code.
Aditional they could "Theme" the email adding the School Logo for example.
Related issues
Associated revisions
Minor - Changed Edit to Save on event_type edition button - refs #984
Dangerous change - removed double translation on event type term - might break something else - refs #984
Updated caller to event_type filter - refs #984
Added user info in portal_homepage edition event - refs #984
Added neutral filter for portal_homepage_edited event and reordered functions - refs #984
Minor code documentation update - refs #984
History
Updated by Yannick Warnier over 9 years ago
- Target version set to 1.8.7.1
In the meantime, you can use the "sublanguage" feature in 1.8.7 and redefine only the language variables that are used for the e-mails.
Updated by Yannick Warnier almost 9 years ago
- Target version changed from 1.8.8 stable to 1.8.8.4
Updated by Julio Montoya almost 8 years ago
- % Done changed from 0 to 50
- Complexity changed from Normal to Challenging
- SCRUM pts - complexity changed from ? to 40
This is currently being developed by Noel (event system)
see main/admin/event_type.php
Updated by Yannick Warnier over 7 years ago
- Status changed from New to Assigned
- Assignee set to Noël Dieschburg
Noël, what is the status of the e-mail templates modification in 1.9? Could you have a look and let us know if officially we should postpone the feature to 1.9.2?
Updated by Yannick Warnier over 7 years ago
- Assignee changed from Noël Dieschburg to Yannick Warnier
Currently having a look...
Updated by Yannick Warnier over 7 years ago
- Subject changed from Email messages templates to Events messages templates
- % Done changed from 50 to 60
Renaming to make more relevant to what the feature really is. E-mail templates is something a bit different (it's actually making the current e-mails sent editable).
Either way, this feature is now starting to work, albeit without filters at this point (working on that right now).
Updated by Yannick Warnier over 7 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Yannick Warnier) - % Done changed from 60 to 90
I think it's OK now. Defining new events will still require some time and events.conf.php edition (+ the corresponding action trigger in some script) but it works now (at least).
Updated by Noël Dieschburg over 7 years ago
Hi,
Anne-lise just checked and tested your modification and everything works as it should. So it's ok for us.
Noel
Updated by Yannick Warnier over 7 years ago
- Status changed from Needs testing to Feature implemented
- Assignee set to Noël Dieschburg
Great. Thanks.
Allowing event_types to be sent without filter (if filter does not exist) - refs #984