]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Insert a newline between </div> and <div id="text">
[citadel.git] / webcit / ChangeLog
index 8115393fcb4ef2cb9816161ac690db7f83347799..ecd17ee592932fab224e81262866244deb9a42c5 100644 (file)
@@ -1,4 +1,49 @@
 $Log$
+Revision 528.5  2005/01/13 18:38:08  ajc
+* Insert a newline between </div> and <div id="text">
+
+Revision 528.4  2005/01/11 16:20:18  ajc
+* Switching doctype from XHTML to HTML 4.01 STRICT, because nothing handles
+  XHTML properly.
+
+Revision 528.3  2005/01/11 05:05:08  ajc
+* *** HUGE CHANGES ***   *** WARNING: NOT FULLY FUNCTIONAL ***
+* Ripped things apart in a big way.  The frameset is gone (except for
+  chat, for which we'll probably keep frames).  Iconbar and banner are
+  now done using CSS and <div> tags.
+* Room read/enter/goto controls are currently missing.  Stay tuned.
+* I am in the process of rewriting all of the markup as valid XHTML.
+
+Revision 528.2  2004/12/29 22:08:08  ajc
+* roomops.c: provide a way to create room shares with a mapping to an
+  alternate room name on the other end.
+
+Revision 528.1  2004/12/29 17:28:09  ajc
+* roomops.c: when adding/removing nodes in the 'Sharing' tab, don't go
+  all corrupty-whatever when a remote room name mapping is found.  Display
+  the mapping and preserve it across share/unshare operations.
+
+Revision 528.0  2004/12/28 03:58:34  ajc
+* THIS IS 5.28
+
+Revision 527.1  2004/12/28 03:58:24  ajc
+* Corrected overly-escaped reply-to addresses in "reply" button
+* Repaired toggling of self-service account creation in admin screen
+* Bumped internal version number to 5.28
+
+Revision 527.0  2004/12/07 04:41:37  ajc
+* THIS IS 5.27
+
+Revision 526.1  2004/12/07 04:41:02  ajc
+* Finally tracked down the WC->vars heap corruption issue (for real this
+  time).  We now call clear_local_substs() at the end of each HTTP
+  transaction, whether we need to or not, instead of calling it whenever
+  we're done with something we wanted session variables for.
+* Finally tracked down the years-long "misplaced '(edit)' link" bug, by
+  copying serv_info->serv_pid to WC->ctdl_pid at the time it's loaded,
+  preventing it from getting clobbered by another session.
+* Bumped internal version number to 5.27
+
 Revision 526.0  2004/12/01 21:35:56  ajc
 * THIS IS 5.26
 
@@ -2124,4 +2169,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-