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

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 20 15:55:19 EST 2008


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

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Introduced a new config type 'fn:' that calls a specified function to provide contents of a dropdown at runtime, e.g. for the language and theme selection


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.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** mysql_1.4.1_to_1.5.0.php	20 Jan 2008 18:09:16 -0000	1.52
--- mysql_1.4.1_to_1.5.0.php	20 Jan 2008 20:55:17 -0000	1.53
***************
*** 68,72 ****
      $c->add('mysqldump_path','/usr/bin/mysqldump','text',0,5,NULL,175,TRUE);
      $c->add('mysqldump_options','-Q','text',0,5,NULL,180,TRUE);
!     $c->add('theme','professional','text',2,2,NULL,190,TRUE);
      $c->add('menu_elements',array('contribute','search','stats','directory','plugins'),'%text',2,2,NULL,200,TRUE);
      $c->add('path_themes','','text',2,2,NULL,210,TRUE);
--- 68,72 ----
      $c->add('mysqldump_path','/usr/bin/mysqldump','text',0,5,NULL,175,TRUE);
      $c->add('mysqldump_options','-Q','text',0,5,NULL,180,TRUE);
!     $c->add('theme','professional','fn:themeList',2,2,NULL,190,TRUE);
      $c->add('menu_elements',array('contribute','search','stats','directory','plugins'),'%text',2,2,NULL,200,TRUE);
      $c->add('path_themes','','text',2,2,NULL,210,TRUE);
***************
*** 84,88 ****
      $c->add('spamx',128,'text',4,8,NULL,330,TRUE);
      $c->add('sort_admin',TRUE,'select',3,9,1,340,TRUE);
!     $c->add('language','english','text',6,11,NULL,350,TRUE);
      $c->add('locale','en_GB','text',6,10,NULL,360,TRUE);
      $c->add('date','%A, %B %d %Y @ %I:%M %p %Z','text',6,10,NULL,370,TRUE);
--- 84,88 ----
      $c->add('spamx',128,'text',4,8,NULL,330,TRUE);
      $c->add('sort_admin',TRUE,'select',3,9,1,340,TRUE);
!     $c->add('language','english','fn:languageList',6,11,NULL,350,TRUE);
      $c->add('locale','en_GB','text',6,10,NULL,360,TRUE);
      $c->add('date','%A, %B %d %Y @ %I:%M %p %Z','text',6,10,NULL,370,TRUE);




More information about the geeklog-cvs mailing list