0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz c87a0b97f4 DomainHandler.php:
- store() can now handle INSERT and UPDATE (depending on $this->new) :-)
- store some texts in $this->msg[] (replaced several $this->variable)
  to make functions easier reuseable
- new function initMsg to fill $this->msg[] (can depend on $this->new)
- convert values to a DB-understandable format in store(), not in set()
  (affects only bool for now, another candidate is pacrypt()ing passwords)
- check if all fields are set (on new)
- unset all not_in_db fields in $db_values in foreach loop



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1223 a1433add-5e2c-0410-b055-b7f2511e0802
2011-10-19 17:52:26 +00:00
ADDITIONS ADDITIONS/delete-mailq-by-domain.pl, 2011-08-03 22:58:09 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
configs configs/menu.conf: 2011-07-29 20:20:16 +00:00
css added quota level percentage display 2011-08-08 18:39:03 +00:00
debian fix patch for config.inc.php when creating .deb 2011-05-23 09:22:59 +00:00
DOCUMENTS SUPERADMIN.txt: 2011-07-31 23:15:41 +00:00
images added quota level percentage display 2011-08-08 18:39:03 +00:00
languages *.lang: 2011-10-16 21:17:20 +00:00
model DomainHandler.php: 2011-10-19 17:52:26 +00:00
scripts model/DomainHandler.php: 2011-10-18 22:11:22 +00:00
smarty smarty.inc.php: 2011-02-27 22:56:05 +00:00
templates create-domain.php: 2011-10-18 23:25:14 +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 config.inc.php 2011-09-25 18:39:20 +00:00
VIRTUAL_VACATION fix as per #3086890 2011-06-20 12:51:02 +00:00
backup.php backup.php: 2011-07-18 22:05:07 +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, scripts/postfixadmin-cli.php: 2011-10-17 23:37:52 +00:00
config.inc.php config.inc.php 2011-09-25 18:39:20 +00:00
create-admin.php create_admin() cleanup 2011-09-24 17:04:15 +00:00
create-alias-domain.php edit-alias.php, edit-domain.php, edit-vacation.php, 2011-07-18 22:48:46 +00:00
create-alias.php create-alias.php: 2011-08-06 23:37:20 +00:00
create-domain.php create-domain.php: 2011-10-18 23:25:14 +00:00
create-mailbox.php create-mailbox: 2011-10-11 20:14:26 +00:00
delete.php delete.php: 2011-07-18 22:13:05 +00:00
edit-active-admin.php edit-active-admin.php, edit-active-domain.php, edit-active.php 2011-07-18 22:20:07 +00:00
edit-active-domain.php edit-active-admin.php, edit-active-domain.php, edit-active.php 2011-07-18 22:20:07 +00:00
edit-active.php edit-active-admin.php, edit-active-domain.php, edit-active.php 2011-07-18 22:20:07 +00:00
edit-admin.php config.inc.php 2011-09-25 18:39:20 +00:00
edit-alias.php Merge edit-alias.tpl and create-alias.tpl 2011-07-31 15:05:33 +00:00
edit-domain.php create-domain.php: 2011-10-18 23:25:14 +00:00
edit-mailbox.php config.inc.php 2011-09-25 18:39:20 +00:00
fetchmail.php fetchmail.php: 2011-07-22 20:33:56 +00:00
functions.inc.php functions.inc.php: 2011-10-19 15:25:33 +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 list-admin.php 2011-07-18 22:23:33 +00:00
list-domain.php list-domain.php: 2011-07-25 22:59:39 +00:00
list-virtual.php list-virtual.php: 2011-10-07 22:57:43 +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 edit-alias.php, edit-domain.php, edit-vacation.php, 2011-07-18 22:48:46 +00:00
sendmail.php sendmail.php, broadcast-message.php: 2011-07-19 21:41:37 +00:00
setup.php config.inc.php 2011-09-25 18:39:20 +00:00
smarty.inc.php smarty.inc.php - select_options(): 2011-09-24 16:35:42 +00:00
upgrade.php upgrade.php: 2011-07-25 23:28:32 +00:00
vacation.php vacation.php: 2011-08-21 21:28:13 +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 Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 2011-03-28 23:15:11 +00:00