History log of /dokuwiki/lib/ (Results 851 – 875 of 4525)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

85d672d017-Apr-2018 Yuriy Skalko <yuriy.skalko@gmail.com>

translation update

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

Fix invalid HTML in search results

Recent changes to the search results page added various divs
to the pre-existing description list, which is invalid.
This fixes that by a) removing a couple of unn

Fix invalid HTML in search results

Recent changes to the search results page added various divs
to the pre-existing description list, which is invalid.
This fixes that by a) removing a couple of unnecessary elements
and b) interpret the 'last modified' line as another 'dd'.

show more ...

7d515db413-Apr-2018 Davor Turkalj <turki.bsc@gmail.com>

translation update


/dokuwiki/_test/tests/inc/Action/general.test.php
/dokuwiki/composer.lock
/dokuwiki/inc/Action/AbstractAclAction.php
/dokuwiki/inc/Action/AbstractAction.php
/dokuwiki/inc/Action/AbstractUserAction.php
/dokuwiki/inc/Action/Admin.php
/dokuwiki/inc/Action/Draft.php
/dokuwiki/inc/Action/Edit.php
/dokuwiki/inc/Action/Login.php
/dokuwiki/inc/Action/Logout.php
/dokuwiki/inc/Action/Profile.php
/dokuwiki/inc/Action/ProfileDelete.php
/dokuwiki/inc/Action/Register.php
/dokuwiki/inc/Action/Resendpwd.php
/dokuwiki/inc/Action/Search.php
/dokuwiki/inc/Action/Subscribe.php
/dokuwiki/inc/ActionRouter.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/lang/hr/lang.php
plugins/config/lang/hr/lang.php
tpl/dokuwiki/lang/hr/lang.php
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/paragonie/random_compat/lib/cast_to_int.php
/dokuwiki/vendor/paragonie/random_compat/lib/random.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_int.php
/dokuwiki/vendor/paragonie/random_compat/psalm.xml
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/composer.json
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.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
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/File.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Item.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Parser.php
/dokuwiki/vendor/splitbrain/php-cli/README.md
/dokuwiki/vendor/splitbrain/php-cli/src/CLI.php
/dokuwiki/vendor/splitbrain/php-cli/src/Colors.php
/dokuwiki/vendor/splitbrain/php-cli/src/Options.php
/dokuwiki/vendor/splitbrain/php-cli/src/TableFormatter.php
13ce475d11-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

shortened new search configs

shorter names are more in line with what we already use, makes less
layout problems in the documentation and is easier to type when telling
people about it.

b3054f0229-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor: rename JSINFO.DOKU_UHN and JSINFO.DOKU_UHC

This should make their purpose more obvious.

826e222f28-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

show adavanced tools with JavaScript only


/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/ar/searchpage.txt
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/az/searchpage.txt
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/bg/searchpage.txt
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca-valencia/searchpage.txt
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/ca/searchpage.txt
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/searchpage.txt
/dokuwiki/inc/lang/cy/lang.php
/dokuwiki/inc/lang/cy/searchpage.txt
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/searchpage.txt
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de-informal/searchpage.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/searchpage.txt
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/eo/searchpage.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/searchpage.txt
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/et/searchpage.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/searchpage.txt
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fa/searchpage.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fi/searchpage.txt
/dokuwiki/inc/lang/fo/lang.php
/dokuwiki/inc/lang/fo/searchpage.txt
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/searchpage.txt
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/gl/searchpage.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/searchpage.txt
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hr/searchpage.txt
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/hu/searchpage.txt
/dokuwiki/inc/lang/ia/lang.php
/dokuwiki/inc/lang/ia/searchpage.txt
/dokuwiki/inc/lang/id/lang.php
/dokuwiki/inc/lang/id/searchpage.txt
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/it/searchpage.txt
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ja/searchpage.txt
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/ko/searchpage.txt
/dokuwiki/inc/lang/ku/lang.php
/dokuwiki/inc/lang/ku/searchpage.txt
/dokuwiki/inc/lang/la/searchpage.txt
/dokuwiki/inc/lang/lb/lang.php
/dokuwiki/inc/lang/lb/searchpage.txt
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lt/searchpage.txt
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/lv/searchpage.txt
/dokuwiki/inc/lang/mg/lang.php
/dokuwiki/inc/lang/mg/searchpage.txt
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/mr/searchpage.txt
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/ne/searchpage.txt
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/nl/searchpage.txt
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/no/searchpage.txt
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pl/searchpage.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/searchpage.txt
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/pt/searchpage.txt
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ro/searchpage.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/searchpage.txt
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sk/searchpage.txt
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sl/searchpage.txt
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sq/searchpage.txt
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sr/searchpage.txt
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/sv/searchpage.txt
/dokuwiki/inc/lang/th/lang.php
/dokuwiki/inc/lang/th/searchpage.txt
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/tr/searchpage.txt
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/uk/searchpage.txt
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/vi/searchpage.txt
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/searchpage.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lang/zh/searchpage.txt
scripts/search.js
2171f9cb28-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

added aria attributes

1d91889328-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

more styling and RTL support

c6070d6f28-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

refactor search.less

4bdf82b527-Mar-2018 Andreas Gohr <gohr@cosmocode.de>

first go at styling

This removes a lot of reudundant CSS classes in favor of cascading
selectors. Styling isn't done, yet this is just a first step.

Still to do:

* aria labels
* styling the toggle

first go at styling

This removes a lot of reudundant CSS classes in favor of cascading
selectors. Styling isn't done, yet this is just a first step.

Still to do:

* aria labels
* styling the toggle mechanism
* RTL styling
* making sure everything displays correct when no JS is available
* translations may be missing
* refactoring the rest of search.less to make use of LESS features

show more ...

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