]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Integrated the first batch of new icons.
[citadel.git] / webcit / ChangeLog
index d21b51a386e702974ace9036e616eddd7865c3ad..1b7f8df485f34fda0c3c24025342226f51a2b30d 100644 (file)
@@ -1,4 +1,123 @@
 $Log$
+Revision 611.6  2005/06/11 22:29:07  ajc
+* Integrated the first batch of new icons.
+
+Revision 611.5  2005/06/07 04:31:00  ajc
+* Don't compress when HTTP tracing/logging is enabled
+
+Revision 611.4  2005/06/06 23:50:17  ajc
+* Made some changes to the calendar/uuid logic to fix a bug that caused
+  duplicate entries for an event to appear in some situations
+
+Revision 611.3  2005/06/06 16:20:36  ajc
+* GroupDAV URI escape character is now '%' in order to be consistent...
+
+Revision 611.2  2005/06/04 04:07:36  ajc
+* Calendar invitations: changed "Accept/Tentative/Decline" buttons to
+  links in order to avoid them being in nested forms.
+
+Revision 611.1  2005/06/02 16:10:08  ajc
+* tools.c: generated uuid's no longer contain "{" and "}" characters.
+
+Revision 611.0  2005/05/26 04:38:09  ajc
+* THIS IS 6.11
+
+Revision 610.9  2005/05/26 04:37:59  ajc
+* Updated internal version number to 6.11
+
+Revision 610.8  2005/05/26 04:28:27  ajc
+* Applied GroupDAV patches sent in by Johannes Schneider which improve the
+  protocol accuracy of xmlns and etag responses.
+* Fixed a MIME Content-Type bug which I had inadvertently introduced while
+  removing a temporary hack that was put in during KDE 3.4 beta
+
+Revision 610.7  2005/05/24 04:26:47  ajc
+* Applied a patch sent by Johannes Schneider for correcting the XML
+  namespace presented in the PROPFIND command.
+
+Revision 610.6  2005/05/23 19:30:34  ajc
+* Move "enable full text" checkbox configuration to its new location in
+  the configuration back end.
+
+Revision 610.5  2005/05/22 16:20:09  ajc
+* siteconfig.c: add checkbox for enabling full text index on server
+
+Revision 610.4  2005/05/11 03:00:03  ajc
+* webcit.c: fixed a string bug that caused the whole system to not work
+* messages.c: fullname only and brief date in summary view, so that it
+  doesn't wrap onto two lines quite as often
+
+Revision 610.3  2005/04/11 20:09:33  ajc
+* Began an assault on strcpy()
+
+Revision 610.2  2005/04/11 14:45:12  ajc
+* Replaced serv_gets() with serv_getln() - which now requires the caller
+  to supply the size of the target buffer.
+
+Revision 610.1  2005/04/08 19:36:56  ajc
+* Moved to the new string tokenizer API
+
+Revision 610.0  2005/04/04 17:50:04  ajc
+* THIS IS 6.10 (unfinished first time install wizard has been disabled)
+
+Revision 603.15  2005/04/04 17:49:31  ajc
+* configure.in: fix libical version detection
+* bumped internal version number to 6.10
+
+Revision 603.14  2005/03/30 21:44:44  ajc
+* Changed the color of the side button bar
+* Removed session ID's from wholist display, because they are only
+  interesting to computers, not to people.
+* Also changed the session ID variable (we still need it internally) from
+  a char to an int, because session numbers are big now.
+
+Revision 603.13  2005/03/30 17:27:55  ajc
+* serv_crypto.c: made changes to OpenSSL calls ... removed unnecessary
+  calls and also enabled SSLv3/TLSv1
+
+Revision 603.12  2005/03/10 05:13:21  ajc
+* Created the framework for the "first time setup wizard"
+
+Revision 603.11  2005/03/09 04:08:30  ajc
+* Delete room is now confirmed through a JavaScript popup instead of
+  a transition page
+* New icon for "Tasks."  In order to keep it consistent with the rest of
+  the icons, it is ugly.
+* Modified page popup style slightly.
+
+Revision 603.10  2005/03/08 04:59:31  ajc
+* More attractive display of vCards (hide unknown fields)
+* Added "title" and "organization" to vCard display/edit
+* Replaced semicolon with comma-space in vCard name display
+
+Revision 603.9  2005/03/07 04:03:28  ajc
+* auth.c: shrink the margins on the login screen so the user sees something
+  resembling a window.
+* Allow editing of address book entries wherever possible.
+* Anything that was a (link) is now a [link]
+
+Revision 603.8  2005/03/07 01:45:30  ajc
+* Rolled back to the old RTE because the new one doesn't work in Safari.
+
+Revision 603.7  2005/03/05 22:26:26  ajc
+* crypto.c: allow use of chained certificates
+
+Revision 603.6  2005/03/05 05:04:34  ajc
+* minor html changes
+
+Revision 603.5  2005/03/04 04:21:05  ajc
+* When a room is set to the "mailbox" view, "Read new / read all" is
+  replaced by "View message list."
+
+Revision 603.4  2005/02/28 04:01:55  ajc
+* Updated to the latest version of Kevin Roth's richtext editor.  Had to
+  modify it a bit (removal of 'px' suffix, and addition of 'cols=80') to
+  allow it to gracefully degrade in Konqueror even when we specify our
+  happy 100% width.
+* Modified the message entry screen a bit.  Full height just isn't practical
+  with all those wacky browsers out there, unfortunately.  Removed most of
+  the div's.
+
 Revision 603.3  2005/02/23 05:08:20  ajc
 * Better control of HTTP headers which control browser caches.  Static
   objects are getting properly cached now.
@@ -2441,3 +2560,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
+