| #
be906b56 |
| 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved all parsing related namespaces to their own
|
| #
8b1b81be |
| 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
cleaned up Doku_Handler for PSR-2
|
| #
5c2aad12 |
| 30-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
split handler.php into multiple files
For now I left Doku_Handler itself as it were. We will need to keep the class name around for backwards compatibility but should move the class itself.
I intro
split handler.php into multiple files
For now I left Doku_Handler itself as it were. We will need to keep the class name around for backwards compatibility but should move the class itself.
I introduced a new ReWriter Interface to formalize how the various call writer implementations are accessed.
There are a whole bunch of doc blocks missing.
show more ...
|
| #
64159a61 |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change.
|
| #
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
|
| #
54f741e8 |
| 13-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
relax geshi options a bit more
Quotes are now optional, the options are spearated by space
|
| #
e2d88156 |
| 23-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added support for additional geshi options using an extendable options array.
|
| #
9e491c01 |
| 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replaced some more each calls
There are still some left in the DifferenceEngine code
|
| #
074b2b3f |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
5a9597bb |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
f50a239b |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
6efc45a2 |
| 19-Oct-2016 |
Dmitry Katsubo <dmitry.katsubo@gmail.com> |
Implemented interwiki substitution for external images (issue #1614).
|
| #
dbd52c81 |
| 02-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
minor optimization how cell counts are fixed in tables
array splice operations are expensive. when many cells in a table row are missing, the operation should be executed only once instead for each
minor optimization how cell counts are fixed in tables
array splice operations are expensive. when many cells in a table row are missing, the operation should be executed only once instead for each missing cell.
show more ...
|
| #
26e22ab8 |
| 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Changes for PHP 7 Compatibility - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And a
Changes for PHP 7 Compatibility - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
show more ...
|
| #
276820f7 |
| 10-Jan-2015 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
| #
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
|
| #
4766c1f0 |
| 02-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master'
|
| #
51a883ed |
| 02-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs handler
|
| #
10bcc8aa |
| 01-Dec-2014 |
Christopher Smith <chris@jalakai.co.uk> |
provide node/leaf state data in listitem_open instruction parameter
|
| #
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
|
| #
4afeda5d |
| 24-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #387 from splitbrain/tablethead
Adding <thead> to tables
|
| #
cef031c1 |
| 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
implement rules for when the top rows of a table qualify for a THEAD element 1. TD < 2 in a row 2. TD <= 50% of total cells 3. Not all table rows can be THEAD rows
|
| #
e950d12f |
| 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
improvements to double quote matching
|
| #
4e60057c |
| 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Merge branch 'master' into tablethead
|