aboutsummaryrefslogtreecommitdiffstats
path: root/functions/template.php
Commit message (Collapse)AuthorAgeFilesLines
* Match day/week tables (timeborder/timeborder2 CSS classes)Jason Oster2009-07-281-2/+2
|
* Small cleanup in draw_week() and fix bogus span icon for 24-hour events ↵Jason Oster2009-07-101-48/+8
| | | | ending at midnight.
* Give week view the same table border pattern as day viewJason Oster2009-07-101-5/+8
|
* Fix multiple HTML elements with the same id. Allow all-day divs to stretch ↵Jason Oster2009-07-101-7/+9
| | | | vertically in day and week views with default template.
* Fix overlapping events which span a day, fix erroneously adding 15 minutes ↵Jason Oster2009-07-081-1/+27
| | | | to events which span a day or more and end on the same time they start, add day-spanning icons in day and week views
* HTML/CSS template rewrites, nice-title integration, XSS fixes, version bumpJason Oster2009-07-071-9/+33
|
* Fixed bugs with ALL_CALENDARS_COMBINED and saving parsed calendarsJason Oster2009-06-171-2/+2
|
* Better handling of URLs and email addresses in event descriptions (also ↵Jason Oster2009-05-291-2/+2
| | | | strip "blocked" protocols, added by some mail servers)
* 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.

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