1ef741db | 29-Apr-2022 |
Nicolas Friedli <nicolas@theologique.ch> |
New sitemap ping URL
Reference: https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#addsitemap |
10f359ad | 28-Apr-2022 |
Andreas Gohr <andi@splitbrain.org> |
Replace direct calls to strftime with dformat calls
This is in preparation for fixing #3573 |
555855b8 | 27-Apr-2022 |
VinnieChow <zsz33@qq.com> |
translation update |
52ebc4bd | 16-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
57d5036d | 16-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
42e9fbe7 | 11-Apr-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
e2e91587 | 10-Apr-2022 |
Pasi <zazuu@zazuu.net> |
translation update |
8108306b | 16-Mar-2022 |
Alinur <alinur@danwin1210.de> |
translation update |
042b9fec | 09-Mar-2022 |
Andreas Gohr <andi@splitbrain.org> |
Adds a new DOKUWIKI_INIT_DONE event
This is a simple event called at the very end of the inc/init.php process. It provides an alternative to DOKUWIKI_STARTED that is always executed regardless of th
Adds a new DOKUWIKI_INIT_DONE event
This is a simple event called at the very end of the inc/init.php process. It provides an alternative to DOKUWIKI_STARTED that is always executed regardless of the called script (eg. in lib/exe/ajax.php or in endpoints provided by plugins).
show more ...
|
ef4230c9 | 07-Mar-2022 |
Henry Pan <git@phy25.com> |
Remove duplicate periods in zh-TW |
aff3c248 | 04-Mar-2022 |
Chun-Chung Chen <cjj@u.washington.edu> |
translation update |
e110f6a0 | 04-Mar-2022 |
NawanP <saya@nawan.my.id> |
translation update |
a5752066 | 15-Feb-2022 |
jpedryc <jan.pedryc@gmail.com> |
Styling pageutils.php |
92085f13 | 15-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
handle hashes in page_exists. fixes #3608 |
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() |
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 |
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 ...
|
4396d6ec | 25-Jan-2022 |
Michael Wegener <wegener@satware.com> |
revert to simple boolean result when creating user, phpcs fix |