| 06984891 | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Fix PHP error while saving Aichat settings |
| 5df0a18e | 06-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| 518edfb1 | 21-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
LinkWizard: fix multilevel parents in references |
| 9085b15b | 15-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
use relative links in LinkWizard
When the linked page has a common prefix with the current page, construct a relative link instead of always inserting absolute links. |
| d3d20a66 | 15-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
LinkWizard: add method to create a relative link
This is not used, yet. Usage will be added in a future commit.
Since we don't have a proper testing framework in place, yet. Tests have been added a
LinkWizard: add method to create a relative link
This is not used, yet. Usage will be added in a future commit.
Since we don't have a proper testing framework in place, yet. Tests have been added as a standalone script that can be run manually.
show more ...
|
| d2fda519 | 14-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
doc blocks in link wizard |
| 8dcd6c40 | 14-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
Linkwizard: use strict comparisons |
| 3f677f5c | 14-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
LinkWizard: don't use the deprecated keycode property anymore |
| df4e0c23 | 14-Oct-2024 |
Andreas Gohr <andi@splitbrain.org> |
turn link wizard into a class
Basic modernisation of the link wizard to more modern JavaScript. |
| 6f649915 | 04-Oct-2024 |
Tomáš Heger <heger.tomas@gmail.com> |
translation update |
| 180ba08b | 03-Oct-2024 |
Jürgen Mayer <gro.ikiwukod@x.wellen.org> |
translation update |
| 06c886b9 | 15-Sep-2024 |
Andreas Gohr <andi@splitbrain.org> |
Check security token for media restore. fix #4323
The whole media management is a mess, but this should fix the issue for now.
I think the severity is low since, this will only restore previously u
Check security token for media restore. fix #4323
The whole media management is a mess, but this should fix the issue for now.
I think the severity is low since, this will only restore previously uploaded media files, so permissions need to be high enogh for upload anyway.
show more ...
|
| e44b94a4 | 08-Sep-2024 |
Andreas Gohr <andi@splitbrain.org> |
Revert "use a dispatcher to access static image files"
This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.
It was accidentally pused to master before review. A PR with a revert for the re
Revert "use a dispatcher to access static image files"
This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.
It was accidentally pused to master before review. A PR with a revert for the revert will be pushed shortly.
show more ...
|
| 944e9ba7 | 08-Sep-2024 |
Andreas Gohr <andi@splitbrain.org> |
use a dispatcher to access static image files
This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16
A .htaccess rewrite ca
use a dispatcher to access static image files
This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16
A .htaccess rewrite catches any direct accesses that might come in from plugins.
show more ...
|
| cff9a541 | 07-Aug-2024 |
Nathan Neulinger <nneul@neulinger.org> |
Support a URI parameter for ldap since current code doesn't actually work |
| f4faa217 | 17-Jul-2024 |
Ekin <ata.ekin@windowslive.com> |
translation update |
| c1dcf0d7 | 24-Jun-2024 |
hauk92 <47572039+hauk92@users.noreply.github.com> |
Remove obsolete translation |
| d4059ee7 | 22-Jun-2024 |
hauk92 <47572039+hauk92@users.noreply.github.com> |
Log in local time instead of utc |
| 0e1a7ec2 | 19-Jun-2024 |
merefox retronica <merefox@naver.com> |
translation update |
| 432cfaa6 | 15-May-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| 5284332a | 11-May-2024 |
uaKalwin <world9online@gmail.com> |
translation update |
| c51a3e99 | 01-May-2024 |
Marek Lach <mareklachbc@tutanota.com> |
translation update |
| e9b29fc5 | 01-May-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
Update extension.test.php
fix for failing test due to aligned url entry
ref https://github.com/dokuwiki/dokuwiki/issues/4270#issuecomment-2088208289 |
| 34e675a8 | 30-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
align url for lib/plugin members
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url of `plugin.info.txt` to standard prefix - realign spacing as applicable |
| 6b69197a | 30-Apr-2024 |
Zweihorn <4863737+Zweihorn@users.noreply.github.com> |
align url
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url to standard prefix - realign spacing |