0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Christian Boltz e4d5d4574e VacationHandler:
- use new *Handler syntax to add/remove vacation alias
  (implemented as function updateAlias() to avoid code duplication)

AliasHandler:
- setmore(): only use $oldvalues if no new on_vacation value is given
- setmore(): fix "undefined index" warning

edit.php:
- only set $values if a field is editable and displayed in the form
- do not set default values in $values
  (without those changes, the vacation alias was always removed when
  editing an alias)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1356 a1433add-5e2c-0410-b055-b7f2511e0802
2012-04-09 00:34:26 +00:00
..
AdminHandler.php AliasHandler now works with edit.php in many cases 2011-12-27 18:13:32 +00:00
AliasdomainHandler.php AliasdomainHandler.php, PFAHandler.php: 2011-12-26 18:27:25 +00:00
AliasHandler.php VacationHandler: 2012-04-09 00:34:26 +00:00
Config.php make Config.php a php5 compatible object; remove strict standards warnings 2011-10-24 22:24:21 +00:00
DomainHandler.php Make $struct in the *Handler classes customizeable 2011-12-20 23:07:34 +00:00
Lang.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 2011-10-17 21:47:58 +00:00
MailboxHandler.php MailboxHandler.php: 2011-10-29 22:29:16 +00:00
PFAHandler.php PFAHandler: 2012-04-08 23:07:22 +00:00
VacationHandler.php VacationHandler: 2012-04-09 00:34:26 +00:00