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

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

Ignore mixed concerns in loader

We define and register the autoloader here.

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

Use type safe comparisons in loader

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

Remove obsolete include

Subscriptions are autoloaded now

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

adjust phpcs exclude patterns for new plugin classes

We still need to ignore a bunch of stuff for backwardscompatibility

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

fix color for noninstalled extensions

1...<<81828384858687888990>>...431