| 285cfac6 | 24-Apr-2026 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2026-04-24
- Translation updates (ru) |
| 60b4e601 | 24-Apr-2026 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2026-29-24
- Translation updates (ru) |
| ac0dab54 | 24-Apr-2026 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
Translation update (ru) (#126)
Co-authored-by: Vyacheslav Strenadko <bryanskmap@ya.ru> |
| 09886620 | 21-Sep-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-09-21
- Translation updates (fr) |
| faa0ae91 | 21-Sep-2025 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (fr)
PR #123
Co-authored-by: Schplurtz le Déboulonné <Schplurtz@laposte.net> |
| efa0ff5e | 08-Sep-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-09-08
- Translation updates (de) |
| 692725db | 08-Sep-2025 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (ru) (#122)
Co-authored-by: CL <chris.loewe@vodafone.de> |
| 0fa95580 | 05-Sep-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-09-06
- New `createns` option - Code cleanup |
| 89aa939b | 05-Sep-2025 |
Damien Regad <dregad@mantisbt.org> |
Coding guidelines
Apply DokuWiki's standard |
| 5187ea72 | 05-Sep-2025 |
Damien Regad <dregad@mantisbt.org> |
Allow disabling creation of subnamespaces
New 'createns' config option, enabled by default. If disabled, any `:` in the page name will be replaced by `_` when determining the page name.
Fixes #120 |
| 2b5c96d9 | 13-Aug-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-08-13
- Allow replacement of multiple @INPUT@ placeholders - Fix autopage creating a namespace instead of a page |
| c4835d9d | 12-Aug-2025 |
Damien Regad <dregad@mantisbt.org> |
Only append page title if not empty
This fixes a regression introduced by fix for #110 (commit 2184b9df536ba26b3fce095eb7dbfd3499ee4eda), which prevented creation of a new page when using the `autop
Only append page title if not empty
This fixes a regression introduced by fix for #110 (commit 2184b9df536ba26b3fce095eb7dbfd3499ee4eda), which prevented creation of a new page when using the `autopage` option (the addnewpage form was appending a `:` to the name, causing DokuWiki to create a "start" page in a new namespace instead.
Fixes #118
show more ...
|
| 23110ef4 | 12-Aug-2025 |
Damien Regad <dregad@mantisbt.org> |
Allow replacement of multiple @INPUT@ placeholders
Fixes #113 |
| a6595689 | 03-Aug-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-08-03
- Translation updates |
| e3c3451a | 03-Aug-2025 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (ru) (#117)
Co-authored-by: Vyacheslav Strenadko <bryanskmap@ya.ru> |
| 6026dd21 | 22-Apr-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-04-22
- Translation updates |
| 62a14f35 | 22-Apr-2025 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
translation update (cs) (#115)
Co-authored-by: Martin Růžička <martinr@post.cz> |
| 9d050e31 | 07-Mar-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-03-07
- Translation updates |
| bd4513fe | 07-Mar-2025 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
Translation update (de) (#114)
Co-authored-by: analogroboter <ropely@gmx.net> |
| 7fac0bf4 | 24-Dec-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2024-12-24
- Fix bug when creating pages without @INPUT@ placeholder - Translation updates - Code cleanup |
| 78a58c19 | 24-Dec-2024 |
Damien Regad <dregad@mantisbt.org> |
Fix static analysis warnings |
| 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 ...
|