| 66668490 | 10-Nov-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix PHP notice |
| 86f7e2d5 | 08-Nov-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2024-11-08
- Translation updates |
| 3ddbb880 | 08-Nov-2024 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (zh) (#107)
Co-authored-by: 小命Leaflet <2532846822@qq.com> |
| 1335a381 | 14-Oct-2024 |
MaWi <drmaxxis@gmail.com> |
translation update (de-informal)
Fixes #104, #106 |
| 20aef446 | 08-Nov-2024 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (ru) (#103)
Co-authored-by: Aleksandr Selivanov <alexgearbox@yandex.ru> |
| dce4bf9d | 14-Sep-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2024-09-14
Remove spam in Catalan translation (#101) |
| 65e703f0 | 14-Sep-2024 |
Damien Regad <dregad@mantisbt.org> |
Revert "translation update (ca) (#100)"
The update actually introduced Russian spam.
This reverts commit 7400e97a0ee0f62c0526fccb4794f3f39a209628.
Fixes #101 |
| bab48dc2 | 07-Mar-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2024-03-07
- Placeholder text (#88) - Translations - Code cleanup |
| d2f65217 | 24-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
PHPDoc |
| 641f0487 | 24-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
French translation for autopage config |
| d49ba5bb | 24-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
Skip leading # in newpagevars parameter
The regex for newpagetemplate parameters parsing that was implemented in commit 0d90564c63508563e4f3c8776e96661181a11b99 included the leading `#` in the newpa
Skip leading # in newpagevars parameter
The regex for newpagetemplate parameters parsing that was implemented in commit 0d90564c63508563e4f3c8776e96661181a11b99 included the leading `#` in the newpagevars parameter, preventing the newpagetemplate plugin from processing the first parameter as `#@PARAM@` would not match the expected `@PARAM@`.
Adapting the regex accordingly.
show more ...
|
| 31967e04 | 24-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix Array to string conversion warning
Regression introduced by incorrect implementation of newpagevars in commit 0d90564c63508563e4f3c8776e96661181a11b99 when porting #66 - It should be a string, n
Fix Array to string conversion warning
Regression introduced by incorrect implementation of newpagevars in commit 0d90564c63508563e4f3c8776e96661181a11b99 when porting #66 - It should be a string, not an array.
show more ...
|
| df9a92a0 | 24-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
Add placeholder text to page name input
Fixes #88 |
| aeafad49 | 24-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
Whitespace |
| 18fb4458 | 22-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
Replace legacy class by new SyntaxPlugin |
| 91e0b6c8 | 22-Sep-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix static analysis warnings |
| 7400e97a | 07-Mar-2024 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (ca) (#100)
Co-authored-by: Ingeborg <ingeborgpendley@gmail.com> |
| 96203ee2 | 07-Mar-2024 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (hu) (#99)
Co-authored-by: Fekete Ádám Zsolt <fadam@egbcsoport.hu> |
| 0aa2c115 | 27-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix static analysis warnings |
| 96b58211 | 27-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix incorrect merge resolution
In commit 22d9c079c34f0ef65334aeb535c0d954067f9d2a |
| bad67298 | 10-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Bump version
First release since @samwilson stopped maintaining the plugin in 2016.
It includes some housekeeping, translation updates as well as changes from merging most of the pending pull reque
Bump version
First release since @samwilson stopped maintaining the plugin in 2016.
It includes some housekeeping, translation updates as well as changes from merging most of the pending pull requests.
show more ...
|
| 99f48d03 | 10-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Revert "Fix caching (#79)"
This reverts commit 52cbbe71e7149120aecbff6afe08360dba9a0142.
As @Klap-in pointed out [1] this change was incorrect as $disablecache is passed by reference and updated by
Revert "Fix caching (#79)"
This reverts commit 52cbbe71e7149120aecbff6afe08360dba9a0142.
As @Klap-in pointed out [1] this change was incorrect as $disablecache is passed by reference and updated by _htmlNamespaceInput().
Conflicts: syntax.php
[1]: https://github.com/dregad/dokuwiki-plugin-addnewpage/pull/79#discussion_r1187975731
show more ...
|
| 51a509d7 | 10-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Replace deprecated resolve_pageid()
Use the PageResolver class instead, as documented [1].
Fixes #95
[1]: https://www.dokuwiki.org/devel:releases:refactor2021#refactoring_of_id_resolving |
| 7c0b9c8b | 07-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix static analysis warnings |
| 0102fe8c | 07-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Move class PHPDoc to top of file |