History log of /dokuwiki/_test/tests/inc/common_dokupref.test.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 3f108b37 23-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

refactor preference cookie handling. fixes #4544

This refactors the DOKU_PREF cookie handling on the PHP side into a
class. It makes encoding/decoding more explicit and easier to
understand.

The ne

refactor preference cookie handling. fixes #4544

This refactors the DOKU_PREF cookie handling on the PHP side into a
class. It makes encoding/decoding more explicit and easier to
understand.

The new class is used in set_doku_pref() and get_doku_pref() which have
not been deprecated for now.

show more ...


# df69dada 12-Mar-2019 Phy <git@phy25.com>

more definition tests of doku_pref, for #1129


# 5833995a 12-Mar-2019 Phy <git@phy25.com>

add tests for get/set_doku_pref #2721