0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz f2c2b554ac model/PFAHandler.php:
- getList: change return value to be always true (even if the database 
  result is an empty array), and die() if the database result is not an 
  array.
  This avoids some if blocks in various files to implement a fallback
  to array() on empty results.

functions.inc.php:
- list_admins(): simplify after the *Handler->getList() change
- get_domain_properties(): change a forgotten $handler->return to 
  $handler->result() (follow-up for r1534)

list-domain, list-virtual.php:
- simplify after the *Handler->getList() change



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1535 a1433add-5e2c-0410-b055-b7f2511e0802
2013-10-13 16:11:15 +00:00
ADDITIONS fetchmail: add sslcertck, sslcertpath, sslfingerprint 2013-08-18 18:40:57 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
configs AdminpasswordHandler.php: 2013-06-23 17:49:54 +00:00
css added quota level percentage display 2011-08-08 18:39:03 +00:00
debian README.Debian: 2012-10-03 16:48:32 +00:00
DOCUMENTS POSTFIX_CONF.txt: 2013-02-19 12:47:52 +00:00
images added quota level percentage display 2011-08-08 18:39:03 +00:00
languages PFAHandler.php: 2013-10-09 20:11:06 +00:00
model model/PFAHandler.php: 2013-10-13 16:11:15 +00:00
scripts model/*Handler.php and various other files 2013-10-13 15:26:37 +00:00
smarty update smarty from 3.0.7 to 3.1.5 2011-11-27 23:12:52 +00:00
templates fetchmail: add sslcertck, sslcertpath, sslfingerprint 2013-08-18 18:40:57 +00:00
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 2011-03-17 22:38:03 +00:00
users *.lang: 2013-07-29 22:08:07 +00:00
VIRTUAL_VACATION vacation.pl: 2013-03-14 23:17:57 +00:00
backup.php sql injection fix - ported back to trunk from branches/2.3 ... 2012-01-10 22:55:09 +00:00
broadcast-message.php sendmail.php, broadcast-message.php: 2011-07-19 21:41:37 +00:00
calendar.js - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
CHANGELOG.TXT Paperwork ;-) 2011-08-05 23:05:25 +00:00
common.php common.php: 2013-04-01 22:12:10 +00:00
config.inc.php Finally replace create-mailbox.php with edit.php?table=mailbox :-) 2013-02-19 23:08:01 +00:00
delete.php delete.php: 2011-07-18 22:13:05 +00:00
edit.php model/*Handler.php and various other files 2013-10-13 15:26:37 +00:00
fetchmail.php fetchmail: add sslcertck, sslcertpath, sslfingerprint 2013-08-18 18:40:57 +00:00
functions.inc.php model/PFAHandler.php: 2013-10-13 16:11:15 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php login.php, index.php: 2009-04-22 11:31:53 +00:00
INSTALL.TXT various documentation updates: 2011-01-06 20:01:21 +00:00
LICENSE.TXT LICENSE.TXT: 2011-04-24 16:15:21 +00:00
list-admin.php functions.inc.php: 2012-05-07 22:53:04 +00:00
list-domain.php model/PFAHandler.php: 2013-10-13 16:11:15 +00:00
list-virtual.php model/PFAHandler.php: 2013-10-13 16:11:15 +00:00
login.php login.php: 2013-06-23 15:25:34 +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
sendmail.php functions.inc.php: 2013-04-01 21:22:30 +00:00
setup.php *.lang: 2013-07-29 22:08:07 +00:00
smarty.inc.php list-virtual.php, smarty.inc.php: 2013-06-06 21:05:10 +00:00
upgrade.php fetchmail: add sslcertck, sslcertpath, sslfingerprint 2013-08-18 18:40:57 +00:00
vacation.php patch from Jan Kruis - see http://sourceforge.net/tracker/?func=detail&aid=3520749&group_id=191583&atid=937966 (Tracker id 3520749) ; thank you! 2012-04-23 20:57:54 +00:00
variables.inc.php variables.inc.php: 2011-07-26 00:33:44 +00:00
viewlog.php edit-alias.php, edit-domain.php, edit-vacation.php, 2011-07-18 22:48:46 +00:00
xmlrpc.php MailboxHandler.php: 2013-06-23 15:07:17 +00:00