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 f503ba1098 functions.inc.php,
- db_delete(): if no row was deleted, return 0 (not true)
  This should not affect any existing code, but makes more sense
  for future usage.
- whitespace changes in db_delete()


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1035 a1433add-5e2c-0410-b055-b7f2511e0802
2011-04-10 22:12:56 +00:00
ADDITIONS fix typo in variable name 2011-04-10 13:09:48 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
configs Another step in code cleanup: replaced search.php with search mode in 2010-09-27 00:13:28 +00:00
css css/default.css: 2011-02-18 20:32:14 +00:00
debian updating with build deps 2010-10-17 12:17:48 +00:00
DOCUMENTS UPGRADE.txt: 2011-01-08 19:53:37 +00:00
images - add images for calendar JavaScript application 2009-11-05 15:03:11 +00:00
languages languages/*: 2011-04-10 18:26:52 +00:00
model Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 2011-03-28 23:15:11 +00:00
scripts postfixadmin-cli: use readlink if $0 is a symlink 2011-04-10 13:05:53 +00:00
smarty smarty.inc.php: 2011-02-27 22:56:05 +00:00
templates languages/*: 2011-04-10 18:26:52 +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 Remove usage of $CONF['postfix_admin_url'] in various Location: headers 2011-04-09 22:09:37 +00:00
VIRTUAL_VACATION vacation.pl: 2011-02-27 21:35:21 +00:00
backup.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 2011-04-09 22:09:37 +00:00
broadcast-message.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 2011-04-09 22:09:37 +00:00
calendar.js - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
CHANGELOG.TXT CHANGELOG.TXT: 2011-03-15 19:19:29 +00:00
common.php see changeset:952 ... move php code out of template into here 2011-02-07 23:31:12 +00:00
config.inc.php config.inc.php: 2011-01-02 21:32:48 +00:00
create-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
create-alias-domain.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 2011-04-09 22:09:37 +00:00
create-alias.php Remove $username parameter from db_log() 2011-02-15 22:20:27 +00:00
create-domain.php list-virtual.php: 2010-09-26 23:14:42 +00:00
create-mailbox.php Remove $username parameter from db_log() 2011-02-15 22:20:27 +00:00
delete.php delete.php: 2011-03-02 21:36:41 +00:00
edit-active-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-active-domain.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-active.php Remove $username parameter from db_log() 2011-02-15 22:20:27 +00:00
edit-admin.php - fix some display errors after rev. 788, found and patch supplied by Jan-Kruis, thx. 2009-12-24 14:58:01 +00:00
edit-alias.php Remove $username parameter from db_log() 2011-02-15 22:20:27 +00:00
edit-domain.php list-virtual.php: 2010-09-26 23:14:42 +00:00
edit-mailbox.php edit-mailbox.php: 2011-03-09 20:50:13 +00:00
edit-vacation.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 2011-04-09 22:09:37 +00:00
fetchmail.php fetchmail.php: 2010-09-29 20:41:52 +00:00
functions.inc.php functions.inc.php, 2011-04-10 22:12:56 +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 Legal stuff: add notes about the licenses of the libraries we use to LICENSE.TXT 2011-02-27 22:24:51 +00:00
list-admin.php - fix bug that no admins and domains can be edited. 2010-01-23 11:23:14 +00:00
list-domain.php list-domain.php: 2011-04-10 14:42:08 +00:00
list-virtual.php list-virtual.php: use create_page_browser(). 2011-04-10 20:19:17 +00:00
login.php reindent; give tMessage a default value (undefined var etc) 2011-02-07 23:27:19 +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 variables.inc.php: 2011-03-14 20:21:13 +00:00
sendmail.php Remove usage of $CONF['postfix_admin_url'] in various Location: headers 2011-04-09 22:09:37 +00:00
setup.php setup.php: 2011-02-27 23:40:49 +00:00
smarty.inc.php smarty.inc.php: 2011-02-27 22:56:05 +00:00
upgrade.php upgrade.php: 2011-03-14 18:38:07 +00:00
variables.inc.php variables.inc.php: 2011-03-14 20:21:13 +00:00
viewlog.php list-virtual.php: 2010-09-26 23:14:42 +00:00
xmlrpc.php Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 2011-03-28 23:15:11 +00:00