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.
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 |
18 years ago | |
|---|---|---|
| ADDITIONS | 18 years ago | |
| DOCUMENTS | 19 years ago | |
| VIRTUAL_VACATION | 18 years ago | |
| admin | 18 years ago | |
| images | 19 years ago | |
| languages | 18 years ago | |
| templates | 18 years ago | |
| users | 18 years ago | |
| CHANGELOG.TXT | 19 years ago | |
| DATABASE_MYSQL.TXT | 18 years ago | |
| DATABASE_PGSQL.TXT | 18 years ago | |
| GPL-LICENSE.TXT | 19 years ago | |
| INSTALL.TXT | 19 years ago | |
| LICENSE.TXT | 19 years ago | |
| common.php | 18 years ago | |
| config.inc.php | 18 years ago | |
| create-alias.php | 19 years ago | |
| create-mailbox.php | 19 years ago | |
| delete.php | 19 years ago | |
| edit-active.php | 19 years ago | |
| edit-alias.php | 19 years ago | |
| edit-mailbox.php | 19 years ago | |
| edit-vacation.php | 19 years ago | |
| fetchmail.php | 18 years ago | |
| functions.inc.php | 18 years ago | |
| index.php | 19 years ago | |
| login.php | 19 years ago | |
| logout.php | 19 years ago | |
| main.php | 19 years ago | |
| motd-users.txt | 19 years ago | |
| motd.txt | 19 years ago | |
| overview.php | 19 years ago | |
| password.php | 19 years ago | |
| search.php | 19 years ago | |
| sendmail.php | 19 years ago | |
| setup.php | 19 years ago | |
| stylesheet.css | 19 years ago | |
| variables.inc.php | 19 years ago | |
| viewlog.php | 19 years ago | |