summaryrefslogtreecommitdiffstats
path: root/Kernel/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Remove the add prefix in AddTo, AddCc and AddBcc.Alexander Sulfrian2015-01-251-2/+2
|
* Add AddCc and AddBcc.Alexander Sulfrian2015-01-251-2/+2
| | | | | AddBcc does not work because the default template does not support to prefill the bcc.
* Rename NewAddress to AddTo.Alexander Sulfrian2015-01-251-2/+2
|
* Remove unused variables.Alexander Sulfrian2015-01-251-4/+0
|
* Remove AddNew.Alexander Sulfrian2015-01-251-9/+2
| | | | | If you do not want to add a new recipient, simply leave the NewAddress field empty.
* Rename RemoveDefault to RemoveTo.Alexander Sulfrian2015-01-251-8/+6
|
* Change header for DefaultRecipient lists.Alexander Sulfrian2015-01-251-1/+7
|
* YesNo output for boolean fields.Alexander Sulfrian2015-01-251-0/+3
| | | | Display boolean fields with Yes/No value in the overview.
* Fix copy and paste error.Alexander Sulfrian2015-01-241-2/+2
| | | | The admin module was copied from the StandardTemplate module.
* Rename to DefaultRecipient.Alexander Sulfrian2015-01-242-79/+79
| | | | | There are only two hard things in Computer Science: cache invalidation and naming things.
* If no Errors are given, default to an empty hash ref.Alexander Sulfrian2015-01-241-0/+1
| | | | | We dereference the value later, and excpect it to be a hash. so we need set an empty hash ref is the value is undef.
* Do not use '' as default value.Alexander Sulfrian2015-01-241-2/+2
| | | | | | The Yes/No fields need 0 as default value. If we set the value at the beginning to the empty string, we do not have any chance to default it later to 0.
* Do not use a hash for a single value.Alexander Sulfrian2015-01-241-3/+2
|
* Get the required objects only on demand from the OM.Alexander Sulfrian2015-01-242-37/+54
|
* Fix typos.Alexander Sulfrian2015-01-241-4/+4
|
* Remove quoting in hash reference.Alexander Sulfrian2015-01-241-4/+4
|
* Modules/AdminDefaultTo: Add module to manage DefaultTo entriesAlexander Sulfrian2015-01-221-0/+351
| | | | | Add admin frontend module, template and appropriate config to manage the DefaultTo entries via the admin web interface.
* Rename ResponseChangeDefaultTo to DefaultToAlexander Sulfrian2015-01-211-49/+43
|
* Add admin interface for mapping Templates and ResponseChangeDefaultToAlexander Sulfrian2015-01-211-0/+361