]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Brought over yet another new version of the MIME parser from Citadel
[citadel.git] / webcit / ChangeLog
index 3a3d695310a1d3723ea65c1757dfe6eb459d1d75..51793506aa3b1666097e36cb83dc5b8491272be0 100644 (file)
@@ -1,4 +1,88 @@
 $Log$
+Revision 323.14  2002/03/19 04:35:10  ajc
+* Brought over yet another new version of the MIME parser from Citadel
+
+Revision 323.13  2002/03/13 03:56:52  ajc
+* New site config option "Allow system Aides to gain access to mailboxes"
+
+Revision 323.12  2002/03/12 23:13:57  ajc
+* Moved room access controls out of the admin menu and into the room commands
+  menu.  Prettied up the access control list screen.
+
+Revision 323.11  2002/03/10 06:07:09  ajc
+* Handle multiple Internet e-mail addresses in vCard editor
+
+Revision 323.10  2002/03/07 04:56:09  ajc
+* Final polish for initial round of vCard editing functions.  Only show "edit"
+  link when editing user's own vCard in the My Citadel Config> room.
+
+Revision 323.9  2002/03/06 05:22:33  ajc
+* More vcard editing form stuff
+
+Revision 323.8  2002/03/05 05:05:06  ajc
+* More vCard editing stuff
+
+Revision 323.7  2002/03/04 05:28:54  ajc
+* Wrote some skeleton code for robust vCard editing
+
+Revision 323.6  2002/03/03 06:58:25  ajc
+* Login errors displayed in red
+
+Revision 323.5  2002/03/03 06:52:59  ajc
+* Allow editing of the "disable self-service user account creation" site config option
+
+Revision 323.4  2002/02/24 07:02:44  ajc
+* Added the ability to enter a Subject: line in messages
+* Go to the Mail room when user clicks on the new mail alert icon
+
+Revision 323.3  2002/02/13 22:47:51  ajc
+* Added some rudimentary support for displaying vCards as card-looking things
+
+Revision 323.2  2002/02/13 15:04:25  ajc
+* Began some hacks for vCard processing
+
+Revision 323.0  2002/01/13 09:07:06  ajc
+* THIS IS 3.23
+
+Revision 322.4  2002/01/13 09:06:38  ajc
+* Brought over the debugged mime parser from Citadel
+
+Revision 322.3  2002/01/05 06:19:17  error
+* Add MIME types text/css and image/png
+
+Revision 322.2  2002/01/03 22:32:38  ajc
+* templatized the "prompt for recipient" screen
+
+Revision 322.1  2001/12/28 09:43:05  error
+* Client support for hostnames up to 63 characters
+
+Revision 322.0  2001/12/26 23:11:56  ajc
+* THIS IS 3.22
+
+Revision 321.1  2001/12/26 23:11:25  ajc
+* Minor change to the upload handler, to fix graphics uploads
+
+Revision 321.0  2001/12/26 05:28:02  ajc
+* THIS IS 3.21
+
+Revision 320.2  2001/12/26 05:24:11  ajc
+* Reverted all of the navbar and iconbar functions back to plain, ordinary
+  link tags.  The nifty JavaScript stuff is now used only to light up the
+  buttons during mouse hovers, and nothing more.
+
+Revision 320.1  2001/12/25 00:14:44  error
+* Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
+
+Revision 320.0  2001/12/21 06:04:03  ajc
+* THIS IS 3.20
+
+Revision 301.22  2001/12/21 06:03:54  ajc
+* 3.20
+
+Revision 301.21  2001/12/20 05:02:42  ajc
+* If you paid for this software, someone is ripping you off.
+* Fixed the urlesc() function to use a caller-supplied target buffer.
+
 Revision 301.20  2001/12/18 20:35:29  ajc
 * More fun JavaScript-enabled buttons