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


# c49e647b 06-Jun-2018 Michael Große <grosse@cosmocode.de>

�� (editor) draft status is semantically not part of the toolbar

This change is useful for plugins that may want to implement their own toolbar (and thus hide the
default toolbar), but still would l

�� (editor) draft status is semantically not part of the toolbar

This change is useful for plugins that may want to implement their own toolbar (and thus hide the
default toolbar), but still would like to let the locktimer set the draft status.

show more ...


# 0aabe6f8 07-Jun-2018 Michael Große <grosse@cosmocode.de>

�� Create new Draft class and move draft handling there


# 272a98e2 07-May-2018 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into psr2

* master:
fixed tests for chunked encoding
Update PHP logo URL to HTTPS
Bump updateVersion
fix draft recovering
updated php-archive lib. fixes #2361
trans

Merge branch 'master' into psr2

* master:
fixed tests for chunked encoding
Update PHP logo URL to HTTPS
Bump updateVersion
fix draft recovering
updated php-archive lib. fixes #2361
translation update
translation update
Add simple catch-all to left install.php div

show more ...


# 1362c8af 02-May-2018 Andreas Gohr <andi@splitbrain.org>

fix draft recovering

The actual draft text got lost when we changed to showing the diff
instead of the full draft.


# ffc2cc4b 30-Apr-2018 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into psr2

* master:
typo
link to avanced geshi options. fixes #2352
unlock in cancel action
unlock pages on viewing them
add user interface back to resendpwd action.

Merge branch 'master' into psr2

* master:
typo
link to avanced geshi options. fixes #2352
unlock in cancel action
unlock pages on viewing them
add user interface back to resendpwd action. fixes #2349

show more ...


# 64159a61 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

line lengths shortened

This makes sure all files use line lenghts shorter than 120 characters.

This is a quick fix. It might not always be the nicest change.


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 3f5c3c1e 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

unlock in cancel action

and actually use it in the edit form.


# 3f552e56 20-Apr-2018 Andreas Gohr <andi@splitbrain.org>

fix empty action on login form


# d1264ecf 20-Apr-2018 Andreas Gohr <andi@splitbrain.org>

fix empty action on recents form


# ada0d779 15-Apr-2018 Michael Hamann <michael@content-space.de>

Prevent HTML and JS injection in section names

Before this change, HTML and some JS code (as far as it was not escaped
by json_encode) could be injected into the output as the closing pattern
that i

Prevent HTML and JS injection in section names

Before this change, HTML and some JS code (as far as it was not escaped
by json_encode) could be injected into the output as the closing pattern
that is checked by the regex is not escaped in JSON (see test case).

show more ...


# 37c80e0e 10-Apr-2018 LarsDW223 <lars_paulsen@web.de>

Section edit: corrected pattern 'SEC_EDIT_PATTERN'

This fixes broken nested section edit buttons which were causing
invalid HTML code. The pattern has to be 'not greedy'. Fixes #2304.


# 21fcef82 19-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor(Search): refactor html_search into Ui/Search

This commit should be without functional changes.


# 0ae3e642 06-Mar-2018 Andreas Gohr <andi@splitbrain.org>

Merge pull request #2160 from flammy/patch-1

Local Drafts: show diff instead off full text


# dfeb484b 06-Mar-2018 Andreas Gohr <andi@splitbrain.org>

Merge pull request #2220 from splitbrain/sectioneditrefactor

Refactored section edit


12345678910>>...23