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

ccc8b5fd07-May-2023 mw75 <wolfshoehle@googlemail.com>

addnewpage with @NS@ in sidebar (#77)

If you use addnewpage with @NS@ in the sidebar, you get the namespace
of the sidebar page (global ) and not the viewed one.

52cbbe7107-May-2023 Denis Anikin <31272453+sizzname@users.noreply.github.com>

Fix caching (#79)

Users who can add pages have seen a cached page for users who are not
allowed to add pages.

ed55cb4c29-Jun-2016 Michael Grosse <grosse@cosmocode.de>

Clean whitespace from html source

Since all major browser now have developer tools with automatic source
code indentation adding further white-space to the source is
unnecessary and potentially a st

Clean whitespace from html source

Since all major browser now have developer tools with automatic source
code indentation adding further white-space to the source is
unnecessary and potentially a styling issue.

This retraces changes made in the DokuWiki core with the new release
Elenor of Tsort.

Co-authored-by: Damien Regad <dregad@mantisbt.org>

Conflicts:
syntax.php

show more ...

aa8cc19b29-Jun-2016 Michael Grosse <grosse@cosmocode.de>

Add bottom-margin: don't cling to next element

Fixes #56

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

Add param "newpagevars" for plugin newpagetemplate

Fixes #66

UNTESTED adaptation of commit 9785b7d18e7da5a6454820073a551feb3c2a8617
to the new preg_match()-based parser.

9418ebb807-May-2023 Damien Regad <dregad@mantisbt.org>

Avoid undefined array key error

9785b7d130-Oct-2016 Vladimir <ReanGD@yandex.ru>

Add param "newpagevars" for plugin newpagetemplate

Fixes #66

e5d3a18f06-Oct-2020 qezwan <qezwan@gmail.com>

translation update

eb49e63207-May-2020 Thien Hau <thienhausoftware@gmail.com>

translation update

88f66ca726-Mar-2020 roro7amad <rrrrrr23r@gmail.com>

translation update

d5ab27d504-Jul-2018 Alexandre Belchior <alexbelchior@gmail.com>

translation update

07f67b5907-Jan-2018 Олексій <alexey.furashev@gmail.com>

translation update

aaf7441427-Oct-2017 Joerg <scooter22@gmx.de>

translation update

5cc7d73519-Apr-2023 Damien Regad <dregad@mantisbt.org>

Fix undefined array key error (#91)

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

Add .mailmap file

5c70674a07-May-2023 Damien Regad <dregad@mantisbt.org>

Update README.md

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

Update plugin info

959a125607-May-2023 Damien Regad <dregad@mantisbt.org>

Bump version

Tagging a release with all the changes that were merged by @samwilson
since the last official one (2015-11-02).

88aaa9dc30-May-2017 Andreas Gohr <gohr@cosmocode.de>

use input event instead of keyup

This should also catch copy'n'paste actions.

https://caniuse.com/#feat=input-event

cf018a6a30-May-2017 Andreas Gohr <gohr@cosmocode.de>

removed unneeded options assignment

Options are not used after the handler step, so no need to assign them
to the class member.

8640cd5530-May-2017 Andreas Gohr <gohr@cosmocode.de>

fix script to work on multiple forms again

19faa28829-May-2017 Andreas Gohr <gohr@cosmocode.de>

updated version

123456