History log of /dokuwiki/lib/plugins/popularity/action.php (Results 1 – 14 of 14)
Revision Date Author Comments
# 5c483796 02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

adjusted docblocks for renamed class aliases


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# 54cc7aa4 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of lib/plugin


# d0a7b199 08-May-2018 Andreas Gohr <andi@splitbrain.org>

fixed class name


# 29fc53cf 08-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for popularity plugin


# 3dc2d50c 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility declarations in plugins


# 26e22ab8 15-May-2015 Christopher Smith <chris@jalakai.co.uk>

Changes for PHP 7 Compatibility
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And a

Changes for PHP 7 Compatibility
- replace PHP4 style class constructor function names (based on
class name) with php 5 __construct()
Also remove some '&' reference operators used with objects
And add some object type hints

show more ...


# 2f7a0e94 11-Sep-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer whitespace violoations

Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.


# 38479cbb 29-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

some coding style improvements

- removed some dead/unused code
- fixed phpdoc
- added typing on methods


# e8b5a4f9 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins, E_STRICT errors are still
supressed.

show more ...


# 5827ba0b 18-Dec-2010 Guillaume Turri <guillaume.turri@gmail.com>

Popularity plugin displays the last time the data was sent


# 8596046d 10-Dec-2010 Andreas Gohr <andi@splitbrain.org>

added missing files for popularity plugin