0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/model
Christian Boltz 088fef9bdb AliasHandler.php:
- override init() - change '*@domain' -> '@domain', then call parent::init()
- validate_new_id(): allow catchall ('@domain'), check only domain in this case
- create_allowed(): copy of check_alias() from functions.inc.php, with 
  superfluous { ... } removed
- remove forgotten debugging from mergeId()
- _field_goto(): 
  - allow '@domain' targets (domain-wide forward)
  - use an array to collect error messages - that avoids 'uninitialized'
    warnings and allows to easily change the join() glue if needed

Overall status:
- create-alias is now fully supported
- handling of vacation and mailbox aliases is still on my TODO list, which
  means we still need edit-alias for now


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1316 a1433add-5e2c-0410-b055-b7f2511e0802
2012-01-10 00:07:09 +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 AliasHandler.php: 2012-01-10 00:07:09 +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 AliasHandler now works with edit.php in many cases 2011-12-27 18:13:32 +00:00
VacationHandler.php AliasHandler.php: 2011-12-26 20:54:40 +00:00