Update of /cvsroot/phpicalendar/phpicalendar
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3184
Modified Files:
README
Log Message:
Fix undefined index warning
Index: README
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/README,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** README 9 Feb 2010 15:40:18 -0000 1.121
--- README 15 Apr 2010 19:39:53 -0000 1.122
***************
*** 94,97 ****
--- 94,99 ----
Bug fixes:
Webcal caching now works like local caching with save_parsed_cals
+ Performance improvements with remote calendars; reducing the number
+ of file reads/HTTP requests made for each calendar
Print view missing some events
Setting time format in preferences page
***************
*** 105,110 ****
--- 107,114 ----
Better handling of URLs and email addresses in event descriptions
Navigation forms breaking PHP transparent SID
+ Fix strange characters displayed in Locations with % characters
New features:
Event information displayed with Nice Titles
+ Fixes line breaks and some HTML in event tooltips
Attendee/organizer parsing and email address hyperlinking
Better display of tabs/line breaks in calendar events
|