* Final cleanup of changes (finally located and fixed the bug)
[citadel.git] / webcit / ChangeLog
index bd38e38810c27312c19404172e6d9298e8a69550..be16c77278e3d9a1300ad913ea89efb945794b3f 100644 (file)
@@ -1,4 +1,133 @@
 $Log$
+Revision 323.52  2002/07/25 04:01:58  ajc
+* Final cleanup of changes (finally located and fixed the bug)
+
+Revision 323.51  2002/07/24 04:14:23  ajc
+* Minor code cleanup of last night's changes
+
+Revision 323.50  2002/07/23 15:40:54  ajc
+* Minor cleanup of previous changes
+
+Revision 323.49  2002/07/23 04:43:58  ajc
+* Updated message reading to use the new MSG4 command, so we can do output
+  of various types of richtext (mainly HTML).
+
+Revision 323.48  2002/07/16 03:37:24  ajc
+* Small change to above
+
+Revision 323.47  2002/07/16 03:23:37  ajc
+* Display HTML messages as HTML.  (Wow!)
+
+Revision 323.46  2002/07/13 04:39:59  ajc
+* Handle multipart/alternative in a nicer way, giving us the opportunity to
+  output HTML instead of converting to text/plain and back.  (Not finished.)
+
+Revision 323.45  2002/07/11 03:17:03  ajc
+* hacks to text_to_server() to transmit messages as HTML
+
+Revision 323.44  2002/07/09 04:21:12  ajc
+* 'idle' icon
+
+Revision 323.43  2002/07/06 03:10:26  ajc
+* Enable a "make this my start page" link that works in lots of places.
+  Configures a user's preference of where to go after login.
+
+Revision 323.42  2002/06/19 22:01:31  ajc
+* When editing another user's vCard, do a "transient goto" to their config
+  room so you don't automatically gain access to their config room.
+* When creating a user, go back to the "select user to edit" screen with the
+  new user's account name pre-selected.
+
+Revision 323.41  2002/06/17 03:48:44  ajc
+* Finished the thing to edit other users' vCards.
+
+Revision 323.40  2002/06/16 21:49:02  ajc
+* Administratively edit other users' vCards.  Still needs a couple of lines
+  of glue code to make it work.
+
+Revision 323.39  2002/06/15 20:34:39  ajc
+* Use safestrncpy() instead of strncpy() where appropriate
+* Fixed a memory allocation bug in the vCard parser
+
+Revision 323.38  2002/05/23 03:40:05  ajc
+* Brought over a utility function I'll need later
+
+Revision 323.37  2002/05/22 02:34:56  ajc
+* Finished room/folder view selector.  Pretty cool.
+
+Revision 323.36  2002/05/22 01:53:23  ajc
+* Room list or folder list?  Give the user a choice.  (Has bugs.)
+
+Revision 323.35  2002/05/12 15:21:43  error
+* do_template() now parses a .wml file for WAP clients, and a .html file
+  for everybody else
+
+Revision 323.34  2002/05/11 22:46:19  error
+* Track whether user-agent is a WAP gateway
+
+Revision 323.33  2002/05/11 15:35:07  error
+* webcit.c: add MIME types for WAP/WML
+
+Revision 323.32  2002/05/10 15:29:58  ajc
+* Hacked the address book view a little bit
+
+Revision 323.31  2002/05/09 03:53:56  ajc
+* Began working on address book view
+
+Revision 323.30  2002/05/08 03:38:58  ajc
+* Preferences framework
+
+Revision 323.29  2002/05/07 03:57:29  ajc
+* In message summary, replace 'Del' links with checkboxes
+
+Revision 323.28  2002/05/05 03:28:15  ajc
+* Shuffled around the room banner a bit
+
+Revision 323.27  2002/05/03 19:32:39  ajc
+* Finished "folder list" mode (still need to move it to a permanent location)
+
+Revision 323.26  2002/05/03 03:55:17  ajc
+* more folder display stuff
+
+Revision 323.25  2002/05/01 22:03:07  ajc
+* "folder list" view (not finished)
+
+Revision 323.24  2002/05/01 03:23:31  ajc
+* Added a drop-down box to change a user's view of a room.
+
+Revision 323.23  2002/04/28 03:56:47  ajc
+* Finished summary mode (for the most part, anyway)
+
+Revision 323.22  2002/04/26 21:13:21  ajc
+* Separated "summary mode" message listing into its own function
+* Go to summary mode automatically when the server says that view=1
+
+Revision 323.21  2002/04/20 04:14:29  ajc
+* Some work on email summary screen
+
+Revision 323.20  2002/03/31 05:02:39  ajc
+* Remove "Page another user" link from main menu
+* Add "edit my citadel config room" type link from edit user screen
+
+Revision 323.19  2002/03/29 22:30:45  ajc
+* Finished the "edit user" screen.
+
+Revision 323.18  2002/03/29 15:18:09  ajc
+* yep ... more user edit stuff
+
+Revision 323.17  2002/03/26 19:01:12  ajc
+* More edit user stuff
+
+Revision 323.16  2002/03/26 18:23:23  ajc
+* Don't display room banner on screens that don't pertain to a particular room
+* Initial prep for add/change/delete user accounts screen
+
+Revision 323.15  2002/03/22 04:33:08  ajc
+* "vcard edit" button for _other_ users' My Citadel Config rooms as well
+
+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"