History log of /dokuwiki/inc/ (Results 801 – 825 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

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

shorten Ui\Recent::show(), split out sub methods

Requrie *PHP7*, using anonymous class in Ui\Recent::getObjRevInfo()

697ca7e213-Aug-2020 Andreas Gohr <andi@splitbrain.org>

fixed plugin name output on load error

cad4fbf613-Aug-2020 Andreas Gohr <andi@splitbrain.org>

added logging configuration

Log facitlities can now be disabled. By default only debug is disabled.
It might make sense to by default disable deprecated as well?

Debug logging is now independend of

added logging configuration

Log facitlities can now be disabled. By default only debug is disabled.
It might make sense to by default disable deprecated as well?

Debug logging is now independend of the allowdebug method. allowdebug
was often used in two ways: for displaying errors directly to the user
and for logging to the debug log. Now it only controls the former.

show more ...

31667ec613-Aug-2020 Andreas Gohr <andi@splitbrain.org>

replaced out calls to dbglog with new Logger calls

c205039313-Aug-2020 Andreas Gohr <andi@splitbrain.org>

added convenience methods to log to our default facilities

70cc2cbf13-Aug-2020 Andreas Gohr <andi@splitbrain.org>

added logviwer admin plugin

This allows for easy viewing of the available logs.

The log format was sligthly adjusted again for easier parsing.

e4aa013913-Aug-2020 Andreas Gohr <andi@splitbrain.org>

better deprecation messages for self required plugin base files

0ecde6ce13-Aug-2020 Andreas Gohr <andi@splitbrain.org>

central logging mechanism

This introduces a logger mechanism and a new data/log directory. This is
a first proof of concept. It's built on top of the new global error
handling mechanism

Things to d

central logging mechanism

This introduces a logger mechanism and a new data/log directory. This is
a first proof of concept. It's built on top of the new global error
handling mechanism

Things to discuss:

* should we adopt PSR-3 somehow? if yes, how and should plugins be able
to drop-in other psr3 loggers?
* how to configure which facilities shall be logged?
* should we implement a log deletion feature?
* is the log format sensible?
* should we implement a log viewer admin plugin?
* should logging trigger events (it should maybe replace the
deprecation event)

show more ...

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

use $INPUT instead of $_SERVER

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

split out two form creation methods of ResendPwd

we can use prefillInput feature of InputElement class, no need to refer $INPUT in formResendPassword()

51c1fbb314-Jul-2020 Andreas Gohr <andi@splitbrain.org>

no need to convert Errors to Exceptions

we handle Throwables anyway

dbe0790d14-Jul-2020 Andreas Gohr <andi@splitbrain.org>

FatalException and proper plugin detection

Using our own Exception makes it easier to differentiate fatal errors
from others in the log

1...<<31323334353637383940>>...258