PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Christian Boltz ce2689dd4f upgrade.php:
- create config table at startup (not nice, but works)
- changed _do_upgrade to use "for ($i = $current_version +1; 
  $i <= $target_version; $i++)" loop and function_exists()
- added support for upgrade_<number>>_mysql() and 
  upgrade_<number>_pgsql() functions for database-specific changes
- added function db_query_parsed(), idea taken from serendipity's 
  include/db/*.php serendipity_db_schema_import()
- added function _drop_index() - MySQL and PgSQL syntax differs too 
  much on this
- added pre-2.1 database updates (DOCUMENTS/TABLE_BACKUP_MX.TXT and
  DOCUMENTS/TABLE_CHANGES.TXT)
- added all database changes between 2.1 and current SVN.
  Everything since the move to sourceforge has the revision number in 
  the function name.

(still several TODOs left)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@172 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
ADDITIONS ADDITIONS/fetchmail.pl: typo fix for field name - use poll_time, not pool_time - thanks to xpoint on irc who reported this 17 years ago
DOCUMENTS screenshots: adding 17 years ago
VIRTUAL_VACATION - fix a MySQL vs. PgSQL problem (True vs. 1) in vacation.pl 17 years ago
admin Finally got rid of admin/ :-) 17 years ago
images Initial Import in SourceForge 18 years ago
languages The work of two nights causes a long changelog. Here we go: 17 years ago
templates Finally got rid of admin/ :-) 17 years ago
users - fix: remove spurious comma from goto when removing vacation alias 17 years ago
CHANGELOG.TXT Added optional feature to indicate broken aliases and where mailboxes deliver to. Includes 17 years ago
DATABASE_MYSQL.TXT DATABASE_MYSQL.TXT: use bigints for quota - as suggested by xpoint on irc 17 years ago
DATABASE_PGSQL.TXT - DATABASE_*.TXT: Do no longer create default superadmin admin@domain.tld, 17 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 18 years ago
INSTALL.TXT INSTALL.TXT: minor edits 17 years ago
LICENSE.TXT Initial Import in SourceForge 18 years ago
backup.php Finally got rid of admin/ :-) 17 years ago
broadcast-message.php Finally got rid of admin/ :-) 17 years ago
common.php common.php: caps change in headeR 17 years ago
config.inc.php - added fetchmail.php to menu.tpl (only displayed if $CONF['fetchmail'] == 'YES') 17 years ago
create-admin.php Finally got rid of admin/ :-) 17 years ago
create-alias.php Finally got rid of admin/ :-) 17 years ago
create-domain.php Finally got rid of admin/ :-) 17 years ago
create-mailbox.php Finally got rid of admin/ :-) 17 years ago
delete.php Finally got rid of admin/ :-) 17 years ago
edit-active-admin.php Finally got rid of admin/ :-) 17 years ago
edit-active-domain.php Finally got rid of admin/ :-) 17 years ago
edit-active.php Finally got rid of admin/ :-) 17 years ago
edit-admin.php Finally got rid of admin/ :-) 17 years ago
edit-alias.php Finally got rid of admin/ :-) 17 years ago
edit-domain.php Finally got rid of admin/ :-) 17 years ago
edit-mailbox.php Finally got rid of admin/ :-) 17 years ago
edit-vacation.php Finally got rid of admin/ :-) 17 years ago
fetchmail.php - replaced tabs with spaces in fetchmail.php and fetchmail.tpl 17 years ago
functions.inc.php - added function db_insert() 17 years ago
index.php - force user to delete setup.php (which allows creation of superadmins now!) 17 years ago
list-admin.php Finally got rid of admin/ :-) 17 years ago
list-domain.php Finally got rid of admin/ :-) 17 years ago
list-virtual.php Finally got rid of admin/ :-) 17 years ago
login.php Finally got rid of admin/ :-) 17 years ago
logout.php update license headers 17 years ago
main.php update license headers 17 years ago
motd-users.txt Initial Import in SourceForge 18 years ago
motd.txt Initial Import in SourceForge 18 years ago
overview.php - workaround for undefined variables (needed after template merge) 17 years ago
password.php update license headers 17 years ago
search.php Finally got rid of admin/ :-) 17 years ago
sendmail.php update license headers 17 years ago
setup.php - setup.php now has a "create superadmin" form 17 years ago
stylesheet.css stylesheet.css 17 years ago
upgrade.php upgrade.php: 17 years ago
variables.inc.php update license headers 17 years ago
viewlog.php Finally got rid of admin/ :-) 17 years ago