| 3a4ea35c | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace remaining hardcoded 'colspan' values with ->colspan |
| 22b77ede | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
improve comments on settings::update() method |
| aae735fc | 17-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) |
| 0fc50f81 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add property to show disabled plugins, set it to false (to hide by default) |
| 60056e69 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure diff formatters escape their output |
| a69506c5 | 16-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 ...
|
| 56133a04 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Fix width of indicator column. |
| 5ebd6fd9 | 16-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
litte fixes |
| 4005b080 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed html error in plugin lang file |
| a0e62518 | 16-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 ...
|
| 45970804 | 16-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
Complete metadata and defaults of auth plugin configs |
| c0e94f2a | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Monospace font for header prefix. |
| 07a7d21a | 16-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 |
| 1015a57d | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up ) |
| f76724a4 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Move inline diff headers into a vertical column. |
| c70d6cee | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
disable additional auth plugins in installer |
| 5398a7b6 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed language file placeholders FS#2682 |
| 87bba75a | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Add django compatible hashes to the config options. |
| b480dd42 | 16-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 ...
|
| dd90013a | 16-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 ...
|
| 71f791ff | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated ACL wrapper object |
| 25c4afb8 | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2111, improve security check |
| 80faa902 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
corrected some inline documentation in template's js |
| 99421189 | 16-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 ...
|
| 9d2e1be6 | 16-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 ...
|