History log of /dokuwiki/inc/ (Results 2126 – 2150 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ef9dc9b814-Dec-2015 Erial <erial2@gmail.com>

translation update

9256171710-Dec-2015 sagi <sagiyosef@gmail.com>

translation update

6e2d09ae07-Dec-2015 Werner Flamme/WKDV <werner.flamme@ufz.de>

Adapt .htaccess files for Apache 2.4

ec98a82227-Nov-2015 Amnuay <amnuay@gmail.com>

translation update

7a112df527-Nov-2015 Andreas Gohr <andi@splitbrain.org>

add ignoreacl parameter to tpl_include_page #1369

This is needed to accomodate for the change in page_findnearest()

c7b8d97727-Nov-2015 Andreas Gohr <andi@splitbrain.org>

use constant instead of magic number

8eca974c27-Nov-2015 Andreas Gohr <andi@splitbrain.org>

remove unused token login. closes #1376

The token login was introduced for the flash uploader. Since it has been
removed there is no need for this code anymore.

ce94926327-Nov-2015 Andreas Gohr <andi@splitbrain.org>

autoloader needs return, plugins should be required not included

13c3790027-Nov-2015 Andreas Gohr <andi@splitbrain.org>

streamline zlib checking #1410

Instead of having various function_exists checks all over the place,
this introduces the constants DOKU_HAS_GZIP and DOKU_HAS_BZIP. All
non-3rdparty parts of the code

streamline zlib checking #1410

Instead of having various function_exists checks all over the place,
this introduces the constants DOKU_HAS_GZIP and DOKU_HAS_BZIP. All
non-3rdparty parts of the code using gz* functions should now check if
zlib is actually available.

show more ...

4a0b766927-Nov-2015 Andreas Gohr <andi@splitbrain.org>

make sure zlib exists when trying to use gzip_output #1410

7c54867c25-Nov-2015 Garfield <garfield_550@outlook.com>

translation update

1f6acd0015-Nov-2015 Jaroslav Lichtblau <jlichtblau@seznam.cz>

translation update

97115ef313-Nov-2015 Guilherme Cardoso <guicardoso@gmail.com>

translation update

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

1...<<81828384858687888990>>...266