History log of /dokuwiki/ (Results 2201 – 2225 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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

fixed broken tests

I also introduced an auto loaded namespace for the tests.

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

plugin prototype adjustments

They are now proper abstract classes

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

visibility declarations in plugins

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

visibility fixes

First start at declaring visibilites for methods and properties. Still
missing: the parser/renderer stuff and the plugins

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

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

adldap is a 3rd party lib

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

disable some sniffs on things we can not change

because backwards compatibility. There will be more excludes. This is
just a start.

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

do not check for namespace use, yet

We have to support lots of legacy code without namespaces

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

dcae056a27-Apr-2018 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

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

removed obsolete CS setup


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

added php code sniffer config

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

phpseclib update

42690e4d27-Apr-2018 Michael Große <grosse@cosmocode.de>

feat: improve search as a primary means to create new pages

Specifically, this pull request checks if the current query is already a
valid pageid and then return that as suggested pageid.

Also, tes

feat: improve search as a primary means to create new pages

Specifically, this pull request checks if the current query is already a
valid pageid and then return that as suggested pageid.

Also, tests are added for this method.

Fixes #2355

PS: We may want to somehow better educate/nudge users to use the better
way of creating pages by creating links on existing pages.

show more ...

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

unlock in cancel action

and actually use it in the edit form.

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

unlock pages on viewing them

6e19c6ec25-Apr-2018 Jonáš Dyba <jonas.dyba@gmail.com>

translation update

4347c5bb25-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

add user interface back to resendpwd action. fixes #2349

d23366ba24-Apr-2018 phallobst <bugs@michael-lossin.de>

Missing quote

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