]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Corrected overly-escaped reply-to addresses in "reply" button
[citadel.git] / webcit / ChangeLog
index c1dcd939cf36db57a979fe16576d66ad92bb737b..8282e1eb42cc304fd39a64e922209eab248bcfcb 100644 (file)
@@ -1,4 +1,106 @@
 $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)
+
+Revision 523.7  2004/09/24 04:08:25  ajc
+* Put our <SPAN> tags back in to denote floors, rooms with new msgs, and
+  rooms without new msgs
+
+Revision 523.6  2004/09/24 04:04:34  ajc
+* "folders view" of room list now uses Dave Lindquist's "menuExpandable3"
+  tree view.
+
+Revision 523.5  2004/09/23 03:21:10  ajc
+* roomops.c: "folders" view of rooms is an actual Unnumbered List now.
+
+Revision 523.4  2004/09/16 02:42:37  ajc
+* Set default view of new rooms during CRE8 command instead of afterwards
+
+Revision 523.3  2004/09/15 03:08:50  ajc
+* Support config of seaperate MSA port in Citadel 6.26
+
+Revision 523.2  2004/09/10 03:49:17  ajc
+* Added 'dialog' mode to setup
+
 Revision 523.1  2004/08/31 20:31:01  ajc
 * When saving VTODO (tasks), insert a UID if none is already present.  Also
   increment the sequence, or insert one if none is already present.