History log of /dokuwiki/inc/html.php (Results 51 – 75 of 575)
Revision Date Author Comments
# 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()


# 22c4cfd1 14-Mar-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Merge remote-tracking branch 'upstream/master' into Refactor_Fulltext


# 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 ...


# 9329b002 02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change static methods into instance methods


# 4a90f94b 02-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move backlinks() and mediause() into MediaIndex class


# 46b83514 19-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

resolve conflictions, CodeSniffer errors


# 2cbd2b9a 16-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Merge branch 'master' into Refactor_Fulltext


# efe70805 15-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use ::class for class name resolution


# 0cba610b 14-Jan-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

rewrite deprecated ft_* functions


# 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.


# f2b8faf5 15-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into htmlvaliditytests

* master: (492 commits)
Avoid flaky tests by waiting full seconds
translation update
translation update
translation update
translation update

Merge branch 'master' into htmlvaliditytests

* master: (492 commits)
Avoid flaky tests by waiting full seconds
translation update
translation update
translation update
translation update
Check for null JS object on form field.
translation update
Rename _acl_add to _acl_addOrUpdate
Fix #1115
translation update
translation update
translation update
Update config.class.php
translation update
translation update
use inline template instead of .dist file to populate users.auth.php
authpdo: fix _query return type issue per Scrutinizer inspection
Update lang.php
Add ugc hint to nofollow
add UGC hint
...

show more ...


# 8cbc5ee8 10-Jun-2019 Andreas Gohr <andi@splitbrain.org>

replaced deprecated utf8 functions

For now this uses full qualified namespaces, sensible imports may come
later.


# cbb44eab 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

deprecated trigger_event() in favor of a static method on Event


# e1d9dcc8 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

First go at moving the plugin classes into their own namespace


# 923e149a 15-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Merge branch 'master' into psr2


# 54436b19 03-Dec-2018 bleistivt <bleistivt@users.noreply.github.com>

Fix zero width spaces in diffs


# 0db7a50d 27-Sep-2018 Thammi <thammi@chaossource.net>

Hide login form on denied page if login is disabled


# 0c3a5702 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

split changelog classes into their own namespace

The remaining functions in inc/changelog.php should be moved into a
utility class.


# 9ddafced 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into psr2

* master:
�� (Draft) Fix exception when actually viewing a draft of a page
��(Draft): Add doc block for constructor
✅ Add unittest for deleteUsers remote API ca

Merge branch 'master' into psr2

* master:
�� (Draft) Fix exception when actually viewing a draft of a page
��(Draft): Add doc block for constructor
✅ Add unittest for deleteUsers remote API call
fix remote API call dokuwiki.deleteUsers
translation update
�� Use json for the response to dw_locktimer
✨(dw_locktimer) plugins may reuse to add fields and callbacks
�� (editor) draft status is semantically not part of the toolbar
�� Create new Draft class and move draft handling there
translation update
correctly avoid notice in init.
avoid creating expensive stacktrace in dbg_deprecated()
add method to EventHandler to check if an event is actually handled
introduce INFO_DEPRECATION_LOG event

show more ...


# 520438b3 14-Jun-2018 Michael Große <grosse@cosmocode.de>

�� (Draft) Fix exception when actually viewing a draft of a page

Not sure why this didn't show up sooner ��


12345678910>>...23