History log of /dokuwiki/ (Results 1851 – 1875 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6ce3e5f814-Jul-2019 Andreas Gohr <andi@splitbrain.org>

fixed some line length errors

f600e75a14-Jul-2019 Andreas Gohr <andi@splitbrain.org>

ignore PSR2 in the old form class

This class needs to be replaced with dokuwiki\Form in the future.

9eeeb77514-Jul-2019 Andreas Gohr <andi@splitbrain.org>

fix PSR2 error in switch statement

6162eea809-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Also add the attributes conf param to metadata.php and to the Catalan and English langs

4be0be3d08-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Add support for custom attributes in LDAP search

c526817e05-Jul-2019 Жељко Тодоровић <zeljko_todorovic@mail.com>

translation update

4668a01b05-Jul-2019 Жељко Тодоровић <zeljko_todorovic@mail.com>

translation update

837f79eb27-Jun-2019 Andreas Gohr <gohr@cosmocode.de>

fixed bug in extension cli when installing multiple plugins

662b410d18-Jun-2019 Martin <martin@andev.de>

translation update

d344c07417-Jun-2019 Phy <git@phy25.com>

Cleanup styling cookie properly to exit preview

This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).

Prev

Cleanup styling cookie properly to exit preview

This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).

Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not.

Also checks on whether opener exists are added as well.

show more ...

463a4b1712-Jun-2019 Vitalie Ciubotaru <vitalie@ciubotaru.tokyo>

translation update

8cbc5ee810-Jun-2019 Andreas Gohr <andi@splitbrain.org>

replaced deprecated utf8 functions

For now this uses full qualified namespaces, sensible imports may come
later.

ffdb593609-Jun-2019 Andreas Gohr <andi@splitbrain.org>

formatting cleanup

also avoids overlong line

0a8df03f09-Jun-2019 Andreas Gohr <andi@splitbrain.org>

mark old utf8 functions deprecated

Actually replacing all calls is still to come.

1064285608-Jun-2019 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Fixed be/lang.php 'willexpire' - /п is not /n

7ac5353d06-Jun-2019 Michaelsy <github@informantum.de>

translation update

58944d1306-Jun-2019 Michaelsy <github@informantum.de>

translation update

e38d6a5e06-Jun-2019 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Update inc/lang/pt/lang.php - abnormal 'created' string length cutted

5d00293d04-Jun-2019 Michael Aschauer <m@ash.to>

Fix/Harmonize inconsistent Tag names that lead to reporting wrong dates.

2e6e11ad31-May-2019 Andreas Gohr <andi@splitbrain.org>

fix bug in style.ini initialization in StyleUtils

b9daa2f527-May-2019 Andreas Gohr <gohr@cosmocode.de>

added filter to extension listing in CLI component

27f63a2321-May-2019 Andreas Gohr <andi@splitbrain.org>

some more PSR2 cleanup

mostly overlong lines and more exclude patterns

0da4ba1b20-May-2019 Andreas Gohr <andi@splitbrain.org>

Some cleanup for the UTF-8 stuff

Docblocks, imports, etc...

f41bbe4c19-May-2019 Andreas Gohr <andi@splitbrain.org>

Moved all utf8 methods to their own namespaced classes

This doesn't really change much since the old functions are still needed
for compatibility reasons. We may be able to reduce the number of
func

Moved all utf8 methods to their own namespaced classes

This doesn't really change much since the old functions are still needed
for compatibility reasons. We may be able to reduce the number of
functions by checking which ones we really need.

show more ...

1306777819-May-2019 Andreas Gohr <andi@splitbrain.org>

Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
dif

Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
diffing much easier in the future.

For now duplicate keys and commented code from the originals have been
kept. But this should probably be cleaned up in the future.

For now these tables are not used, yet.

show more ...

1...<<71727374757677787980>>...423