* print errormessages into templates if possible in <pre>
authorWilfried Göesgens <willi@citadel.org>
Wed, 10 Sep 2008 16:00:03 +0000 (16:00 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 10 Sep 2008 16:00:03 +0000 (16:00 +0000)
commit53c742f994c6d4a32b91c41ec92bc7abe8760df2
tree87f99b08af5870160c14581bf261af17c0f1f2e6
parent3a09a564748b464a888b6bd9e5eba283c205a426
* print errormessages into templates if possible in <pre>
* rework several error messages to be more clear
* put the hashkey in ITERATE:KEY while iterating
* put ITERATE parameters through to callbacks, so they can find custom things there.
* adjust old uses of the iterate api
* migrate inetconfig to templates.
24 files changed:
webcit/.svnignore
webcit/inetconf.c
webcit/preferences.c
webcit/siteconfig.c
webcit/static/t/aide_global_config.html
webcit/static/t/aide_inet_aliases.html [new file with mode: 0644]
webcit/static/t/aide_inet_dirnames.html [new file with mode: 0644]
webcit/static/t/aide_inet_masqdomains.html [new file with mode: 0644]
webcit/static/t/aide_inet_rbldns.html [new file with mode: 0644]
webcit/static/t/aide_inet_smarthosts.html [new file with mode: 0644]
webcit/static/t/aide_inet_spamass.html [new file with mode: 0644]
webcit/static/t/aide_inetconf.html [new file with mode: 0644]
webcit/static/t/section_aide_inetconf_entry.html [new file with mode: 0644]
webcit/static/t/siteconfig_tzsection.html [new file with mode: 0644]
webcit/static/t/subject_inet_aliases.html [new file with mode: 0644]
webcit/static/t/subject_inet_dirnames.html [new file with mode: 0644]
webcit/static/t/subject_inet_masqdomains.html [new file with mode: 0644]
webcit/static/t/subject_inet_rbldns.html [new file with mode: 0644]
webcit/static/t/subject_inet_smarthosts.html [new file with mode: 0644]
webcit/static/t/subject_inet_spamass.html [new file with mode: 0644]
webcit/static/t/submit_siteconfig.html [new file with mode: 0644]
webcit/subst.c
webcit/webcit.h
webcit/who.c