* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / calendar.c
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-07 Art Cancro* Tasks in summary view are now clickable too. I also...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-22 Art Cancro* Alert the reader to recurrences in invitations.
2008-12-22 Art Cancro* Added 'overflow:hidden' to the stylesheet for 'mimepa...
2008-12-22 Art Cancro* When displaying calendar attachments embedded inside...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-26 Art Cancro* save_individual_event() is maintaining
2008-11-26 Art Cancro* Decapsulate and dezonify calendar events as they are
2008-11-26 Art Cancro* HAHAHA WHEEEEEEEE BOING BOING BOING YOWZ0RS
2008-11-25 Art CancroTIME ZONES ARRRGHGGHGHHHHHH
2008-11-25 Art Cancro* Did a fairly significant reworking of the calendar
2008-11-25 Art Cancro* Update ical_dezonify() to use system tzdata
2008-11-24 Art CancroKILL TIME ZONE AAAAAAGGGHH
2008-11-21 Art CancroAAAAAAAAAAARRRRRRRRGGGGGGGHHH TIME ZONES F%$&%^*%$...
2008-11-12 Art CancroRemoved time zone handling from webcit too.
2008-11-08 Wilfried Göesgens* add ical and vcard rendering
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-17 Art Cancroaaaaaaaaaaaaaaaaahhhhh more recurrence editor
2008-10-11 Art CancroRemoved a trace message
2008-10-11 Art CancroSlight improvement to previous commit. We're still...
2008-10-11 Art CancroBig change to calendar view functions. We now declare
2008-09-30 Art CancroMore recurrence editor code
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-01 Art CancroFeeble incremental work to the recurring event editor
2008-08-21 Art CancroStarted developing the recurrence editor
2008-08-19 Art CancroSplit up the conflict checker again, this time into...
2008-07-30 Art Cancro* debug messages now show serialized recurrence rules
2008-07-30 Art CancroRecurring events are now displayed in WebCit. There is
2008-07-28 Wilfried Göesgens* read static/server files directly into the outbuffer
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-15 Art Cancromore work on recurrence
2008-07-14 Art CancroDon't recur if dtstart is missing
2008-07-14 Art Cancrodisplay_using_handler() cleanup
2008-07-14 Art CancroExperimenting a bit with the recur api
2008-07-14 Art CancroDetect recurring events when rendering a calendar.
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-06-24 Art Cancro* Applied matt's latest patches
2008-06-23 Art CancroMinor formatting and comments cleanup.
2008-06-23 Art Cancrominor formatting and comments cleanup
2008-05-06 Wilfried Göesgens* now hold / sort the ical events in our hashlist.
2008-05-01 Wilfried Göesgens* init time with NOW in our default timezone.
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-02-24 Wilfried Göesgens* collect sender / read / unread information for calend...
2008-01-15 Wilfried Göesgens* free the libical ringbuffer after displaying all...
2007-12-12 Art CancroCalendar system now handles invitations and rsvp's
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-08 Art CancroFixed the problem dave reported yesterday, where a
2007-10-21 Thierry PasqualierCSS : pretty buttons to attendee's reply messages
2007-10-13 Art CancroRewrote the multi day event code using only the
2007-10-11 Wilfried Göesgens* fix calculation of all day events
2007-10-11 Wilfried Göesgens* mktime() modifies us, we mustn't call it twice on...
2007-10-08 Wilfried Göesgens* store some more informations with the calendar items
2007-09-06 Wilfried Göesgens* initialize this buffer empty. thanks valgrind.
2007-08-26 Dave WestAdd a default summary to Tasks that don't have a summary.
2007-08-25 Dave WestFix to allow display of tasks created using Bynari...
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-23 Thierry PasqualierHTML/CSS calendar mimepart display
2007-07-21 Thierry PasqualierCSS/HTML for text/calendar in message... in progress
2007-07-20 Thierry PasqualierHTML/CSS of text/calendar display in message
2007-07-20 Thierry Pasqualier- some HTML/CSS improvments
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-04-24 Art CancroMeeting Accept/Decline and RSVP Update/Ignore controls
2007-03-27 Art CancroWhen saving a calendar event, set the method to PUBLISH
2007-03-13 Art Cancrodisplay_using_handler() now needs to request more than...
2007-01-22 Art CancroWhen loading the march list, don't insert the current...
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-13 Art CancroRemoved monthname() and replaced with proper strftime...
2006-02-12 Art CancroMore conversion of date/time strings to strftime-based...
2006-01-29 Wilfried Göesgensforgot one doxygen header
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-09-18 Art Cancro* Discovered that Prototype makes it easy to auto-refre...
2005-09-18 Art Cancro* summary.c: summary screen is now updated using ajax...
2005-08-18 Art Cancro* calendar.c: finished preparing strings for i18n
2005-08-17 Art Cancro* calendar.c: altered conflict reporting strings for...
2005-08-17 Art Cancro* availability.c: prepared for i18n
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-07-14 Art Cancro* Fix bug #147 (date sometimes saved incorrectly for...
2005-07-13 Art Cancro* Use the new icons in more places.
2005-06-15 Art Cancro* Accept ".ifb" as a valid extension for requesting...
2005-06-11 Art Cancro* Integrated the first batch of new icons.
2005-06-06 Art Cancro* Made some changes to the calendar/uuid logic to fix...
2005-06-04 Art Cancro* Calendar invitations: changed "Accept/Tentative/Decli...
2005-05-11 Art Cancro* webcit.c: fixed a string bug that caused the whole...
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-22 Art Cancro* When the "begin_burst() / end_burst()" semantics...
2005-02-19 Art Cancro* The previous <div style=\"margin-right:1px\"> has...
next