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

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

more flexibility

* @INPUT@ placeholder can be used to reference the given input (useful
to create a new namespace) makes #70 obsolete
* new ? syntax to overwrite config options from the syntax (de

more flexibility

* @INPUT@ placeholder can be used to reference the given input (useful
to create a new namespace) makes #70 obsolete
* new ? syntax to overwrite config options from the syntax (defaults
still come from the config setting)
* support for strftime placeholders in the namespace config. Allows to
create a daily page for example
* New option autopage which hides the input field. Together with the new
date placeholder this allows to create a daily page on a single button
click

show more ...

fec857f511-Apr-2017 Michael Große <grosse@cosmocode.de>

fix: Always use id of main page

017bc02922-Dec-2016 Matthieu Estrada <algorys@users.noreply.github.com>

Fix PHP Warning "strpos(): Empty needle"

If $exclude is empty, it generates many PHP warnings:

```
PHP Warning: strpos(): Empty needle in /var/www/wiki/lib/plugins/addnewpage/syntax.php on lin

Fix PHP Warning "strpos(): Empty needle"

If $exclude is empty, it generates many PHP warnings:

```
PHP Warning: strpos(): Empty needle in /var/www/wiki/lib/plugins/addnewpage/syntax.php on line 249
```

This change fix it.

show more ...

123456