History log of /dokuwiki/lib/ (Results 526 – 550 of 4519)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c1ec88ce01-May-2020 Andreas Gohr <andi@splitbrain.org>

remove calls to deprecated methods and classes

3465db0c01-May-2020 Andreas Gohr <andi@splitbrain.org>

remove iris color picker plugin from styling manager

Modern browsers know about type=color and show their own picker so there
is no need for this jQuery plugin anymore.

Also the iris plugin isn't m

remove iris color picker plugin from styling manager

Modern browsers know about type=color and show their own picker so there
is no need for this jQuery plugin anymore.

Also the iris plugin isn't maintained anymore and throws warnings in
jQuery migrate.

show more ...

6086afb701-May-2020 Andreas Gohr <andi@splitbrain.org>

Update jQuery to 3.5.0 and Migrate to 3.2.0

47605f7329-Apr-2020 Mac <mac@easterncyber.com>

translation update

64adbe7a24-Apr-2020 Andreas Gohr <andi@splitbrain.org>

translation update

bfca024612-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

add new "MEDIA_RESIZE" event

4a572c5a06-Apr-2020 Sam <1631095+takuy@users.noreply.github.com>

add options & defaults to config, no* counterparts

3303374501-Apr-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

fdd649a226-Mar-2020 Andreas Gohr <andi@splitbrain.org>

Rough fix for ActiveDirectory caching

This is a very rough fix for (some) of the problems described in #3025.
It should at least ensure that subsequent calls to
authad->retrieveUsers() will return t

Rough fix for ActiveDirectory caching

This is a very rough fix for (some) of the problems described in #3025.
It should at least ensure that subsequent calls to
authad->retrieveUsers() will return the correct data (or data at all).

The changes in here are as ugly as the original code but should be
simple enough to backport to stable for affected users.

A proper fix would involve setting this whole thing on fire and restart
from the ashes.

show more ...

65dd7e5526-Mar-2020 Andreas Gohr <andi@splitbrain.org>

Upgrade for jQuery.Cookie to 1.4.1

This fixes a problem with badly encoded cookies that may have been set
by other software on the same domain. Eg. cookies encoded in latin1
instead of UTF-8.

Note:

Upgrade for jQuery.Cookie to 1.4.1

This fixes a problem with badly encoded cookies that may have been set
by other software on the same domain. Eg. cookies encoded in latin1
instead of UTF-8.

Note: this library is abandoned and superseeded by js-cookie but an
upgrade to that is not straight forward (and the benefits for us are
unclear)

show more ...

916ef7cf25-Mar-2020 Andreas Gohr <andi@splitbrain.org>

AuthAD: allow empty account suffix

This patch makes it possible to setup authad without specifying an
account_suffix. Users need to login with their full <user>@<domain>
formatted UserPrincipalName

AuthAD: allow empty account suffix

This patch makes it possible to setup authad without specifying an
account_suffix. Users need to login with their full <user>@<domain>
formatted UserPrincipalName in this case. This is useful when users of
different domains are managed within the Domain Controller.

show more ...

6c0c9f5c12-Mar-2020 Apostolos Tsompanopoulos <info@aptlogs.com>

translation update

23a97d4e11-Mar-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

9ea219ce09-Mar-2020 Phy <git@phy25.com>

fix PHP styling on extension/admin

bc20e40a09-Mar-2020 Phy <git@phy25.com>

add overwrite option on extension upload form

By default, on frontend $overwrite is false. Backend function installFromUpload
/ installFromURL will have a default of true to preserve existing behavi

add overwrite option on extension upload form

By default, on frontend $overwrite is false. Backend function installFromUpload
/ installFromURL will have a default of true to preserve existing behavior for
other API users.

installArchive now will insert a frontend msg() about not installing because of
overwrite restriction. It's not being exposed by exception, but it should be
reflected on its return array list of installed plugin.

This fixes #715.

show more ...

7b299f2221-Sep-2017 Aurélien Martin <01aurelien@gmail.com>

Add option rss_show_deleted

bbac148909-Mar-2020 Phy <git@phy25.com>

generate curid class by jQuery

internallink's output <a> tag gets a new attribute, data-wiki-id, so that
jQuery doesn't need to parse the various link format to get the ID.

Any plugin javascript th

generate curid class by jQuery

internallink's output <a> tag gets a new attribute, data-wiki-id, so that
jQuery doesn't need to parse the various link format to get the ID.

Any plugin javascript that loads after DokuWiki's script should be able to
discover curid class as usual, as long as they use the default js.php
facility.

fixes #1511, fixes #2968.

show more ...

ef50b30409-Mar-2020 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

5930516802-Mar-2020 Phy <git@phy25.com>

Remove obsolete attributes at <script> tag

Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:

1. "type" attribute defaults to "application/javascript", so there

Remove obsolete attributes at <script> tag

Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:

1. "type" attribute defaults to "application/javascript", so there is no need to specify that. The recent value "text/javascript" is obsolete in favor of the default "application/javascript", as stated e.g. here: https://www.iana.org/assignments/media-types/media-types.xhtml#text

2. "charset" attribute of the <script> tag defaults to encoding be the same as the encoding of the script element's node document. As DokuWiki's default encoding is "utf-8", there is no need to specify this encoding in external resources. See: https://html.spec.whatwg.org/multipage/scripting.html#the-script-element

Manual merging, closes #2921.

Co-Authored-By: petrkajzar <58340153+petrkajzar@users.noreply.github.com>

show more ...

033eb35b29-Feb-2020 kalenpw <kalenpwilliams@gmail.com>

Consistent capilization of io_saveFile and psr-2 formatting

35253a8328-Feb-2020 Torgeir Blesvik <bletor@banenor.no>

translation update

050990ca24-Feb-2020 Phy <git@phy25.com>

jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled attr

Related to #1546.

649a272522-Feb-2020 Phy <git@phy25.com>

calculate content min-height based on height of aside and pagetool

Fixes #1716. Before it will only set min-height based on aside height.

I added a current height check before applying min-height,

calculate content min-height based on height of aside and pagetool

Fixes #1716. Before it will only set min-height based on aside height.

I added a current height check before applying min-height, because there might be a min-height CSS on .page in stylesheet, and I want to respect that and only apply if necessery.

show more ...

f11bfd3620-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

check linktype of bugtrackerURL

The "report bugs" link in the plugin's home page may be located to the same page in some extensions.

a72f333f19-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix url parameter separator in gui::tabURL()

1...<<21222324252627282930>>...181