efd15b3e | 09-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
explicitly track known config files, gitignore the rest
fixes #4308 |
ac7091c6 | 09-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
line break pre when printing. fixes #4424 |
78a26510 | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
Add experimental tree builder classes
These classes provide mechanisms to build a traversable tree of pages and links. Either from the existing namespace structure, or from a control page containing
Add experimental tree builder classes
These classes provide mechanisms to build a traversable tree of pages and links. Either from the existing namespace structure, or from a control page containing (possibly a nested) set of links.
The nodes returned by the tree are deliberately sparse. No ACL checking is taking place. Developers can enrich (or omit) nodes and influence recursion decisions via callbacks.
The tree can optionally be sorted by comparators provided in the TreeSort class or a custom callback.
The API provided by these classes is not considered stable yet and may change over time. Plugin authors are encouraged to use them and provide feedback.
show more ...
|
20f2b8c6 | 18-Mar-2025 |
Manu <pachamalayalamproject@gmail.com> |
translation update |
19f3aa32 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated dev dependencies |
16288f11 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
removed dev suggestions from composer file
Those are now specified in the _test composer file. |
a8f218d4 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
API doc block updates |
0e1bcd98 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
increased API version |
72b0e523 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
API: proper access to the current media revision
Even when the revision is explictly given instead of set to 0. See #4419 for ponderings about why this is necessary and a different approach. |
61d21e86 | 15-Mar-2025 |
kuangfio <kuangfionaly@gmail.com> |
Added API endpoint core.getMediaHistory #4147
squashed commits of #4369 |
2ee6c32d | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated jquery and jquery-ui versions |
5ed7bace | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
set crossorigin header for manifest. fixes #4322
To summarize the issue:
1. the wiki is protected by Basic auth, outside of the wiki 2. chrome will not pass authentication credentials when accessin
set crossorigin header for manifest. fixes #4322
To summarize the issue:
1. the wiki is protected by Basic auth, outside of the wiki 2. chrome will not pass authentication credentials when accessing a linked manifest 3. the webserver will deny access to the manifest
DokuWiki does not care about the auth credentials, because the manifest returns public info only. The issue is really with the webserver denying the request.
Using a crossorigin hint will work around the chrome behaviour. The only potential downside would be that chrome now will send auth credentials even when there is no web server based auth. Since DokuWiki doesn't care, it's not really a downside.
show more ...
|
999fe614 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
do not check for deprecated functions in installer
our UTF-8 fallbacks should not fall back on the utf8_decode/encode functions anymore, so this check is no longer useful
sligthly related to #4354 |
f1c5f121 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
authldap: avoid warning on invalid mapping setup. #4399 |
83bbbbbe | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated php-cli #4384 |
91c051b5 | 15-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix legacy XMLRPC call dokuwiki.appendPage #4418 |
0a302752 | 12-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
treat getallheaders more suspiciously. fixes #4415 |
5c3fa123 | 12-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
do not return zero error code for API exceptions. fixes #4413 |
cc19c226 | 07-Mar-2025 |
analogroboter <ropely@gmx.net> |
translation update |
cb5063c3 | 18-Jan-2025 |
Jeann <wjeann@gmail.com> |
translation update |
4658ac3b | 16-Jan-2025 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
f0d0d147 | 15-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
allow dialogs overflow in y-direction
In the dokuwiki template, an overflow:hidden was meant to keep oversized content within the article area. However this can interfere with pseudo-dropdowns on ve
allow dialogs overflow in y-direction
In the dokuwiki template, an overflow:hidden was meant to keep oversized content within the article area. However this can interfere with pseudo-dropdowns on very small pages.
This changes the behavior to clip on x-axis only while keeping overflows visible in the y direction.
This fixes a rare issue and should not have any effects on normal use anyway.
show more ...
|
916194c7 | 15-Jan-2025 |
Fekete Ádám Zsolt <fadam@egbcsoport.hu> |
translation update |
db5401d7 | 14-Jan-2025 |
Володимир <heneral@gmail.com> |
translation update |
25a6adc7 | 09-Jan-2025 |
Marek Adamski <fevbew@wp.pl> |
translation update |