aboutsummaryrefslogtreecommitdiffstats
path: root/functions/ical_parser.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Successfully Updated 1277846.Chad Little2005-09-011-0/+6
|
* Big openevent cleanup - changed the openevent api, which significantly ↵davef2005-05-161-6/+8
| | | | simplifies the code.
* "turned off" bleed_time by default, to fix a rendering problem where the ↵davef2005-05-161-2/+2
| | | | default expectations weren't to have things get cut off.
* SF Bug# 1017270davef2005-05-161-9/+9
| | | | This started out as a "simple" bug, and ended up being a complete rewrite of overlapping_events. The changes to template.php are to fix a minor rendering bug that was part of the overlap issue, and the changes to ical_parser are because the api to checkOverlap changed.
* SF Bug #1023229davef2005-05-091-6/+11
| | | | Relatively simple fix to a complex, that changes the weekly code to render to the window of $next_date_range -> $next_date_range + $interval weeks. Took me a while to wrap my head around this one - I knew what the solution was, but wasn't sure if it handles everything. Still not 100% sure about the edge cases, though.
* SF Patch #1047465, for SF Bug #1046864. "Clears" the summary/description for ↵davef2005-05-061-0/+12
| | | | PRIVATE/CONFIDENTIAL events.
* Fixed SF Bug #1064410davef2005-05-061-4/+7
| | | | The bug was when generating $recur_array, the code assumes for each pass, you're filling in $recur_array from $next_range_time to $next_range_time + $interval $freq_type, in this case $next_range_time to $next_range_time + 1 year. However, the previous code used the fixed year of $next_range time, making the range filled into $recur_event per pass (jan 01, year of $next_range_time) to (dec 31st, year of $next_range_time). There was a hack that tried to fix this by saying "assume next year if it's jan/feb", trying to compensate, but it just semi-papered over the issue since the ranges still didn't match up. The fix was to make sure the ranges actually did match up, by adjusting the year used each month. This also meant that a bunch of events outside of start/end_range are no longer rendered. Since the window now matches on a monthly basis, it will still generate events slightly outside of start/end_range, but it should now render correctly in all cases (the extra events are just slightly wasted space, but less wasted space than before). Note that this fixes a bunch of problems w/ rendering yearly events in dec/jan/feb (the year border), beyond the SF bug.
* *** empty log message ***Chad Little2004-11-091-0/+1
|
* Added new languages, fixed minor bugs.Chad Little2004-10-021-1/+1
|
* Fix for [ 1004808 ] Event title/descriptions and "$##".Chad Little2004-09-041-1/+3
|
* Updated.Chad Little2004-09-031-7/+6
|
* Fix for [ 1010935 ] Empty calendars mess up legendChad Little2004-09-031-4/+5
|
* Fix for [ 1009061 ] some repeating dates don't displayChad Little2004-09-031-2/+2
|
* Fixes.Chad Little2004-09-021-1/+1
|
* check for webcal line 51.Chad Little2004-08-241-1/+1
|
* Ximian bitches.Chad Little2004-08-121-2/+7
|
* Added login langs to week and month, a fix for evolution.Chad Little2004-08-111-1/+1
|
* Cleaned up calendar colors and added error message for caching.Chad Little2004-08-081-5/+5
|
* Added webcal caching.Chad Little2004-08-081-8/+25
|
* Fixed error messages for 2.0Chad Little2004-08-071-2/+2
|
* Fix for [ 1000362 ] phpicalendar 2.0 beta problems.Chad Little2004-07-301-2/+2
|
* Doesn't try to get modtime of webcals.Chad Little2004-07-291-1/+3
|
* Changes.Chad Little2004-07-221-4/+3
|
* FIxed a bug not allowing all combined to cache.Chad Little2004-05-281-3/+3
|
* Minor E_NOTICE fixes.Chad Little2004-05-251-0/+3
|
* Added cache for All Combined.Chad Little2004-05-231-12/+50
|
* Fix for day_start missing, week not listed cals.Chad Little2004-05-231-1/+1
|

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