[geeklog-cvs] Geeklog-1.x/plugins/staticpages/language english.php, 1.21, 1.22 english_utf-8.php, 1.7, 1.8

Blaine Lang blaine at qs1489.pair.com
Thu Jan 3 21:15:31 EST 2008


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

Modified Files:
	english.php english_utf-8.php 
Log Message:
Upgrades to support ver1.5 installation and upgrade. Removed config.php so that if upgrading, sites config.php not over-written. Added new file install_defaults.php for initial installation defaults for the online config records.

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** english.php	3 Jan 2008 23:58:47 -0000	1.21
--- english.php	4 Jan 2008 02:15:28 -0000	1.22
***************
*** 108,112 ****
      'limit_results' => 'Limit Results',
      'search' => 'Search',
!     'submit' => 'Submit'
  );
  
--- 108,114 ----
      'limit_results' => 'Limit Results',
      'search' => 'Search',
!     'submit' => 'Submit',
!     'config_menubar'   => 'Static Pages Main Settings',
!     'config_menu1'  => 'Static Pages Main Settings'
  );
  
***************
*** 115,118 ****
--- 117,121 ----
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  $PLG_staticpages_MESSAGE3003 = 'Upgrade failed - unable to rename plugins config.php file.';
+ $PLG_staticpages_MESSAGE3004 = 'Plugin upgrade failed - missing the plugins config.php';
  
  ?>

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/english_utf-8.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** english_utf-8.php	3 Jan 2008 23:58:47 -0000	1.7
--- english_utf-8.php	4 Jan 2008 02:15:28 -0000	1.8
***************
*** 108,112 ****
      'limit_results' => 'Limit Results',
      'search' => 'Search',
!     'submit' => 'Submit'
  );
  
--- 108,114 ----
      'limit_results' => 'Limit Results',
      'search' => 'Search',
!     'submit' => 'Submit',
!     'config_menubar'   => 'Static Pages Main Settings',
!     'config_menu1'  => 'Static Pages Main Settings'
  );
  
***************
*** 115,118 ****
--- 117,121 ----
  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
  $PLG_staticpages_MESSAGE3003 = 'Upgrade failed - unable to rename plugins config.php file.';
+ $PLG_staticpages_MESSAGE3004 = 'Plugin upgrade failed - missing the plugins config.php';
  
  ?>




More information about the geeklog-cvs mailing list