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

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


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

Modified Files:
	config-install.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: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** config-install.php	20 Jan 2008 18:09:16 -0000	1.16
--- config-install.php	20 Jan 2008 20:55:17 -0000	1.17
***************
*** 9,13 ****
  // | Initial configuration setup.                                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2007 by the following authors:                              |
  // |                                                                           |
  // | Authors: Aaron Blankstein  - kantai AT gmail DOT com                      |
--- 9,13 ----
  // | Initial configuration setup.                                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2007-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Aaron Blankstein  - kantai AT gmail DOT com                      |
***************
*** 61,65 ****
      $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);
--- 61,65 ----
      $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);
***************
*** 77,81 ****
      $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);
--- 77,81 ----
      $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