[geeklog-cvs] geeklog-1.3/language english.php,1.125,1.126

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sun Sep 5 20:49:13 EDT 2004


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

Modified Files:
	english.php 
Log Message:
Updated new AutoTags Plugin Function to simplify the required plugin function requried. The Plugin now builds an array of all autotags in the content for the supported plugins that have the autotag function. Also it includes the logic to parse the story autolink tags.

Added two new language variables 1: used to format the autolink and 2: Error if missing tag or possible bad formatted autotag detected.

Index: english.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/language/english.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** english.php	29 Aug 2004 18:52:19 -0000	1.125
--- english.php	6 Sep 2004 00:49:10 -0000	1.126
***************
*** 1017,1021 ****
      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.'
  );
  
--- 1017,1023 ----
      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 => '[ %s ]'
  );
  




More information about the geeklog-cvs mailing list