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

0aa2c11527-May-2023 Damien Regad <dregad@mantisbt.org>

Fix static analysis warnings

96b5821127-May-2023 Damien Regad <dregad@mantisbt.org>

Fix incorrect merge resolution

In commit 22d9c079c34f0ef65334aeb535c0d954067f9d2a

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

99f48d0310-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 ...

51a509d710-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

7c0b9c8b07-May-2023 Damien Regad <dregad@mantisbt.org>

Fix static analysis warnings

0102fe8c07-May-2023 Damien Regad <dregad@mantisbt.org>

Move class PHPDoc to top of file

123456