]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Buncha cosmetic changes
[citadel.git] / webcit / ChangeLog
index db530d66494861633f387e73cb67e14849e032c6..6bcf34048b71881ee8fd8416656c54698955adb0 100644 (file)
@@ -1,4 +1,106 @@
 $Log$
+Revision 410.44  2003/06/05 03:52:29  ajc
+* Buncha cosmetic changes
+
+Revision 410.43  2003/06/04 03:41:25  ajc
+* Change the appearance of rooms with and without new messages in the
+  room list -- now defined using CSS
+
+Revision 410.42  2003/06/03 03:57:42  ajc
+* Tightened up the room banner a bit.  Smaller padding, smaller font,
+  smaller images.
+
+Revision 410.41  2003/05/31 21:36:45  ajc
+* Cosmetic changes
+
+Revision 410.40  2003/05/26 21:05:42  ajc
+* availability.c: brought over ical_ctdl_is_overlap() from Citadel.  Used
+  it to complete the free/busy checking for attendee availability.
+
+Revision 410.39  2003/05/26 05:44:45  ajc
+* event.c: fix compiler warning
+
+Revision 410.38  2003/05/26 05:39:46  ajc
+* webcit.h: change minimum required Citadel server to 6.07 due to FREEBUSY
+  bug fixed in Citadel.
+
+Revision 410.37  2003/05/26 05:28:13  ajc
+* serv_func.c: added utility function read_server_text()
+* availability.c: banged out more of this code -- still not complete
+
+Revision 410.36  2003/05/26 03:28:02  ajc
+* Getting closer to doing the availability check.  Created new source
+  module 'availability.c' for this purpose.  Stub function is in place.
+
+Revision 410.35  2003/05/25 04:25:12  ajc
+* siteconfig.c: fixed a spelling error
+* event.c: add a "Check attendee availability" button, and the code to
+  bypass saving the event to the server, do something with it, and then
+  feed the twiddled data structure back to the form display function for
+  further editing.  What's still missing is the code to do the actual
+  availability check.
+
+Revision 410.34  2003/05/24 22:22:35  ajc
+* Small stylesheet hack to make it work with b0rken IE
+
+Revision 410.33  2003/05/24 22:13:08  ajc
+* Changed the login banner a bit
+
+Revision 410.32  2003/05/20 03:25:41  ajc
+* Separate event invitees with newlines instead of commas.
+
+Revision 410.31  2003/05/19 19:55:09  ajc
+* summary.c: eliminate compiler warnings about unused variables when
+  compiling a WebCit service without calendar support
+
+Revision 410.30  2003/05/18 02:05:33  ajc
+* More conversion of screens to the new look-and-feel.
+
+Revision 410.29  2003/05/16 04:11:29  ajc
+* We don't need no steenking workaround.  Problem fixed.  MIME parser not
+  broken.  Web server was calling it with bad parameters.  All fixed now.
+* Slightly tweaked the look of the tabs in the room edit screen.  Still looks
+  like crap.
+
+Revision 410.28  2003/05/15 04:52:26  ajc
+* Minor workaround in web forms to handle mime parser problem in uploads
+
+Revision 410.27  2003/05/15 03:35:59  ajc
+* look and feel overhaul -- almost done!
+
+Revision 410.26  2003/05/14 03:46:35  ajc
+* More background cleanup
+
+Revision 410.25  2003/05/05 17:19:46  ajc
+* Cleanups to summary page when running on a non ical enabled system
+* Use non breaking spaces in summary page box titles
+
+Revision 410.24  2003/05/04 04:22:41  ajc
+* Display body of messages on a white background.  I am doing this in order
+  to prepare for making the general background of the screen a darker color.
+
+Revision 410.23  2003/05/04 02:54:55  ajc
+* Summary page now uses our cutesy new rounded window boxes
+
+Revision 410.22  2003/05/03 21:28:41  ajc
+* Added in a slick new box style and put the room lists in it
+
+Revision 410.21  2003/05/03 16:57:04  ajc
+* In the 'folders' and 'portal' views, change the folder delimiter
+  from / to \ to avoid conflict with room names that have slashes
+
+Revision 410.20  2003/05/03 16:23:29  ajc
+* Enforce three columns in portal view of room list
+
+Revision 410.19  2003/05/03 04:52:32  ajc
+* Added an experimental new "portal view" to the room list options
+
+Revision 410.18  2003/05/02 03:23:41  ajc
+* Minor change to room list algorithm
+
+Revision 410.17  2003/05/01 15:33:05  ajc
+* Fixed a potential memory leak in enumeration of MIME parts
+
 Revision 410.16  2003/05/01 03:11:35  ajc
 * When static content is requested, fetch it without trying to connect
   to Citadel first.