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/templates
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
18 years ago
..
admin_create-admin.tpl Initial Import in SourceForge 19 years ago
admin_create-domain.tpl Initial Import in SourceForge 19 years ago
admin_edit-admin.tpl fix edit-admin to not use the db password to pre-populate the field - as per emails with Christian Boltz 19 years ago
admin_edit-domain.tpl Initial Import in SourceForge 19 years ago
admin_list-admin.tpl - added 'create admin' link 19 years ago
admin_list-domain.tpl patches by Christian Boltz applied 19 years ago
admin_menu.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 19 years ago
admin_search.tpl - merged admin_search.tpl into search.tpl (using some check_admin() switches) 19 years ago
broadcast-message.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 19 years ago
create-alias.tpl Initial Import in SourceForge 19 years ago
create-mailbox.tpl Initial Import in SourceForge 19 years ago
edit-alias.tpl Initial Import in SourceForge 19 years ago
edit-mailbox.tpl End user improvements 19 years ago
edit-vacation.tpl templates/edit-vacation.tpl: explicit action url 19 years ago
fetchmail.tpl The work of two nights causes a long changelog. Here we go: 18 years ago
footer.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 19 years ago
header.tpl templates/header.tpl: basic flash messaging, basic capability for info and error messages; needs css styling 19 years ago
index.php Initial Import in SourceForge 19 years ago
login.tpl patches by Christian Boltz applied 19 years ago
main.tpl Initial Import in SourceForge 19 years ago
menu.tpl - added fetchmail.php to menu.tpl (only displayed if $CONF['fetchmail'] == 'YES') 19 years ago
menu.tpl.orig Initial Import in SourceForge 19 years ago
message.tpl Initial Import in SourceForge 19 years ago
overview-get.tpl Initial Import in SourceForge 19 years ago
overview.tpl - merge admin_list-virtual.tpl into overview.tpl 19 years ago
password.tpl Initial Import in SourceForge 19 years ago
search.tpl - fix: edit links contained <span ...>...</span> from search highlighting. 19 years ago
sendmail.tpl Initial Import in SourceForge 19 years ago
users_edit-alias.tpl templates/: refactoring and some fixes 19 years ago
users_login.tpl Initial Import in SourceForge 19 years ago
users_main.tpl templates/: refactoring and some fixes 19 years ago
users_menu.tpl user Autoresponse edits function like the admin interfaces 19 years ago
users_password.tpl End user improvements 19 years ago
users_vacation.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 19 years ago
viewlog.tpl db_log patch from amsys - make db logging translatable 19 years ago