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 | |
|---|---|---|
| .. | ||
| admin_create-admin.tpl | 19 years ago | |
| admin_create-domain.tpl | 19 years ago | |
| admin_edit-admin.tpl | 19 years ago | |
| admin_edit-domain.tpl | 19 years ago | |
| admin_list-admin.tpl | 19 years ago | |
| admin_list-domain.tpl | 19 years ago | |
| admin_menu.tpl | 19 years ago | |
| admin_search.tpl | 19 years ago | |
| broadcast-message.tpl | 19 years ago | |
| create-alias.tpl | 19 years ago | |
| create-mailbox.tpl | 19 years ago | |
| edit-alias.tpl | 19 years ago | |
| edit-mailbox.tpl | 19 years ago | |
| edit-vacation.tpl | 19 years ago | |
| fetchmail.tpl | 18 years ago | |
| footer.tpl | 19 years ago | |
| header.tpl | 19 years ago | |
| index.php | 19 years ago | |
| login.tpl | 19 years ago | |
| main.tpl | 19 years ago | |
| menu.tpl | 19 years ago | |
| menu.tpl.orig | 19 years ago | |
| message.tpl | 19 years ago | |
| overview-get.tpl | 19 years ago | |
| overview.tpl | 19 years ago | |
| password.tpl | 19 years ago | |
| search.tpl | 19 years ago | |
| sendmail.tpl | 19 years ago | |
| users_edit-alias.tpl | 19 years ago | |
| users_login.tpl | 19 years ago | |
| users_main.tpl | 19 years ago | |
| users_menu.tpl | 19 years ago | |
| users_password.tpl | 19 years ago | |
| users_vacation.tpl | 19 years ago | |
| viewlog.tpl | 19 years ago | |