History log of /dokuwiki/ (Results 1201 – 1225 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3fef852d27-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix undefined array keys when displaying revisions

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

Improve wording of Logviewer plugin intro text

7c39263927-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix Undefined array key in Search/Indexer.php

5fb6eef727-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix Undefined array key warnings in template.php

Warning: Undefined array key "__background__" in .../inc/ on line 1275

Triggered for the following language strings: __text__, __background__,
__tex

Fix Undefined array key warnings in template.php

Warning: Undefined array key "__background__" in .../inc/ on line 1275

Triggered for the following language strings: __text__, __background__,
__text_alt__, __background_alt__, __text_neu__, __background_neu__,
__border__ and __highlight__.

show more ...

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

Fix warning when displaying PDF in Media manager

Trying to access array offset on value of type bool in
.../inc/JpegMeta.php on line 1322

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

Fix Undefined array key "DOKU_PREFS" in common.php

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

Fix Undefined array keys in Diff.php

Occurs when the selected revision is the first or last of the list,
for both the left and right revs.

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

Fix Undefined array key "current" warnings

Multiple occurrences when showing a page's revisions.

Fixes #3392

8574648b26-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix Undefined array key "ns" in search.php

Shown when expanding namespaces in Media Manager.

0058ae7526-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix undefined array key warning in auth.php

Got the following warnings on PHP 8.

- Undefined array key "DW<cookie_hash>" in .../inc/auth.php on line 248
- Trying to access array offset on value of

Fix undefined array key warning in auth.php

Got the following warnings on PHP 8.

- Undefined array key "DW<cookie_hash>" in .../inc/auth.php on line 248
- Trying to access array offset on value of type null in .../inc/auth.php on line 248

show more ...

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

Fix array access on null in Logger.php

Fixes #3391

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

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

Fix Undefined array key "fperm" warning

Also removed a few, now unnecessary `!empty` checks

Fixes #3382

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

Fix warning in install.php on PHP 8

Warning: Undefined array key "pop" in install.php on line 427

In PHP 8, attempting to read an undefined array key throws a warning
instead of a notice as in earl

Fix warning in install.php on PHP 8

Warning: Undefined array key "pop" in install.php on line 427

In PHP 8, attempting to read an undefined array key throws a warning
instead of a notice as in earlier versions [1].

[1]: https://www.php.net/manual/en/migration80.incompatible.php

show more ...

2c23659d21-Jan-2021 Robin Getz <robin.getz@analog.com>

dwpage.php: add an option to get metadata

This adds an option to ./bin/dwpage.php, to display metadata about a
page. This is useful in maintenance shell scripts, and debugging plugins.
There is no a

dwpage.php: add an option to get metadata

This adds an option to ./bin/dwpage.php, to display metadata about a
page. This is useful in maintenance shell scripts, and debugging plugins.
There is no ability to write metadata, only read them.

./bin/dwpage.php -u <user> gmeta [page] <meta tag>

where <meta tag> can be "date modified" (in quotes) or "last_change date"
an empty <meta tag> returns all metadata.

Signed-off-by: Robin Getz <robin.getz@analog.com>

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

0603f50613-Jan-2021 Andreas Gohr <andi@splitbrain.org>

rename namespace Media to File

This is a bit more generic and allows us to have additional File
abstractions in here later.

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.

8dbb068e12-Jan-2021 Andreas Gohr <andi@splitbrain.org>

test translations for correctness

This inspired by https://www.dokuwiki.org/teams:i18n:translation-check
by @schplurtz Instead of relying on an external script that only checks
after a translation w

test translations for correctness

This inspired by https://www.dokuwiki.org/teams:i18n:translation-check
by @schplurtz Instead of relying on an external script that only checks
after a translation was merged, this test can be run in out CI
environment and help us to avaoid merging faulty translations.

show more ...

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

translation update

482d333c11-Jan-2021 Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com>

translation update

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

add cache buster on security check request

When doing a normal reload on the admin page to recheck the security,
the browser may not re-request the image again. This adds a timestamp to
the URL to e

add cache buster on security check request

When doing a normal reload on the admin page to recheck the security,
the browser may not re-request the image again. This adds a timestamp to
the URL to ensure the image is tested again

show more ...

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

cleaner behaviour for data directory check

Show a properly translated message.

d2c3745611-Jan-2021 Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com>

translation update

1...<<41424344454647484950>>...423