| #
f515db7f |
| 28-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
fix problems with header that look falsy. fixes #1770
|
| #
6efc45a2 |
| 19-Oct-2016 |
Dmitry Katsubo <dmitry.katsubo@gmail.com> |
Implemented interwiki substitution for external images (issue #1614).
|
| #
9bbceb0e |
| 12-Jun-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #1558 from splitbrain/syntaxtableclasses
Let plugin add their own classes to list/table created with doku's renderer methods
|
| #
7d769f75 |
| 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
warn about classes to be valid
|
| #
2e0ebe60 |
| 10-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
allow passing multiple classes as array
|
| #
0c4c0281 |
| 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
optional class for methods that open a table,row,cell,header, ul,ol
Let plugins add their own classes to builtin tables or lists.
Fixes #1188 Alternative for #1360 (and PR #1515)
|
| #
cea664bd |
| 30-Apr-2016 |
LarsDW223 <lars_paulsen@web.de> |
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".
|
| #
694afa06 |
| 29-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
changed footnote content to div
|
| #
fedeebd7 |
| 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
rewrote js for footnotes to work in xhtml
|
| #
bc3d2252 |
| 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo from nofollow to noopener
|
| #
914045f3 |
| 14-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
add rel=noopener to links opening in new window
This is a security measurement supported in Chrome and Opera (and probably other browsers soonish)
See http://mathiasbynens.github.io/rel-noopener/ f
add rel=noopener to links opening in new window
This is a security measurement supported in Chrome and Opera (and probably other browsers soonish)
See http://mathiasbynens.github.io/rel-noopener/ for rationale
show more ...
|
| #
5ece862c |
| 17-Aug-2015 |
Anika Henke <anika@selfthinker.org> |
Revert "Trim unnecessary / at start of windowssharelink"
|
| #
49cef4fd |
| 31-Jul-2015 |
Andreas Böhler <dev@aboehler.at> |
Add 'returnonly' option even if no valid url is given
|
| #
122f2d46 |
| 15-Jul-2015 |
Andreas Böhler <dev@aboehler.at> |
Add a 'returnonly' option to all xhtml link types
|
| #
5a93f869 |
| 19-Feb-2015 |
Anika Henke <anika@zopa.com> |
add missing tabletbody_open|close() to renderer
|
| #
38c6f603 |
| 08-Jan-2015 |
Robin H. Johnson <robbat2@gentoo.org> |
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 another service, 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 another service, rendering the order as-is is better than having it sorted.
This patch adds a new parameter for the rss keyword, 'nosort', which can be used to disable SimplePie's sorting.
This makes it possible to correctly display RSS feeds from "Remember The Milk", which have a complex order from the system.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
show more ...
|
| #
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|
| #
e3a24861 |
| 01-Dec-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Update inbuilt renderers for node/leaf state in listitem_open - includes, xhtml renderer adding 'node' class to <li> when it contains child list(s)
|
| #
83b7e38d |
| 11-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Trim unnecessary / at start of windowssharelink
|
| #
42ea7f44 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Many PHPDocs, some unused and dyn declared vars
many PHPDocs some unused variables some dynamically declared variables declared
|
| #
59bc3b48 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements
|
| #
17553fca |
| 29-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #624 from lisps/revisions
date_at support
|
| #
e0c26282 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues
|
| #
8d39e80d |
| 26-Sep-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch master into revisions
|
| #
702e97d3 |
| 02-Aug-2014 |
Anika Henke <anika@selfthinker.org> |
fixed scrutinizer issues
|