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 | |
|---|---|---|
| .. | ||
| bg.lang | 18 years ago | |
| ca.lang | 18 years ago | |
| cn.lang | 18 years ago | |
| cs.lang | 18 years ago | |
| da.lang | 18 years ago | |
| de.lang | 18 years ago | |
| en.lang | 18 years ago | |
| es.lang | 18 years ago | |
| et.lang | 18 years ago | |
| eu.lang | 18 years ago | |
| fi.lang | 18 years ago | |
| fo.lang | 18 years ago | |
| fr.lang | 18 years ago | |
| hr.lang | 18 years ago | |
| hu.lang | 18 years ago | |
| index.php | 19 years ago | |
| is.lang | 18 years ago | |
| it.lang | 18 years ago | |
| language-update.sh | 18 years ago | |
| lt.lang | 18 years ago | |
| mk.lang | 18 years ago | |
| nl.lang | 18 years ago | |
| nn.lang | 18 years ago | |
| pl.lang | 18 years ago | |
| pt-br.lang | 18 years ago | |
| ru.lang | 18 years ago | |
| sk.lang | 18 years ago | |
| sl.lang | 18 years ago | |
| sv.lang | 18 years ago | |
| tr.lang | 18 years ago | |
| tw.lang | 18 years ago | |