Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8563/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
make s9y work with JustBlogIT extension. You need to be logged
into your blog via cookie first, of course.
Please check for possible security exploits, I can't see anything bad.
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- NEWS 11 Nov 2004 13:31:38 -0000 1.1.2.5
+++ NEWS 11 Nov 2004 13:42:58 -0000 1.1.2.6
@@ -3,6 +3,11 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Serendipity cannow be used with "JustBlogIt" extension. Just use
+ this URL:
+ http://yourblog/serendipity_entries.php?serendipity[adminModule]=entries&serendipity[adminAction]=new&serendipity[title]=%TITLE%&serendipity[body]=%TEXT%&serendipity[url]=%URL%
+ (garvinhicking)
+
* Plugin serendipity_event_spamblock: Added SURBL
(http://www.surbl.org/) Support. Will now reject any comment that
contains a blacklisted URL, if enabled. (nohn)
|