History log of /dokuwiki/ (Results 2176 – 2200 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
18b1e90a08-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for extension plugin

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

fixed class name

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

PSR-2 for authpdo plugin

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

PSR-2 compatibility for info plugin

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

PSR-2 for popularity plugin

209f81cc08-May-2018 phallobst <bugs@michael-lossin.de>

fixed typos

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

1...<<81828384858687888990>>...420