| 03a35633 | 12-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
added method to search an index by regular expression |
| 6a086a5d | 12-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
Use base class for searchIndex tests
Many tests are the same for File and Memory indexes |
| 1ca67924 | 11-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
Add a first collection based on the old FullText Index
This collection is meant as a base class for fulltext indexes, a page specific implementation will follow.
Currently contains lots of dead cod
Add a first collection based on the old FullText Index
This collection is meant as a base class for fulltext indexes, a page specific implementation will follow.
Currently contains lots of dead code that needs to be removed or replaced.
show more ...
|
| b3cb0bc3 | 11-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
keep modification state of MemoryIndexes
MemoryIndexes only need to be saved back when they have been modified |
| a7580321 | 01-Sep-2022 |
Zebra North <mrzebra@mrzebra.co.uk> |
Fix clientIP() returning the wrong address |
| c7dab4e8 | 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated method calls |
| 45230f13 | 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
use self hosted msglint api. fixes #3736 |
| 5a10fbce | 27-Jul-2022 |
Andreas Gohr <andi@splitbrain.org> |
Support the multiple attribute in Form selects
This should fix a problem mentioned in https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602
Note that prefilling from $
Support the multiple attribute in Form selects
This should fix a problem mentioned in https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602
Note that prefilling from $INPUT is still only supported for single value selects.
show more ...
|
| b1d4a667 | 24-Jun-2022 |
Andreas Gohr <andi@splitbrain.org> |
throw exceptions in API on user creation errors
As discussed in #3609 |
| 047b3cae | 25-Jan-2022 |
Michael Wegener <wegener@satware.com> |
revert to simple boolean result when user creation fails, remove unused function |
| f0e32bb9 | 24-Jan-2022 |
Michael Wegener <wegener@satware.com> |
Create one user per request |
| 0e0fd3b7 | 24-Jan-2022 |
Michael Wegener <wegener@satware.com> |
Implements #3606: add xmlrpc createUsers function |
| 2cd6cc0a | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
move resolvers into File namespace |
| ee78287d | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
added autoplural tests for PageResolver |
| 093aec3d | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
added pageresolver tests for tilde+startpage behaviour |
| f7711f2b | 01-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
always use the same htmlspecialchars setup
defaults for htmlspecialchars change in PHP 8.1
All calls should always use our hsc() method to ensure comparability (especially when testing) |
| d8ab8746 | 26-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
Revert "Merge pull request #3039 from takuy/video-attributes"
This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversing changes made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d. |
| e36579e9 | 26-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
Revert "fixed video attribute handling in php8"
This reverts commit f5cdab8ec90af0cde0c0e32209470cfa820b8ab5. |
| c48d6608 | 26-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
Revert "more php8 fixes for the video attributes"
This reverts commit 89e046c85b43365a46ce9f137a1b843d3ef6813b. |
| 89e046c8 | 20-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
more php8 fixes for the video attributes
I defaulted back to null instead of an empty array. |
| f5cdab8e | 20-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
fixed video attribute handling in php8 |
| 1ef67323 | 17-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix test for draft file |
| dec26820 | 08-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
retrieveRow needs to pad the index, too |
| 8ed35011 | 08-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
better method names |
| d6396b6d | 08-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
we need the same access methods in both index types |