History log of /dokuwiki/lib/ (Results 376 – 400 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a5be6e8009-Apr-2021 Jeff <jfberroyer@noparking.net>

Fix to issue #3470

49ab0c9307-Apr-2021 Eren <bosshyapma@protonmail.com>

translation update

8d7a31bc26-Mar-2021 Markus Glaser <glaser@hallowelt.com>

translation update

72a969d418-Mar-2021 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

a1ef690318-Mar-2021 Nicolas Friedli <nicolas@theologique.ch>

translation update

056469f912-Mar-2021 Gustavo B. Schenkel <gustavo.schenkel@gmail.com>

translation update

834b0b2006-Mar-2021 Anika Henke <anika@selfthinker.org>

Add semantic section elements to dokuwiki template

This changes the divs for the main content, header, footer,
sidebar and page tools to their semantic equivalent
(main, header, footer, nav and nav

Add semantic section elements to dokuwiki template

This changes the divs for the main content, header, footer,
sidebar and page tools to their semantic equivalent
(main, header, footer, nav and nav again)
and adds ARIA labels where appropriate.
The media manager popup changes to have a main and a nav.

show more ...

c8241b3b06-Mar-2021 Damien Regad <dregad@mantisbt.org>

Add missing `;` causing syntax error in js.php

3e55599524-Feb-2021 MaWi <drmaxxis@gmail.com>

translation update

b7fa23a323-Feb-2021 Nikita <obraztsov568@gmail.com>

translation update

d51dacaa13-Feb-2021 Dario <darioriso@virgilio.it>

translation update

b1ed87eb07-Feb-2021 Anika Henke <anika@selfthinker.org>

Make it easier to remove h1 around logo

This adds a class to the h1 around the logo
and changes the CSS to reference that class
instead of the h1.
That way it's easier to change the h1 to a div
if s

Make it easier to remove h1 around logo

This adds a class to the h1 around the logo
and changes the CSS to reference that class
instead of the h1.
That way it's easier to change the h1 to a div
if someone prefers to have not more than one h1 per page.

show more ...

012c7cdc06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fix Constant DOKU_MEDIADETAIL already defined

This error only occurs when PHPUnit runs both the `testScripts` and the
`test_Validity` suites [1], because all tests are running in the same
PHP proces

Fix Constant DOKU_MEDIADETAIL already defined

This error only occurs when PHPUnit runs both the `testScripts` and the
`test_Validity` suites [1], because all tests are running in the same
PHP process.

Adding an `if(!defined` check to avoid the problem.

[1]: ./phpunit.phar --filter 'testScripts|test_Validity'

show more ...

056bf31f06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fix various errors in PHPUnit tests on PHP 8

1eadd9e804-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix global access on detail.php and avoid null loading

Another problem surfaced in the tests

1c33cec304-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/fetchphpunit.php
/dokuwiki/_test/tests/inc/Subscriptions/BulkSubscriptionsSenderTest.php
/dokuwiki/_test/tests/inc/Subscriptions/SubscriberManagerTest.php
/dokuwiki/_test/tests/inc/XmlRpcServer.test.php
/dokuwiki/_test/tests/inc/auth_aclcheck.test.php
/dokuwiki/_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
/dokuwiki/_test/tests/inc/auth_admincheck.test.php
/dokuwiki/_test/tests/inc/auth_loadacl.test.php
/dokuwiki/_test/tests/inc/auth_nameencode.test.php
/dokuwiki/_test/tests/inc/cache_use.test.php
/dokuwiki/_test/tests/inc/changelog_getRevisionsAround.test.php
/dokuwiki/_test/tests/inc/changelog_getlastrevisionat.test.php
/dokuwiki/_test/tests/inc/changelog_getrelativerevision.test.php
/dokuwiki/_test/tests/inc/changelog_getrevisioninfo.test.php
/dokuwiki/_test/tests/inc/changelog_getrevisions.test.php
/dokuwiki/_test/tests/inc/common_basicinfo.test.php
/dokuwiki/_test/tests/inc/common_clientip.test.php
/dokuwiki/_test/tests/inc/common_mediainfo.test.php
/dokuwiki/_test/tests/inc/common_pageinfo.test.php
/dokuwiki/_test/tests/inc/httpclient_https.test.php
/dokuwiki/_test/tests/inc/httpclient_https_proxy.test.php
/dokuwiki/_test/tests/inc/indexer_indexing.test.php
/dokuwiki/_test/tests/inc/indexer_rename.test.php
/dokuwiki/_test/tests/inc/media_searchlist.test.php
/dokuwiki/_test/tests/inc/pageutils_clean_id.test.php
/dokuwiki/_test/tests/inc/pageutils_findnearest.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_file.test.php
/dokuwiki/_test/tests/inc/parser/parser_footnote.test.php
/dokuwiki/_test/tests/inc/parser/parser_quotes.test.php
/dokuwiki/_test/tests/inc/parser/renderer_metadata.test.php
/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php
/dokuwiki/_test/tests/inc/remote.test.php
/dokuwiki/_test/tests/inc/remoteapicore.test.php
/dokuwiki/_test/tests/inc/remoteapicore_aclcheck.test.php
/dokuwiki/_test/tests/inc/sort_without_collator.test.php
/dokuwiki/_test/tests/inc/template_tpl_get_action.php
/dokuwiki/_test/tests/lib/exe/css_at_import_less.test.php
/dokuwiki/_test/tests/lib/exe/css_css_loadfile.test.php
/dokuwiki/_test/tests/lib/exe/fetch_imagetoken.test.php
/dokuwiki/_test/tests/lib/exe/fetch_statuscodes_external.test.php
/dokuwiki/_test/tests/test/plugins.test.php
/dokuwiki/inc/Extension/PluginController.php
/dokuwiki/inc/Form/InputElement.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/Logger.php
/dokuwiki/inc/Search/Indexer.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/Ui/Diff.php
/dokuwiki/inc/Ui/Revisions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
plugins/authpdo/_test/mysql.test.php
plugins/authpdo/_test/sqlite.test.php
plugins/authplain/_test/escaping.test.php
plugins/authplain/_test/userdata.test.php
plugins/config/_test/Setting/AbstractSettingTest.php
plugins/testing/_test/dummy_plugin_integration_test.test.php
plugins/usermanager/_test/csv_export.test.php
plugins/usermanager/_test/csv_import.test.php
5d8c2b0902-Feb-2021 Petr Kajzar <petr.kajzar@centrum.cz>

translation update

e12277d129-Jan-2021 Anika Henke <anika@selfthinker.org>

Fix TOC being cut off in `export_xhtml` mode

4e5594e329-Jan-2021 Anika Henke <anika@selfthinker.org>

Fix page's background colour in `export_html` mode

When using the `export_html` mode (page without surrounding layout)
the page's background colour is grey with a gradient.
That is the same backgrou

Fix page's background colour in `export_html` mode

When using the `export_html` mode (page without surrounding layout)
the page's background colour is grey with a gradient.
That is the same background that the page with layout has
but different to the background the text is on.
What you would want is the same colour the text is on, which is white.

show more ...

58b3ac4927-Jan-2021 Damien Regad <dregad@mantisbt.org>

Improve wording of Logviewer plugin intro text

390b511526-Jan-2021 Michael Große <mic.grosse@googlemail.com>

fix: better max-width for images in tables

Tables are very aggressive with how they size the contents of their
cells. That leads to sometimes extremely small images with
max-width:100%, especially f

fix: better max-width for images in tables

Tables are very aggressive with how they size the contents of their
cells. That leads to sometimes extremely small images with
max-width:100%, especially for images that already have a small
intrinsic size.

Setting the max-width to 50vw, i.e. half the view-port, is chosen as a
trade-off between:
* letting small images keep their full size in most view-ports
* keeping large images still pretty large on large view-ports
* prevent scrolling in most circumstances (scrolling a table is really
bad user experience, this is the goal of the browser)

Fixes #2059

show more ...

7bfaf07b16-Jan-2021 Lakejason0 <lakesarchive@outlook.com>

translation update

d2bc9d5616-Jan-2021 Anika Henke <anika@selfthinker.org>

Fix double border on `abbr` elements in Chrome

DokuWiki styles `abbr` elements with a dotted bottom border.
In 2017 Chrome added the browser default `text-decoration: underline dotted`.
That leads t

Fix double border on `abbr` elements in Chrome

DokuWiki styles `abbr` elements with a dotted bottom border.
In 2017 Chrome added the browser default `text-decoration: underline dotted`.
That leads to two different underlines/borders showing.
This overwrites the Chrome default so that only one line is showing.

show more ...

66fdf73c12-Jan-2021 Andreas Gohr <andi@splitbrain.org>

remove some obviously wrong strings from swedish translations

It seems these were introduced in #3379 or #3378. @viking-cat may want
to recheck the state of the swedish translation.

f998f07012-Jan-2021 Luna Frax <lunafrax@gmail.com>

translation update

1...<<11121314151617181920>>...181