aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* Fixed getCalendarName() return value so it removes .ics and not the lastWesley Miaw2005-12-152-2/+2
| | | | | four characters arbitrarily. Fixed the list_jumps() method so it only passes in one calendar at a time to getCalendarName.
* zap file gremlin in init.inc.phpJim Hu2005-12-081-2/+2
|
* fix order of default path, cpath, and calling error.tpl in init.inc.phpJim Hu2005-12-041-2/+4
|
* fix typo in last revert..need the minus signJim Hu2005-12-021-1/+1
|
* set the default calendar_path before appending cpathJim Hu2005-12-021-4/+4
|
* fix for calculation of negative byday eventsJim Hu2005-12-022-1/+4
|
* Feature #1109495. Print view will now show the location if the fieldWesley Miaw2005-12-011-2/+7
| | | | is defined. Code provided by Nicolas Contamin.
* Feature #1353342. You can now specify how many days should beWesley Miaw2005-12-011-4/+4
| | | | | | displayed on the week view. All numbers, negative to more than seven, work with the expected behavior. Thanks to Nicolas Contamin for the code changes.
* revert change in calendar_functions.Jim Hu2005-11-301-1/+1
|
* change date calcs in several files for compatibility with some php installs ↵Jim Hu2005-11-302-2/+2
| | | | that fail to calculate now+something
* init.inc.php - remove .. but not . from cpathJim Hu2005-11-291-2/+2
|
* init.inc.php - strip . from cpath, change time calc, calendar_functions.php ↵Jim Hu2005-11-292-5/+5
| | | | change in getCalendarname to not truncate names not ending in .ics
* patches to template.php to handle empty master array without warning on bad ↵Jim Hu2005-11-291-1/+1
| | | | foreach - suggested from the bbs by andrew. See http://phpicalendar.net/forums/viewtopic.php?t=292
* patches to fix several files to work better with cookies. Changes in ↵Jim Hu2005-11-271-8/+16
| | | | preferences.php, preferencees.tpl, init.inc.php
* patch line 38 of ical_parser.php for webcalsJim Hu2005-11-251-1/+1
|
* Fixed support for multiple selection web calendars. You can now selectWesley Miaw2005-11-242-76/+119
| | | | | | multiple local and web calendars, in any number and combination. The calendar name will also be displayed correctly, instead of only displaying a single calendar name when multiple calendars are chosen.
* Reverted behavior, as the previous behavior was correct according toWesley Miaw2005-11-241-3/+1
| | | | the comment in config.inc.php.
* Fixed bug that would display webcals defined in the $list_webcalsWesley Miaw2005-11-241-2/+4
| | | | | array for $ALL_CALENDARS_COMBINED even if the global $allow_webcals was not 'yes'.
* changes to fix bugs in handling webcalsJim Hu2005-11-231-1/+1
|
* change append .ics methodJim Hu2005-11-161-1/+1
|
* bug fixes to handle cpath betterJim Hu2005-11-161-8/+9
|
* Corrected filename identification issue when selecting a specific calendarWesley Miaw2005-11-121-2/+10
| | | | | by name, where the calendar file would fail to be found. Included a comment explaining what is going on.
* Added support for recursively searching for calendars in yourWesley Miaw2005-10-305-275/+238
| | | | | | | | | | | | | | | | | $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.
* Took acc out of listChad Little2005-10-271-8/+8
|
* Updated incorrectly built RSS (now validates).Chad Little2005-10-051-4/+4
|
* Fixed bug where if the times weren't on the half-hour mark, it wouldn't ↵davef2005-09-152-16/+15
| | | | pop-up correctly - now it passes the time used in the array as part of the openevent call.
* Search box can be unconfigured.Chad Little2005-09-141-0/+4
|
* Multiple calendar selection patch. Needs formatting.Chad Little2005-09-142-13/+58
|
* 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.
* adjust date_functions.php, event.js, header.tpl to allow event popups to ↵Jim Hu2005-09-072-3/+5
| | | | work with cpath multiple calendar directories
* Fix [ 1283135 ] Link on Results partly broken by adding line to ↵Jim Hu2005-09-071-0/+1
| | | | template.php; add cpath to other files
* Successfully Updated 1277846.Chad Little2005-09-011-0/+6
|
* Removed from project, functions seem to be in admin_functions.php.Chad Little2005-07-051-0/+0
|
* Big openevent cleanup - changed the openevent api, which significantly ↵davef2005-05-164-137/+92
| | | | simplifies the code.
* "turned off" bleed_time by default, to fix a rendering problem where the ↵davef2005-05-162-3/+3
| | | | default expectations weren't to have things get cut off.
* SF Bug# 1017270davef2005-05-163-158/+267
| | | | 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 #1043823 - a modified version of the patch was applied so there ↵davef2005-05-071-5/+5
| | | | wasn't a need for a new function, and it also simplified the code. Update the config text to make more sense, but we should note things in the README when we release 2.0.
* SF Patch #1047465, for SF Bug #1046864. "Clears" the summary/description for ↵davef2005-05-061-0/+12
| | | | PRIVATE/CONFIDENTIAL events.
* SF Patch #1059866 - fixed support for PHP5 w/ the admin interface. Also ↵davef2005-05-061-1/+1
| | | | fixed a comment that referenced the old name.
* SF Patch #1177367davef2005-05-061-2/+2
| | | | Trivial option to support non-standard FTP ports.
* Minor feature addition that makes the minical titles links to the month/year ↵davef2005-05-061-3/+9
| | | | calendar as appropriate.
* 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.
* Dave Fallon's fix to display problemJim Hu2005-05-051-13/+16
|
* Bug fixes for previous patch of draw_week and draw_day.Jim Hu2005-05-051-5/+5
|
* Bug fixes for draw_search (exceptions), draw_week and draw_day(fix display ↵Jim Hu2005-05-041-15/+38
| | | | order for events starting before day start)
* enable exceptions. bug fixesJim Hu2005-04-161-4/+23
|
* added function draw_search to work with search.php 1.35Jim Hu2005-04-081-0/+76
|

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