]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Corrected overly-escaped reply-to addresses in "reply" button
[citadel.git] / webcit / ChangeLog
index a5251ae5dc5f04dd2cbba11c0ce135e4c6ccaec4..8282e1eb42cc304fd39a64e922209eab248bcfcb 100644 (file)
@@ -1,4 +1,82 @@
 $Log$
+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
+
+Revision 525.4  2004/12/01 21:35:44  ajc
+* Changed internal version number to 5.26
+
+Revision 525.3  2004/12/01 21:34:17  ajc
+* Numerous memory management bugfixes.
+
+Revision 525.2  2004/12/01 16:48:24  ajc
+* tools.c: don't crash when striplt() is called with a zero-length string
+
+Revision 525.1  2004/11/12 18:02:36  ajc
+* Updated the richtext editor (new version from Kevin Roth's site)
+
+Revision 525.0  2004/11/03 20:21:10  ajc
+* THIS IS 5.25
+
+Revision 524.7  2004/11/03 20:21:02  ajc
+* Changed internal version number to 5.25
+
+Revision 524.6  2004/10/20 02:41:41  ajc
+* New "notes" icon
+* Added the notes room to the icon bar
+* Set up an initial implementation of Notes view.  Attractive enough to
+  publish, but read-only.  Needs a note editor.
+
+Revision 524.5  2004/10/15 03:10:24  ajc
+* Calendar objects UID now generated by generate_uuid() which creates
+  pseudo-DCE-ish UUID's.
+
+Revision 524.4  2004/10/05 01:59:31  ajc
+* localtime_r() fixes
+
+Revision 524.3  2004/10/03 02:56:35  ajc
+* Added a pthread_attr_destroy() in the appropriate place (thanks fleeb!)
+
+Revision 524.2  2004/10/01 16:23:23  ajc
+* Set up framework for "notes" view, and added a skeleton function for
+  the actual display.
+
+Revision 524.1  2004/09/30 03:44:01  ajc
+* fix line width break problem in chat
+
+Revision 524.0  2004/09/28 16:12:44  ajc
+* THIS IS 5.24
+
+Revision 523.12  2004/09/28 16:12:30  ajc
+* Prepare for 5.24 release
+
+Revision 523.11  2004/09/27 02:17:47  ajc
+* messages.c: fix build problem on non-calendar-enabled installations
+* floors.c: fix a warning message
+
+Revision 523.10  2004/09/25 03:34:21  ajc
+* summary.c: Fixed a calling syntax problem
+
+Revision 523.9  2004/09/25 03:18:43  ajc
+* small stylesheet fix
+
 Revision 523.8  2004/09/24 04:21:41  ajc
 * Fixed display bug for room list mode when we dropped down multiple
   sublevels at once (such as, from 3 to 1 instead of from 2 to 1)
@@ -2064,3 +2142,4 @@ 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
+