History log of /dokuwiki/inc/ (Results 1926 – 1950 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5ab701af05-Nov-2015 solohazlo <solohhazlo@gmail.com>

translation update

2df1b3b101-Nov-2015 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

844aec6629-Oct-2015 Michael Große <grosse@cosmocode.de>

Deactivate XSS-Protection during preview

The motivation is to work around/fix issue #1182.

Using a CSP-Header did not work.

ToDo:
- [ ] Implement a check for Chrome only.

8821b86a28-Oct-2015 Dominik D. Geyer <dominik.geyer@gmail.com>

fix typo in German translation

b20eed1518-Oct-2015 David Stone <dstone@cbs.com>

fix error

8a58013e18-Oct-2015 David Stone <dstone@cbs.com>

Optimizations to autoloader

Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use sinc

Optimizations to autoloader

Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists

show more ...

cc52946812-Oct-2015 Michael Hamann <michael@content-space.de>

Add an ACL check in page_findnearest, fix #1369

This means that templates that use this function will no longer display
pages like sidebars that can't be accessed by the current user.

5b57137725-Sep-2015 Andreas Gohr <andi@splitbrain.org>

add convenience function for empty check without 0

This allows to quickly check if a variable is empty but keeps strings
and numbers evaluating to zero.

c2243b7816-Sep-2015 Marius van Witzenburg <info@mariusvw.com>

Use empty instead of isset, due REMOTE_USER should not be empty.

be4223af31-Aug-2015 Michael Große <grosse@cosmocode.de>

TagCloseElements conform to inherited expectations

Throwing an exception on request for an id or attribute breaks several
functions like $form->findPositionByAttribute.

See issue #1312

0ec7373d11-Sep-2015 Marius van Witzenburg <info@mariusvw.com>

Fixed undefined error in html_denied()

e1e937e510-Sep-2015 Andreas Gohr <gohr@cosmocode.de>

sort admin plugins alphabetically

Sorting by the sort number is too confusing since those are assigned
independently by different authors

67d812e007-Sep-2015 Marius van Witzenburg <info@mariusvw.com>

Fixed undefined offset on $last_ope

388939ba05-Sep-2015 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

f461b96d04-Sep-2015 Martin Michalek <michalek.dev@gmail.com>

translation update

06c9ee3302-Sep-2015 Marius van Witzenburg <info@mariusvw.com>

Fixed several undefined errors.

a51304ac28-Aug-2015 Kiril <neohidra@gmail.com>

translation update

e066f53227-Aug-2015 Liou, Jhe-Yu <lioujheyu@gmail.com>

translation update

f43043c823-Aug-2015 Torpedo <dgtorpedo@gmail.com>

translation update

f28fdf5422-Aug-2015 Torpedo <dgtorpedo@gmail.com>

translation update

976b572a22-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

add sizechange to wiki's global recent page

53cba3d022-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting

a023425b22-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

reformating recent listing

551be3f921-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

Display filesize changes in revisionlog

Reformat some bits of code
apply some missing pieces also for first entry

ac3ed4af21-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

Store change of filesizes in revision log

Implements
https://bugs.dokuwiki.org/index.php?do=details&task_id=2525

1...<<71727374757677787980>>...258