History log of /dokuwiki/inc/ (Results 1576 – 1600 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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


/dokuwiki/_test/tests/inc/parser/parser_code.test.php
/dokuwiki/_test/tests/inc/parser/parser_eol.test.php
/dokuwiki/_test/tests/inc/parser/parser_file.test.php
/dokuwiki/_test/tests/inc/parser/parser_footnote.test.php
/dokuwiki/_test/tests/inc/parser/parser_headers.test.php
/dokuwiki/_test/tests/inc/parser/parser_i18n.test.php
/dokuwiki/_test/tests/inc/parser/parser_links.test.php
/dokuwiki/_test/tests/inc/parser/parser_lists.test.php
/dokuwiki/_test/tests/inc/parser/parser_preformatted.test.php
/dokuwiki/_test/tests/inc/parser/parser_quote.test.php
/dokuwiki/_test/tests/inc/parser/parser_quotes.test.php
/dokuwiki/_test/tests/inc/parser/parser_replacements.test.php
/dokuwiki/_test/tests/inc/parser/parser_table.test.php
/dokuwiki/_test/tests/inc/parser/parser_unformatted.test.php
ParserMode/AbstractMode.php
ParserMode/Acronym.php
ParserMode/Base.php
ParserMode/Camelcaselink.php
ParserMode/Code.php
ParserMode/Emaillink.php
ParserMode/Entity.php
ParserMode/Eol.php
ParserMode/Externallink.php
ParserMode/File.php
ParserMode/Filelink.php
ParserMode/Footnote.php
ParserMode/Formatting.php
ParserMode/Header.php
ParserMode/Hr.php
ParserMode/Html.php
ParserMode/Internallink.php
ParserMode/Linebreak.php
ParserMode/Listblock.php
ParserMode/Media.php
ParserMode/ModeInterface.php
ParserMode/Multiplyentity.php
ParserMode/Nocache.php
ParserMode/Notoc.php
ParserMode/Php.php
ParserMode/Plugin.php
ParserMode/Preformatted.php
ParserMode/Quote.php
ParserMode/Quotes.php
ParserMode/Rss.php
ParserMode/Smiley.php
ParserMode/Table.php
ParserMode/Unformatted.php
ParserMode/Windowssharelink.php
ParserMode/Wordblock.php
parser/parser.php
parserutils.php
/dokuwiki/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.

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.

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


/dokuwiki/_test/phpcs.xml
/dokuwiki/composer.lock
FeedParser.php
JSON.php
Sitemapper.php
actions.php
auth.php
cache.php
common.php
events.php
form.php
fulltext.php
html.php
indexer.php
infoutils.php
init.php
io.php
mail.php
media.php
parser/code.php
parser/handler.php
parser/lexer.php
parser/metadata.php
parser/parser.php
parser/renderer.php
parser/xhtml.php
parser/xhtmlsummary.php
parserutils.php
search.php
template.php
toolbar.php
/dokuwiki/lib/plugins/acl/action.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/authad/action.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/authplain/auth.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/extension/action.php
/dokuwiki/lib/plugins/extension/admin.php
/dokuwiki/lib/plugins/extension/helper/extension.php
/dokuwiki/lib/plugins/extension/helper/gui.php
/dokuwiki/lib/plugins/extension/helper/list.php
/dokuwiki/lib/plugins/extension/helper/repository.php
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/popularity/admin.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/styling/action.php
/dokuwiki/lib/plugins/styling/admin.php
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
dcae056a27-Apr-2018 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation 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

110353d924-Apr-2018 Harriet Neitz <harrietneitz@gmail.com>

translation update

3877cbc823-Apr-2018 damiano <damiano@spagnuolo.eu>

translation update

058bdf6823-Apr-2018 Karl_de_Hall <Karl.Grohmueller@sonnenhof-sha.de>

translation update

3fc5af5123-Apr-2018 Damien Regad <dregad@mantisbt.org>

translation update

03914b1023-Apr-2018 Yuriy Skalko <yuriy.skalko@gmail.com>

translation update

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

fix: print 'you are here' again for startpages

This bug was introduced in #2251
c4a386f17daa381f6a50b7c30e73b316bd321e04

Fixes #2325

8591ce1620-Apr-2018 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

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

fix empty action on login form

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

fix empty action on recents form

1...<<61626364656667686970>>...266