* migrate message creation to templates (citing still missing)
authorWilfried Göesgens <willi@citadel.org>
Mon, 10 Nov 2008 00:21:19 +0000 (00:21 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 10 Nov 2008 00:21:19 +0000 (00:21 +0000)
commitefa5c510f812880225d8c7690a72233333504e88
treed8c14c3ac828dc94da6129e3a8829335fc472197
parent97c9db574968d15773c0c386819b45e32fc8340c
* migrate message creation to templates (citing still missing)
* log errors if sv doesn't have a token demanded
* move CSSLOCAL from svput to registerns, as its static (ok, it will learn about a new CSS just after a restart, but thats consistent with our other stuff)
17 files changed:
webcit/context_loop.c
webcit/html2html.c
webcit/messages.c
webcit/msg_renderers.c
webcit/preferences.c
webcit/static/t/addressbook_popup.html [new file with mode: 0644]
webcit/static/t/edit_message.html [new file with mode: 0644]
webcit/static/t/head.html
webcit/static/t/section_attach_select.html [new file with mode: 0644]
webcit/static/t/section_msg_sender_from_select.html [new file with mode: 0644]
webcit/static/t/section_msg_sender_name_select.html [new file with mode: 0644]
webcit/static/t/view_message.html
webcit/static/t/view_message_print.html [new file with mode: 0644]
webcit/subst.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c