History log of /dokuwiki/ (Results 2251 – 2275 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1cdd009007-May-2018 Andreas Gohr <andi@splitbrain.org>

moved XMLRPC server class from lib/exe to inc/Remote

d05f72d007-May-2018 Andreas Gohr <andi@splitbrain.org>

fixed tests for chunked encoding

Looks like the domain we used to test this on expired.

4cdb684207-May-2018 Andreas Gohr <andi@splitbrain.org>

started a dedicated file for deprecated stuff

dd87735d07-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 compatibility for the remote API libs

e1cdd96c07-May-2018 Andreas Gohr <andi@splitbrain.org>

some more visibility declarations

23f4cc4707-May-2018 Andreas Gohr <andi@splitbrain.org>

do not use DOKU_PARSER_EOL outside of testing

d4d8fb1804-May-2018 Andreas Gohr <andi@splitbrain.org>

moved Parser to Parsing namespace

be906b5604-May-2018 Andreas Gohr <andi@splitbrain.org>

moved all parsing related namespaces to their own


_test/tests/inc/parser/lexer.test.php
_test/tests/inc/parser/parser_code.test.php
_test/tests/inc/parser/parser_eol.test.php
_test/tests/inc/parser/parser_file.test.php
_test/tests/inc/parser/parser_footnote.test.php
_test/tests/inc/parser/parser_headers.test.php
_test/tests/inc/parser/parser_i18n.test.php
_test/tests/inc/parser/parser_links.test.php
_test/tests/inc/parser/parser_lists.test.php
_test/tests/inc/parser/parser_preformatted.test.php
_test/tests/inc/parser/parser_quote.test.php
_test/tests/inc/parser/parser_quotes.test.php
_test/tests/inc/parser/parser_replacements.test.php
_test/tests/inc/parser/parser_table.test.php
_test/tests/inc/parser/parser_unformatted.test.php
_test/tests/inc/parser/renderer_xhtml.test.php
inc/Parsing/Handler/Block.php
inc/Parsing/Handler/CallWriter.php
inc/Parsing/Handler/CallWriterInterface.php
inc/Parsing/Handler/Lists.php
inc/Parsing/Handler/Nest.php
inc/Parsing/Handler/Preformatted.php
inc/Parsing/Handler/Quote.php
inc/Parsing/Handler/ReWriterInterface.php
inc/Parsing/Handler/Table.php
inc/Parsing/Lexer/Lexer.php
inc/Parsing/Lexer/ParallelRegex.php
inc/Parsing/Lexer/StateStack.php
inc/Parsing/ParserMode/AbstractMode.php
inc/Parsing/ParserMode/Acronym.php
inc/Parsing/ParserMode/Base.php
inc/Parsing/ParserMode/Camelcaselink.php
inc/Parsing/ParserMode/Code.php
inc/Parsing/ParserMode/Emaillink.php
inc/Parsing/ParserMode/Entity.php
inc/Parsing/ParserMode/Eol.php
inc/Parsing/ParserMode/Externallink.php
inc/Parsing/ParserMode/File.php
inc/Parsing/ParserMode/Filelink.php
inc/Parsing/ParserMode/Footnote.php
inc/Parsing/ParserMode/Formatting.php
inc/Parsing/ParserMode/Header.php
inc/Parsing/ParserMode/Hr.php
inc/Parsing/ParserMode/Html.php
inc/Parsing/ParserMode/Internallink.php
inc/Parsing/ParserMode/Linebreak.php
inc/Parsing/ParserMode/Listblock.php
inc/Parsing/ParserMode/Media.php
inc/Parsing/ParserMode/ModeInterface.php
inc/Parsing/ParserMode/Multiplyentity.php
inc/Parsing/ParserMode/Nocache.php
inc/Parsing/ParserMode/Notoc.php
inc/Parsing/ParserMode/Php.php
inc/Parsing/ParserMode/Plugin.php
inc/Parsing/ParserMode/Preformatted.php
inc/Parsing/ParserMode/Quote.php
inc/Parsing/ParserMode/Quotes.php
inc/Parsing/ParserMode/Rss.php
inc/Parsing/ParserMode/Smiley.php
inc/Parsing/ParserMode/Table.php
inc/Parsing/ParserMode/Unformatted.php
inc/Parsing/ParserMode/Windowssharelink.php
inc/Parsing/ParserMode/Wordblock.php
inc/parser/handler.php
inc/parser/lexer.php
inc/parser/parser.php
inc/parserutils.php
lib/plugins/syntax.php
e9eace7604-May-2018 Andreas Gohr <andi@splitbrain.org>

rename invokeParser to invokeHandler

Because that's what happens. There is a difference between the Parser
and the Handler in our system and this makes it more clear what happens.

8b1b81be04-May-2018 Andreas Gohr <andi@splitbrain.org>

cleaned up Doku_Handler for PSR-2

836f6efb04-May-2018 Andreas Gohr <andi@splitbrain.org>

add methods to test interal properties

You shouldn't really do this. But sometimes its so much easier to write
a test that flips an internal bit than to do it poperly(tm). Better a
risky test than n

add methods to test interal properties

You shouldn't really do this. But sometimes its so much easier to write
a test that flips an internal bit than to do it poperly(tm). Better a
risky test than none...

show more ...

de22611604-May-2018 Andreas Gohr <andi@splitbrain.org>

adjusted the Lexer for PSR-2

47f73ecf04-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.

747301f303-May-2018 Ivan Smirnov <isgsmirnov@gmail.com>

Update PHP logo URL to HTTPS

- solves mixed content warnings on web security analyzers
- saves time since http://php.net/images/php.gif will redirect to https://secure.php.net/images/php.gif anyway.

bc75376503-May-2018 Guy Brand <gb@unistra.fr>

Bump updateVersion

1362c8af02-May-2018 Andreas Gohr <andi@splitbrain.org>

fix draft recovering

The actual draft text got lost when we changed to showing the diff
instead of the full draft.

ddb94cf001-May-2018 Andreas Gohr <andi@splitbrain.org>

updated php-archive lib. fixes #2361

d4e34dc030-Apr-2018 Tengiz <tech2008a@gmail.com>

translation update

5c2aad1230-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 ...

f4c7bdbe30-Apr-2018 Gerrit Uitslag <klapinklapin@gmail.com>

typo

306daa1030-Apr-2018 Andreas Gohr <andi@splitbrain.org>

link to avanced geshi options. fixes #2352

e6686e8828-Apr-2018 Andreas Gohr <andi@splitbrain.org>

fixed wrong quoting

Used the wrong quotes to split up the string. But actually, we can just
use a linebreak. Doesn't matter for HTML.

36dc94bb28-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 ...


_test/tests/inc/parser/parser_code.test.php
_test/tests/inc/parser/parser_eol.test.php
_test/tests/inc/parser/parser_file.test.php
_test/tests/inc/parser/parser_footnote.test.php
_test/tests/inc/parser/parser_headers.test.php
_test/tests/inc/parser/parser_i18n.test.php
_test/tests/inc/parser/parser_links.test.php
_test/tests/inc/parser/parser_lists.test.php
_test/tests/inc/parser/parser_preformatted.test.php
_test/tests/inc/parser/parser_quote.test.php
_test/tests/inc/parser/parser_quotes.test.php
_test/tests/inc/parser/parser_replacements.test.php
_test/tests/inc/parser/parser_table.test.php
_test/tests/inc/parser/parser_unformatted.test.php
inc/ParserMode/AbstractMode.php
inc/ParserMode/Acronym.php
inc/ParserMode/Base.php
inc/ParserMode/Camelcaselink.php
inc/ParserMode/Code.php
inc/ParserMode/Emaillink.php
inc/ParserMode/Entity.php
inc/ParserMode/Eol.php
inc/ParserMode/Externallink.php
inc/ParserMode/File.php
inc/ParserMode/Filelink.php
inc/ParserMode/Footnote.php
inc/ParserMode/Formatting.php
inc/ParserMode/Header.php
inc/ParserMode/Hr.php
inc/ParserMode/Html.php
inc/ParserMode/Internallink.php
inc/ParserMode/Linebreak.php
inc/ParserMode/Listblock.php
inc/ParserMode/Media.php
inc/ParserMode/ModeInterface.php
inc/ParserMode/Multiplyentity.php
inc/ParserMode/Nocache.php
inc/ParserMode/Notoc.php
inc/ParserMode/Php.php
inc/ParserMode/Plugin.php
inc/ParserMode/Preformatted.php
inc/ParserMode/Quote.php
inc/ParserMode/Quotes.php
inc/ParserMode/Rss.php
inc/ParserMode/Smiley.php
inc/ParserMode/Table.php
inc/ParserMode/Unformatted.php
inc/ParserMode/Windowssharelink.php
inc/ParserMode/Wordblock.php
inc/parser/parser.php
inc/parserutils.php
lib/plugins/syntax.php
de36992328-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility definition for the renderers

I made a lot of things public that probaly should be protected. But many
syntax plugins do access renderer mechanisms directly, so better stay on
the safe sid

visibility definition for the renderers

I made a lot of things public that probaly should be protected. But many
syntax plugins do access renderer mechanisms directly, so better stay on
the safe side here.

The base renderer is now abstract.

show more ...

d2778ca927-Apr-2018 Andreas Gohr <andi@splitbrain.org>

correctly autoload the parser stuff

1...<<919293949596979899100>>...423