| b4836fb2 | 13-Feb-2022 |
merefox <admin@homerecz.com> |
translation update |
| 0d4bdcc6 | 13-Feb-2022 |
merefox <admin@homerecz.com> |
translation update |
| 8c1358ca | 08-Feb-2022 |
Hamp Gábor <gabor.hamp@gmail.com> |
translation update |
| 4cf9cfac | 06-Feb-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add fallback when url parameter rev is current
feed.php request to show page or media diff previous with current by url parameter rev that is current revision number. |
| 1498ac42 | 04-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
abort XMLRPC later in serve() |
| 056ce6f2 | 04-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
updated composer.lock |
| 5c25a071 | 04-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
updated slika to fix error in cropping |
| a30be5ec | 04-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix linelengths in feed.php |
| 4b867325 | 04-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
Fix #3619 and correctly handle exceptions in XMLRPC
This ensures that any exception happening during XMLRPC processing is signalled correctly to the client as XML encoded error message. |
| e3c00e6e | 03-Feb-2022 |
Iain Hallam <iain@nineworlds.net> |
Accept returnonly parameter to header() |
| 4b647920 | 30-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Ignore missing event system in logging #3614 |
| c02dcaa0 | 28-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change var name $Rev to $RevInfo |
| 3712ae9e | 28-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change var name $rev1Supple to $rev1Summary |
| 4ef5d38d | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
use correct SVG interwiki fallback icon. #3611 |
| b021f0b4 | 27-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 ...
|
| 140bc872 | 26-Jan-2022 |
jpedryc <jan.pedryc@gmail.com> |
Code Style fix |
| 01455076 | 26-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 ...
|
| 95dc9a1d | 25-Jan-2022 |
jpedryc <jan.pedryc@gmail.com> |
feed.php updates:
* search is disabled * code style fixes |
| 047b3cae | 25-Jan-2022 |
Michael Wegener <wegener@satware.com> |
revert to simple boolean result when user creation fails, remove unused function |
| 4396d6ec | 25-Jan-2022 |
Michael Wegener <wegener@satware.com> |
revert to simple boolean result when creating user, phpcs fix |
| 11c705de | 25-Jan-2022 |
Michael Wegener <wegener@satware.com> |
Reverted change |
| 05438aa9 | 24-Jan-2022 |
Michael Wegener <wegener@satware.com> |
fix annotation |
| f0e32bb9 | 24-Jan-2022 |
Michael Wegener <wegener@satware.com> |
Create one user per request |
| 0e0fd3b7 | 24-Jan-2022 |
Michael Wegener <wegener@satware.com> |
Implements #3606: add xmlrpc createUsers function |
| 2aa019d6 | 23-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
no link to attic if no version in attic |