History log of /dokuwiki/ (Results 5026 – 5050 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3a4ea35c17-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

replace remaining hardcoded 'colspan' values with ->colspan

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

improve comments on settings::update() method

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

tidy up authtype setting class (incl. fix issue with auth change/logoff occurring when only one auth plugin is enabled and other settings are updated)

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

add property to show disabled plugins, set it to false (to hide by default)

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.

5ebd6fd916-Feb-2013 Klap-in <klapinklapin@gmail.com>

litte fixes

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

fixed html error in plugin lang file

a0e6251816-Feb-2013 Klap-in <klapinklapin@gmail.com>

separate default settings from non-existing settings
setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwis

separate default settings from non-existing settings
setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwise 'setting_no_class' is loaded

show more ...

4597080416-Feb-2013 Klap-in <klapinklapin@gmail.com>

Complete metadata and defaults of auth plugin configs

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.

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

disable additional auth plugins in installer

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

fixed language file placeholders FS#2682

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

Add django compatible hashes to the config options.

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

Abort old quick search requests when starting new ones

This prevents old requests that need longer than the newer ones (likely,
as if you type more less results are returned) from overriding the
res

Abort old quick search requests when starting new ones

This prevents old requests that need longer than the newer ones (likely,
as if you type more less results are returned) from overriding the
results list.

show more ...

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

71f791ff16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

removed deprecated ACL wrapper object

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

FS#2111, improve security check

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

corrected some inline documentation in template's js

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

disabled JavaScript compatibility layer

this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.

This will break plugins using outdated JavaS

disabled JavaScript compatibility layer

this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.

This will break plugins using outdated JavaScript. These plugins have to
be updated according to https://www.dokuwiki.org/devel:jqueryfaq

As a courtesy to users, the compatibility.js is not deleted, yet.
Undoing this single patch can be used as a temporary workaround.

show more ...

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

1...<<201202203204205206207208209210>>...423