[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.54, 1.55

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 26 08:14:48 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql/updates
In directory qs1489.pair.com:/tmp/cvs-serv78797/sql/updates

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Moved default permissions to a separate config group


Index: mysql_1.4.1_to_1.5.0.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.5.0.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** mysql_1.4.1_to_1.5.0.php	26 Jan 2008 11:47:22 -0000	1.54
--- mysql_1.4.1_to_1.5.0.php	26 Jan 2008 13:14:46 -0000	1.55
***************
*** 311,317 ****
      $c->add('filter_html', 0, 'select', 0, 0, 0, 80, true, 'staticpages');
      $c->add('censor', 1, 'select', 0, 0, 0, 90, true, 'staticpages');
!     $c->add('default_permissions', array(3,2,2,2), '@select', 0, 0, 12, 100, true, 'staticpages');
!     $c->add('aftersave', 'item', 'select', 0, 0, 9, 110, true, 'staticpages');
!     $c->add('atom_max_items', 10, 'text', 0, 0, null, 120, true, 'staticpages');
  
      $P_SQL = array();
--- 311,317 ----
      $c->add('filter_html', 0, 'select', 0, 0, 0, 80, true, 'staticpages');
      $c->add('censor', 1, 'select', 0, 0, 0, 90, true, 'staticpages');
!     $c->add('aftersave', 'item', 'select', 0, 0, 9, 100, true, 'staticpages');
!     $c->add('atom_max_items', 10, 'text', 0, 0, null, 110, true, 'staticpages');
!     $c->add('default_permissions', array(3,2,2,2), '@select', 0, 1, 12, 120, true, 'staticpages');
  
      $P_SQL = array();




More information about the geeklog-cvs mailing list