History log of /plugin/statistics/ (Results 101 – 125 of 287)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a73005f219-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: simplify SearchEngines class with improved code structure and modularity

06bd438219-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: improve SearchEngines class with cleaner API and referrer handling

a171b9c719-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: move search engine detection logic to SearchEngines class

e357e0dc19-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: consolidate search engine data into single structured array

2d987c8019-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

feat: add SearchEngines.php to project

d730e30119-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

fix doc block comment

194d8a7419-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

docs: Add docblocks and type hints to Logger class members and methods

e31fbb9019-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

docs: add type hints and improve documentation for Logger class methods

aab5913019-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

more cleanup in the logger

238af37419-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: improve SQL query readability with multi-line formatting

b9ff216b19-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

style: reformat SQL queries for improved readability and alignment

9fce0fb219-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: Replace $_REQUEST with global $INPUT object in Logger class

8b61d84019-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: replace $_SERVER with $INPUT->server in Logger class

0a9147b319-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

feat: refactor Logger methods to use SQLite plugin with parameterized queries

d5ef99dd19-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

first go at moving to sqlite


Logger.class.php
composer.json
composer.lock
db/update0001.sql
helper.php
inc/searchengines.php
vendor/autoload.php
vendor/composer/ClassLoader.php
vendor/composer/InstalledVersions.php
vendor/composer/LICENSE
vendor/composer/autoload_classmap.php
vendor/composer/autoload_files.php
vendor/composer/autoload_namespaces.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_real.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/composer/installed.php
vendor/composer/platform_check.php
vendor/matomo/device-detector/Cache/CacheInterface.php
vendor/matomo/device-detector/Cache/DoctrineBridge.php
vendor/matomo/device-detector/Cache/LaravelCache.php
vendor/matomo/device-detector/Cache/PSR16Bridge.php
vendor/matomo/device-detector/Cache/PSR6Bridge.php
vendor/matomo/device-detector/Cache/StaticCache.php
vendor/matomo/device-detector/ClientHints.php
vendor/matomo/device-detector/DeviceDetector.php
vendor/matomo/device-detector/LICENSE
vendor/matomo/device-detector/Parser/AbstractBotParser.php
vendor/matomo/device-detector/Parser/AbstractParser.php
vendor/matomo/device-detector/Parser/Bot.php
vendor/matomo/device-detector/Parser/Client/AbstractClientParser.php
vendor/matomo/device-detector/Parser/Client/Browser.php
vendor/matomo/device-detector/Parser/Client/Browser/Engine.php
vendor/matomo/device-detector/Parser/Client/Browser/Engine/Version.php
vendor/matomo/device-detector/Parser/Client/FeedReader.php
vendor/matomo/device-detector/Parser/Client/Hints/AppHints.php
vendor/matomo/device-detector/Parser/Client/Hints/BrowserHints.php
vendor/matomo/device-detector/Parser/Client/Library.php
vendor/matomo/device-detector/Parser/Client/MediaPlayer.php
vendor/matomo/device-detector/Parser/Client/MobileApp.php
vendor/matomo/device-detector/Parser/Client/PIM.php
vendor/matomo/device-detector/Parser/Device/AbstractDeviceParser.php
vendor/matomo/device-detector/Parser/Device/Camera.php
vendor/matomo/device-detector/Parser/Device/CarBrowser.php
vendor/matomo/device-detector/Parser/Device/Console.php
vendor/matomo/device-detector/Parser/Device/HbbTv.php
vendor/matomo/device-detector/Parser/Device/Mobile.php
vendor/matomo/device-detector/Parser/Device/Notebook.php
vendor/matomo/device-detector/Parser/Device/PortableMediaPlayer.php
vendor/matomo/device-detector/Parser/Device/ShellTv.php
vendor/matomo/device-detector/Parser/OperatingSystem.php
vendor/matomo/device-detector/Parser/VendorFragment.php
vendor/matomo/device-detector/README.md
vendor/matomo/device-detector/Yaml/ParserInterface.php
vendor/matomo/device-detector/Yaml/Pecl.php
vendor/matomo/device-detector/Yaml/Spyc.php
vendor/matomo/device-detector/Yaml/Symfony.php
vendor/matomo/device-detector/autoload.php
vendor/matomo/device-detector/composer.json
vendor/matomo/device-detector/phpcs.xml
vendor/matomo/device-detector/regexes/bots.yml
vendor/matomo/device-detector/regexes/client/browser_engine.yml
vendor/matomo/device-detector/regexes/client/browsers.yml
vendor/matomo/device-detector/regexes/client/feed_readers.yml
vendor/matomo/device-detector/regexes/client/hints/apps.yml
vendor/matomo/device-detector/regexes/client/hints/browsers.yml
vendor/matomo/device-detector/regexes/client/libraries.yml
vendor/matomo/device-detector/regexes/client/mediaplayers.yml
vendor/matomo/device-detector/regexes/client/mobile_apps.yml
vendor/matomo/device-detector/regexes/client/pim.yml
vendor/matomo/device-detector/regexes/device/cameras.yml
vendor/matomo/device-detector/regexes/device/car_browsers.yml
vendor/matomo/device-detector/regexes/device/consoles.yml
vendor/matomo/device-detector/regexes/device/mobiles.yml
vendor/matomo/device-detector/regexes/device/notebooks.yml
vendor/matomo/device-detector/regexes/device/portable_media_player.yml
vendor/matomo/device-detector/regexes/device/shell_tv.yml
vendor/matomo/device-detector/regexes/device/televisions.yml
vendor/matomo/device-detector/regexes/oss.yml
vendor/matomo/device-detector/regexes/vendorfragments.yml
vendor/mustangostang/spyc/.gitignore
vendor/mustangostang/spyc/COPYING
vendor/mustangostang/spyc/README.md
vendor/mustangostang/spyc/Spyc.php
vendor/mustangostang/spyc/composer.json
vendor/mustangostang/spyc/examples/yaml-dump.php
vendor/mustangostang/spyc/examples/yaml-load.php
vendor/mustangostang/spyc/php4/5to4.php
vendor/mustangostang/spyc/php4/spyc.php4
vendor/mustangostang/spyc/php4/test.php4
vendor/mustangostang/spyc/phpunit.xml
vendor/mustangostang/spyc/spyc.yaml
vendor/mustangostang/spyc/tests/DumpTest.php
vendor/mustangostang/spyc/tests/IndentTest.php
vendor/mustangostang/spyc/tests/LoadTest.php
vendor/mustangostang/spyc/tests/ParseTest.php
vendor/mustangostang/spyc/tests/RoundTripTest.php
vendor/mustangostang/spyc/tests/comments.yaml
vendor/mustangostang/spyc/tests/failing1.yaml
vendor/mustangostang/spyc/tests/indent_1.yaml
vendor/mustangostang/spyc/tests/quotes.yaml
a8acb24417-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

autofix some issues

c1d8dc7417-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

added sqlite schema file

d9d707b417-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: remove unnecessary AUTOINCREMENT from SQLite table definitions

4368423f17-Jun-2025 Andreas Gohr (aider) <gohr@cosmocode.de>

refactor: convert MySQL database schema to SQLite dialect

690900c613-Apr-2024 Vyacheslav Strenadko <bryanskmap@yandex.ru>

translation update

67ade7fd30-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

6fc6338530-Jan-2024 Andreas Gohr <andi@splitbrain.org>

check for permissions in img.php. fixes #72

66545d6b12-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

5d8b6a5808-Dec-2023 siyuanl96 <siyuanl96@gmail.com>

Add Windows 10 icon

48d50cf007-Dec-2023 siyuanl96 <siyuanl96@gmail.com>

Fix IPv6 statistics bug

12345678910>>...12