History log of /plugin/statistics/action.php (Results 1 – 25 of 36)
Revision Date Author Comments
# 1b4104be 22-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

work around cookie bug in core

needed until dokuwiki/dokuwiki#4544 is fixed.


# 4dd555b7 28-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

use DOKUWIKI_INIT_DONE event instead of DOKUWIKI_STARTED

session init should also happen for API requests.


# 523da372 28-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

better logging exception handling

We no handle eceptions centrally in the helper and simply return a dummy
logger. This makes the logging calls much simpler and ensures we're not
accidentally miss a

better logging exception handling

We no handle eceptions centrally in the helper and simply return a dummy
logger. This makes the logging calls much simpler and ensures we're not
accidentally miss an exception

show more ...


# 8a6e4c37 20-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

do not log IgnoreExceptions in medialogging


# 7a1a7c58 13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

add optional data retention time


# 87e0f0b1 13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

rename log.php to dispatch.php

This avoids at least obvious generic adblockers


# bd514593 13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

(auto) fixes


# d550a4ad 13-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

option to disable tracking of authed user information


# af93d154 12-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 ...


# 04928db4 12-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.


# 02aa9b73 12-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

various bugfixes to the logging processes


# 211caa5d 06-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

more cleanup

mostly line lengths
parameter building
removal of obsolete stuff


# d40a6291 06-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix logging external search when query is missing


# 483101d3 25-Jun-2025 Andreas Gohr <andi@splitbrain.org>

more work on time handling


# a9509e05 19-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: use SQLite plugin and parameterized queries in loghistory method


# a5dadbc1 19-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

refactor: rename _act_clean method to actClean and adjust visibility


# ed6e7cc1 19-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: replace $_REQUEST and $_SERVER with global $INPUT object


# 2257e39b 19-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

refactor: simplify hook registration and add alt attribute to tracking image


# aab59130 19-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

more cleanup in the logger


# a8acb244 17-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

autofix some issues


# 17978b38 17-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

do not break images if logging fails. fixes #34


# fba9d47b 03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent


# cae4a1c5 19-Jun-2014 Andreas Gohr <gohr@cosmocode.de>

some first go at history function


# 1664ba1d 18-Jun-2014 Andreas Gohr <gohr@cosmocode.de>

log media views


# 0863c19c 18-Jun-2014 Andreas Gohr <gohr@cosmocode.de>

code cleanup


12