History log of /dokuwiki/inc/parser/xhtml.php (Results 76 – 100 of 377)
Revision Date Author Comments
# 56bd9509 17-Aug-2017 Phy <git@phy25.com>

Fix sanitation of $language for code highlighting (fixes #2080)


# 0877a1f1 15-Aug-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

Support Web Video Text Tracks Format subtitles


# 7c6a857a 15-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into actionrefactor

* master: (65 commits)
updated composer dependencies
Release preparation
translation update
do not disclose email or IP addresses of users through R

Merge branch 'master' into actionrefactor

* master: (65 commits)
updated composer dependencies
Release preparation
translation update
do not disclose email or IP addresses of users through RSS
small fix
Make default encapsulation more readable and less duplicate.
Replace htmlspecialchars to hsc in core
Add the preview-bool for the cache file.
Add htmlspecialchars when showing $DATE_AT
#2021 broken links to W3C validators also dokuwiki and php are on https
made bin/wantedpage.php more flexible
doc abbreviation
Fix PHP Notices: Reduce error log noise
Create valid empty options
translation update
doc fix
translation update
using $options->getCmd to retrieve show-pages parameter
added option to wantedpages.php to show or not show pages where broken links occur
show pages where broken links occur: page_id => broken_link
...

show more ...


# 8f34cf3d 26-Jul-2017 Michael Große <grosse@cosmocode.de>

Fix PHP Notices: Reduce error log noise

While DokuWiki suppresses PHP Notices they are still a code smell and
should be fixed. This fixes some PHP Notices that occurred.

Some of these fixes could b

Fix PHP Notices: Reduce error log noise

While DokuWiki suppresses PHP Notices they are still a code smell and
should be fixed. This fixes some PHP Notices that occurred.

Some of these fixes could be refactored into nicer code once we move to
PHP 7 and get access to the `??` operator.

show more ...


# e2d88156 23-May-2017 LarsDW223 <lars_paulsen@web.de>

Added support for additional geshi options using an extendable options array.


# 2571786c 18-May-2017 LarsDW223 <lars_paulsen@web.de>

always redirect to correct section

Across workflow 'show - sectionedit - save/cancel' explicitly
transmit header id to the server. So the server can always redirect to
the correct section even if he

always redirect to correct section

Across workflow 'show - sectionedit - save/cancel' explicitly
transmit header id to the server. So the server can always redirect to
the correct section even if headings have the same name. Fixes #1364.

show more ...


# 35284e8c 03-Feb-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1771 from splitbrain/blanktitles

fix problems with header that look falsy. fixes #1770


# 9d2d084e 30-Jan-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1548 from splitbrain/fix-broken-js-in-xhtml

Fix broken JS in xhtml


# 44f5d1c1 24-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

misspelled foot


# d2a99739 24-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

added table footer support to renderer

This allows plugins to easily render a <tfoot> element in a table, even
though it's not used in standard table syntax it makes sense to have it
available.


# 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


12345678910>>...16