History log of /plugin/statistics/ (Results 26 – 50 of 287)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5781998715-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Add timezone config

44f8133013-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

apply timezone to date queries

For now we simply use localtime and assume the server is running with
the correct timezone. In the future we could easily allow a
congfiguration with a time zone name,

apply timezone to date queries

For now we simply use localtime and assume the server is running with
the correct timezone. In the future we could easily allow a
congfiguration with a time zone name, calculate the offset and pass
something like '-7 hours' in $this->tz

All data stored is kept UTC

show more ...

7a1a7c5813-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

add optional data retention time

87e0f0b113-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

rename log.php to dispatch.php

This avoids at least obvious generic adblockers

30d73a0613-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

do not include chart.js in main bundle

these includes were forgotten in b0cf211850e31e6c691318f638790d8b0ed0f3f0

1346cc6b13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

removed obsolete test

we no longer handle the internal search in SearchEngines

fc5ebd5313-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

upped version

bd51459313-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

(auto) fixes

d550a4ad13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

option to disable tracking of authed user information

ba6b3b1013-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

option for disabling location resolving

69fb56a213-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

add option to anonymize IP addresses

6c5dec6513-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

drop obsolete config

b7091bfd13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

fix empty user checks

Users are either set or NULL. We don't log empty strings for users
anymore

30cf943413-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

refactor: inline fixed string parameters in SQL queries

Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>

6f2bdce113-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

simplify queries that don't need left joins

9fdd7e5113-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

Add topdomain page

We were logging the data but not showing it yet

569a506612-Aug-2025 Andreas Gohr <andi@splitbrain.org>

more referer handling fixes and tests

2a30f55712-Aug-2025 Andreas Gohr <andi@splitbrain.org>

fix more issues, especially referer handling

10dcb86f12-Aug-2025 Andreas Gohr <andi@splitbrain.org>

adjusted queries for new schema

41d1fffc12-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

updated Logger tests and fixed some small issues identified

af93d15412-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

fix login/logout logging

This does not reference sessions nor does it use a foreign key to user,
because it logs users independent of the current session (on create) or
non-existing users (on failed

fix login/logout logging

This does not reference sessions nor does it use a foreign key to user,
because it logs users independent of the current session (on create) or
non-existing users (on failed logins)

show more ...

04928db412-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

streamline user and session id generation

By centralizing it in DOKUWIKI_STARTED we can make sure the session is
open and cookies can be written.

02aa9b7312-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

various bugfixes to the logging processes

4a163f5012-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

Complete Schema overhaul

This normalizes the database schema to keep stored data reasonable.
Logging code has been adjusted (mostly) but is still untested. Queries
have not been updated.

Session ma

Complete Schema overhaul

This normalizes the database schema to keep stored data reasonable.
Logging code has been adjusted (mostly) but is still untested. Queries
have not been updated.

Session management needs an overhaul.

This is work in progress

show more ...

c5d2f05212-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

do not log ignored bot accesses

12345678910>>...12