| #
d4d8fb18 |
| 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved Parser to Parsing namespace
|
| #
be906b56 |
| 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved all parsing related namespaces to their own
|
| #
47f73ecf |
| 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjusted Doku_Parser for PSR-2
All properties are declared protected. The handler is now set via the constructor.
|
| #
36dc94bb |
| 28-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested na
split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
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
|
| #
a31af593 |
| 13-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'private_testing' into geshi_features
* private_testing: (375 commits) make testing of inaccessible methods easier updated composer dependencies renamed ActionRouter::checkPermiss
Merge branch 'private_testing' into geshi_features
* private_testing: (375 commits) make testing of inaccessible methods easier updated composer dependencies renamed ActionRouter::checkPermissions to checkPreconditions shortened new search configs Section edit: corrected pattern 'SEC_EDIT_PATTERN' fix regex character class. fixes #2301 fix: switch extensions if stylesheet in style.ini doesn't exist refactor: rename and move function to set $JSINFO typo. capital P for class name fix: add missing global $ACT for $JSINFO refactor: use native json_encode for $JSINFO refactor: rename JSINFO.DOKU_UHN and JSINFO.DOKU_UHC refactor: extract $JSINFO initialization into tpl_ function refactor: rename dta and dtb parameters doc(search): parameter must be string or false doc(search): highlight is expected to be an array show adavanced tools with JavaScript only adjusted language files to remove outdated string removed sub header from all languages added aria attributes ...
show more ...
|
| #
2d102494 |
| 25-Aug-2017 |
Phy <git@phy25.com> |
Fix p_set_metadata damaging contributors with numeric ID
|
| #
e2d88156 |
| 23-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added support for additional geshi options using an extendable options array.
|
| #
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.
|
| #
7de86af9 |
| 30-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs, reformatting
|
| #
41d51802 |
| 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
switched geshi higlighter to composer based repository
|
| #
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
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
|
| #
7e8500ee |
| 02-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs and some improvements
|
| #
e3710957 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more phpdocs and minor check
|
| #
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
|
| #
85674a73 |
| 29-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #708 from splitbrain/overridablelangstrings
extend lang file cascade, so users can override some lang strings
|
| #
0440ca46 |
| 28-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs parserutils
|
| #
8d39e80d |
| 26-Sep-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch master into revisions
|
| #
e17b5b89 |
| 04-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #618 from splitbrain/cache_and_cachetime
Fix longstanding issue with cache class & cachetime setting
|
| #
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
|