From: <cl...@us...> - 2004-05-16 19:58:16
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11680 Modified Files: README Log Message: Updated for 2.0 beta. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** README 15 May 2004 02:42:13 -0000 1.63 --- README 16 May 2004 19:58:06 -0000 1.64 *************** *** 88,95 **** Changes: -------- ! 1.2 ! -Workaround for events starting between 0000 and 0100 ! -Started templating system ! -Removed all styles except for defualt 1.1 --- 88,104 ---- Changes: -------- ! 2.0 beta ! -New templating system. ! -Workaround for events starting between 0000 and 0100. ! -Removed all styles except for default. ! -Moved all HTML to XHTML. ! -Revamped CSS. ! -Added legends and calendar colors. ! -HTTP authentication added for admin.php. ! -Sessions added for locked calendars. ! -Mozilla calendar support added to publish.php. ! -RSS supports ports other than 80. ! -RSS respects $calendar_path. ! -Various bug fixes. 1.1 *************** *** 101,105 **** 1.0 ! -Added return false to popups -Added workaround for improperly set DTSTART dates. --- 110,114 ---- 1.0 ! -Added return false to popups. -Added workaround for improperly set DTSTART dates. |