History log of /dokuwiki/ (Results 2001 – 2025 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
715a5f8005-Nov-2018 Florian Gaub <floriang@floriang.net>

Restore French guillements

- mostly undo fde7e5a637 for inc/lang/fr/revisions.txt
- restore text and author of c1fe9e9f75

9cb59dfe05-Nov-2018 Guy Brand <gb@isis.u-strasbg.fr>

Suppress colon where not needed.

- mostly undo fde7e5a637 for inc/lang/fr/recent.txt
- restore d288e19776 text and author

82211c0a04-Nov-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

3d75a3c703-Nov-2018 En Matt <heartattack@free.fr>

translation update

51f5690203-Nov-2018 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

dda9db0330-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

adjust bundled plugins that check for admin permissions

This adjusts the bundled plugins to do their admin permission checks
based on their admin component's isAccessibleByCurrentUser() method
inste

adjust bundled plugins that check for admin permissions

This adjusts the bundled plugins to do their admin permission checks
based on their admin component's isAccessibleByCurrentUser() method
instead of doing their own isAdmin checks.

show more ...

32adf58630-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

fix test for adjusted minimum permissions

3d90b12c30-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

Admin Menu Item should not throw an exception

instead the visibility is properly checked in the visibleInContext()
method.

4f32ee1830-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

relax access to admin action

Since we want to check the access to the Admin plugins on an individual
basis, we need to grant access to all logged in users at first. This
means a user could access th

relax access to admin action

Since we want to check the access to the Admin plugins on an individual
basis, we need to grant access to all logged in users at first. This
means a user could access the admin page, but would not see any plugins
available.

show more ...

f429aff530-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

add reerence to the actual plugin to ADMINPLUGIN_ACCESS_CHECK

Otherwise it's a bit ahrd to decide if access should be granted ;-)

211d00a030-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

fix unit test

The permissions are now checked also when trying to the title of the
plugin.

64cdf77930-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

add event to check access to admin plugins

This adds a new method that capsulates the access check that has to be
done to decide if an admin plugin's page should be shown to the user.
The default im

add event to check access to admin plugins

This adds a new method that capsulates the access check that has to be
done to decide if an admin plugin's page should be shown to the user.
The default implementation is the same as before, relying only on the
forAdminOnly() method and the users' isadmin or ismanager status.

Admin plugins themselves can override the method to do additional
checks. In this patch, I added that to the usermanager plugin which will
only return true if the current auth backend can list users.

However the real idea behind this change is that the new method emits a
new event called ADMINPLUGIN_ACCESS_CHECK which would allow plugins to
overwrite it. This way it could be possible to give certain user groups
access to certain admin plugins without giving them admin or manager
permissions.

Note: this does not change how the "Admin" link is shown, it still
depends on ismanager or isadmin. A plugin as mentioned above would need
to influence the display via the MENU_ITEMS_ASSEMBLY event.

Note: this only covers the basic access check. Admin plugins may need
further adjustments for access to other parts of the plugin (like AJAX
components). An additional commit will update this for the bundled
plugins.

show more ...

8f8499fa26-Oct-2018 peterfromearth <coder@peterfromearth.de>

add logic if the server uses unlimited memory, memory_limit = -1

e9fede2022-Oct-2018 Phy <git@phy25.com>

unify send_redirect(wl()) parameters
- always use absolute URL
- use static string instead of array if no concat is required
- use '&' instead of '&amp;'

cc21cb5022-Oct-2018 Andreas Gohr <andi@splitbrain.org>

Update inc/Action/Search.php

Co-Authored-By: schplurtz <schplurtz@laposte.net>

bf209a6711-Sep-2018 LarsGit223 <lars_paulsen@web.de>

extension: set User-Agent header to 'DokuWiki HTTP Client (Extension Manager)'

This solves problems with project hosters which do not start an download immediately
if the User-Agent seems to be a br

extension: set User-Agent header to 'DokuWiki HTTP Client (Extension Manager)'

This solves problems with project hosters which do not start an download immediately
if the User-Agent seems to be a browser, also see #2410.

show more ...

918638dc21-Oct-2018 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use wl() when reditecting old style search url

fixes #2546

dfbac90118-Oct-2018 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

f1a7f0c218-Oct-2018 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

64bd72d316-Oct-2018 Quenti <pages_quentin@hotmail.com>

translation update

45c4a35b14-Oct-2018 Dmytro Marchenko <dmytro.marchenko1989@gmail.com>

translation update

d2dde00e14-Oct-2018 Dmytro Marchenko <dmytro.marchenko1989@gmail.com>

translation update

74307f6f13-Oct-2018 Phy <git@phy25.com>

ensure dokuwiki tmpl's pagetool focus is properly displayed and set (#2366)

- make use of :focus-within, consistently showing all items with :focus and :hover
- blur the focus to visually "close the

ensure dokuwiki tmpl's pagetool focus is properly displayed and set (#2366)

- make use of :focus-within, consistently showing all items with :focus and :hover
- blur the focus to visually "close the pagetool menu" after clicking

show more ...

1b26602513-Oct-2018 Phy <git@phy25.com>

getRecents(): prevent non-exist changelog error. Fixes #2440.

This is based on #2506 but with a different approach to deal with unknown read error: If file function doesn't return an array, set it t

getRecents(): prevent non-exist changelog error. Fixes #2440.

This is based on #2506 but with a different approach to deal with unknown read error: If file function doesn't return an array, set it to an empty array. Somewhat pythonic?

show more ...

635df88513-Oct-2018 Phy <git@phy25.com>

revert text direction change for translation (fa) in #2508

1...<<81828384858687888990>>...420