| ad4420a9 | 02-Sep-2020 |
Endrit Callaki <endrit@callaki.de> |
translation update |
| 76e0afa4 | 02-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
don't crush tables too narrow. fixes #3250
This ensures that the table wrapper has at least 50% of the page width available. This allows small tables still be besides floating elements like images o
don't crush tables too narrow. fixes #3250
This ensures that the table wrapper has at least 50% of the page width available. This allows small tables still be besides floating elements like images or the TOC, but larger tables will get the full width.
show more ...
|
| 87f229e8 | 02-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add dbg_deprecated() calls |
| d2bd34a5 | 01-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
use Slika for image resizing and cropping
This replaces our own resize/crop function by the Slika library.
This is not yet ideal, as there is quite a bit duplicated code between media_resize and me
use Slika for image resizing and cropping
This replaces our own resize/crop function by the Slika library.
This is not yet ideal, as there is quite a bit duplicated code between media_resize and media_crop now. Ideally these two should be replaced by a single method handling both. I'm just not sure where to best put it yet.
Using Slika introduces two new features:
* auto rotation based on EXIF #3059 * support for webp #3238
show more ...
|
| 92a8473a | 06-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
added Slika as dependency |
| e3c16617 | 31-Aug-2020 |
Phy <dokuwiki@phy25.com> |
translation update |
| 2bf5aa0c | 27-Aug-2020 |
Karsten Kosmala <karsten.kosmala@gmail.com> |
typos |
| c93d7d34 | 27-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
remove unused variable |
| ae26f74e | 27-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
add addToGroup and removeFromGroup |
| 7faa86fa | 26-Aug-2020 |
Karsten Kosmala <kosmala@cosmocode.de> |
initial usermanager cli |
| c6977b3a | 26-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change event naming scheme
FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286 |
| 242e6931 | 20-Aug-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Thorough tests for EO, DE, PT and ES
Correction for German collation; examples for German and Spanish; much better comments |
| 8128de6c | 20-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Scrutinizer annotations |
| bde2a644 | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Scrutinizer annotations |
| 66e555e2 | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix missing or unnecessary use Event statements |
| 903616ed | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
register HTMLFORM_LOGIN_OUTPUT event handler |
| e6adf5b7 | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger() |
| 0dd35558 | 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Form::toHTML() can trigger event
New event naming scheme HTMLFORM_*_OUTPUT should be tiggered to prevent break of old third-party plugins using old events HTML_*FORM_OUTPUT. |
| 3cec13af | 19-Aug-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 628d5475 | 18-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove unnecessary printing DOKU_LF |
| 67ef3e88 | 18-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
split longer show() into task methods.
The structure of Ui\Revisions is similar to Ui\Recent. Ui\Revisions::getRevisions() returns a arrey of rev info array as same as getRecent(). |
| 057cd775 | 18-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
more narrow jQuery selector to rev2[] checkbox
This fix enables to use disabled checkbox for non-existing revision page or media file in the HTML form of Ui\Revisions. |
| bcdf03d0 | 17-Aug-2020 |
Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> |
Optimized pageRestoreConfirm function |
| d0fecb18 | 17-Aug-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Tests for Portuguese and Spanish
Collations for Portuguese and Spanish; examples for Portuguese; better comments |
| 0489c64b | 16-Aug-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2
Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder. |