* add 'control context'; which will carry information from control elements into...
authorWilfried Göesgens <willi@citadel.org>
Wed, 14 Jan 2009 23:46:21 +0000 (23:46 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 14 Jan 2009 23:46:21 +0000 (23:46 +0000)
commit2f1c296e40e5696c014407334a4e714966809b0d
treed271b57aa7667a15cbdc90afa58e40e210959810
parent97df7bf88914415081e5f13a42cdba63fbae0ab8
* add 'control context'; which will carry information from control elements into their own template replacers
* abstract context checking
* make ITERATE:xxx own template callbacks instead of using SVPUT and friends
* replace conditionals in templates leaning on ITERATE:xxx by their native new implementations
14 files changed:
webcit/auth.c
webcit/downloads.c
webcit/graphics.c
webcit/messages.c
webcit/msg_renderers.c
webcit/netconf.c
webcit/notes.c
webcit/roomops.c
webcit/static/t/json_floor.html
webcit/static/t/json_room.html
webcit/static/t/section_files_onefile.html
webcit/subst.c
webcit/subst.h
webcit/useredit.c