* move output_headers to the top of readloop, before the big switch, so wprintf outpu...
authorMatt <matt@uncensored.citadel.org>
Tue, 13 Jan 2009 04:23:43 +0000 (04:23 +0000)
committerMatt <matt@uncensored.citadel.org>
Tue, 13 Jan 2009 04:23:43 +0000 (04:23 +0000)
commite0a58b553d4fea75678cf991ce74c8f216189135
tree25bb9a0ad9b708eddac83616099f2f085a7d42cd
parent4020369931fbaa03708026b3dd510a49d145d8b5
* move output_headers to the top of readloop, before the big switch, so wprintf outputs within <body> instead of above <html> (fixes issue where buttons blew up huge in notesview)
* Only create CtdlDragDrop in summaryview, restores notes functionality for now
* Check to see if iconbar wholist exists before calling Ajax.Updater->fixes error on logon screen
* Fix double id definition for search form
* Restore date format to yyyy-mm-dd i.e pre r6912
webcit/messages.c
webcit/roomops.c
webcit/static/ctdldragdrop.js
webcit/static/summaryview.js
webcit/static/wclib.js