| 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 ...
|
| 7e9efe52 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
moved rewrite rules to uncomment together (FS#2484) |
| 21606750 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
added explaining text to _dummy files (fixes issues with some archivers, FS#2616) |
| 73afc609 | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed useless css from config manager (causing issues in Opera, FS#2678) |
| 8a65ef2e | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed edit toolbar being cut off (FS#2715) |
| 6d6be32b | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
initialize link wizard with current namespace FS#2683 |
| fed6fccb | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed media upload not working with QuickPHP (FS#2531 + FS#2673) |
| a9b6a8b5 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow richer email addresses in notify and registernotify FS#2689
This deprecates the "richemail" config class |
| 6a1f928f | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
do not expose version in outgoing mails FS#2701 |
| 62147bf8 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
don't expose version in info plugin FS#2701 |
| a5951419 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
don't use keep-alive with single shot HTTP clients |
| 4def61cf | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
test for media downloading (related to FS#2675 |
| 8b48b31f | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPclient: print number of received bytes on error |
| 7b9186a5 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient: updated function comments |