| #
2162df3a |
| 13-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
update phpdoc
|
| #
8a5f08af |
| 11-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecate html_form()
encourage plugin devs to use new Form class
|
| #
c2570358 |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove html_softbreak_callback()
|
| #
bf69f8cb |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
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
|
| #
89b939d7 |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
re-declare deprecated function html_li_default()
|
| #
fda3dd81 |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix missing return
|
| #
a215faf2 |
| 04-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
re-declare deprecated functions for backward compatibility
`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`, and following functions:
* `h
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.
show more ...
|
| #
87f229e8 |
| 02-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add dbg_deprecated() calls
|
| #
e6adf5b7 |
| 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger()
|
| #
7afe5d93 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
mark html_denied() and html_locked() as deprecated
and fix coding style
|
| #
9c8632b4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create Ui\Index::buildIndexList()
|
| #
bde560b4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
closure to obsolete html_li_default()
|
| #
675d8ce4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
closure to obsolete html_hilight_callback()
|
| #
bab2b7f0 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
mark html_* funcs as deprecated that call relevant Ui class
|
| #
e34d6962 |
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
html_sizechange() returns HTML when $form is not set
|
| #
c29600d0 |
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
print forms without html_form_output()
|
| #
c9a54189 |
| 12-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Update html.php
|
| #
5a25e725 |
| 12-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
coding style in html_diff*()
|
| #
172cb15a |
| 12-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove '&' form $form argument
$form is object, therefore it is always treated as reference without '&'.
|
| #
b0f23f4e |
| 10-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
improve html_sizechange() to recognize form class
|
| #
25dd2a2f |
| 07-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Editor class replaces html_edit()
|
| #
59305168 |
| 02-Mar-2020 |
Phy <git@phy25.com> |
Remove obsolete attributes at <script> tag
Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:
1. "type" attribute defaults to "application/javascript", so there
Remove obsolete attributes at <script> tag
Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:
1. "type" attribute defaults to "application/javascript", so there is no need to specify that. The recent value "text/javascript" is obsolete in favor of the default "application/javascript", as stated e.g. here: https://www.iana.org/assignments/media-types/media-types.xhtml#text
2. "charset" attribute of the <script> tag defaults to encoding be the same as the encoding of the script element's node document. As DokuWiki's default encoding is "utf-8", there is no need to specify this encoding in external resources. See: https://html.spec.whatwg.org/multipage/scripting.html#the-script-element
Manual merging, closes #2921.
Co-Authored-By: petrkajzar <58340153+petrkajzar@users.noreply.github.com>
show more ...
|
| #
aac83cd4 |
| 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 4: Trying to access array offset on value of type bool/null
|
| #
ddf41dea |
| 31-Oct-2019 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'htmlvaliditytests'
* htmlvaliditytests: Ignore certain HTML validity errors added group internet to html validity checks fix empty action on login form fix empty action on rece
Merge branch 'htmlvaliditytests'
* htmlvaliditytests: Ignore certain HTML validity errors added group internet to html validity checks fix empty action on login form fix empty action on recents form handle empty changelogs correctly some basic framework to do at least some HTML validity checking
show more ...
|
| #
2401f18d |
| 30-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory.
|