Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25927/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
* Implement CSS classes to identify yourself for entries/comments
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- NEWS 15 Nov 2004 21:06:47 -0000 1.1.2.13
+++ NEWS 16 Nov 2004 16:16:03 -0000 1.1.2.14
@@ -3,6 +3,16 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * New CSS classes for distinction of authors within entries/comments:
+ .serendipity_entry_(author|comment)_USERNAME, applied to each
+ entry container, where USERNAME is replaced with the name of the
+ author.
+ .serendipity_entry_author_self, applied to the entry container if
+ the currently logged in user is the author of an entry
+ .serendipity_comment_author_self, applied if the commenting user-
+ name matches the owner of the entry.
+ (garvinhicking)
+
* Rewrote importer to use import modules and class framework
(tomsommer)
|