Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18559/docs
Modified Files:
NEWS
Log Message:
forbid uploading of active content files
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- NEWS 9 Jan 2005 10:39:29 -0000 1.43
+++ NEWS 10 Jan 2005 16:01:45 -0000 1.44
@@ -3,14 +3,23 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Editor users are not allowed to hide pre-installed plugins
+ (garvinhicking)
+
+ * Forbid uploading of active content files (.php, .shtml, ...) as
+ user without Administrator privileges (garvinhicking)
+
+ * Allow searching of the blog with pretty URLs, allow pagination
+ of searched entries (garvinhicking)
+
* Added handling of CONVERT BREAKS-directive in MT-Importer. Do the
whole importing process in a transaction to ensure either all or
- no entires are imported.
+ no entires are imported. (pilif)
* Added hook for external authentication. First implementation draft
of LDAP auth added to additional_plugins CVS (garvinhicking)
- * Added an extended property to disable nl2br() for specific
+ * Added an extended property to disable nl2br() for specific
entries (pilif)
* Added korean language by Erich Iseli (garvinhicking)
|