History log of /plugin/addnewpage/ (Results 26 – 50 of 135)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2184b9df24-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 ...

149e78ea24-Dec-2024 Damien Regad <dregad@mantisbt.org>

Remove debugging code

e5ab108323-Dec-2024 DokuWiki Translation Tool <admin@dokuwiki.org>

Translation update (pt-br) (#111)

Co-authored-by: Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

2be3f61e16-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 ...

74c22dcd13-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

09b1853c10-Nov-2024 Damien Regad <dregad@mantisbt.org>

Keep custom label's case if lang string not found

2c27907710-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 ...

6666849010-Nov-2024 Damien Regad <dregad@mantisbt.org>

Fix PHP notice

86f7e2d508-Nov-2024 Damien Regad <dregad@mantisbt.org>

Bump version to 2024-11-08

- Translation updates

3ddbb88008-Nov-2024 DokuWiki Translation Tool <admin@dokuwiki.org>

translation update (zh) (#107)

Co-authored-by: 小命Leaflet <2532846822@qq.com>

1335a38114-Oct-2024 MaWi <drmaxxis@gmail.com>

translation update (de-informal)

Fixes #104, #106

20aef44608-Nov-2024 DokuWiki Translation Tool <admin@dokuwiki.org>

translation update (ru) (#103)

Co-authored-by: Aleksandr Selivanov <alexgearbox@yandex.ru>

dce4bf9d14-Sep-2024 Damien Regad <dregad@mantisbt.org>

Bump version to 2024-09-14

Remove spam in Catalan translation (#101)

65e703f014-Sep-2024 Damien Regad <dregad@mantisbt.org>

Revert "translation update (ca) (#100)"

The update actually introduced Russian spam.

This reverts commit 7400e97a0ee0f62c0526fccb4794f3f39a209628.

Fixes #101

bab48dc207-Mar-2024 Damien Regad <dregad@mantisbt.org>

Bump version to 2024-03-07

- Placeholder text (#88)
- Translations
- Code cleanup

d2f6521724-Sep-2023 Damien Regad <dregad@mantisbt.org>

PHPDoc

641f048724-Sep-2023 Damien Regad <dregad@mantisbt.org>

French translation for autopage config

d49ba5bb24-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 ...

31967e0424-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 ...

df9a92a024-Sep-2023 Damien Regad <dregad@mantisbt.org>

Add placeholder text to page name input

Fixes #88

aeafad4924-Sep-2023 Damien Regad <dregad@mantisbt.org>

Whitespace

18fb445822-Sep-2023 Damien Regad <dregad@mantisbt.org>

Replace legacy class by new SyntaxPlugin

91e0b6c822-Sep-2023 Damien Regad <dregad@mantisbt.org>

Fix static analysis warnings

7400e97a07-Mar-2024 DokuWiki Translation Tool <admin@dokuwiki.org>

translation update (ca) (#100)

Co-authored-by: Ingeborg <ingeborgpendley@gmail.com>

96203ee207-Mar-2024 DokuWiki Translation Tool <admin@dokuwiki.org>

translation update (hu) (#99)

Co-authored-by: Fekete Ádám Zsolt <fadam@egbcsoport.hu>

123456