Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / calendar_tools.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2020-12-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2020-12-02 rootinput type="date" here will allow datepicker.js to...
2018-04-05 Art Cancrolibical3 compatibility , patches submitted by Adrian...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-09-10 Wilfried Göesgens* don't use wprintf if we don't have a format string...
2009-03-09 Wilfried Göesgens+ add Michael Meskes Patch; hide Task due date UI eleme...
2009-03-07 Wilfried Göesgens* add Michael Meskes patch: make time in task due dates...
2009-01-05 Art Cancro* icaltime_from_webform_date_only() now does that too...
2009-01-05 Art Cancro* icaltime_from_webform() now populates struct icaltime...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-08 Art Cancro* Shuffled some code around in serv_calendar.c
2008-12-03 Art Cancro* When encapsulating a VEVENT into a full VCALENDAR
2008-12-03 Art Cancro* Correctly set ;TZID= parameter on any date properties...
2008-12-02 Art Cancro* ical_encapsulate_subcomponent() now knows when it...
2008-12-02 Art Cancro* Attach an icaltimezone pointer to any icaltimetype...
2008-12-02 Art Cancro* Simplified icaltime_from_webform()
2008-12-01 Art CancroLog an error message when ical_encapsulate_subcomponent...
2008-11-26 Art Cancro* save_individual_event() is maintaining
2008-11-20 Art CancroSaving events from a web form now uses icaltime_from_ti...
2008-10-03 Art Cancromore trailing_javascript
2008-09-30 Art CancroMaximum length of a date input field is now 10 characters.
2008-09-30 Art CancroMore recurrence editor code
2008-09-29 Art CancroDate picker is now localized to the currently selected
2008-09-29 Art CancroCalendar date format is now yyyy-mm-dd because that...
2008-05-04 Wilfried Göesgens* applied matts datepicker patches
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-02 Wilfried Göesgens* moved url argument list to hash.
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2007-09-06 Wilfried Göesgens* fetching the 12/24 Hours switch from config over...
2007-01-26 Art Cancro* icaltime_from_webform() - removed an unnecessary...
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öesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-28 Art CancroAll month names and weekday names are now sourced from...
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-10-26 Art Cancro* Bumped internal version number to 6.31. Minimum...
2005-08-18 Art Cancro* calendar_tools.c: 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-06-24 Art Cancro* Added a "preferences and settings" screen for each...
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2004-10-15 Art Cancro* Calendar objects UID now generated by generate_uuid...
2004-10-05 Art Cancro* localtime_r() fixes
2004-02-03 Art Cancro* THIS IS 5.04
2003-05-20 Art Cancro* Separate event invitees with newlines instead of...
2003-03-14 Art Cancro* clone events to be encapsulated before saving, becaus...
2003-03-14 Art Cancro* test
2003-03-13 Art Cancro* More encapsulation. Warning: there are bugs in this!!
2003-01-16 Art Cancro* When displaying edit controls for time of day in...
2003-01-13 Art Cancro* Get ready for the 6.10 release
2003-01-05 Art Cancro* minor fix for previous checkin
2003-01-05 Art Cancro* Display PARTSTAT for attendees
2002-12-18 Art Cancro* In the calendar code, changed all "struct tm *" to...
2002-12-17 Art Cancro* Prettied up the calendar day view layout
2002-12-15 Art Cancro* Form editing of date/time fields now assumes that...
2002-11-13 Art Cancro* "All day event" shows as a single checkbox, instead...
2002-10-03 Art Cancro* Worked on meeting accept/decline a little bit
2002-09-29 Art Cancro* minor cleanup
2002-09-29 Art Cancro* Completed the calendar day view
2002-09-22 Art Cancro* Began implementing month view
2002-09-21 Art Cancro* Added utility functions for displaying vcalendar...