* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / ChangeLog
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-02-04 Art Cancro* fixed the tasks view in the summary screen
2005-02-03 Art Cancro* More tuning for GroupDAV compliance.
2005-02-03 Art Cancro* VTODO components need to be encapsulated inside VCALE...
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-02-02 Art Cancro* Debugged the GroupDAV service with KOrganizer. It...
2005-02-01 Art Cancro* Completed GroupDAV PUT. Untested.
2005-02-01 Art Cancro* Bumped the internal version number to 6.01
2005-02-01 Art Cancro* Better purging of not-logged-in GroupDAV sessions
2005-02-01 Art Cancro* Reworked the PROPFIND xml output based on an example...
2005-02-01 Art Cancro* Completed "folder list" PROPFIND, now listing all...
2005-02-01 Art Cancro* "time(NULL) mod 60" doesn't work for some reason...
2005-01-31 Art Cancro* Initial attempt at GroupDAV PROPFIND for folder enume...
2005-01-31 Art Cancro* iconbar is now a happy css hovery lightupy div thing
2005-01-29 Art Cancro* Implemented the GroupDAV DELETE method.
2005-01-28 Art Cancro* iconbar no longer uses the beginbox/endbox semantics...
2005-01-28 Art Cancro* GroupDAV object URL's are now based on the EUID of...
2005-01-26 Art Cancro* PROPFIND now outputs fully qualified URL's
2005-01-26 Art Cancro* Initial implementation of GroupDAV PROPFIND
2005-01-26 Art Cancro* Output ETags in double quotes to conform with the...
2005-01-25 Art Cancro* Accept escaped characters in GroupDAV GET URL's
2005-01-25 Art Cancro* Implemented the Groupdav GET method, more or less...
2005-01-25 Art Cancro* Completed HTTP "Basic" authentication, and a stub...
2005-01-24 Art Cancro* Began laying the groundwork for http-authenticated...
2005-01-22 Art Cancro* removed descriptions in non-main menus
2005-01-20 Art Cancro* When viewing a calendar room, the "Read all messages...
2005-01-20 Art Cancro* Added in a bunch of stupid JavaScript to allow the...
2005-01-20 Art Cancro* Cleaned up a bunch of unused cruft from the old layout
2005-01-17 Art Cancro* Navbar is now dynamic, in an attempt to make only...
2005-01-15 Art Cancro* Removed the fixed pixel width from the tree view...
2005-01-15 Art Cancro* Message entry window is now somewhat full screen.
2005-01-14 Art Cancro* A few logging hacks
2005-01-14 Art Cancro* Placed the navbar into the room banner, at least...
2005-01-14 Art Cancro*** empty log message ***
2005-01-14 Art Cancro* Got the three-pane model working not only with web...
2005-01-13 Art Cancro* Insert a newline between </div> and <div id="text">
2005-01-11 Art Cancro* Switching doctype from XHTML to HTML 4.01 STRICT...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-12-29 Art Cancro* roomops.c: provide a way to create room shares with...
2004-12-29 Art Cancro* roomops.c: when adding/removing nodes in the 'Sharing...
2004-12-28 Art Cancro* THIS IS 5.28
2004-12-28 Art Cancro* Corrected overly-escaped reply-to addresses in "reply...
2004-12-07 Art Cancro* THIS IS 5.27
2004-12-07 Art Cancro* Finally tracked down the WC->vars heap corruption...
2004-12-01 Art Cancro* THIS IS 5.26
2004-12-01 Art Cancro* Changed internal version number to 5.26
2004-12-01 Art Cancro* Numerous memory management bugfixes.
2004-12-01 Art Cancro* tools.c: don't crash when striplt() is called with...
2004-11-12 Art Cancro* Updated the richtext editor (new version from Kevin...
2004-11-03 Art Cancro* THIS IS 5.25
2004-11-03 Art Cancro* Changed internal version number to 5.25
2004-10-20 Art Cancro* New "notes" icon
2004-10-15 Art Cancro* Calendar objects UID now generated by generate_uuid...
2004-10-05 Art Cancro* localtime_r() fixes
2004-10-03 Art Cancro* Added a pthread_attr_destroy() in the appropriate...
2004-10-01 Art Cancro* Set up framework for "notes" view, and added a skelet...
2004-09-30 Art Cancro* fix line width break problem in chat
2004-09-28 Art Cancro* THIS IS 5.24
2004-09-28 Art Cancro* Prepare for 5.24 release
2004-09-27 Art Cancro* messages.c: fix build problem on non-calendar-enabled...
2004-09-25 Art Cancro* summary.c: Fixed a calling syntax problem
2004-09-25 Art Cancro* small stylesheet fix
2004-09-24 Art Cancro* Fixed display bug for room list mode when we dropped...
2004-09-24 Art Cancro* Put our <SPAN> tags back in to denote floors, rooms...
2004-09-24 Art Cancro* "folders view" of room list now uses Dave Lindquist...
2004-09-23 Art Cancro* roomops.c: "folders" view of rooms is an actual Unnum...
2004-09-16 Art Cancro* Set default view of new rooms during CRE8 command...
2004-09-15 Art Cancro* Support config of seaperate MSA port in Citadel 6.26
2004-09-10 Art Cancro* Added 'dialog' mode to setup
2004-08-31 Art Cancro* When saving VTODO (tasks), insert a UID if none is...
2004-08-31 Art Cancro* THIS IS 5.23
2004-08-31 Art Cancro* Changed internal version number to 5.23
2004-08-27 Art Cancro* Ditched the graphical buttons because CSS can do...
2004-08-18 Art Cancro* 'move' and 'delete' buttons only show when allowed...
2004-08-18 Art Cancro* Reply/Move/Delete buttons are now images, because...
2004-08-11 Art Cancro* static/iconbar.html: removed.
2004-08-11 Art Cancro* Replaced all instances of the name "Citadel/UX" with...
2004-08-09 Art Cancro* Changed DOCTYPE to HTML 3.2 because that's really...
2004-08-05 Art Cancro* Reply/Move/Delete are now buttons instead of links...
2004-08-05 Art Cancro* Removed the "pull_quote" style and used the <BLOCKQUO...
2004-08-04 Art Cancro* Tasks view is now pretty.
2004-08-03 Art Cancro* Tasks view now uses the same buffer/dump logic as...
2004-07-21 Art Cancro* Internet Configuration screen looks a little neater now
2004-07-21 Art Cancro* Completed the "Internet Configuration" screen
2004-07-16 Art Cancro*** empty log message ***
2004-07-16 Art Cancro* tools.c: display 13:00 as 12pm, not 12am
2004-07-16 Art Cancro* more work on inetconf screen
2004-07-16 Art Cancro* useredit.c: put a pretty box around user editing
2004-07-13 Art Cancro* inetconf.c: added. Not finished yet.
2004-07-10 Art Cancro* Completed web screens for THE DREADED AUTO-PURGER...
2004-07-08 Art Cancro* Added global settings for THE DREADED AUTO-PURGER...
2004-07-02 Art Cancro* Much-improved alphabet tabs for Address Book view...
2004-07-02 Art Cancro*** empty log message ***
2004-07-01 Art Cancro* Clicking "Enter a message" in a groupware room now...
2004-06-29 Art Cancro* Removed the word "room" in a few locations, as part...
2004-06-29 Art Cancro* Made some fonts bigger because users were complaining...
2004-06-27 Art Cancro* Summary view -- always view ALL messages
2004-06-24 Art Cancro* Added the "server ip address" Citadel config option
2004-06-24 Art Cancro* Added the ability to listen on a single IP address...
2004-06-22 Art Cancro* Minor UI tweaks
next