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.
postfixadmin/languages
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
..
bg.lang The work of two nights causes a long changelog. Here we go: 17 years ago
ca.lang The work of two nights causes a long changelog. Here we go: 17 years ago
cn.lang The work of two nights causes a long changelog. Here we go: 17 years ago
cs.lang The work of two nights causes a long changelog. Here we go: 17 years ago
da.lang The work of two nights causes a long changelog. Here we go: 17 years ago
de.lang The work of two nights causes a long changelog. Here we go: 17 years ago
en.lang The work of two nights causes a long changelog. Here we go: 17 years ago
es.lang The work of two nights causes a long changelog. Here we go: 17 years ago
et.lang The work of two nights causes a long changelog. Here we go: 17 years ago
eu.lang The work of two nights causes a long changelog. Here we go: 17 years ago
fi.lang The work of two nights causes a long changelog. Here we go: 17 years ago
fo.lang The work of two nights causes a long changelog. Here we go: 17 years ago
fr.lang The work of two nights causes a long changelog. Here we go: 17 years ago
hr.lang The work of two nights causes a long changelog. Here we go: 17 years ago
hu.lang The work of two nights causes a long changelog. Here we go: 17 years ago
index.php Initial Import in SourceForge 18 years ago
is.lang The work of two nights causes a long changelog. Here we go: 17 years ago
it.lang The work of two nights causes a long changelog. Here we go: 17 years ago
language-update.sh - language-check.sh: add check for duplicated strings 17 years ago
lt.lang The work of two nights causes a long changelog. Here we go: 17 years ago
mk.lang The work of two nights causes a long changelog. Here we go: 17 years ago
nl.lang The work of two nights causes a long changelog. Here we go: 17 years ago
nn.lang The work of two nights causes a long changelog. Here we go: 17 years ago
pl.lang The work of two nights causes a long changelog. Here we go: 17 years ago
pt-br.lang The work of two nights causes a long changelog. Here we go: 17 years ago
ru.lang The work of two nights causes a long changelog. Here we go: 17 years ago
sk.lang The work of two nights causes a long changelog. Here we go: 17 years ago
sl.lang The work of two nights causes a long changelog. Here we go: 17 years ago
sv.lang The work of two nights causes a long changelog. Here we go: 17 years ago
tr.lang The work of two nights causes a long changelog. Here we go: 17 years ago
tw.lang The work of two nights causes a long changelog. Here we go: 17 years ago