Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10943/docs
Modified Files:
NEWS
Log Message:
Rewrote how s9y fetches external plugins: The path setting is now irrelevant,
only filenames count. They can be placed in any subdirectory as long as their
name matches *_(plugin|event)_*.php. This allows plugin authors to put one
ore more event/sidebar plugin into one bundled directory and reduces swamping
the plugins directory.
Needed to adjust several calls, but it seems to work well.
Requires DB scheme update.
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- NEWS 3 Dec 2004 10:07:41 -0000 1.22
+++ NEWS 6 Dec 2004 10:46:31 -0000 1.23
@@ -3,6 +3,11 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * More than one plugin cannow be saved per plugin/ subdirectory,
+ event + sidebar plugins can be put together in one directory.
+ Names of subdirectores are irrelevant now, but the filenames
+ need to match 'serendipity_(event|plugin)_*.php'. (garvinhicking)
+
* When entering a comment, the referring URL to the blog is saved
(garvinhicking)
|