| ccc8b5fd | 07-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. |
| 52cbbe71 | 07-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. |
| ed55cb4c | 29-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 ...
|
| aa8cc19b | 29-Jun-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add bottom-margin: don't cling to next element
Fixes #56 |
| 0d90564c | 07-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. |
| 9418ebb8 | 07-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Avoid undefined array key error |
| 9785b7d1 | 30-Oct-2016 |
Vladimir <ReanGD@yandex.ru> |
Add param "newpagevars" for plugin newpagetemplate
Fixes #66 |
| e5d3a18f | 06-Oct-2020 |
qezwan <qezwan@gmail.com> |
translation update |
| eb49e632 | 07-May-2020 |
Thien Hau <thienhausoftware@gmail.com> |
translation update |
| 88f66ca7 | 26-Mar-2020 |
roro7amad <rrrrrr23r@gmail.com> |
translation update |
| d5ab27d5 | 04-Jul-2018 |
Alexandre Belchior <alexbelchior@gmail.com> |
translation update |
| 07f67b59 | 07-Jan-2018 |
Олексій <alexey.furashev@gmail.com> |
translation update |
| aaf74414 | 27-Oct-2017 |
Joerg <scooter22@gmx.de> |
translation update |
| 5cc7d735 | 19-Apr-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix undefined array key error (#91) |
| e95275f0 | 07-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Add .mailmap file |
| 5c70674a | 07-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Update README.md |
| c695c89c | 07-May-2023 |
Damien Regad <dregad@mantisbt.org> |
Update plugin info |
| 959a1256 | 07-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). |
| 88aaa9dc | 30-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 |
| cf018a6a | 30-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. |
| 8640cd55 | 30-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fix script to work on multiple forms again |
| 19faa288 | 29-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
updated version |
| b8304a8e | 29-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 ...
|
| fec857f5 | 11-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
fix: Always use id of main page |
| 017bc029 | 22-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 ...
|