History log of /dokuwiki/inc/ (Results 2901 – 2925 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
00d5892720-Feb-2013 Michael Hamann <michael@content-space.de>

Fix remaining missing $INPUT uses FS#2577

This adds $INPUT in all places where it was still missing and available.
$INPUT is now also used in places where using $_REQUEST/... was okay in
order to ma

Fix remaining missing $INPUT uses FS#2577

This adds $INPUT in all places where it was still missing and available.
$INPUT is now also used in places where using $_REQUEST/... was okay in
order to make the code consistent.

show more ...

5737a81e20-Feb-2013 Michael Hamann <michael@content-space.de>

Revert the search depth behavior changes from #154

This reverts parts of the changes from #154: Before merging the pull
request, a depth of 1 returned just the pages in the root namespace.
With the

Revert the search depth behavior changes from #154

This reverts parts of the changes from #154: Before merging the pull
request, a depth of 1 returned just the pages in the root namespace.
With the changes in the pull request, a depth of 1 also returned pages
in subnamespaces of the root namespace (as it was also tested in the test case).
This reverts this part of the changes and a depth of 1 returns just the
pages in the root namespace again.

show more ...

6416b70820-Feb-2013 Michael Hamann <michael@content-space.de>

Fix handling of failed authentication loading

In the case of a failed authentication initialization, the
authentication setup was simply continued with an unset $auth object.
This restores the previ

Fix handling of failed authentication loading

In the case of a failed authentication initialization, the
authentication setup was simply continued with an unset $auth object.
This restores the previous behavior (before merging #141) of simply
returning after unsetting $auth. Furthermore this re-introduces the
check if $auth is set before checking $auth and removes a useless
check if $auth is true (could never be false).

show more ...

64276bbc20-Feb-2013 arbrk1 <arbrk1@gmail.com>

Update inc/template.php

changed nonexistant actionOk to actionOK

a4ce95c820-Feb-2013 Dominik Eckelmann <eckelmann@cosmocode.de>

fixed auth_browseruid on IE9

IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the

fixed auth_browseruid on IE9

IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.

show more ...

61efcda119-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

add security token back, but not for anonymous users

a02e0d0e18-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

remove security token from tpl_actiondropdown - its not necessary, we're not posting any system change

7a4d121f18-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

change tpl_actiondropdown request method to 'get'

c33b315b18-Feb-2013 Anika Henke <anika@selfthinker.org>

removed a bunch of functions which were deprecated in 2005/2006

7e87a79417-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

fix missing 'subscribed' key

9132868417-Feb-2013 Michael Hamann <michael@content-space.de>

Display media file size only if file exists (prevents PHP warning)

3a4ea35c17-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

replace remaining hardcoded 'colspan' values with ->colspan

60056e6917-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

ensure diff formatters escape their output

a69506c516-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Remove the prefix from inline diffs.

The line prefix was not actually indicating what it should indicate.
In particular, anything in a "changed" block would show a "!" even
if the entire line was ad

Remove the prefix from inline diffs.

The line prefix was not actually indicating what it should indicate.
In particular, anything in a "changed" block would show a "!" even
if the entire line was added or deleted. Better to print nothing than
something that's wrong.

show more ...

56133a0416-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Fix width of indicator column.

c0e94f2a16-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Monospace font for header prefix.

07a7d21a16-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

fix a couple of diff issues: shouldn't be any need to html encode before finding diffs; move quantifier outside regex condition

1015a57d16-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up )

f76724a416-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Move inline diff headers into a vertical column.

5398a7b616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

fixed language file placeholders FS#2682

dd90013a16-Feb-2013 Michael Hamann <michael@content-space.de>

Media manager: don't create empty namespaces FS#2642

Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
nam

Media manager: don't create empty namespaces FS#2642

Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
namespace is only displayed in the tree but not actually created.

show more ...

25c4afb816-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2111, improve security check

9d2e1be616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

introduced http_status() for sending HTTP status code FS#1698

It seems, some servers require a special Status: header for sending the
HTTP status code from PHP (F)CGI to the server. This patch intro

introduced http_status() for sending HTTP status code FS#1698

It seems, some servers require a special Status: header for sending the
HTTP status code from PHP (F)CGI to the server. This patch introduces a
new function (adopted from CodeIgniter) for simplifying the status
handling.

show more ...

8a65ef2e16-Feb-2013 Anika Henke <anika@selfthinker.org>

fixed edit toolbar being cut off (FS#2715)

fed6fccb16-Feb-2013 Anika Henke <anika@selfthinker.org>

fixed media upload not working with QuickPHP (FS#2531 + FS#2673)

1...<<111112113114115116117118119120>>...258