Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17043
Modified Files:
README config.inc.php
Log Message:
Minor.
Index: README
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/README,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** README 25 Oct 2004 17:16:07 -0000 1.83
--- README 25 Oct 2004 17:53:58 -0000 1.84
***************
*** 83,89 ****
--------
2.0
! -Enhanced error messaging.
-Added Afrikaans Language.
-Todos can be turned off again.
-Todos won't show private todos.
-RSS page respects https servers.
--- 83,91 ----
--------
2.0
! -Enhanced error messaging system.
-Added Afrikaans Language.
-Todos can be turned off again.
+ -Month bottom can be turned off again.
+ -Preferences page can be turned off.
-Todos won't show private todos.
-RSS page respects https servers.
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -d -r1.160 -r1.161
*** config.inc.php 25 Oct 2004 17:43:31 -0000 1.160
--- config.inc.php 25 Oct 2004 17:53:58 -0000 1.161
***************
*** 30,36 ****
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
- $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box.
$allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below.
! $this_months_events = 'ys'; // Display "This month's events" at the bottom off the month page.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
$show_search = 'yes'; // Show the search box in the sidebar.
--- 30,35 ----
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below.
! $this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
$show_search = 'yes'; // Show the search box in the sidebar.
|