Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1635/docs
Modified Files:
NEWS
Log Message:
Save HTTP referrer for a user when entering a comment.
Discussed in http://thread.gmane.org/gmane.comp.serendipity.devel/3215
(I think user-agent logging is not neccessary, can be drawn out of usual access logs...)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- NEWS 2 Dec 2004 14:11:27 -0000 1.21
+++ NEWS 3 Dec 2004 10:07:41 -0000 1.22
@@ -3,6 +3,9 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * When entering a comment, the referring URL to the blog is saved
+ (garvinhicking)
+
* Use mbstring extension where available to correctly utilize PHPs
string functions for multibyte chars. This is needed for UTF-8
only languages like Chinese (garvinhicking)
|