| ffd2c6d6 | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
use https URLs in config manager |
| 3df364a3 | 25-Apr-2022 |
Timo Richter <timo.richter@richter-leiterplatten.de> |
CORS on XMLRMPC API
This allows setting a CORS header to make the xmlrpc API accessible from JavaScript clients directly in the browser. |
| 1560cda4 | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
adjust yandex sitemap submission URL #3670 |
| d3233986 | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
upgraded UniversalFeedCreator to v1.8.4.1
fixes #3651 |
| a1910c4a | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
better title for homepage link
It also lowercases the accesskey hint to be in sync with others.
fixes #3661 |
| 82b5fca9 | 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
access plugin repository over SSL only
fixes #3677 |
| 680a79a9 | 10-May-2022 |
Paul Nizan <paul_nizan@hormail.com> |
translation update |
| 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 |
| 8e55744c | 28-Apr-2022 |
Jordan Atwood <nightfirecat@nightfirec.at> |
Restrict editor textarea to vertical resizing only
In the default template, it was previously possible to resize the editor textarea in both directions, which made it possible to expand beyond the e
Restrict editor textarea to vertical resizing only
In the default template, it was previously possible to resize the editor textarea in both directions, which made it possible to expand beyond the edge of its container and become unusable. Restricting it to vertical resizing still allows an expanded editing view without the possibility of encountering these problems.
show more ...
|
| 10f359ad | 28-Apr-2022 |
Andreas Gohr <andi@splitbrain.org> |
Replace direct calls to strftime with dformat calls
This is in preparation for fixing #3573 |
| 36a1a880 | 28-Apr-2022 |
Andreas Gohr <andi@splitbrain.org> |
CodeStyle: fix line length issue in installer |
| 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 |
| 2cb06bbd | 15-Feb-2022 |
jpedryc <jan.pedryc@gmail.com> |
Changed username validation (to func cleanID) during installation |
| a5752066 | 15-Feb-2022 |
jpedryc <jan.pedryc@gmail.com> |
Styling pageutils.php |
| db581254 | 15-Feb-2022 |
jpedryc <jan.pedryc@gmail.com> |
Styling install.php |
| 92085f13 | 15-Feb-2022 |
Andreas Gohr <andi@splitbrain.org> |
handle hashes in page_exists. fixes #3608 |