History log of /dokuwiki/inc/ (Results 926 – 950 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2162df3a13-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

update phpdoc

8a5f08af11-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

deprecate html_form()

encourage plugin devs to use new Form class

bafe746811-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use new event EDIT_FORM_ALTERNATE

to prevent breaks in old HTML_EDIT_FORMSELECTION event handler, such as edittable plugin

15f699ac10-Sep-2020 Andreas Gohr <andi@splitbrain.org>

replace user errors with exceptions

Exceptions are better to handle than errors. What I don't like is that
we now have an unfortunate mix of return code and exception signalling
for errors. Some met

replace user errors with exceptions

Exceptions are better to handle than errors. What I don't like is that
we now have an unfortunate mix of return code and exception signalling
for errors. Some methods still return false for errors while others
now throw exceptions (always returning true otherwise).

show more ...

c257035808-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove html_softbreak_callback()

bf69f8cb08-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

89b939d708-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

re-declare deprecated function html_li_default()

fda3dd8108-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix missing return

8bc1a7be07-Sep-2020 John Brooks <john@fastquake.com>

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 nonexist

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.

show more ...

d11e205c07-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

consistent html_buildlist() usage

see usage of html_buildlist in plugin acl (admin and action component)

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

ad4420a902-Sep-2020 Endrit Callaki <endrit@callaki.de>

translation update

87f229e802-Sep-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

add dbg_deprecated() calls

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

e3c1661731-Aug-2020 Phy <dokuwiki@phy25.com>

translation update

c6977b3a26-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change event naming scheme

FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286

8128de6c20-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Scrutinizer annotations

bde2a64419-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Scrutinizer annotations

66e555e219-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix missing or unnecessary use Event statements

e6adf5b719-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

tigger HTMLFORM_*_OUTPUT events

trigger events in Form::toHTML() instead of using Event::createAndTrigger()

0dd3555819-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.

3cec13af19-Aug-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

628d547518-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

remove unnecessary printing DOKU_LF

67ef3e8818-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().

0489c64b16-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.

1...<<31323334353637383940>>...266