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 2f25e8bd42 The work of two nights causes a long changelog. Here we go:
fetchmail.php:
- IMPORTANT: fixed typo in database column name. If you have created the
  fetchmail database already, you have to rename the "pool_time" column
  to "poll_time"
- fixed adding of new entries
- don't display status fields (last poll date and result) in edit mode
- validate and quote the GET and POST variables
- show POSTed data again if invalid values were entered (data to display
  in the edit form is passed to fetchmail.tpl in $formvars)
- check results of database operations and display error/success
  messages
- check owner of target mailbox on all operations
- changed password handling: empty means no change (instead of sending
  "******" around)
- reworked and moved around large code portions
- added some TODO notes

fetchmail.tpl:
- use data from $formvars in edit mode instead of parsing the full array
- moved "new entry" below the table
- replaced delete button with delete links
- Note: the boolean fields need testing with PgSQL. Especially test if
  they are displayed as active correctly in list and edit mode!

*.lang:
- added several fetchmail-related strings, more to follow
- added $PALANG['please_keep_this_as_last_entry'] which always has to be
  the last entry in the language files. This solves the problem that
  language-check.sh mixes up the string order when adding strings at the
  end of the language files.
- added vim:ft=php



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@163 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
ADDITIONS - initial version of fetchmail support (by Viktor Gotwig,info AT symateam.de) 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 - replaced admin creation code with a call to create_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 The work of two nights causes a long changelog. Here we go: 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_*.TXT: Do no longer create default superadmin admin@domain.tld, 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
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-alias.php create-alias.php: syntax error fix 17 years ago
create-mailbox.php - always convert maildir name to lovercase - fixes 17 years ago
delete.php update license headers 17 years ago
edit-active.php update license headers 17 years ago
edit-alias.php update license headers 17 years ago
edit-mailbox.php - Fix HTML (<span> is opened inside the error message, close it again) 17 years ago
edit-vacation.php edit-vacation.php: fix handling of empty goto field; fix handling of vacation editing if done by "someone else" 17 years ago
fetchmail.php The work of two nights causes a long changelog. Here we go: 17 years ago
functions.inc.php functions.inc.php: code cleanups / documentation fixes etc 17 years ago
index.php - force user to delete setup.php (which allows creation of superadmins now!) 17 years ago
login.php - force user to delete setup.php (which allows creation of superadmins now!) 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 - merge admin/search.php into search.php 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 - setup.php now has a "create superadmin" form 17 years ago
variables.inc.php update license headers 17 years ago
viewlog.php update license headers 17 years ago