| 2184b9df | 24-Dec-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix page creation without @INPUT@ placeholder
When a plain `{{NEWPAGE}}` or {{NEWPAGE>ns?nohide}} is used, the form did not create the new page as expected, because the javascript submit event looke
Fix page creation without @INPUT@ placeholder
When a plain `{{NEWPAGE}}` or {{NEWPAGE>ns?nohide}} is used, the form did not create the new page as expected, because the javascript submit event looked for an @INPUT@ placeholder that was not there, resulting in the user's input not being added to the new page's name.
We now detect whether the placeholder is present, and if not append the user's input to the namespace to generate the new page id.
Fixes #110
show more ...
|
| 149e78ea | 24-Dec-2024 |
Damien Regad <dregad@mantisbt.org> |
Remove debugging code |
| e5ab1083 | 23-Dec-2024 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
Translation update (pt-br) (#111)
Co-authored-by: Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
| 2be3f61e | 16-Nov-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2024-11-16
- New @INPUT@ placeholder - Allow overriding config options from the syntax - Support for strftime placeholders in the namespace config - New autopage option (use with str
Bump version to 2024-11-16
- New @INPUT@ placeholder - Allow overriding config options from the syntax - Support for strftime placeholders in the namespace config - New autopage option (use with strftime placeholders) - Always use id of main page in replacements - Allow customizing button labels - Translation updates
show more ...
|
| 74c22dcd | 13-Nov-2024 |
Damien Regad <dregad@mantisbt.org> |
Translation update (fr)
- Use standard translation 'Catégorie' for 'namespace' - Replace HTML entities by UTF-8 accented characters - Minor fixes |
| 09b1853c | 10-Nov-2024 |
Damien Regad <dregad@mantisbt.org> |
Keep custom label's case if lang string not found |
| 2c279077 | 10-Nov-2024 |
Damien Regad <dregad@mantisbt.org> |
Allow custom label for submit button
By specifying `{{NEWPAGE?label=xxxx}}`, it is now possible to set a custom label on the Add New Page form's submit button, instead of using the `Add page` defaul
Allow custom label for submit button
By specifying `{{NEWPAGE?label=xxxx}}`, it is now possible to set a custom label on the Add New Page form's submit button, instead of using the `Add page` default.
The specified value for the *label* parameter is a DokuWiki language string, allowing localization; if no matching translation is found, then `xxxx` will be displayed as-is.
Fixes #108
show more ...
|
| 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> |