| af0799c0 | 22-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3ebb32e6 | 22-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix tag for minimum php version |
| d4e3f2d9 | 04-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 34bf2523 | 04-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
replace strftime use with dformat
This fixes deprecation messages |
| 6553f23b | 04-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
use newer DokuWiki test workflow |
| 2c5795ba | 04-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
add minimum php requirement to plugin.info.txt
fixes #362 |
| 1a2598dc | 03-Jun-2025 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
| 5e1dff2d | 23-Sep-2024 |
Gabriel Pereira <gabpereira55@gmail.com> |
translation update |
| 86d24a16 | 22-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| e5981fe6 | 22-Sep-2023 |
Michael Hamann <michael@content-space.de> |
Fix #292 #297 deprecated id resolving functions
* Add a new gerneric resolver to resolve ids without cleaning * Replace deprecated calls * Remove some unused variables |
| 5126bb82 | 22-Sep-2023 |
Michael Hamann <michael@content-space.de> |
Remove unsupported PHP versions and old exclude from CI |
| 02c330c7 | 22-Sep-2023 |
Michael Hamann <michael@content-space.de> |
Fix PHPUnit warnings |
| 5b531ba9 | 23-Jun-2023 |
Franz-Josef Färber <franz-josef.faerber@stmuk.bayern.de> |
unterminated-float-causes-following-caption-to-wrap |
| 15f9eded | 20-Feb-2022 |
Igor <korcek.igor@gmail.com> |
translation update |
| 213595c2 | 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Version upped |
| 41ae9875 | 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Replace Travis by GitHub Actions |
| 62633254 | 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Fix reference assignment of plugin_load |
| 7b06ff40 | 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Fix undefined array index errors |
| 1a02160c | 06-Mar-2021 |
Michael Hamann <michael.hamann@kit.edu> |
Pass section id to included page edit button, fix warning #245
This fixes another undefined index 'hid' warning. Further, if the include plugin sets its own section id, this section id is passed to
Pass section id to included page edit button, fix warning #245
This fixes another undefined index 'hid' warning. Further, if the include plugin sets its own section id, this section id is passed to the editor now. This allows jumping back to the place from where the page has been included. Currently, these section ids are only set when a page is included for the first time.
show more ...
|
| e2231513 | 06-Mar-2021 |
Michael Hamann <michael.hamann@kit.edu> |
Fix undefined index warnings #245
This fixes unpacking too short arrays and adds empty 'hid' values. As we process the data in our own action handler, having empty values here should not cause any s
Fix undefined index warnings #245
This fixes unpacking too short arrays and adds empty 'hid' values. As we process the data in our own action handler, having empty values here should not cause any side effects.
show more ...
|
| 3684bc24 | 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
support new form events. fixes 274 |
| dffff5e1 | 06-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 16303882 | 05-Jul-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update PHP versions in Travis CI config |
| 69781840 | 05-Jul-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tests so they pass on master branch
Note: Tests will fail on PHP 5.6 |
| cd313c8c | 09-Mar-2021 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |