Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17672
Modified Files:
README config.inc.php
Log Message:
fix mising phpiCal_config global in rss2.0.php
Index: README
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/README,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** README 20 Dec 2008 00:11:55 -0000 1.114
--- README 3 Jan 2009 07:26:20 -0000 1.115
***************
*** 89,92 ****
--- 89,97 ----
Changes:
--------
+ 2.31 Fix events ending at midnight bug in day view
+ Fix publish.php for 2.3 config system
+ add option to hide location in month view
+ add option to make individual events downloadable from event view
+
2.3 Major changes to recurrence handling
Added more languages
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.200
retrieving revision 1.201
diff -C2 -d -r1.200 -r1.201
*** config.inc.php 2 Jan 2009 07:12:12 -0000 1.200
--- config.inc.php 3 Jan 2009 07:26:20 -0000 1.201
***************
*** 51,55 ****
# 'language' => 'Spanish',
# 'default_cal' => 'US Holidays', // Exact filename of calendar without .ics.
! # 'template' => 'green'; // Template support: change this to have a different "skin" for your installation.
# 'default_view' => 'year', // Default view for calendars' => 'day', 'week', 'month', 'year'
# 'printview_default' => 'yes', // Set print view as the default view. Uses'default_view (listed above).
--- 51,55 ----
# 'language' => 'Spanish',
# 'default_cal' => 'US Holidays', // Exact filename of calendar without .ics.
! # 'template' => 'green', // Template support: change this to have a different "skin" for your installation.
# 'default_view' => 'year', // Default view for calendars' => 'day', 'week', 'month', 'year'
# 'printview_default' => 'yes', // Set print view as the default view. Uses'default_view (listed above).
|