[geeklog-cvs] Geeklog-1.x/language english.php, 1.309, 1.310 english_utf-8.php, 1.94, 1.95

Aaron Blankstein ablankstein at qs1489.pair.com
Sat Dec 29 19:11:42 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv59652/Geeklog-1.x/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Updated config class to run more smoothly with PHP4.
Changed config class's plugin support.
Added barebones handling of static page's config options in the config class.



Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.309
retrieving revision 1.310
diff -C2 -d -r1.309 -r1.310
*** english.php	29 Dec 2007 16:24:11 -0000	1.309
--- english.php	30 Dec 2007 00:11:40 -0000	1.310
***************
*** 1558,1562 ****
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_coreconfignames =
  array(
        'path_html' => "HTML Path",
--- 1558,1562 ----
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_confignames['Core'] =
  array(
        'path_html' => "HTML Path",
***************
*** 1745,1749 ****
  );
  
! $LANG_coreconfigsubgroups =
  array(
        0 => 'Site',
--- 1745,1749 ----
  );
  
! $LANG_configsubgroups['Core'] =
  array(
        0 => 'Site',
***************
*** 1757,1761 ****
  );
  
! $LANG_fs =
  array(
        0 => 'Site',
--- 1757,1761 ----
  );
  
! $LANG_fs['Core'] =
  array(
        0 => 'Site',
***************
*** 1800,1804 ****
  );
  
! $LANG_coreconfigselects =
  array(
        0 => array('True'=>1,'False'=>0),
--- 1800,1804 ----
  );
  
! $LANG_configselects['Core'] =
  array(
        0 => array('True'=>1,'False'=>0),
***************
*** 1825,1828 ****
--- 1825,1829 ----
        14 => array('Sunday' => 'Sun', 'Monday' => 'Mon')
  );
+ 
  
  ?>

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** english_utf-8.php	29 Dec 2007 16:24:11 -0000	1.94
--- english_utf-8.php	30 Dec 2007 00:11:40 -0000	1.95
***************
*** 1558,1562 ****
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_coreconfignames =
  array(
        'path_html' => "HTML Path",
--- 1558,1562 ----
  # Localization of the Admin Configuration UI                                   #
  
! $LANG_confignames['Core'] =
  array(
        'path_html' => "HTML Path",
***************
*** 1745,1749 ****
  );
  
! $LANG_coreconfigsubgroups =
  array(
        0 => 'Site',
--- 1745,1749 ----
  );
  
! $LANG_configsubgroups['Core'] =
  array(
        0 => 'Site',
***************
*** 1757,1761 ****
  );
  
! $LANG_fs =
  array(
        0 => 'Site',
--- 1757,1761 ----
  );
  
! $LANG_fs['Core'] =
  array(
        0 => 'Site',
***************
*** 1800,1804 ****
  );
  
! $LANG_coreconfigselects =
  array(
        0 => array('True'=>1,'False'=>0),
--- 1800,1804 ----
  );
  
! $LANG_configselects['Core'] =
  array(
        0 => array('True'=>1,'False'=>0),




More information about the geeklog-cvs mailing list