aboutsummaryrefslogtreecommitdiffstats
path: root/functions/calendar_functions.php
Commit message (Collapse)AuthorAgeFilesLines
* HTML/CSS template rewrites, nice-title integration, XSS fixes, version bumpJason Oster2009-07-071-1/+0
|
* Fix for "All Calendars Combined" in dropdown menu with only one calendar ↵Jason Oster2009-06-221-3/+6
| | | | available
* Fix default selections in display_ical_list()Jason Oster2009-06-051-7/+13
|
* misc changes for 2.31Jim Hu2009-01-261-0/+2
|
* bump version to 2.31rc2Jim Hu2008-12-311-5/+3
|
* cal select pulldownJim Hu2008-12-291-1/+1
|
* fix misc bugs; rewrite some places where warnings squelched with @; require ↵Jim Hu2008-12-281-2/+2
| | | | php5.1 or greater
* obfuscate list_webcals links to hide user:pass (bug 1819552)Jim Hu2008-12-281-5/+7
|
* kill admin.php; misc other changes; bump rc numJim Hu2008-12-281-12/+10
|
* get recursive path workingJim Hu2008-12-281-30/+10
|
* fix for webcalsJim Hu2008-12-281-8/+8
|
* misc changes for new config modelJim Hu2008-12-121-2/+2
|
* update lots of filesJim Hu2008-12-111-11/+11
|
* deal with various unset variable warning situationsJim Hu2007-10-121-0/+1
|
* fix url change webcal to http to get cal nameJim Hu2006-11-111-0/+2
|
* fix for Bug 1476187Jim Hu2006-08-141-1/+0
|
* Display real calendar names where possibleJim Hu2006-03-201-2/+29
|
* should fix all_calendars_combined selection problemsJim Hu2006-03-181-2/+2
|
* Fixed getCalendarName() return value so it removes .ics and not the lastWesley Miaw2005-12-151-1/+1
| | | | | four characters arbitrarily. Fixed the list_jumps() method so it only passes in one calendar at a time to getCalendarName.
* fix typo in last revert..need the minus signJim Hu2005-12-021-1/+1
|
* revert change in calendar_functions.Jim Hu2005-11-301-1/+1
|
* init.inc.php - strip . from cpath, change time calc, calendar_functions.php ↵Jim Hu2005-11-291-1/+1
| | | | change in getCalendarname to not truncate names not ending in .ics
* Fixed support for multiple selection web calendars. You can now selectWesley Miaw2005-11-241-4/+5
| | | | | | 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'.
* change append .ics methodJim Hu2005-11-161-1/+1
|
* 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-301-75/+119
| | | | | | | | | | | | | | | | | $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
|
* Multiple calendar selection patch. Needs formatting.Chad Little2005-09-141-9/+28
|
* Errors now seem to all work!Chad Little2004-10-251-5/+5
|
* Fix for [ 999374 ] Slight authentication bugChad Little2004-07-301-1/+1
|
* More XHTML conversion.Chad Little2004-05-151-2/+2
|
* Major checkin, modified english to new language style. Preferences nowChad Little2004-01-281-4/+6
| | | | | template driven along with event and todo. Header and footer seem to work as well.
* Fixed error that would exclude single-character calendarWesley Miaw2004-01-221-1/+1
| | | | files. e.g. a.ics or 0.ics.
* Fixed a bug where HTTP was being used, even if turned off in config.Chad Little2003-12-181-1/+1
|
* Added HTTP authentication support. Modifications to non-HTTPWesley Miaw2003-11-241-6/+87
| | | | | | | | | | | | authentication login so that the two are mutually exclusive. Moved calendar <option> listing into calendar_functions.php so it can be shared by the navigation (via list_icals.php) and also by the preferences.php file. Fixed typo of $show_login to $allow_login. Added E_ERROR to the debug error level, so fatal errors are logged.
* Added username/password login to access locked calendars. MovedWesley Miaw2003-11-221-0/+113
calendar availability logic (with support for login) to a calendar_functions.php file. RSS feeds support the login feature when determining which calendars to return. Styles updated for the login box.

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