| #
e310313d |
| 19-Mar-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch 'remotes/origin/master' into revisions_local
|
| #
59b1d918 |
| 17-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
adjust logic of caching comments for _nocache
|
| #
6e6d16ed |
| 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix a couple of issues with PR#571
1. renderer validity checks were too stringent for plugins, format should only need to be checked when mode is 'xhtml' 2. E_USER_WARNING message should now be o
Fix a couple of issues with PR#571
1. renderer validity checks were too stringent for plugins, format should only need to be checked when mode is 'xhtml' 2. E_USER_WARNING message should now be obsolete, its previous use was to generate a warning when 'xhtml' rendering failed. PR#571 insures 'xhtml' rendering always succeeds.
show more ...
|
| #
709fd925 |
| 02-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
resolve scrutinizer issue, is_a type hint doesn't allow null
|
| #
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)
|