Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29572
Modified Files:
NEWS
Log Message:
That's my multi-user proposal. My machine wasn't diffing subdirectories,
must be some debian sarge issue, so I decided to immediately commit it.
Please raise your voice and tell me your opinions. Was some piece of hard
work! :)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- NEWS 2 Apr 2004 09:09:28 -0000 1.103
+++ NEWS 4 Apr 2004 16:26:24 -0000 1.104
@@ -1,5 +1,26 @@
# $Id$
+Version 0.6.1 ()
+------------------------------------------------------------------------
+
+ * Improvements for multi-user interface:
+ - Configuration is stored per-user (language, WYSIWYG-preference,
+ and possibly others)
+ - passwords/usernames/E-Mail adresses can be changed
+ - introduction of userlevels (admin, chief, editor)
+ - public/private categories
+ - plugins are stored per-user. Admin-created plugins cannot be
+ removed by chiefs/users, protected plugins (HTML nuggets) can
+ only be configured by the owner or admin users
+ - manage/create users
+ - entries are stored per-user and can only be changed by the
+ author or chief/admin users. Comments can only be toggled on/
+ off and removed by the author or chief/admin users.
+ - public/private images
+ (garvinhicking)
+
+ * Configuration is now language-dependant. (garvinhicking)
+
Version 0.6 ()
------------------------------------------------------------------------
|