- 18 Jun, 2020 1 commit
-
-
Pietro Saccardi authored
-
- 13 Apr, 2020 3 commits
-
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
- 12 Apr, 2020 5 commits
-
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
- 08 Dec, 2019 4 commits
-
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
Fix sections and section editing
-
- 09 Oct, 2019 2 commits
-
-
annda authored
Another go at fixing this plugin
-
Anna Dabrowska authored
Compatibility with different renderers, e.g. qc plugin uses an array
-
- 08 Oct, 2019 6 commits
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Section editing is only available to users who can write the page. User who can write the page have access to all data in it, so hiding content from them with ifauthex is useless in the first place. For proper handling, we might need to overwrite the xhtml renderer and tune a lot of internal variables and properties.
-
Andreas Gohr authored
We can simply add baseonly as allowed and let headers do their own thing.
-
Andreas Gohr authored
The plugin gets reused for multiple renderers, but we need independend references for each one. So we put them into the meta array of the renderer.
-
Andreas Gohr authored
For now we ignore the handling of sections.
-
Andreas Gohr authored
this is a passing test that probably should not pass.
-
- 05 Aug, 2019 2 commits
-
-
Anna Dabrowska authored
-
Anna Dabrowska authored
Solution from wrap plugin
-
- 23 Jul, 2019 1 commit
-
-
Andreas Gohr authored
This changes the way how content is hidden from the user by diverting the renderer doc to a sacrificial space. This way all rendering outputs to this space and is simply thrown away after the fact. This has two advantages: 1) no separate renderer processes need to be instantiated (less resource hungry) 2) section edit byte positions stay correct
-
- 11 Jan, 2019 12 commits
-
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
Today I'm a bit sick.
-
Pietro Saccardi authored
Weirdly this does not trigger during testing. PHP scope magic?
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
In this way it is possible to test the expression value.
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
-
Pietro Saccardi authored
See comment.
-
- 10 Jan, 2019 4 commits
-
-
Pietro Saccardi authored
There are some weird quirks in DokuWiki. 1. The regex syntax for the Entry/Exit pattern is somewhat reduced. 2. Using a substitution type does not work.
-
Pietro Saccardi authored
-
Pietro Saccardi authored
Replaced with functions which wrap over static variable.
-
Pietro Saccardi authored
-