[geeklog-cvs] Geeklog-1.x/plugins/calendar config.php,1.10,1.11

Oliver ospiess at qs1489.pair.com
Thu Aug 9 03:09:31 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar
In directory qs1489.pair.com:/tmp/cvs-serv35597

Modified Files:
	config.php 
Log Message:
configurable target after save for calendar plugin

Index: config.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/calendar/config.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** config.php	19 Mar 2007 18:42:43 -0000	1.10
--- config.php	9 Aug 2007 07:09:29 -0000	1.11
***************
*** 74,77 ****
--- 74,86 ----
  $_CA_CONF['delete_event'] = 0;
  
+ /** What to show after a event has been saved? Possible choices:
+  * 'item' -> forward to the event
+  * 'list' -> display the admin-list of the calendar
+  * 'plugin' -> display the public homepage of the calendar plugin
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_CA_CONF['aftersave'] = 'item';
+ 
  // Define default permissions for new events created from the Admin panel.
  // Permissions are perm_owner, perm_group, perm_members, perm_anon (in that




More information about the geeklog-cvs mailing list