aboutsummaryrefslogtreecommitdiffstats
path: root/functions/ical_parser.php
Commit message (Collapse)AuthorAgeFilesLines
* misc changes for 2.31Jim Hu2009-01-261-1/+1
|
* add cal_displaynames sort customization example (commented out) to ↵Jim Hu2009-01-071-0/+8
| | | | ical_parser.php
* working on rss fixesJim Hu2009-01-041-0/+1
|
* add download event to event popupJim Hu2009-01-021-1/+3
|
* remove self-link iconsJim Hu2008-12-291-1/+7
|
* tooltips for view nav iconsJim Hu2008-12-291-1/+3
|
* kill admin.php; misc other changes; bump rc numJim Hu2008-12-281-1/+2
|
* fix undef $rss in rss.phpJim Hu2008-12-281-1/+1
|
* new rss icons;allow subweek calendarsJim Hu2008-12-271-2/+2
|
* rewrite and condense master array writing in end_vevent.php. Condense ↵Jim Hu2008-12-271-2/+2
| | | | draw_week in template.php. bump vers
* revert event length display adjustment - messes up overlap calculationsJim Hu2008-12-261-2/+2
|
* squelch warnings in event.phpJim Hu2008-12-261-3/+1
|
* fix bug 1190302 with provided patchJim Hu2008-12-261-3/+5
|
* fix US holidays; fix 1743686 where byday set and timezone pushes event to ↵Jim Hu2008-12-261-0/+5
| | | | different day
* add default_path to search.phpJim Hu2008-12-201-1/+1
|
* misc error warnings and noticesJim Hu2008-12-201-5/+15
|
* fix rss link and datesJim Hu2008-12-201-2/+3
|
* recurrence changes, add recur_tests calendars subdirectory, fix cpathJim Hu2008-12-181-1/+1
|
* big changes to recurrence; trying to get closer to the specJim Hu2008-12-151-263/+285
|
* debug rrules; fix cookie injection vulnJim Hu2008-12-131-11/+13
|
* update lots of filesJim Hu2008-12-111-23/+5
|
* fix path bug for inclusion of end_vevent.phpJim Hu2007-12-051-3/+2
|
* include timezone parserJim Hu2007-10-121-0/+3
|
* deal with various unset variable warning situationsJim Hu2007-10-121-1/+1
|
* split off end vevent codeJim Hu2007-10-111-754/+2
|
* patch for MS outlook line continuationsJim Hu2006-12-051-1/+2
|
* change date calcs to allow rss feeds to go across yearsJim Hu2006-11-141-15/+13
|
* create new date function parse_tz to deal with mozilla and other tzids. ↵Jim Hu2006-11-121-2/+2
| | | | Apply to ical_parser
* bug fix for repeating events where first day of month is same as repeat dayJim Hu2006-11-021-2/+2
|
* change ical_parser year incrementJim Hu2006-07-251-1/+2
|
* remove requirement for subdirs in tmp when useing cpathJim Hu2006-05-031-2/+2
|
* fix wkst bug when not setJim Hu2006-04-101-1/+1
|
* get real calendar names if save parsed cals setJim Hu2006-04-101-1/+5
|
* add support for WKSTJim Hu2006-04-101-1/+10
|
* recur bug fix...add bysetpos supportJim Hu2006-04-091-3/+59
|
* add year printview, fix misc bugsJim Hu2006-03-211-1/+1
|
* Display real calendar names where possibleJim Hu2006-03-201-8/+10
|
* fix bug [ 1362515 ] December Monthly View Corruption- shifting repeated eventsJim Hu2006-03-191-3/+22
|
* fix bug with recur exception on first instanceJim Hu2006-03-181-6/+3
|
* fix display_calendarnames to use names from ics files instead of filenamesJim Hu2006-03-181-2/+3
|
* changes to fix several warnings and noticesJim Hu2006-03-161-7/+92
|
* Comment out section in ical_parser.php that seems to cause repeat problems ↵Jim Hu2006-02-081-1/+1
| | | | for repeating events
* fix for calculation of negative byday eventsJim Hu2005-12-021-0/+3
|
* change date calcs in several files for compatibility with some php installs ↵Jim Hu2005-11-301-1/+1
| | | | that fail to calculate now+something
* patch line 38 of ical_parser.php for webcalsJim Hu2005-11-251-1/+1
|
* changes to fix bugs in handling webcalsJim Hu2005-11-231-1/+1
|
* Added support for recursively searching for calendars in yourWesley Miaw2005-10-301-194/+25
| | | | | | | | | | | | | | | | | $calendar_path and the new iCal calendar repository structure. The calendars are still referenced by calendar name, so all URLs are unchanged. Refactored the date parsing code out of ical_parser.php and into date_functions.php. Minor logic changes to the parser to correctly populate the TODO date and time values. Refactored the calendar name code into a new getCalendarName() function, since calendar names may no longer be determined solely by filename if using an iCal repository. Template code updated to match. Added calls to stripslashes() for calendar text data, such as the summaries and descriptions. Also put stripslashes() into people data, since people's names may contain escaped characters.
* Changed the "render" window for ical_parser to be the full year when on the ↵davef2005-09-141-1/+1
| | | | year view - prior to this, you'd only get events for 3 months, which three months depending on what getdate was set to. So, basically year.php never displayed all the year events, unless you had the cache turned on.
* Fixed SF Bug# 1288281 in the new WEEKLY code, so the 1.189 fix is back as ↵davef2005-09-141-14/+13
| | | | well. Also cleaned up some unused code I missed the last time, and a minor spelling fix in a comment.
* Updated README, reverted ical_parser's WEEKLY parsing to 2.0b, added charset ↵Chad Little2005-09-131-11/+9
| | | | to event popup, and added two small patches.

© 2014-2024 Faster IT GmbH | imprint | privacy policy