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

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 19 14:36:13 EST 2008


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

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Use dropdowns in Static Pages plugin configuration (where possible)


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.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** mysql_1.4.1_to_1.5.0.php	19 Jan 2008 14:53:12 -0000	1.48
--- mysql_1.4.1_to_1.5.0.php	19 Jan 2008 19:36:11 -0000	1.49
***************
*** 303,317 ****
      $c = config::get_instance();
      $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');
  
--- 303,317 ----
      $c = config::get_instance();
      $c->add('version', '1.5', 'text', 0, 0, null, 0, true, 'staticpages');
!     $c->add('allow_php', 1, 'select', 0, 0, 0, 10, true, 'staticpages');
!     $c->add('sort_by', 'id', 'select', 0, 0, 2, 20, true, 'staticpages');
!     $c->add('sort_menu_by', 'label', 'select', 0, 0, 3, 30, true, 'staticpages');
!     $c->add('delete_pages', 0, 'select', 0, 0, 0, 40, true, 'staticpages');
!     $c->add('in_block', 1, 'select', 0, 0, 0, 50, true, 'staticpages');
!     $c->add('show_hits', 1, 'select', 0, 0, 0, 60, true, 'staticpages');
!     $c->add('show_date', 1, 'select', 0, 0, 0, 70, true, 'staticpages');
!     $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');
  




More information about the geeklog-cvs mailing list