History log of /plugin/struct/_test/mock/Search.php (Results 1 – 8 of 8)
Revision Date Author Comments
# 1057ed14 17-Jul-2023 Andreas Gohr <andi@splitbrain.org>

dynamic parameter handling refactoring, part 2

This introduces a addDynamicFilter() method. We need to handle fixed and
dynamic filters separately for proper parentheises. The latter is not
implemen

dynamic parameter handling refactoring, part 2

This introduces a addDynamicFilter() method. We need to handle fixed and
dynamic filters separately for proper parentheises. The latter is not
implemented yet and will follow next.

Tests still broken

show more ...


# 4183cc11 14-Jun-2023 Andreas Gohr <andi@splitbrain.org>

adjust method call for getting PDO access


# 79b29326 24-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access


# bb8d98c4 08-Aug-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Dummy IS_PUBLISHER check with test


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# 5bc0a238 10-Mar-2016 Michael Große <grosse@cosmocode.de>

Add/adjust tests for changed filter handling

See commit 9dbc32ae40e6ae835e9edeee14fdde77ad1c59f3


# 25029fe8 02-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

moved mock objects to their own namespace #35

we may want to reuse them in different tests