History log of /dokuwiki/ (Results 2901 – 2925 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e380abb226-May-2016 Michael Grosse <grosse@cosmocode.de>

Beautify code

9dc5397325-May-2016 Michael Grosse <grosse@cosmocode.de>

Keep query params during redirect to headpage

As discussed in Issue #1454 dokuwiki currently "forgets" additional
queryparams when redirecting from devel: to devel:start

Example:
https://www.dokuwi

Keep query params during redirect to headpage

As discussed in Issue #1454 dokuwiki currently "forgets" additional
queryparams when redirecting from devel: to devel:start

Example:
https://www.dokuwiki.org/devel:?foo=bar
should result in
https://www.dokuwiki.org/devel:start?foo=bar
but actually results in
https://www.dokuwiki.org/devel:start

This commit fixes that behaviour.

Fixes #1454

show more ...

879851d323-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)

Could improve failing test of #1589

0b78a6ed23-May-2016 Anika Henke <anika@selfthinker.org>

take care of file size change of zero

cd2a4cfd23-May-2016 Anika Henke <anika@selfthinker.org>

refactor duplicate sizechange code into its own function

2569220823-May-2016 Anika Henke <anika@selfthinker.org>

always separate a number and a unit by a non-breaking space

7f89f08920-May-2016 Andreas Gohr <andi@splitbrain.org>

added missing statement to capability check

8a069f8d18-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

fix an unfortunate line break in one of the tabs of the mediamanager when using Arabic

5462edca18-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

added doku_hasTextBeenModified, rename doku_checkSummary

checkfunc is mainly replaced by doku_hasTextBeenModified, which is put
in global scope to allow overriding by plugins.

4f30d13a18-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

shortening dokucookie option names for extension manager

ed8e6fd516-May-2016 Michael Große <mic.grosse@posteo.de>

Fix xmlrpc constructor for php7

In php7 constructors with the same name as the class are deprecated. __construct() should be used.

Depending on the server-configuration this could result in a war

Fix xmlrpc constructor for php7

In php7 constructors with the same name as the class are deprecated. __construct() should be used.

Depending on the server-configuration this could result in a warning which would break the API.

show more ...

45cb016d15-May-2016 Davor Turkalj <turki.bsc@gmail.com>

translation update

52bc962f15-May-2016 Davor Turkalj <turki.bsc@gmail.com>

translation update

88a8d4af12-May-2016 Wiki Doku <SugarKidder@mailinator.com>

translation update

55d675c911-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

add phpdocs

922cfa6a11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

remote api ackcheck: if user given, but no groups, retrieve groups

with unittests

b736dcfd11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

use variable in remoteapicore_test

0906a39b11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDoc Form

7ec9776711-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs Form

f6cd8a7f11-May-2016 phjanderson <phjanderson@gmail.com>

Fixed a small type preventing query parameters from showing up debug messages.

c59f518311-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting media.js

3d32f1cd11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

overrule left offset of jQueryUI Resizable added in rtl

If using a west handle, jQuery UI Resizable uses left offset to
position, assuming relative:absolute like setup.

- http://stackoverflow.com/q

overrule left offset of jQueryUI Resizable added in rtl

If using a west handle, jQuery UI Resizable uses left offset to
position, assuming relative:absolute like setup.

- http://stackoverflow.com/questions/28512111/resizable-div-that-
doesnt-change-left-property
- https://bugs.jqueryui.com/ticket/4985#comment:1

show more ...

0b3656ac11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

toggle mediamanager resizable handle to east/west based at dir=rtl

7abc270f11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

fix typo

af64235411-May-2016 Michael Grosse <grosse@cosmocode.de>

Fix resetting select-options attributes

1...<<111112113114115116117118119120>>...420