Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_livesearch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15613/plugins/serendipity_event_livesearch
Modified Files:
Tag: branch-smarty
serendipity_event_livesearch.php
Log Message:
- New plugin manager
- Give some of the plugin longer descriptions
- Allow plugins to set 'stackable' directive to false which will prevent it from being installed more than once - Still 'beta'
- MFH plugin config redirection fix
Index: serendipity_event_livesearch.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_livesearch/serendipity_event_livesearch.php,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- serendipity_event_livesearch.php 31 Aug 2004 12:52:56 -0000 1.7
+++ serendipity_event_livesearch.php 28 Oct 2004 20:17:24 -0000 1.7.2.1
@@ -11,8 +11,8 @@
case 'en':
case 'es':
default:
- @define('PLUGIN_EVENT_LIVESEARCH_NAME', 'LiveSearch');
- @define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Enhances the Search function with live-updates on keypress (JavaScript)');
+ @define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch');
+ @define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Enhances the internal search function by adding live-updates on keypress (JavaScript)');
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wait, sending request...');
break;
}
|