aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* security patch for template file from cookie. Other minor bug fixesJim Hu2006-03-241-1/+3
|
* add year printview, fix misc bugsJim Hu2006-03-213-3/+6
|
* Display real calendar names where possibleJim Hu2006-03-203-11/+40
|
* fix bug [ 1362515 ] December Monthly View Corruption- shifting repeated eventsJim Hu2006-03-192-11/+25
|
* fix bug with recur exception on first instanceJim Hu2006-03-181-6/+3
|
* fix bug that doubles URL in subscribe and download URLsJim Hu2006-03-181-2/+2
|
* fix display_calendarnames to use names from ics files instead of filenamesJim Hu2006-03-182-4/+5
|
* should fix all_calendars_combined selection problemsJim Hu2006-03-182-10/+29
|
* changes to fix several warnings and noticesJim Hu2006-03-165-13/+96
|
* add Pick Multiple to lang files..other minor changesJim Hu2006-03-161-3/+8
|
* accept action from request instead of just from getJim Hu2006-02-231-2/+2
|
* allow image tags in event descriptionJim Hu2006-02-231-1/+1
|
* fix date calculation problems (I hope)Jim Hu2006-02-151-3/+2
|
* fix path bug introduced by security patch in 2.21 releaseJim Hu2006-02-151-6/+5
|
* Sanitize file in parse functionJim Hu2006-02-091-0/+6
|
* Comment out section in ical_parser.php that seems to cause repeat problems ↵Jim Hu2006-02-081-1/+1
| | | | for repeating events
* Multiple modifications to template.php and template files to give validated ↵Jim Hu2006-02-081-3/+3
| | | | XHTML 1.0 Transitional
* 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

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