0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/users
Christian Boltz e9d8fa1ff9 remove obsolete functions from AliasHandler (part 2/2)
AliasHandler.php:
- remove obsolete functions update(), is_mailbox_alias(), 
  is_vacation_address(), hasAliasRecord()
- updated delete() to use new *Handler syntax (most of it should be
  moved to PFAHandler, but that's another story ;-)

users/edit-alias.php:
- replace $ah->update with $ah->set / $ah->store
- use 0/1 for $fForward_and_store instead of YES/NO
- use safepost instead of isset()

templates/users_edit-alias.tpl:
- use 0/1 for $fForward_and_store instead of YES/NO

xmlrpc.php:
- replace $ah->update with new *Handler syntax

Note: the changes in xmlrpc.php are untested again ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1358 a1433add-5e2c-0410-b055-b7f2511e0802
2012-04-09 01:48:04 +00:00
..
css - add ability to choose activation date for vacation message in user module 2009-11-08 18:49:30 +00:00
images/calendar - add some images 2009-11-08 18:51:53 +00:00
calendar.js - add ability to choose activation date for vacation message in user module 2009-11-08 18:49:30 +00:00
edit-alias.php remove obsolete functions from AliasHandler (part 2/2) 2012-04-09 01:48:04 +00:00
index.php list-virtual.php: 2010-09-26 23:14:42 +00:00
login.php Merge template for admin login and user login 2011-07-29 18:04:09 +00:00
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
main.php - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
password.php config.inc.php 2011-09-25 18:39:20 +00:00
vacation.php Merge users/vacation.php and edit-vacation.php into vacation.php 2011-08-14 23:12:20 +00:00