Commit Graph

11098 Commits

Author SHA1 Message Date
qezwan 4197f8f130 translation update 2020-10-05 22:45:09 +02:00
qezwan 66de2ac1b1 translation update 2020-10-05 22:20:35 +02:00
qezwan 8ae95f3d84 translation update 2020-10-05 21:50:33 +02:00
Henry Pan 2b1010d577
Merge pull request #3278 from dokuwiki-translate/lang_update_142_1601925245
Translation update (ckb)
2020-10-05 15:39:04 -04:00
qezwan 2927f24d2f translation update 2020-10-05 21:15:19 +02:00
qezwan 0af567848f translation update 2020-10-05 20:55:05 +02:00
qezwan 471830b4f8 translation update 2020-10-05 20:45:12 +02:00
Satoshi Sahara 09e982a83e use EDIT_FORM_ADDTEXTAREA
change event name to prevent breaks in old HTML_EDIT_FORMSELECTION or early proposed EDIT_FORM_ALTERNATE event handler, such as edittable plugin
2020-09-27 11:59:39 +09:00
Satoshi Sahara 2162df3af4 update phpdoc 2020-09-13 09:55:38 +09:00
Satoshi Sahara 8a5f08af07 deprecate html_form()
encourage plugin devs to use new Form class
2020-09-11 17:50:01 +09:00
Satoshi Sahara bafe746883 use new event EDIT_FORM_ALTERNATE
to prevent breaks in old   HTML_EDIT_FORMSELECTION event handler, such as edittable plugin
2020-09-11 17:46:37 +09:00
Andreas Gohr 656cb03223 Merge branch 'pr/3111' into master
* pr/3111:
  honor userewrite setting in redirection from index.php
2020-09-10 09:26:38 +02:00
Satoshi Sahara c25703581b remove html_softbreak_callback() 2020-09-08 23:08:26 +09:00
Satoshi Sahara bf69f8cb6a re-declare deprecated function html_edit_form()
call dbg_deprecated(), even this function lost compatibility because its argument  $param['form'] has changed to hold Form\Form object
2020-09-08 20:44:35 +09:00
Satoshi Sahara 89b939d771 re-declare deprecated function html_li_default() 2020-09-08 20:03:11 +09:00
Andreas Gohr 0ccf1f22f8
Merge pull request #3253 from splitbrain/issue3250
don't crush tables too narrow. fixes #3250
2020-09-08 08:38:18 +02:00
Andreas Gohr 8b68d704fd
Merge pull request #3259 from Frogging101/slika
media: Fix media_resize_image cache check
2020-09-08 08:33:23 +02:00
Satoshi Sahara fda3dd811d fix missing return 2020-09-08 11:11:36 +09:00
John Brooks 8bc1a7beb3 media: Fix media_resize_image cache check
The check was backwards, and it also caused a failure when there is no
cache file (mtime=0) because the function would still return the path to
the nonexistent cache file.
2020-09-07 21:39:20 +00:00
Satoshi Sahara d11e205ca5 consistent html_buildlist() usage
see usage of html_buildlist in plugin acl (admin and action component)
2020-09-07 23:17:49 +09:00
Satoshi Sahara a215faf2fc re-declare deprecated functions for backward compatibility
`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`,  and following functions:

* `html_denied()` is not used any plugins, but added fallback just in case.
* `html_locked()` is used by one third-party plugin (AjaxEdit), fallback should be added.
* `html_insert_softbreaks()` is used by one third-party plugin (TOS, terms of service), fallback should be added.
2020-09-04 17:58:02 +09:00
Andreas Gohr f3b7716065
Merge pull request #3256 from longyn/patch-1
Update translation
2020-09-03 13:58:04 +02:00
Frank Long 98c80af32c
Update translation
選擇 =>Traditional Chinese
选择 => Simplified Chinese
2020-09-03 19:48:49 +08:00
Henry Pan 05eaa57abb
Merge pull request #3254 from dokuwiki-translate/lang_update_127_1599088484
Translation update (sq)
2020-09-03 00:48:49 -04:00
Endrit Callaki ad4420a917 translation update 2020-09-03 01:15:52 +02:00
Andreas Gohr 76e0afa4d8 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.
2020-09-02 20:47:12 +02:00
Satoshi Sahara 87f229e8ab add dbg_deprecated() calls 2020-09-02 17:31:21 +09:00
Andreas Gohr d2bd34a5d9 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
2020-09-01 18:09:32 +02:00
Andreas Gohr 92a8473a90 added Slika as dependency 2020-09-01 18:09:29 +02:00
Henry Pan a3cafac5ce
Merge pull request #3246 from dokuwiki-translate/lang_update_126_1598847090
Translation update (zh)
2020-08-31 00:21:18 -04:00
Phy e3c16617b2 translation update 2020-08-31 06:16:12 +02:00
Henry Pan b43f233b54
Merge pull request #3222 from giterlizzi/master
Added confirmation dialog for Revert action menu
2020-08-31 00:14:02 -04:00
Karsten Kosmala 2bf5aa0cc8 typos 2020-08-27 14:27:13 +02:00
Karsten Kosmala c93d7d342d remove unused variable 2020-08-27 14:13:01 +02:00
Karsten Kosmala ae26f74ede add addToGroup and removeFromGroup 2020-08-27 14:07:52 +02:00
Karsten Kosmala 7faa86fad4 initial usermanager cli 2020-08-26 14:36:30 +02:00
Satoshi Sahara a74a1f3f7b
Merge branch 'master' into form 2020-08-26 20:37:42 +09:00
Satoshi Sahara c6977b3a35 change event naming scheme
FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286
2020-08-26 20:25:18 +09:00
Andreas Gohr d267a3cb9d
Merge pull request #3115 from moisesbr-dw/sort-with-collator
Sort with collator
2020-08-26 10:06:20 +02:00
Moisés Braga Ribeiro 242e693141 Thorough tests for EO, DE, PT and ES
Correction for German collation; examples for German and Spanish; much better comments
2020-08-20 05:54:32 -03:00
Satoshi Sahara 8128de6c97 fix Scrutinizer annotations 2020-08-20 11:30:11 +09:00
Satoshi Sahara bde2a644b7 fix Scrutinizer annotations 2020-08-19 23:55:02 +09:00
Satoshi Sahara 66e555e237 fix missing or unnecessary use Event statements 2020-08-19 21:12:28 +09:00
Satoshi Sahara 903616ed12 register HTMLFORM_LOGIN_OUTPUT event handler 2020-08-19 19:16:43 +09:00
Satoshi Sahara e6adf5b790 tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger()
2020-08-19 19:13:30 +09:00
Satoshi Sahara 0dd3555864 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.
2020-08-19 17:58:30 +09:00
Henry Pan 387e6f5141
Merge pull request #3235 from dokuwiki-translate/lang_update_116_1597798119
Translation update (fr)
2020-08-19 02:09:11 -04:00
Schplurtz le Déboulonné 3cec13af20 translation update 2020-08-19 02:51:12 +02:00
Satoshi Sahara 628d547596 remove unnecessary printing DOKU_LF 2020-08-18 20:46:30 +09:00
Satoshi Sahara 67ef3e885a 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().
2020-08-18 19:43:19 +09:00