History log of /dokuwiki/_test/tests/inc/changelog_getrevisions.test.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 40f2b82e 25-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Fix unititialized string offset access in query parser

The code always tried to access positon 2 of the parsed token, even for
tokens shorter than that (like OR)

fixes #3896


# fb285245 23-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

UnitTest around changelog, set correct time of page source

ChangeLog constructor will check the date of current page/media file to detect external edits via getCurrentRevisionInfo()


# 1c33cec3 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


# 0c3a5702 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

split changelog classes into their own namespace

The remaining functions in inc/changelog.php should be moved into a
utility class.


# 7d1e323e 22-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

bugfix and reformatting changelog. small chunck unittests


# 332817fc 21-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

improve unittests getrelativerevision. Bit code reformatting unit tests


# 4f6e20c7 21-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

fix not updated call, renaming


# 047bad06 21-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

refactor PageRevisionLog into Media- and PageChangelog extending Changelog


# 6556cf69 20-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Update changelog unit tests


# 51bd6f03 20-Jul-2013 Klap-in <klapinklapin@gmail.com>

Fixed file names of test classes