History log of /dokuwiki/ (Results 701 – 725 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
605810ee26-Apr-2023 Andreas Gohr <andi@splitbrain.org>

use local squid docker instance for proxy testing

2e60baea20-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Avoid flicker when highlighting a section

Previously, elements were wrapped in a div on hover and unwrapped when
the mouse was moved again. This generally worked okay, but led to
problems where the

Avoid flicker when highlighting a section

Previously, elements were wrapped in a div on hover and unwrapped when
the mouse was moved again. This generally worked okay, but led to
problems where the wrapped section contained elements with their own
rendering context (video, object, iframe, ...). The wrapping caused
rerendering of these elements resulting in flicker and layoutshift:

splitbrain/dokuwiki-plugin-vshare#13
cosmocode/dokuwiki-plugin-diagrams#4

This patch changes the higlighting mechanism to always wrap *all*
sections in a div and only toggle classes on hover. Class names have
been chosen to be backwardscompatible, so this should continue to work
as before in all templates.

show more ...

3e62f0f107-Apr-2023 Mark Prins <1165786+mprins@users.noreply.github.com>

Bump `$updateVersion` to 1 higher than stable

ebba5e5d06-Apr-2023 Damien Regad <dregad@mantisbt.org>

Add undeclared Class Properties

Fixes Creation of dynamic property _HWLDF_WordAccumulator::$_lines /
$_line / $_group / $_tag is deprecated in ./inc/DifferenceEngine.php
on line 936

And proactively

Add undeclared Class Properties

Fixes Creation of dynamic property _HWLDF_WordAccumulator::$_lines /
$_line / $_group / $_tag is deprecated in ./inc/DifferenceEngine.php
on line 936

And proactively caught another bunch in _Diff3_Op class (not reported
in unit tests)

show more ...

3d52dbfa06-Apr-2023 Damien Regad <dregad@mantisbt.org>

Fix grammar error in PHPDoc

baafd22e06-Apr-2023 Damien Regad <dregad@mantisbt.org>

Fix PHP Deprecated warning

Adding null-coalescing operator to avoid

str_replace(): Passing null to parameter #3 ($subject) of type
array|string is deprecated

fabd7cce06-Apr-2023 Damien Regad <dregad@mantisbt.org>

PR review fixes

e8b8bf8c05-Apr-2023 Elan Ruusamäe <glen@delfi.ee>

HTTPClient: Replace time() method with direct microtime(true) call

aef0dd8c05-Apr-2023 Damien Regad <dregad@mantisbt.org>

Improve Popularity plugin intro text

0f9b97d704-Apr-2023 Andreas Gohr <andi@splitbrain.org>

support SVG logo in dokuwiki template

Inspired by https://forum.dokuwiki.org/d/20964-logo-too-big this adds
SVG support for setting the logo in the dokuwiki template.

Note: This introduces a fixed

support SVG logo in dokuwiki template

Inspired by https://forum.dokuwiki.org/d/20964-logo-too-big this adds
SVG support for setting the logo in the dokuwiki template.

Note: This introduces a fixed height for the logo (64px), previously
users could decide their logo size by simply uploading it in the right
size. Users who want a larger sized logo will have to override the
height in a userstyle now

show more ...

8a10b6f005-Apr-2023 Elan Ruusamäe <glen@delfi.ee>

Minor fixes in comments

88743d1405-Apr-2023 Elan Ruusamäe <glen@delfi.ee>

HttpClient::time use microtime(true) directly

6b8df28505-Apr-2023 Andreas Gohr <andi@splitbrain.org>

added deprecated tag for phpQuery::newDocument()

for highlightin in IDE

5f55167d04-Apr-2023 Marek Adamski <fevbew@wp.pl>

translation update

fac3e3ef04-Apr-2023 Andreas Gohr <andi@splitbrain.org>

Release Action: Use the correct download URL

This should hopefully correctly download the TGZ file in the deployment
step. If it really works, we will only see on the next release.

9b668cef02-Apr-2023 Elan Ruusamäe <glen@pld-linux.org>

Fix recommended typo

1aa2c37f31-Mar-2023 Gerrit Uitslag <klapinklapin@gmail.com>

two extra '; are invalid php, also the translation tool does not accept this

https://github.com/dokufreaks/dokuwiki-translation/issues/109

d0eb8bfe30-Mar-2023 Andreas Gohr <andi@splitbrain.org>

simplify media manager panel height

The height of the panel was calculated in JavaScript, trying to use the
remaining space. With larger headers that lead to a relatively small
area. In addition the

simplify media manager panel height

The height of the panel was calculated in JavaScript, trying to use the
remaining space. With larger headers that lead to a relatively small
area. In addition the height calculation behaved weirdly on certain
resolutions (in some templates) resulting in a decreasing height on each
image interaction.

This patch simply sets the panel height 60% of the browser window using
the vh unit (which was not available when the media manager was
written).

To keep backward compatibility and not accidentally break a bunch of
templates, the height is still set from JavaScript but only once instead
of updating it on every resize operation.

A proper refactoring of the whole media manager code is still something
we need to tackle in the future, but this change should make it slightly
better.

show more ...

66966f8d29-Mar-2023 Andreas Gohr <andi@splitbrain.org>

update the updateVersion when preparing a release

This should fix the problem we found in #3932

38afa93029-Mar-2023 Gilson Caldeira <gilsoncaldeira@gmail.com>

translation update

8fe0e6cf29-Mar-2023 splitbrain <splitbrain@users.noreply.github.com>

Update deleted files

b4af56dc12-Mar-2023 Moritz Raguschat <moritz.raguschat@web.de>

Do not reminify minified plugin scripts

Adresses point 5) of #3645

af28745a12-Mar-2023 Andreas Gohr <andi@splitbrain.org>

extracted JS compressor into its own library

This moves our JavaScript compressor into its own composer dependency.

bb419b0123-Mar-2023 cadetill <cadetill@gmail.com>

translation update

977aa96723-Mar-2023 Andreas Gohr <andi@splitbrain.org>

updated repo links

1...<<21222324252627282930>>...423