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

ddd88cdd25-Sep-2015 Christopher Smith <chris@jalakai.co.uk>

improve blank() unit tests

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.

2d090c5422-Sep-2015 Christopher Smith <chris@jalakai.co.uk>

Change from _nostring to _other
Permit three values:
- always (default), the other input field is always displayed
- exists, the other input field is only displayed when the setting
contain

Change from _nostring to _other
Permit three values:
- always (default), the other input field is always displayed
- exists, the other input field is only displayed when the setting
contains value(s) not listed in choices*.
- never, the other input field is never displayed. If the setting
contains any value(s) not listed in choices they will be
discarded on saving.
* This means, under normal circumstances the admin will not see
the other input field. It will only appear after manual editing
to enter a non-listed _choice or if an update were to remove a
previously selected _choice

show more ...

1dfc15c521-Sep-2015 tormec <dgtorpedo@gmail.com>

nostring accepts only on

11d05cc821-Sep-2015 tormec <dgtorpedo@gmail.com>

multicheckbox without extra string input

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()

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

don't delete valid translations #1384

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

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

Prevent undefined error by checking on slen

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

Fixed undefined errors

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

Undefined offset, initialize as null

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

Fixed undefined offset on $last_ope

97c7326717-Aug-2015 polyzen <polycitizen@gmail.com>

update Creative Commons licenses to 4.0. fixes #1286

https://wiki.creativecommons.org/wiki/License_versions
https://wiki.creativecommons.org/wiki/Frequently_Asked_Questions#Why_should_I_use_the_late

update Creative Commons licenses to 4.0. fixes #1286

https://wiki.creativecommons.org/wiki/License_versions
https://wiki.creativecommons.org/wiki/Frequently_Asked_Questions#Why_should_I_use_the_latest_version_of_the_Creative_Commons_licenses.3F

show more ...

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

translation update

1...<<131132133134135136137138139140>>...431