[geeklog-cvs] Geeklog-1.x/public_html/admin/install config-install.php, 1.9, 1.10

Blaine Lang blaine at qs1489.pair.com
Sat Jan 5 10:56:08 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv7532

Modified Files:
	config-install.php 
Log Message:
Installation now loading initial staticpages config records
Upgrade now loads the staticpage plugin config records

Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** config-install.php	2 Jan 2008 14:40:22 -0000	1.9
--- config-install.php	5 Jan 2008 15:56:06 -0000	1.10
***************
*** 227,230 ****
--- 227,246 ----
      $c->add('default_permissions_story',array(3, 2, 2, 2),'@select',7,37,12,1820,TRUE);
      $c->add('default_permissions_topic',array(3, 2, 2, 2),'@select',7,37,12,1830,TRUE);
+ 
+ 
+     // Add the configuration records for the default installed plugins
+     $c->add('version', '1.5', 'text', 0, 0, null, 0, true, 'staticpages');
+     $c->add('allow_php', 1, 'text', 0, 0, null, 10, true, 'staticpages');
+     $c->add('sort_by', 'id',  'text', 0, 0, null, 20, true, 'staticpages');
+     $c->add('sort_menu_by', 'label', 'text', 0, 0, null, 30, true, 'staticpages');
+     $c->add('delete_pages', 0 , 'text', 0, 0, null, 40, true, 'staticpages');
+     $c->add('in_block', 1, 'text', 0, 0, null, 50, true, 'staticpages');
+     $c->add('show_hits', 1, 'text', 0, 0, null, 60, true, 'staticpages');
+     $c->add('show_date', 1, 'text', 0, 0, null, 70, true, 'staticpages');
+     $c->add('filter_html', 0, 'text', 0, 0, null, 80, true, 'staticpages');
+     $c->add('censor', 1, 'text', 0, 0, null, 90, true, 'staticpages');
+     $c->add('default_permissions', array(3,2,2,2), '@text', 0, 0, null, 100, true, 'staticpages');
+     $c->add('aftersave', 'item', 'text', 0, 0, null, 110, true, 'staticpages');
+     $c->add('atom_max_items', 10, 'text', 0, 0, null, 120, true, 'staticpages');
  }
  




More information about the geeklog-cvs mailing list