History log of /dokuwiki/inc/parserutils.php (Results 51 – 75 of 180)
Revision Date Author Comments
# 5ee37844 28-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

remove rendundant msg


# a049856d 26-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

revert back to trigger error


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

change to an Exception and expect it


# 5b76ad91 25-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

code cleaning - add some braces


# 548d801f 25-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

rework p_get_renderer() for use with autoloading bundled renderers


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

add renderers to autolader


# 252398f0 25-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

remove reference operator from p_get_renderer() declaration, not required for php5


# 11ac6abd 25-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

if configured renderer is not found, try to fallback to a bundled renderer


# d90a79c0 17-Feb-2014 lisps <stummp@loewen.de>

Merge remote-tracking branch 'origin/diff_navigation' into revisions

Conflicts:
inc/parser/xhtml.php


# 99ba9fe6 08-Jan-2014 Andreas Gohr <gohr@cosmocode.de>

php doc block


# 1c8a8d7b 25-Nov-2013 lisps <stummp@loewen.de>

change behavior only on date_at


# 4bde2196 22-Nov-2013 lisps <stummp@loewen.de>

remove property rev from xhtml.php
changed variable name $create_time to $modified_time


# 5c2eed9a 21-Nov-2013 lisps <stummp@loewen.de>

add parameter at($DATE_AT) and mind revisions


# 5e40b274 16-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

refactor to avoid php notice and match structure of rest of p_get_renderer()


# f19d1038 15-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

fix php strict and remove double duplicated code of renderer plugin loader


# c33b315b 18-Feb-2013 Anika Henke <anika@selfthinker.org>

removed a bunch of functions which were deprecated in 2005/2006


# 11531294 04-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Merge pull request #121 from splitbrain/strict

fix E_STRICT errors FS#2427


# 7c62086b 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

only execute valid instructions FS#2432


# 31b10b49 28-Jul-2012 Michael Hamann <michael@content-space.de>

Be more careful when setting metadata values FS#2514

This fixes a warning when setting $meta['relation']['firstimage']
using p_set_metadata.


# e8b5a4f9 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins, E_STRICT errors are still
supressed.

show more ...


# 0a6ae52f 28-Jul-2012 Michael Hamann <michael@content-space.de>

Initialize more variables and test if others are set (no functional changes)


# e3ab6fc5 28-Jul-2012 Michael Hamann <michael@content-space.de>

Fixed and extended PHPDoc comments and added additional @var comments


# 92a5d126 28-Jul-2012 Michael Hamann <michael@content-space.de>

Remove unused variables


# 6340dabc 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

avoid warnings when instructions with no parameters are rendered

see http://irc.dokuwiki.org/index.php?d=2012-07-28#msg403531


# 0d24b616 25-Jul-2012 Michael Hamann <michael@content-space.de>

Disable some parser and renderer caches during tests FS#2564

This disables some caches which use static variables in order to prevent
parsing or rendering of the same page more than once during a ru

Disable some parser and renderer caches during tests FS#2564

This disables some caches which use static variables in order to prevent
parsing or rendering of the same page more than once during a run and
also disables the cache of parser modes. This means we can no longer
test this behavior but at least it fixes syntax plugin tests and tests
which change pages in order to test certain caching behaviors.

show more ...


12345678