History log of /dokuwiki/ (Results 51 – 75 of 10479)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e4aca77726-May-2025 Andreas Gohr <andi@splitbrain.org>

bump master version

2a23320c24-May-2025 SoiBKK <info@soibangkok.online>

translation update

0a37411321-May-2025 Andreas Gohr <gohr@cosmocode.de>

fix OS checks. fixes #4446 and #4445

Access to /etc might be restricted. We simply ignore the errors and
pretend the file does not exist.

Strictly speaking, the files are not in ini format. But par

fix OS checks. fixes #4446 and #4445

Access to /etc might be restricted. We simply ignore the errors and
pretend the file does not exist.

Strictly speaking, the files are not in ini format. But parsing them as
ini mostly works, except for some comments (on synology), so we strip
the comments first.

This also makes sure the correct file is read on synology.

show more ...

4739030d21-May-2025 Andreas Gohr <gohr@cosmocode.de>

updated strftime lib. fixes #4449

396ae2b121-May-2025 Andreas Gohr <gohr@cosmocode.de>

do not check bundled plugins for write permissions

fixes #4441
replaces #4442

f7f57de821-May-2025 Andreas Gohr <gohr@cosmocode.de>

fix extension manager styles with overlong content

URL change notices didn't break and could push the action buttons out of
the layout.

1d94f4f421-May-2025 Andreas Gohr <gohr@cosmocode.de>

Add remote API to extension manager

ec20eef220-May-2025 andreash <aeheil@gmail.com>

translation update

966af3e420-May-2025 andreash <aeheil@gmail.com>

translation update

fbb8310115-May-2025 Niclas Tittl <niclas.tittl@msn.com>

translation update

45840e3614-May-2025 Pablo <tuthotep@gmail.com>

translation update

0d00d97213-May-2025 Andreas Gohr <gohr@cosmocode.de>

give smileys intrinsic height. fixes #4436

verified via ?do=export_htmlbody

934f970a13-May-2025 Andreas Gohr <gohr@cosmocode.de>

updated kissifrot/php-ixr closes #4429

15a1533013-May-2025 Andreas Gohr <andi@splitbrain.org>

new year

5ce5976f13-May-2025 Pablo <tuthotep@gmail.com>

translation update

ad64f22b08-May-2025 tiltX <stefan.ihringer@gmx.net>

fix button border css

Firefox (128 esr on Linux) displayed a solid black border around all buttons inside the popup which makes it impossible to see which button was pressed. This change makes the o

fix button border css

Firefox (128 esr on Linux) displayed a solid black border around all buttons inside the popup which makes it impossible to see which button was pressed. This change makes the outset/inset look work as it probably was intended.

show more ...

7e448cf321-Apr-2025 Impeck <impeck@ya.ru>

translation update

490b5c4719-Apr-2025 fiwswe <53953985+fiwswe@users.noreply.github.com>

Better deal with at url parameters that have weird values

If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an

Better deal with at url parameters that have weird values

If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an illegal parameter type.

For example given `&at=xxx` this would happen before this patch.

show more ...

d9672f6719-Apr-2025 Andreas Gohr <andi@splitbrain.org>

make $INFO global during TestRequests in detail.php

dbe5945519-Apr-2025 Andreas Gohr <andi@splitbrain.org>

check permissions for admin menu item earlier

I am not sure why moving the context visibility check to a later stage
suddenly surfaced the issue of $INFO not being set in the
general_html_test. I wo

check permissions for admin menu item earlier

I am not sure why moving the context visibility check to a later stage
suddenly surfaced the issue of $INFO not being set in the
general_html_test. I would have expected the same issue before the
changes of 33792c0e7da35449c4591cfbb2b77377e2f465b1

In any case it makes not much sense to do the permission checks there
anyway. Doing it in the constructor makes more sense since this is not a
context sensitive check.

show more ...

33792c0e19-Apr-2025 Andreas Gohr <andi@splitbrain.org>

Menu: check context visibility after assembling items

This addresses #4400. By checking the context visibility after the
assembly, the context is properly checked for plugin items.

589a4f0714-Apr-2025 Thalles Lázaro <dokuwiki@thall.es>

translation update

e206a49510-Apr-2025 Andreas Gohr <andi@splitbrain.org>

supress warnings in opcache_reset() fixes #4375

If opcache is enabled, but access to it's API is restricted a warning is
shown when we call opcache_reset(). Since we don't know if it's
restricted, w

supress warnings in opcache_reset() fixes #4375

If opcache is enabled, but access to it's API is restricted a warning is
shown when we call opcache_reset(). Since we don't know if it's
restricted, we have to supress the warning

show more ...

a8e9ec0610-Apr-2025 Andreas Gohr <andi@splitbrain.org>

rector and codesniffer fixes

a88f4f8609-Apr-2025 Andreas Gohr <andi@splitbrain.org>

use B flag for Apache rewrite rules. fixes #4238

The B flag reenables passing spaces and other special chars in URLs to
be picked up (and cleaned) by DokuWiki's ID processing.

The flag has been ava

use B flag for Apache rewrite rules. fixes #4238

The B flag reenables passing spaces and other special chars in URLs to
be picked up (and cleaned) by DokuWiki's ID processing.

The flag has been available in non-broken form since Apache 2.2.9 and
should be safe to use.

See https://stackoverflow.com/q/3460643

show more ...

12345678910>>...420