History log of /dokuwiki/lib/ (Results 826 – 850 of 4510)
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

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

PSR-2 compatibility for the remote API libs

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


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/tests/inc/parser/lexer.test.php
/dokuwiki/_test/tests/inc/parser/parser.inc.php
/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
/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/Action/Cancel.php
/dokuwiki/inc/Action/Resendpwd.php
/dokuwiki/inc/Action/Show.php
/dokuwiki/inc/Parsing/Handler/Block.php
/dokuwiki/inc/Parsing/Handler/CallWriter.php
/dokuwiki/inc/Parsing/Handler/CallWriterInterface.php
/dokuwiki/inc/Parsing/Handler/Lists.php
/dokuwiki/inc/Parsing/Handler/Nest.php
/dokuwiki/inc/Parsing/Handler/Preformatted.php
/dokuwiki/inc/Parsing/Handler/Quote.php
/dokuwiki/inc/Parsing/Handler/ReWriterInterface.php
/dokuwiki/inc/Parsing/Handler/Table.php
/dokuwiki/inc/Parsing/Lexer/Lexer.php
/dokuwiki/inc/Parsing/Lexer/ParallelRegex.php
/dokuwiki/inc/Parsing/Lexer/StateStack.php
/dokuwiki/inc/Parsing/ParserMode/AbstractMode.php
/dokuwiki/inc/Parsing/ParserMode/Acronym.php
/dokuwiki/inc/Parsing/ParserMode/Base.php
/dokuwiki/inc/Parsing/ParserMode/Camelcaselink.php
/dokuwiki/inc/Parsing/ParserMode/Code.php
/dokuwiki/inc/Parsing/ParserMode/Emaillink.php
/dokuwiki/inc/Parsing/ParserMode/Entity.php
/dokuwiki/inc/Parsing/ParserMode/Eol.php
/dokuwiki/inc/Parsing/ParserMode/Externallink.php
/dokuwiki/inc/Parsing/ParserMode/File.php
/dokuwiki/inc/Parsing/ParserMode/Filelink.php
/dokuwiki/inc/Parsing/ParserMode/Footnote.php
/dokuwiki/inc/Parsing/ParserMode/Formatting.php
/dokuwiki/inc/Parsing/ParserMode/Header.php
/dokuwiki/inc/Parsing/ParserMode/Hr.php
/dokuwiki/inc/Parsing/ParserMode/Html.php
/dokuwiki/inc/Parsing/ParserMode/Internallink.php
/dokuwiki/inc/Parsing/ParserMode/Linebreak.php
/dokuwiki/inc/Parsing/ParserMode/Listblock.php
/dokuwiki/inc/Parsing/ParserMode/Media.php
/dokuwiki/inc/Parsing/ParserMode/ModeInterface.php
/dokuwiki/inc/Parsing/ParserMode/Multiplyentity.php
/dokuwiki/inc/Parsing/ParserMode/Nocache.php
/dokuwiki/inc/Parsing/ParserMode/Notoc.php
/dokuwiki/inc/Parsing/ParserMode/Php.php
/dokuwiki/inc/Parsing/ParserMode/Plugin.php
/dokuwiki/inc/Parsing/ParserMode/Preformatted.php
/dokuwiki/inc/Parsing/ParserMode/Quote.php
/dokuwiki/inc/Parsing/ParserMode/Quotes.php
/dokuwiki/inc/Parsing/ParserMode/Rss.php
/dokuwiki/inc/Parsing/ParserMode/Smiley.php
/dokuwiki/inc/Parsing/ParserMode/Table.php
/dokuwiki/inc/Parsing/ParserMode/Unformatted.php
/dokuwiki/inc/Parsing/ParserMode/Windowssharelink.php
/dokuwiki/inc/Parsing/ParserMode/Wordblock.php
/dokuwiki/inc/StyleUtils.php
/dokuwiki/inc/html.php
/dokuwiki/inc/load.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parserutils.php
plugins/syntax.php
d4e34dc030-Apr-2018 Tengiz <tech2008a@gmail.com>

