optional class for methods that open a table,row,cell,header, ul,olLet plugins add their own classes to builtin tables or lists.Fixes #1188Alternative for #1360 (and PR #1515)
Added getter function getLastlevel() in Doku_Renderer_xhtml.This is required for the filelist plugin to fix issue #11 since $lastlevel became protected in "hrun".
changed footnote content to div
rewrote js for footnotes to work in xhtml
fixed typo from nofollow to noopener
add rel=noopener to links opening in new windowThis is a security measurement supported in Chrome and Opera (andprobably other browsers soonish)See http://mathiasbynens.github.io/rel-noopener/ f
add rel=noopener to links opening in new windowThis is a security measurement supported in Chrome and Opera (andprobably other browsers soonish)See http://mathiasbynens.github.io/rel-noopener/ for rationale
show more ...
Revert "Trim unnecessary / at start of windowssharelink"
Add 'returnonly' option even if no valid url is given
Encode unsafe characters in interwiki links. closes #1220
Unit test for interwiki URL encoding bug
Add a 'returnonly' option to all xhtml link types
more object type hints and removal of '&' operator before objects
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd a
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd add some object type hints
add missing tabletbody_open|close() to renderer
Scrutinizer Auto-FixesThis commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Optionally render RSS unsorted.By default, SimplePie sorts RSS entries by the the date on each entry.If some cases, mostly where RSS is used as a input format for anotherservice, rendering the o
Optionally render RSS unsorted.By default, SimplePie sorts RSS entries by the the date on each entry.If some cases, mostly where RSS is used as a input format for anotherservice, rendering the order as-is is better than having it sorted.This patch adds a new parameter for the rss keyword, 'nosort', which canbe used to disable SimplePie's sorting.This makes it possible to correctly display RSS feeds from "Remember TheMilk", which have a complex order from the system.Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
phpdocs handler
Update inbuilt renderers for node/leaf state in listitem_open- includes, xhtml renderer adding 'node' class to <li> when it contains child list(s)
provide node/leaf state data in listitem_open instruction parameter
Trim unnecessary / at start of windowssharelink
Many PHPDocs, some unused and dyn declared varsmany PHPDocssome unused variablessome dynamically declared variables declared
more scrutinizer issue improvements
scrutinizer documentations issues
Send CRLF to Windows UAs for code blocks #863
fixed scrutinizer issues
12345678910>>...24