From: <par...@us...> - 2010-02-09 14:53:34
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23685 Modified Files: README Log Message: Update README Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -d -r1.119 -r1.120 *** README 29 Dec 2009 16:08:55 -0000 1.119 --- README 9 Feb 2010 14:53:20 -0000 1.120 *************** *** 6,14 **** Introduction: ------------- ! PHP iCalendar is a PHP-based iCal file viewer/parser to display iCals in a Web browser. ! Its based on v2.0 of the IETF spec. It displays iCal files in a nice logical, clean manner with day, week, month, and year navigation. It is available in 13 ! languages and includes support for printing, searching and RSS news feeds. ! If you need a Calendar application (for creating calendar files), please check the 'Supported Calendar Applications' section of the README. --- 6,14 ---- Introduction: ------------- ! PHP iCalendar is a PHP-based iCal file viewer/parser to display iCals in a Web browser. ! Its based on v2.0 of the IETF spec. It displays iCal files in a nice logical, clean manner with day, week, month, and year navigation. It is available in 13 ! languages and includes support for printing, searching and RSS news feeds. ! If you need a Calendar application (for creating calendar files), please check the 'Supported Calendar Applications' section of the README. *************** *** 22,26 **** - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - see section below called "Configuration". - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") --- 22,26 ---- - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - see section below called "Configuration". - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") *************** *** 38,57 **** View config.inc-dist.php. The comments behind each variable definition will tell you what each setting does. Change the values between the quotation ! marks to change the setting of that variable. If there are restrictions as to what that variable can be set to, the comment behind will specify ! them. IN ORDER TO USE THESE SETTINGS YOU MUST RENAME THE FILE to config.inc.php ! If you have difficulty with your configuration, you can ask the ! developers and other PHP iCalendar users at the PHP iCalendar forums: http://phpicalendar.net/forums/ Creating calendars and events: -------------------------------- ! PHP iCalendar DOES NOT create or edit calendars (or events). Instead it ! provides a way to view calendars from applications that generate valid IETF 2445 files (.ics). Some of the supported applications are: ! - Apple iCal - http://www.apple.com/ical/ --- 38,57 ---- View config.inc-dist.php. The comments behind each variable definition will tell you what each setting does. Change the values between the quotation ! marks to change the setting of that variable. If there are restrictions as to what that variable can be set to, the comment behind will specify ! them. IN ORDER TO USE THESE SETTINGS YOU MUST RENAME THE FILE to config.inc.php ! If you have difficulty with your configuration, you can ask the ! developers and other PHP iCalendar users at the PHP iCalendar forums: http://phpicalendar.net/forums/ Creating calendars and events: -------------------------------- ! PHP iCalendar DOES NOT create or edit calendars (or events). Instead it ! provides a way to view calendars from applications that generate valid IETF 2445 files (.ics). Some of the supported applications are: ! - Apple iCal - http://www.apple.com/ical/ *************** *** 68,72 **** ----- If you find a bug, please let us know. The easiest way for you to do this ! is to visit our Bug Tracker on SourceForge. This guarantees that we both look at it and take time to figure out what is causing it. You can submit bugs at the following URL: --- 68,72 ---- ----- If you find a bug, please let us know. The easiest way for you to do this ! is to visit our Bug Tracker on SourceForge. This guarantees that we both look at it and take time to figure out what is causing it. You can submit bugs at the following URL: *************** *** 82,86 **** http://phpicalendar.sourceforge.net/requests ! Licensing: ---------- This product is distributed under the GPL. Please read through the file --- 82,86 ---- http://phpicalendar.sourceforge.net/requests ! Licensing: ---------- This product is distributed under the GPL. Please read through the file *************** *** 90,109 **** -------- 2.4 ! Event information displayed with Nice Titles ! More ICS input sanitizing ! Better display of tabs/line breaks in calendar events ! Many updates to included templates; HTML fixes, better CSS support ! Webcal caching now works like local calendar caching (with save_parsed_cals enabled) ! Updates to Czech and French translations ! Fixes for attendee/organizer parsing and email address hyperlinking ! Fixes for Print View ! Fix setting time format in preferences page ! Fix default calendar selections in listbox picker ! Fix timezone DST calculation with all-day events ! Fix dates before 1970 ! Fix logout ! Fixed bugs with ALL_CALENDARS_COMBINED and saving parsed calendars (using wrong file name) ! Fixed recurring events across multiple versions of PHP; thanks to Len and gueba! ! Better handling of URLs and email addresses in event descriptions (also strip "blocked" protocols, added by some mail servers) 2.31 --- 90,122 ---- -------- 2.4 ! Security fixes: ! More ICS input sanitizing; prevent HTML/XSS injection ! Bug fixes: ! Webcal caching now works like local caching with save_parsed_cals ! Print view missing some events ! Setting time format in preferences page ! Default calendar selections in listbox picker ! Timezone DST calculation with all-day events ! Handling dates before 1970 ! Logout URL containing multiple ampersands ! Parsed calendars used the wrong file name for "all calendars" ! Recurring events across multiple versions of PHP; thanks to Len and gueba! ! Better handling of URLs and email addresses in event descriptions ! New features: ! Event information displayed with Nice Titles ! Attendee/organizer parsing and email address hyperlinking ! Better display of tabs/line breaks in calendar events ! Strip "blocked" protocols, added by some mail servers ! Translations: ! Updates to Czech translation ! Updates to French translation ! Remove UTF-8 BOM from German language files ! Remove UTF-8 BOM from Korean language files ! Theme changes: ! Change month view navigation to a sidebar ! All pages inherit the width specified in the CSS "maintable" class ! Different row borders in day/week views for :00, :15, :30 and :45 ! All-day events in week view has tighter spacing ! Navigation arrows in all pages 2.31 *************** *** 149,153 **** fix overlapping events bug fix path problems in template.php ! 2.22 template.php will look in templates/default if a file is missing from templates/$template --- 162,166 ---- fix overlapping events bug fix path problems in template.php ! 2.22 template.php will look in templates/default if a file is missing from templates/$template *************** *** 172,176 **** -bug fixes from 2.2 Modified rss.php to improve compatibility ! -Modified templates to validate as XHTML 1.0 Transitional 2.2 --- 185,189 ---- -bug fixes from 2.2 Modified rss.php to improve compatibility ! -Modified templates to validate as XHTML 1.0 Transitional 2.2 *************** *** 178,185 **** -Added support for finding calendars in subdirectories. -Can now select multiple local and web calendars. ! -rss.php new feed types for different kinds of date ranges changed handling of multi-day events ! -bug fixes from 2.1 handling of webcals popup encoding --- 191,198 ---- -Added support for finding calendars in subdirectories. -Can now select multiple local and web calendars. ! -rss.php new feed types for different kinds of date ranges changed handling of multi-day events ! -bug fixes from 2.1 handling of webcals popup encoding *************** *** 197,201 **** -Various bug fixes. ! 2.0.1 -Event URLs display without LOCATION. -Fixed VTIMEZONE dates on Windows IIS. --- 210,214 ---- -Various bug fixes. ! 2.0.1 -Event URLs display without LOCATION. -Fixed VTIMEZONE dates on Windows IIS. *************** *** 268,272 **** -Parsing engine now twice as fast. -Various bug fixes. ! 1.1 -Fixed a bug with HTTP authentication. --- 281,285 ---- -Parsing engine now twice as fast. -Various bug fixes. ! 1.1 -Fixed a bug with HTTP authentication. *************** *** 310,314 **** -Specify the name of 'All Calendars Combined' in language files. ! 0.9.3 -Multiple calendar support (up to 8). -Fixed pesky <br /> tags in event popup. --- 323,327 ---- -Specify the name of 'All Calendars Combined' in language files. ! 0.9.3 -Multiple calendar support (up to 8). -Fixed pesky <br /> tags in event popup. *************** *** 316,320 **** -Major bug fixes. -Last to support Netscape 4.x ! 0.9.2 -Fixed an extra .php on the preferences page. --- 329,333 ---- -Major bug fixes. -Last to support Netscape 4.x ! 0.9.2 -Fixed an extra .php on the preferences page. *************** *** 387,391 **** -New themes, Green, Orange, Grey, and Tan. -Parses calendars much faster. ! -Page titles added for bookmarking. -Fixed bug not letting notes to fully display. -Fixed bug in recurring all-day events. --- 400,404 ---- -New themes, Green, Orange, Grey, and Tan. -Parses calendars much faster. ! -Page titles added for bookmarking. -Fixed bug not letting notes to fully display. -Fixed bug in recurring all-day events. *************** *** 412,416 **** -Added "black-listing" of specific local calendars -Added remote calendar support ! -Subscribe to calendars hosted remotely and have them show up in your popup -Allow any URL of a calendar to be parsed by your server --- 425,429 ---- -Added "black-listing" of specific local calendars -Added remote calendar support ! -Subscribe to calendars hosted remotely and have them show up in your popup -Allow any URL of a calendar to be parsed by your server *************** *** 438,442 **** -Norwegian -Bug fixes ! 0.4 -Improved recurring event support --- 451,455 ---- -Norwegian -Bug fixes ! 0.4 -Improved recurring event support *************** *** 457,461 **** -All-day yearly recurring support -Bug fixes ! 0.2 -All-day event support --- 470,474 ---- -All-day yearly recurring support -Bug fixes ! 0.2 -All-day event support |