History log of /dokuwiki/inc/parser/renderer.php (Results 26 – 50 of 96)
Revision Date Author Comments
# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# c55b109c 27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: initialize vars to prevent PHP Notice

A PHP Notice occurred when $url didn't contain a '?'.


# 56bd9509 17-Aug-2017 Phy <git@phy25.com>

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


# 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 ...


# 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.


# 17e17ae2 16-Jul-2015 Patrick Brown <ptbrown@whoopdedo.org>

Encode unsafe characters in interwiki links. closes #1220


# ccee93d9 16-Jul-2015 Patrick Brown <ptbrown@whoopdedo.org>

Unit test for interwiki URL encoding bug


# 5a93f869 19-Feb-2015 Anika Henke <anika@zopa.com>

add missing tabletbody_open|close() to renderer


# 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)


# 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


# 8e3a5477 24-May-2014 Andreas Gohr <andi@splitbrain.org>

added short comment on how a renderer works


# 3dd5c225 24-May-2014 Andreas Gohr <andi@splitbrain.org>

added doc blocks for xhtml renderer


# cfa2b40e 24-May-2014 Andreas Gohr <andi@splitbrain.org>

added doc blocks to all functions in renderer


# 2c2835c2 24-May-2014 Andreas Gohr <andi@splitbrain.org>

reformatting


# 4afeda5d 24-Mar-2014 Andreas Gohr <andi@splitbrain.org>

Merge pull request #387 from splitbrain/tablethead

Adding <thead> to tables


# 4e60057c 12-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Merge branch 'master' into tablethead


# f97db660 10-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into userlink

Conflicts:
inc/parser/renderer.php
inc/template.php


# 6d2af55d 05-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

suppress errors where list() may not fill all vars


# 489dcad6 28-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

remove require handled by autoloader


# 2ada8709 25-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add renderers to autolader


# f379edc2 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

fix comment in _resolveInterWiki


# 6496c33f 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

interwiki : prefixed configurls handled as wikilinks


# 5a9ce446 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

code reformatting


# 2345e871 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

wikilink creating refactored to _resolveinterwiki().

Added DOKU_BASE for local target


1234