History log of /dokuwiki/lib/ (Results 651 – 675 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
10ad58fb31-Mar-2019 Rut Kristin Aanestad <dark@met.no>

translation update

21b17bae23-Dec-2018 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Support "local" subdir when listing the smiley directory

5a8d6e4826-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Rename HTTPClient namespace to HTTP

This should make namespace a bit more flexible in scope and allow us to
move more functionality there later.

198564ab17-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Refactor HTTPClient into different files

fe36a27b13-Mar-2019 Phy <git@phy25.com>

cookie.js when setValue‘s value parameter is false delete entry

bded2f5013-Mar-2019 Phy <git@phy25.com>

cookie.js add def parameter to getValue()

40be5e7a12-Mar-2019 Phy <git@phy25.com>

cookie.js convert value type to string

This prevents different type returned for DokuCookie.getValue():

DokuCookie.setValue('foo', false);
console.log(DokuCookie.getValue('foo')); // false
location

cookie.js convert value type to string

This prevents different type returned for DokuCookie.getValue():

DokuCookie.setValue('foo', false);
console.log(DokuCookie.getValue('foo')); // false
location.reload(); // pseudo code
console.log(DokuCookie.getValue('foo')); // 'false'

show more ...

e60ddb3808-Mar-2019 mrclschstr <mrclschstr@users.noreply.github.com>

Adding "recursive_groups" setting for authad-plugin in configuration-manager

c3cc6e0506-Mar-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...

1b5fd97701-Mar-2019 Magnús Ýmir Magnússon <mm@mck-dk.dk>

translation update

06c1575701-Mar-2019 Victor <kvp@live.com>

translation update

4593dbd228-Feb-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Use config cascade for style.ini files

This simplifies style loading and allows the plugins like farmer to
extend the the loading of style files. Also adds some first unit tests.

Originally discuss

Use config cascade for style.ini files

This simplifies style loading and allows the plugins like farmer to
extend the the loading of style files. Also adds some first unit tests.

Originally discussed in FS#2703 and #134

Squashed commit of the following:

commit 5ed550f6ba61a1d475b7572cbff18f0d790c78c2
Merge: 0cefed65e cab1833b0
Author: Andreas Gohr <gohr@cosmocode.de>
Date: Thu Feb 28 13:38:46 2019 +0100

Merge branch 'styleConfCascade' of https://github.com/annda/dokuwiki into annda-styleConfCascade

* 'styleConfCascade' of https://github.com/annda/dokuwiki:
Clean up StyleUtils
Update StyleUtils test
Fix array to boolean conversion
Use better placeholder string in config cascade
Calls to StyleUtils use the new constructor
Add test for StyleUtils
Refactor StyleUtils
WIP add temporary test comparing two implementations of StyleUtils
WIP add new style config cascade side by side with the old one

commit cab1833b09a59331a5580fe0e3e6f36d743dea09
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 17:54:27 2019 +0100

Clean up StyleUtils

commit 766e3907cf7b234c3f2fa7bf86f205c1c8c7c6e1
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 17:51:15 2019 +0100

Update StyleUtils test

commit f5c08787ddf9db60e3429421e5c627d5c81d876a
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:51:53 2019 +0100

Fix array to boolean conversion

commit c9671698992328d5671a43b2707ffc6c5b117423
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:38:55 2019 +0100

Use better placeholder string in config cascade

commit 4845eff54d227325476bb00b7c8402ce58cf72df
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:24:16 2019 +0100

Calls to StyleUtils use the new constructor

commit 7a6337a8f8f2cc0cedbf54ae0b43e94033192cb8
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:22:44 2019 +0100

Add test for StyleUtils

commit 5ae9e8f69e076ab2a18b24aa178cca15fea6b000
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:16:57 2019 +0100

Refactor StyleUtils

commit a2adcc9f37be93f4bcf90fdba4089ea4b0d6436e
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Sat Feb 16 23:58:04 2019 +0100

WIP add temporary test comparing two implementations of StyleUtils

commit 845c40c4faf379a65134e171514a09d47ffe95f1
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Sat Feb 16 23:59:41 2019 +0100

WIP add new style config cascade side by side with the old one

show more ...

2e9d571626-Feb-2019 Benjamin Molitor <bmolitor@uos.de>

translation update

dc7da77224-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Use setter instead of deprecate public property

e24a74c024-Feb-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 style fixes

These are some simple whitespace/arrangement things that apparantly
can't be fixed automatically

ccc4c71c19-Feb-2019 Andreas Gohr <andi@splitbrain.org>

adjusted the Input clases for PSR2

They are now in their own namespace.

ad985d5109-Feb-2019 velmyshanovnyi <velmyshanovnyi@gmail.com>

translation update

0db5771e02-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Refactor cache.php into different files

b3c891f401-Feb-2019 Torgeir Blesvik <bletor@banenor.no>

translation update

6dc1e56e29-Jan-2019 Simon DELAGE <sdelage@gmail.com>

Added an ID to config manager form

Goal is to make it easy to create an alternate "save" button with a 'form' attribute pointing to that ID, be it in pagetools or anywhere else (related to https://g

Added an ID to config manager form

Goal is to make it easy to create an alternate "save" button with a 'form' attribute pointing to that ID, be it in pagetools or anywhere else (related to https://github.com/splitbrain/dokuwiki/issues/764)

show more ...

2bb340bc25-Jan-2019 علیرضا ایوز <info@alirezaivaz.ir>

translation update

c54d03d624-Jan-2019 Tibor Repček <tiborepcek@gmail.com>

Add files via upload (#2679)

0594966220-Jan-2019 Gerrit Uitslag <klapinklapin@gmail.com>

Rename svg icons

56b894a120-Jan-2019 Tibor Repček <tiborepcek@gmail.com>

translation update

03226cfc19-Jan-2019 Tibor Repček <tiborepcek@gmail.com>

Add files via upload

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