aboutsummaryrefslogtreecommitdiffstats
path: root/functions/template.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for print viewJason Oster2009-05-271-2/+2
|
* Hyperlink email addressesJason Oster2009-05-261-1/+4
|
* Sanitize print view and add URL linksJason Oster2009-05-261-7/+9
|
* Fix table column spanning and HTML errors in week viewJason Oster2009-05-141-7/+4
|
* option to hide location in month view (feature request 1880571)Jim Hu2008-12-311-2/+2
|
* day view and month bottom problems bug 2476126Jim Hu2008-12-301-10/+5
|
* change version for releaseJim Hu2008-12-291-1/+1
|
* tweak bump rc versionJim Hu2008-12-291-1/+1
|
* change handling of multiday allday events in week view; other misc changesJim Hu2008-12-291-16/+70
|
* fix misc bugs; rewrite some places where warnings squelched with @; require ↵Jim Hu2008-12-281-1/+1
| | | | php5.1 or greater
* kill admin.php; misc other changes; bump rc numJim Hu2008-12-281-2/+2
|
* new rss icons;allow subweek calendarsJim Hu2008-12-271-5/+8
|
* do not check overlap on all day events -- yetJim Hu2008-12-271-0/+1
|
* rewrite and condense master array writing in end_vevent.php. Condense ↵Jim Hu2008-12-271-67/+44
| | | | draw_week in template.php. bump vers
* revert event length display adjustment - messes up overlap calculationsJim Hu2008-12-261-50/+44
|
* eliminate negative event lengths and adjust display lengths for short eventsJim Hu2008-12-261-3/+5
|
* expand search range;fix todo displayJim Hu2008-12-261-87/+87
|
* set defaults for undefs in template.phpJim Hu2008-12-231-0/+2
|
* misc error warnings and noticesJim Hu2008-12-201-15/+22
|
* 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-79/+81
|
* misc changes for new config modelJim Hu2008-12-121-11/+11
|
* update lots of filesJim Hu2008-12-111-65/+63
|
* deal with various unset variable warning situationsJim Hu2007-10-121-1/+4
|
* fix repeat display problem for monthbottom and printviewJim Hu2007-05-231-2/+2
|
* fix bug 1641928 change todo popup to be like event popupJim Hu2007-05-191-2/+11
|
* Month location display againJim Hu2007-05-181-3/+4
|
* month and year location display bugsJim Hu2007-05-181-1/+1
|
* modify to reduce memory use in monthbottom; also add location display to ↵Jim Hu2007-05-161-3/+8
| | | | month display
* Change print and month view listings to omit duplicatesJim Hu2007-04-081-2/+14
|
* fix display of status and recur iconsJim Hu2006-12-051-6/+7
|
* fix missing quote markJim Hu2006-08-141-3/+3
|
* modify template to use default if tpl file not found in alternate template ↵Jim Hu2006-04-101-12/+20
| | | | folder
* add year printview, fix misc bugsJim Hu2006-03-211-1/+2
|
* changes to fix several warnings and noticesJim Hu2006-03-161-1/+1
|
* 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
|
* Multiple modifications to template.php and template files to give validated ↵Jim Hu2006-02-081-3/+3
| | | | XHTML 1.0 Transitional
* 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.
* 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
* Added support for recursively searching for calendars in yourWesley Miaw2005-10-301-2/+2
| | | | | | | | | | | | | | | | | $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.
* Fixed bug where if the times weren't on the half-hour mark, it wouldn't ↵davef2005-09-151-13/+13
| | | | 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
|
* Fix [ 1283135 ] Link on Results partly broken by adding line to ↵Jim Hu2005-09-071-0/+1
| | | | template.php; add cpath to other files
* Big openevent cleanup - changed the openevent api, which significantly ↵davef2005-05-161-86/+61
| | | | simplifies the code.
* SF Bug# 1017270davef2005-05-161-3/+29
| | | | 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 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.
* Minor feature addition that makes the minical titles links to the month/year ↵davef2005-05-061-3/+9
| | | | calendar as appropriate.
* Dave Fallon's fix to display problemJim Hu2005-05-051-13/+16
|

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