Home
last modified time | relevance | path

Searched hist:"3 f108b378b26a51a8deb0e3ec08ce3ed6342d5af" (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DPrefCookie.php3f108b378b26a51a8deb0e3ec08ce3ed6342d5af Thu Oct 23 09:11:38 UTC 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 new class is used in set_doku_pref() and get_doku_pref() which have
not been deprecated for now.

H A Dcommon.php3f108b378b26a51a8deb0e3ec08ce3ed6342d5af Thu Oct 23 09:11:38 UTC 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 new class is used in set_doku_pref() and get_doku_pref() which have
not been deprecated for now.

/dokuwiki/_test/tests/inc/
H A Dcommon_dokupref.test.php3f108b378b26a51a8deb0e3ec08ce3ed6342d5af Thu Oct 23 09:11:38 UTC 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 new class is used in set_doku_pref() and get_doku_pref() which have
not been deprecated for now.