History log of /dokuwiki/ (Results 3201 – 3225 of 10578)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

bc0b752526-Nov-2015 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

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

translation update

78374fd017-Nov-2015 Uwe Benzelrath <uwebenzelrath@gmail.com>

translation update

755031bf17-Nov-2015 Michael Große <grosse@cosmocode.de>

translation update

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

translation update

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

translation update

bb30445d13-Nov-2015 Michael Wilmes <mwilmes@wilminator.com>

* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desire

* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desired that the user could edit their attributes or to prevent errors in case AD does not permit the user to update these attributes.

show more ...

7001897811-Nov-2015 Michael Wilmes <mwilmes@wilminator.com>

* Added missing 'userchangefail' in English to authad.

01dcc15708-Nov-2015 Alvaro [Andor] <andor@pierdelacabeza.com>

Update help.txt

Updated a word wrongly written on spanish

5ab701af05-Nov-2015 solohazlo <solohhazlo@gmail.com>

translation update

c3ee438f03-Nov-2015 Hideaki SAWADA <chuno@live.jp>

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.

5e20405329-Oct-2015 Michael Große <grosse@cosmocode.de>

Be more clear what a failed create event means

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

fix typo in German translation

5431e0aa28-Oct-2015 Sam Wilson <sam@samwilson.id.au>

Add an in-progress class to the quicksearch form.

This change adds a new class to the quicksearch's <form>
element while the quicksearch is running. This is to
make it easier to style the form, e.g.

Add an in-progress class to the quicksearch form.

This change adds a new class to the quicksearch's <form>
element while the quicksearch is running. This is to
make it easier to style the form, e.g. with a throbber gif
in the search box, to indicate that something is happening.
For slow connections, it is sometimes not apparent that
waiting for a few seconds will present the user with a list
of matching pagenames.

The new 'searching' class is added just before the POST
request is sent, and cleared both on successful completion
and when the search box is cleared.

show more ...

7aaab10927-Oct-2015 Andreas Gohr <andi@splitbrain.org>

implements a router for the PHP builtin webserver

PHP comes with a builtin webserver for development purposes. This adds
the needed routing and also enables rewriting compatible to out
userewrite=1

implements a router for the PHP builtin webserver

PHP comes with a builtin webserver for development purposes. This adds
the needed routing and also enables rewriting compatible to out
userewrite=1 setting. It also implements basic access security (denying
access to the data directory and similar directories)

A PHP based webserver running DokuWiki can now be started with
php -S localhost:8000 index.php

show more ...

09a5dcd627-Oct-2015 Michael Große <grosse@cosmocode.de>

Show specific error messages if user creation fails

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

234b5c9a16-Oct-2015 Bernhard Liebl <bernhard.liebl@rz.uni-regensburg.de>

Fix for PHP 7, more debugging output

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.

f0a15b0912-Oct-2015 Christopher Smith <chris@jalakai.co.uk>

minor grammar correction in a comment

1...<<121122123124125126127128129130>>...424