[geeklog-cvs] geeklog-1.3/language english.php,1.128,1.129

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Fri Sep 24 23:03:12 EDT 2004


Update of /var/cvs/geeklog-1.3/language
In directory www:/tmp/cvs-serv30842/language

Modified Files:
	english.php 
Log Message:
Added the capability for Plugins to have an update function which will use the existing upgrade PLG function that has not been used to-date. Added a new PLG function to return the current version of code. The plugin Editor now will show the current installed version and the version returned from the current plugin function plugin_chkVersion. Site Admin will now have a way to tell if they have new plugin code in place.

Plugin Editor now has an update option when viewing the plugin details. Option will only appear if the plugin returned a valid version and is > registered installed version.

Admin now clicks on plugin-name instead of the number.

Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/language/english.php,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** english.php	18 Sep 2004 14:55:45 -0000	1.128
--- english.php	25 Sep 2004 03:03:09 -0000	1.129
***************
*** 1014,1022 ****
      26 => 'Plug-in Name',
      27 => 'Plug-in Homepage',
!     28 => 'Plug-in Version',
      29 => 'Geeklog Version',
      30 => 'Delete Plug-in?',
      31 => 'Are you sure you want to delete this plug-in?  By doing so you will remove all the data and data structures that this plug-in uses.  If you are sure, click delete again on the form below.',
!     32 => '<p><b>Error AutoLink tag not correct format</b></p>'
  );
  
--- 1014,1025 ----
      26 => 'Plug-in Name',
      27 => 'Plug-in Homepage',
!     28 => 'Installed Version',
      29 => 'Geeklog Version',
      30 => 'Delete Plug-in?',
      31 => 'Are you sure you want to delete this plug-in?  By doing so you will remove all the data and data structures that this plug-in uses.  If you are sure, click delete again on the form below.',
!     32 => '<p><b>Error AutoLink tag not correct format</b></p>',
!     33 => 'Code Version',
!     34 => 'Update'
! 
  );
  
***************
*** 1126,1130 ****
      57 => 'Your account has been successfully deleted.',
      58 => 'Your feed has been successfully saved.',
!     59 => 'The feed has been successfully deleted.'
  );
  
--- 1129,1134 ----
      57 => 'Your account has been successfully deleted.',
      58 => 'Your feed has been successfully saved.',
!     59 => 'The feed has been successfully deleted.',
!     60 => 'The plugin was successfully updated'
  );
  




More information about the geeklog-cvs mailing list