]> git.mjollnir.org Git - s9y.git/commitdiff
document
authorgarvinhicking <garvinhicking>
Mon, 13 Mar 2006 11:17:44 +0000 (11:17 +0000)
committergarvinhicking <garvinhicking>
Mon, 13 Mar 2006 11:17:44 +0000 (11:17 +0000)
docs/NEWS
plugins/serendipity_event_statistics/ChangeLog [new file with mode: 0644]

index f5b056036db772066d9d1d464197d364c03fe1da..304ea21cf2667b4eb234e4db97a1d8a8418898e4 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,6 +3,9 @@
 Version 1.1-alpha1()
 ------------------------------------------------------------------------
 
+   * Statistic plugin update by Shrikee: Graphically display visitors,
+     bot banning.
+
    * Deleting a comment that has replies will replace that comment with
      a "Comment deleted" reference. Deleting such a comment again will
      completely remove it. (garvinhicking, Jabrwock)
diff --git a/plugins/serendipity_event_statistics/ChangeLog b/plugins/serendipity_event_statistics/ChangeLog
new file mode 100644 (file)
index 0000000..955cf8c
--- /dev/null
@@ -0,0 +1,12 @@
+Version 1.40:
+-------------
+
+(By Shrikee / Arnan)
+
+- added a database table which holds daily stats.
+- 2 graphs which use the data in the above table
+- rewrote the bots filter
+- added a config option to show only visitor stats or show everything (post counts and such)
+- option to enable or disable the bot filter
+- fixed the referer register. They werent added in the database, now they are
+- if either $useragent, $referer or $remote_addr is empty or unknown its set to unknown.