a5be6e80 | 09-Apr-2021 |
Jeff <jfberroyer@noparking.net> |
Fix to issue #3470 |
49ab0c93 | 07-Apr-2021 |
Eren <bosshyapma@protonmail.com> |
translation update |
8d7a31bc | 26-Mar-2021 |
Markus Glaser <glaser@hallowelt.com> |
translation update |
72a969d4 | 18-Mar-2021 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
a1ef6903 | 18-Mar-2021 |
Nicolas Friedli <nicolas@theologique.ch> |
translation update |
056469f9 | 12-Mar-2021 |
Gustavo B. Schenkel <gustavo.schenkel@gmail.com> |
translation update |
834b0b20 | 06-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 ...
|
c8241b3b | 06-Mar-2021 |
Damien Regad <dregad@mantisbt.org> |
Add missing `;` causing syntax error in js.php |
3e555995 | 24-Feb-2021 |
MaWi <drmaxxis@gmail.com> |
translation update |
b7fa23a3 | 23-Feb-2021 |
Nikita <obraztsov568@gmail.com> |
translation update |
d51dacaa | 13-Feb-2021 |
Dario <darioriso@virgilio.it> |
translation update |
b1ed87eb | 07-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 ...
|
012c7cdc | 06-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 ...
|
056bf31f | 06-Feb-2021 |
Damien Regad <dregad@mantisbt.org> |
Fix various errors in PHPUnit tests on PHP 8 |
1eadd9e8 | 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix global access on detail.php and avoid null loading
Another problem surfaced in the tests |
1c33cec3 | 04-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 |
5d8c2b09 | 02-Feb-2021 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
e12277d1 | 29-Jan-2021 |
Anika Henke <anika@selfthinker.org> |
Fix TOC being cut off in `export_xhtml` mode |
4e5594e3 | 29-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 ...
|
58b3ac49 | 27-Jan-2021 |
Damien Regad <dregad@mantisbt.org> |
Improve wording of Logviewer plugin intro text |
390b5115 | 26-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 ...
|
7bfaf07b | 16-Jan-2021 |
Lakejason0 <lakesarchive@outlook.com> |
translation update |
d2bc9d56 | 16-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 ...
|
66fdf73c | 12-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. |
f998f070 | 12-Jan-2021 |
Luna Frax <lunafrax@gmail.com> |
translation update |