summaryrefslogtreecommitdiffstats
path: root/Kernel/Output
Commit message (Collapse)AuthorAgeFilesLines
* Change explantione text.Alexander Sulfrian2015-01-251-1/+1
| | | | We could not only change the To field anymore.
* Set focus to text field.Alexander Sulfrian2015-01-251-0/+5
|
* Generalize the address handling.Alexander Sulfrian2015-01-251-36/+15
|
* Get the objects only on demand from the OM.Alexander Sulfrian2015-01-251-9/+5
|
* TemplateID is called ResponseID in ticket data.Alexander Sulfrian2015-01-251-2/+2
|
* Add functionality to prefill Bcc.Alexander Sulfrian2015-01-251-0/+9
|
* Remove the add prefix in AddTo, AddCc and AddBcc.Alexander Sulfrian2015-01-252-18/+18
|
* Add AddCc and AddBcc.Alexander Sulfrian2015-01-252-3/+36
| | | | | AddBcc does not work because the default template does not support to prefill the bcc.
* Rename NewAddress to AddTo.Alexander Sulfrian2015-01-252-6/+6
|
* Remove AddNew.Alexander Sulfrian2015-01-252-9/+1
| | | | | If you do not want to add a new recipient, simply leave the NewAddress field empty.
* Rename RemoveDefault to RemoveTo.Alexander Sulfrian2015-01-252-7/+7
|
* Change header for DefaultRecipient lists.Alexander Sulfrian2015-01-251-2/+2
|
* YesNo output for boolean fields.Alexander Sulfrian2015-01-251-2/+2
| | | | Display boolean fields with Yes/No value in the overview.
* Rename to DefaultRecipient.Alexander Sulfrian2015-01-243-40/+40
| | | | | There are only two hard things in Computer Science: cache invalidation and naming things.
* Fix field naming.Alexander Sulfrian2015-01-241-8/+8
|
* Remove mandatory flag from input fields.Alexander Sulfrian2015-01-241-22/+4
| | | | | The most input fields should not be mandatory, so the ErrorMessages and the Validate_Required flag should be removed.
* Modules/AdminDefaultTo: Add module to manage DefaultTo entriesAlexander Sulfrian2015-01-221-0/+212
| | | | | Add admin frontend module, template and appropriate config to manage the DefaultTo entries via the admin web interface.
* Rename ResponseChangeDefaultTo to DefaultToAlexander Sulfrian2015-01-212-36/+33
|
* Add admin interface for mapping Templates and ResponseChangeDefaultToAlexander Sulfrian2015-01-211-0/+172
|
* ResponseChangeDefaultTo: Change return value of MappingList()Alexander Sulfrian2015-01-211-2/+1
| | | | | | MappingList now returns a HASH with the mapped objects as keys and the corresponding IDs of the mapping as values. The addition level with the MappingID key is removed.
* FilterElementPre: Fix Hash vs. Hashref usageAlexander Sulfrian2015-01-201-8/+13
|
* FilterElementPre: fix parameter evaluationAlexander Sulfrian2015-01-191-1/+1
|
* FilterElementPre: handle data from backend moduleAlexander Sulfrian2015-01-191-3/+39
|
* FilterElementPre: remove unused dependenciesAlexander Sulfrian2015-01-191-10/+1
|
* Inital commitAlexander Sulfrian2015-01-191-0/+75