History log of /dokuwiki/ (Results 901 – 925 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4ef5d38d27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

use correct SVG interwiki fallback icon. #3611

b021f0b427-Jan-2022 Andreas Gohr <andi@splitbrain.org>

correctly (re)cache modified images

The previous code used to cache the result of resize and crop image
operations indefinitely. They only time these caches were refreshed were
when the original sou

correctly (re)cache modified images

The previous code used to cache the result of resize and crop image
operations indefinitely. They only time these caches were refreshed were
when the original source changed.

This meant that changes in configuration (eg. the image quality setting)
were never applied to existing images, neither were changes/improvements
in the resizing code.

This patch introduces a new Cache class for these kind of modification
results.

It also removes more duplicated code in media_resize_image and
media_crop_image. Future refactorings may move this code into
File\MediaFile

This code should also fix currently weird results for plugin and
screenshot in the extension manager - TBH I am not 100% sure what
happened there but refreshing the cache once seems to solve the problem.

show more ...

140bc87226-Jan-2022 jpedryc <jan.pedryc@gmail.com>

Code Style fix

0145507626-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Improves our custom smileys

This affects the question, exclaim, deleteme and fixme emojis which are
not to be found in standed Unicode smiley sets

The styles now better match the Twitter Emoji styl

Improves our custom smileys

This affects the question, exclaim, deleteme and fixme emojis which are
not to be found in standed Unicode smiley sets

The styles now better match the Twitter Emoji styles and are also closer
to our previous styles.

show more ...

95dc9a1d25-Jan-2022 jpedryc <jan.pedryc@gmail.com>

feed.php updates:

* search is disabled
* code style fixes

047b3cae25-Jan-2022 Michael Wegener <wegener@satware.com>

revert to simple boolean result when user creation fails, remove unused function

4396d6ec25-Jan-2022 Michael Wegener <wegener@satware.com>

revert to simple boolean result when creating user, phpcs fix

11c705de25-Jan-2022 Michael Wegener <wegener@satware.com>

Reverted change

05438aa924-Jan-2022 Michael Wegener <wegener@satware.com>

fix annotation

f0e32bb924-Jan-2022 Michael Wegener <wegener@satware.com>

Create one user per request

0e0fd3b724-Jan-2022 Michael Wegener <wegener@satware.com>

Implements #3606: add xmlrpc createUsers function

2aa019d623-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

no link to attic if no version in attic

5037804b23-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

moved global

eeda7ada23-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

some spelling

6dd9988723-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

Update .gitignore

ignore the log files

6714d8ce23-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

use RevisionInfo class more in Diff

use RevisionInfo Rev1, Rev2 instead of array oldRevInfo, newRevInfo
obsolete revisionTitle(), use RevisionInfo::showRevisionTitle()
change variable names

b428a50a23-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

use OOP like method name in RevisionInfo class

a19054e923-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

fix typo

e59e4a0723-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

track current revision in Diff::compare()

f274964923-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

prevent warning undefined array key "highlighted"

a644ba8e23-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

strict check to find prev and next revision

array_search may return false and treated as 0 when a rev not found revs.

312e709523-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

add mechanism to track external current revision

5499b0da22-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Fixes caller position when logging deprecated data

The backtrace lists the caller position for the called method. The code
assumed it to be the position of the methof itself.

fbfe8e9019-Jan-2022 pluto00987 <brinel@gmail.com>

Add ssl/tls req to settings

3d727ea415-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

existing/not existing/not in attic styling

For Recent or the first item of Revisions a red link is useful refer the
user to allow creating/uploading a new page/media.
For items not existing in attic

existing/not existing/not in attic styling

For Recent or the first item of Revisions a red link is useful refer the
user to allow creating/uploading a new page/media.
For items not existing in attic no link is shown at all.

show more ...

1...<<31323334353637383940>>...420