History log of /dokuwiki/ (Results 151 – 175 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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

explicitly track known config files, gitignore the rest

fixes #4308

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

line break pre when printing. fixes #4424

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

Add experimental tree builder classes

These classes provide mechanisms to build a traversable tree of pages
and links. Either from the existing namespace structure, or from a
control page containing

Add experimental tree builder classes

These classes provide mechanisms to build a traversable tree of pages
and links. Either from the existing namespace structure, or from a
control page containing (possibly a nested) set of links.

The nodes returned by the tree are deliberately sparse. No ACL checking
is taking place. Developers can enrich (or omit) nodes and influence
recursion decisions via callbacks.

The tree can optionally be sorted by comparators provided in the
TreeSort class or a custom callback.

The API provided by these classes is not considered stable yet and may
change over time. Plugin authors are encouraged to use them and provide
feedback.

show more ...

20f2b8c618-Mar-2025 Manu <pachamalayalamproject@gmail.com>

translation update

19f3aa3215-Mar-2025 Andreas Gohr <andi@splitbrain.org>

updated dev dependencies

16288f1115-Mar-2025 Andreas Gohr <andi@splitbrain.org>

removed dev suggestions from composer file

Those are now specified in the _test composer file.

a8f218d415-Mar-2025 Andreas Gohr <andi@splitbrain.org>

API doc block updates

0e1bcd9815-Mar-2025 Andreas Gohr <andi@splitbrain.org>

increased API version

72b0e52315-Mar-2025 Andreas Gohr <andi@splitbrain.org>

API: proper access to the current media revision

Even when the revision is explictly given instead of set to 0. See #4419
for ponderings about why this is necessary and a different approach.

61d21e8615-Mar-2025 kuangfio <kuangfionaly@gmail.com>

Added API endpoint core.getMediaHistory #4147

squashed commits of #4369

2ee6c32d15-Mar-2025 Andreas Gohr <andi@splitbrain.org>

updated jquery and jquery-ui versions

5ed7bace15-Mar-2025 Andreas Gohr <andi@splitbrain.org>

set crossorigin header for manifest. fixes #4322

To summarize the issue:

1. the wiki is protected by Basic auth, outside of the wiki
2. chrome will not pass authentication credentials when accessin

set crossorigin header for manifest. fixes #4322

To summarize the issue:

1. the wiki is protected by Basic auth, outside of the wiki
2. chrome will not pass authentication credentials when accessing a
linked manifest
3. the webserver will deny access to the manifest

DokuWiki does not care about the auth credentials, because the manifest
returns public info only. The issue is really with the webserver
denying the request.

Using a crossorigin hint will work around the chrome behaviour. The only
potential downside would be that chrome now will send auth credentials
even when there is no web server based auth. Since DokuWiki doesn't care,
it's not really a downside.

show more ...

999fe61415-Mar-2025 Andreas Gohr <andi@splitbrain.org>

do not check for deprecated functions in installer

our UTF-8 fallbacks should not fall back on the utf8_decode/encode
functions anymore, so this check is no longer useful

sligthly related to #4354

f1c5f12115-Mar-2025 Andreas Gohr <andi@splitbrain.org>

authldap: avoid warning on invalid mapping setup. #4399

83bbbbbe15-Mar-2025 Andreas Gohr <andi@splitbrain.org>

updated php-cli #4384

91c051b515-Mar-2025 Andreas Gohr <andi@splitbrain.org>

fix legacy XMLRPC call dokuwiki.appendPage #4418

0a30275212-Mar-2025 Andreas Gohr <andi@splitbrain.org>

treat getallheaders more suspiciously. fixes #4415

5c3fa12312-Mar-2025 Andreas Gohr <andi@splitbrain.org>

do not return zero error code for API exceptions. fixes #4413

12345678910>>...423