[geeklog-cvs] Geeklog-1.x/plugins/staticpages/language english.php, 1.30, 1.31 english_utf-8.php, 1.16, 1.17

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 10 12:09:40 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Decoupled config subgroup and fieldset order from the language files. Now we can reorder / regroup options simply by database updates.


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** english.php	27 Jan 2008 09:02:15 -0000	1.30
--- english.php	10 Feb 2008 17:09:38 -0000	1.31
***************
*** 140,149 ****
  
  $LANG_configsubgroups['staticpages'] = array(
!     0 => 'Main Settings'
  );
  
  $LANG_fs['staticpages'] = array(
!     0 => 'Static Pages Main Settings',
!     1 => 'Default Permissions'
  );
  
--- 140,149 ----
  
  $LANG_configsubgroups['staticpages'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['staticpages'] = array(
!     'fs_main' => 'Static Pages Main Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english_utf-8.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** english_utf-8.php	27 Jan 2008 09:02:15 -0000	1.16
--- english_utf-8.php	10 Feb 2008 17:09:38 -0000	1.17
***************
*** 140,149 ****
  
  $LANG_configsubgroups['staticpages'] = array(
!     0 => 'Main Settings'
  );
  
  $LANG_fs['staticpages'] = array(
!     0 => 'Static Pages Main Settings',
!     1 => 'Default Permissions'
  );
  
--- 140,149 ----
  
  $LANG_configsubgroups['staticpages'] = array(
!     'sg_main' => 'Main Settings'
  );
  
  $LANG_fs['staticpages'] = array(
!     'fs_main' => 'Static Pages Main Settings',
!     'fs_permissions' => 'Default Permissions'
  );
  




More information about the geeklog-cvs mailing list