0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
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
2007-10-25 22:59:52 +00:00
..
admin_create-admin.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
admin_create-domain.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
admin_edit-admin.tpl fix edit-admin to not use the db password to pre-populate the field - as per emails with Christian Boltz 2007-10-09 16:23:09 +00:00
admin_edit-domain.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
admin_list-admin.tpl - added 'create admin' link 2007-10-03 22:55:01 +00:00
admin_list-domain.tpl patches by Christian Boltz applied 2007-06-20 01:48:44 +00:00
admin_menu.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 2007-09-23 08:42:23 +00:00
admin_search.tpl - merged admin_search.tpl into search.tpl (using some check_admin() switches) 2007-08-17 19:15:45 +00:00
broadcast-message.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 2007-09-23 08:42:23 +00:00
create-alias.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
create-mailbox.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
edit-alias.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
edit-mailbox.tpl End user improvements 2007-06-21 20:40:42 +00:00
edit-vacation.tpl templates/edit-vacation.tpl: explicit action url 2007-10-02 12:49:56 +00:00
fetchmail.tpl The work of two nights causes a long changelog. Here we go: 2007-10-25 22:59:52 +00:00
footer.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 2007-09-23 08:42:23 +00:00
header.tpl templates/header.tpl: basic flash messaging, basic capability for info and error messages; needs css styling 2007-09-28 19:29:10 +00:00
index.php Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
login.tpl patches by Christian Boltz applied 2007-06-20 01:48:44 +00:00
main.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
menu.tpl - added fetchmail.php to menu.tpl (only displayed if $CONF['fetchmail'] == 'YES') 2007-10-11 22:27:25 +00:00
menu.tpl.orig Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
message.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
overview-get.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
overview.tpl - merge admin_list-virtual.tpl into overview.tpl 2007-10-03 00:51:47 +00:00
password.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
search.tpl - fix: edit links contained <span ...>...</span> from search highlighting. 2007-09-27 23:46:59 +00:00
sendmail.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
users_edit-alias.tpl templates/: refactoring and some fixes 2007-09-22 10:54:29 +00:00
users_login.tpl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
users_main.tpl templates/: refactoring and some fixes 2007-09-22 10:54:29 +00:00
users_menu.tpl user Autoresponse edits function like the admin interfaces 2007-06-21 00:32:40 +00:00
users_password.tpl End user improvements 2007-06-21 20:40:42 +00:00
users_vacation.tpl patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1800367&group_id=191583&atid=937966 - thank you! 2007-09-23 08:42:23 +00:00
viewlog.tpl db_log patch from amsys - make db logging translatable 2007-09-24 09:24:11 +00:00