| a060f5a0 | 04-Dec-2025 |
WillForan <willforan@gmail.com> |
refactor(ip): PSR-12 functions
bitmask64_32 -> bitmask64On32 make_bitmask_32 -> makeBitmaskOn32 ipv6_upper_lower_32 -> ipv6UpperLowerOn32
also * uncomment working 7FFF ipv6 test a
refactor(ip): PSR-12 functions
bitmask64_32 -> bitmask64On32 make_bitmask_32 -> makeBitmaskOn32 ipv6_upper_lower_32 -> ipv6UpperLowerOn32
also * uncomment working 7FFF ipv6 test and * fix README suggested podman to use `docker://wpstaging`
show more ...
|
| 521cf7b0 | 03-Dec-2025 |
Andreas Gohr <gohr@cosmocode.de> |
test on php 8.5 |
| ce8ae75e | 03-Dec-2025 |
Andreas Gohr <gohr@cosmocode.de> |
allow underscore methods in renderers #4554 |
| ba2439bf | 03-Dec-2025 |
Andreas Gohr <gohr@cosmocode.de> |
build action: improve export-ignore handling. fixes #4555
Insted of parsing the .gitattributes ourselves, we let git do it. All ignored files are then deleted. Afterwards a find removes any dangling
build action: improve export-ignore handling. fixes #4555
Insted of parsing the .gitattributes ourselves, we let git do it. All ignored files are then deleted. Afterwards a find removes any dangling directories.
Hard to test without building a release. I did test the individual parts though.
show more ...
|
| 9399c87e | 03-Dec-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
| a08965ef | 03-Dec-2025 |
Andreas Gohr <gohr@cosmocode.de> |
removed old travis file
|
| af8fe559 | 29-Nov-2025 |
Michael Jahn <michael.jahn1990@gmail.com> |
Translation update (de) |
| 42469e71 | 27-Nov-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
fix import style |
| 1a7e82cd | 27-Nov-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
gittool: use new Extension classes |
| efc37b65 | 26-Nov-2025 |
Claudio Tam <claudio.tamburrino1@gmail.com> |
Translation update (it) |
| ce3702ea | 26-Nov-2025 |
Claudio Tam <39857601+claudiotam@users.noreply.github.com> |
minor typo in install.html
Minor typo in install.html, changed "info available on it's own page" to "info available on its own page". |
| a0dc5bd4 | 17-Nov-2025 |
Juanma <juxmix@gmail.com> |
Translation update (ca) |
| e0c5fc94 | 11-Nov-2025 |
fjf2002 <franzjoseffaerber@gmail.com> |
Give explanation if no $conf could be loaded
Give explanation if no $conf could be loaded (i. e. DOKU_CONF pointing elsewhere) |
| fccc3a83 | 05-Nov-2025 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
Translation update (pt-br) |
| 882e464d | 04-Nov-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
eliminate warnings in OR search |
| 8ae94493 | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
update SearchIndex concept doc |
| 3152848f | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated fulltextCollectionTest for new tuple format
frequency of 1 is now written without a count |
| f439e746 | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated assertion |
| fb5311ec | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
SearchIndex: RID cache should not be static
A static var interferes when the same class is instantiated multiple times |
| e05998d5 | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
SearchIndex: more Term tests |
| 1db16940 | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix type hint for exception (implicit null issue) |
| bc997a9d | 30-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
SearchIndex: TupleOps now work with frequencies of 1
We have indexes where we simply track that a relation between entity and token exists, but there is no frequency. The frequency is always 1. For
SearchIndex: TupleOps now work with frequencies of 1
We have indexes where we simply track that a relation between entity and token exists, but there is no frequency. The frequency is always 1. For those indexes we do not store *1 as frequency but omit it completely.
The TupleOps class now can work with such indexes and will also store frequencies of 1 like this.
show more ...
|
| bc6b1759 | 29-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
correctly check for session auth data. fixes #4547 |
| 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 ...
|
| 141d9fe1 | 20-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Make bin/indexer.php more robust
Wraps the indexing process into a try/catch so that any exceptions during indexing will not abort the whole process.
This also makes use of the CLI plugin log level
Make bin/indexer.php more robust
Wraps the indexing process into a try/catch so that any exceptions during indexing will not abort the whole process.
This also makes use of the CLI plugin log levels and deprecates the quiet option.
show more ...
|