History log of /plugin/struct/_test/types/TextTest.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 521b204a 11-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Remove != '' filter from queries

This effectively reverts dc7d8d08 (changes were moved to different files,
so it is more transparent to do this in a new commit).

Fixes issues with negative filters

Remove != '' filter from queries

This effectively reverts dc7d8d08 (changes were moved to different files,
so it is more transparent to do this in a new commit).

Fixes issues with negative filters #358 #380 #656

TODO: Correct filtering on prefixed/postfixed fields, like the original commit was supposed to do, but without side effects that break normal non-prefixed fields.

show more ...


# 8fed17f3 05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

clean up for the tests

This mostly corrects file and class names for PSR-2. Function names have
not been adjusted yet