| 829b01a8 | 06-Mar-2021 |
Michael Hamann <michael.hamann@kit.edu> |
Fix #256 do not rely on $INFO in _apply_macro
As $INFO is not available because we are called in the very function populating $INFO, we cannot rely on it. Instead, this uses different sources for ge
Fix #256 do not rely on $INFO in _apply_macro
As $INFO is not available because we are called in the very function populating $INFO, we cannot rely on it. Instead, this uses different sources for getting the same information.
show more ...
|
| a870a593 | 12-Jan-2021 |
Luna Frax <lunafrax@gmail.com> |
translation update |
| 3db63d75 | 09-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| d4695c13 | 08-Oct-2020 |
Thien Hau <thienhau.9a14@gmail.com> |
translation update |
| dc971206 | 27-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Removed useless/deprecated code |
| 3e552d80 | 14-Jun-2020 |
Michael Hamann <michael@content-space.de> |
Pad arrays to avoid undefined array offsets #245 |
| 0708b6a6 | 14-Jun-2020 |
Michael Hamann <michael@content-space.de> |
Fix string offset syntax |
| 20b61c98 | 14-Jun-2020 |
Michael Hamann <michael@content-space.de> |
Fix flags not being stored in metadata #245 |
| 141a8497 | 04-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
added a list of deleted files. fixes #249 |
| 9d22b428 | 21-May-2020 |
Jacob Palm <jacobpalmdk@icloud.com> |
translation update |
| d6c66e35 | 25-Apr-2020 |
Michael Hamann <michael@content-space.de> |
Fix #246 - warnings when flags have no '=' |
| 3948cecc | 16-Apr-2020 |
Michael Hamann <michael@content-space.de> |
New release 2020-04-16 with exclude support |
| 684bb0c3 | 16-Apr-2020 |
Bart Louwers <bart+gitlab@emeel.net> |
Move exclude isset check outside loop |
| 4dc3397b | 16-Apr-2020 |
Bart Louwers <bart+gitlab@emeel.net> |
More efficient exclude |
| 542dddde | 14-Apr-2020 |
Bart Louwers <bart+gitlab@emeel.net> |
Use @preg_match instead of preg_match |
| 9bb98c9d | 14-Apr-2020 |
Bart Louwers <bart+gitlab@emeel.net> |
Make preg_match call before array_push. |
| 6a87fba8 | 11-Apr-2020 |
Bart Louwers <bart@emeel.net> |
Add check if flag is set |
| b3159774 | 11-Apr-2020 |
Bart Louwers <bart@emeel.net> |
Add 'exclude' option |
| 392525f4 | 23-Oct-2019 |
Bartek S <sadupl@gmail.com> |
translation update |
| 403d7c34 | 01-Aug-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
| 0cf31fd1 | 20-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix testing |
| 6fba657f | 29-Nov-2018 |
Michael Hamann <michael@content-space.de> |
Version 2018-11-29: Security fix for DokuWiki Greebo
If you are using the DokuWiki Greebo release and rely on ACL checks in the include plugin, apply this change as soon as possible. Note that this
Version 2018-11-29: Security fix for DokuWiki Greebo
If you are using the DokuWiki Greebo release and rely on ACL checks in the include plugin, apply this change as soon as possible. Note that this is only an issue with namespace includes, so if you do not use namespace includes and edits are only allowed for users that have access to your whole wiki, this does not concern you (but updating is still recommended).
Note that this is a problem caused by a bug in DokuWiki release Greebo. A future hotfix release of DokuWiki might fix this, too, see https://github.com/splitbrain/dokuwiki/pull/2609 for further information.
show more ...
|
| aec95c36 | 13-Oct-2018 |
Riccardo <riccardo.furlato@gmail.com> |
translation update |
| cf08914a | 01-Oct-2018 |
Michael Hamann <michael@content-space.de> |
Travis: test DokuWiki old-stable only on PHP 5.6
More recent PHP versions fail because of an incompatible PHPUnit version. |
| 9e2a2b4f | 30-Sep-2018 |
Michael Hamann <michael.hamann@kit.edu> |
Travis: Test on PHP versions supported by DokuWiki |