translation update

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/mock/Doku_Renderer.php
/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
/dokuwiki/_test/tests/inc/parser/renderer_resolveinterwiki.test.php
/dokuwiki/inc/ParserMode/AbstractMode.php
/dokuwiki/inc/ParserMode/Acronym.php
/dokuwiki/inc/ParserMode/Base.php
/dokuwiki/inc/ParserMode/Camelcaselink.php
/dokuwiki/inc/ParserMode/Code.php
/dokuwiki/inc/ParserMode/Emaillink.php
/dokuwiki/inc/ParserMode/Entity.php
/dokuwiki/inc/ParserMode/Eol.php
/dokuwiki/inc/ParserMode/Externallink.php
/dokuwiki/inc/ParserMode/File.php
/dokuwiki/inc/ParserMode/Filelink.php
/dokuwiki/inc/ParserMode/Footnote.php
/dokuwiki/inc/ParserMode/Formatting.php
/dokuwiki/inc/ParserMode/Header.php
/dokuwiki/inc/ParserMode/Hr.php
/dokuwiki/inc/ParserMode/Html.php
/dokuwiki/inc/ParserMode/Internallink.php
/dokuwiki/inc/ParserMode/Linebreak.php
/dokuwiki/inc/ParserMode/Listblock.php
/dokuwiki/inc/ParserMode/Media.php
/dokuwiki/inc/ParserMode/ModeInterface.php
/dokuwiki/inc/ParserMode/Multiplyentity.php
/dokuwiki/inc/ParserMode/Nocache.php
/dokuwiki/inc/ParserMode/Notoc.php
/dokuwiki/inc/ParserMode/Php.php
/dokuwiki/inc/ParserMode/Plugin.php
/dokuwiki/inc/ParserMode/Preformatted.php
/dokuwiki/inc/ParserMode/Quote.php
/dokuwiki/inc/ParserMode/Quotes.php
/dokuwiki/inc/ParserMode/Rss.php
/dokuwiki/inc/ParserMode/Smiley.php
/dokuwiki/inc/ParserMode/Table.php
/dokuwiki/inc/ParserMode/Unformatted.php
/dokuwiki/inc/ParserMode/Windowssharelink.php
/dokuwiki/inc/ParserMode/Wordblock.php
/dokuwiki/inc/load.php
/dokuwiki/inc/parser/code.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parser/xhtmlsummary.php
/dokuwiki/inc/parserutils.php
plugins/syntax.php
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

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.


/dokuwiki/_test/phpcs.xml
/dokuwiki/inc/Form/DropdownElement.php
/dokuwiki/inc/Form/Form.php
/dokuwiki/inc/Form/OptGroup.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Manifest.php
/dokuwiki/inc/RemoteAPICore.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/StyleUtils.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/events.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/load.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/remote.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/inc/utf8.php
/dokuwiki/install.php
exe/css.php
exe/indexer.php
exe/js.php
plugins/acl/admin.php
plugins/acl/remote.php
plugins/auth.php
plugins/authad/auth.php
plugins/authldap/auth.php
plugins/authplain/auth.php
plugins/config/admin.php
plugins/config/settings/config.class.php
plugins/config/settings/config.metadata.php
plugins/extension/admin.php
plugins/extension/helper/extension.php
plugins/extension/helper/gui.php
plugins/extension/helper/list.php
plugins/extension/helper/repository.php
plugins/revert/admin.php
plugins/styling/admin.php
plugins/usermanager/admin.php
tpl/dokuwiki/tpl_footer.php
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/_test/tests/inc/Ui/Search_createPagenameFromQuery.test.php
/dokuwiki/composer.lock
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/JSON.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/common.php
/dokuwiki/inc/events.php
/dokuwiki/inc/form.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/code.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parser/xhtmlsummary.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
plugins/acl/action.php
plugins/acl/admin.php
plugins/authad/action.php
plugins/authad/auth.php
plugins/authldap/auth.php
plugins/authpdo/auth.php
plugins/authplain/auth.php
plugins/config/admin.php
plugins/extension/action.php
plugins/extension/admin.php
plugins/extension/helper/extension.php
plugins/extension/helper/gui.php
plugins/extension/helper/list.php
plugins/extension/helper/repository.php
plugins/info/syntax.php
plugins/popularity/admin.php
plugins/revert/admin.php
plugins/styling/action.php
plugins/styling/admin.php
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

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

translation update

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

Missing quote

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

Missing quote

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

translation update

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

translation update

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

translation update

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

fix: replace old call to css_styleini

fixes #2330

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

translation update

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

translation update

b12bcb7719-Apr-2018 Anika Henke <anika@selfthinker.org>

Change spacing in search meta data to punctuation

Punctuation is more natural, makes sense with CSS switched off
and makes screenreaders add a little pause.

ad75ad5817-Apr-2018 Michael Bohn <mjbohn@gmail.com>

translation update

58332f9217-Apr-2018 Domingo Redal <docxml@gmail.com>

translation update

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

fix(search): ensure consistent html in search results

This implements some of the changes discussed in #2314:

1. last mod and number of hits are on the same line and always shown
2. There is a clas

fix(search): ensure consistent html in search results

This implements some of the changes discussed in #2314:

1. last mod and number of hits are on the same line and always shown
2. There is a class around the last mod string so it can be
hidden/replaced by an icon
3. All items in the resultBody returned by the event are wrapped in
`<dd>` tags to ensure validity. They get their array key as class
4. There is still a wrapper div around each result for styling purposes

show more ...

1...<<31323334353637383940>>...181