| 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 |
| 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 ...
|
| 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 |
| 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 |
| 62147bf8 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
don't expose version in info plugin FS#2701 |
| 36625b96 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
run main code only for non-tests in lib/exe/fetch.php |
| 3b399a1b | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
reformatted lib/exe/fetch.php |
| a701b283 | 08-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed config loading for auth plugins |
| ed2c6a71 | 05-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
use consistent name for authpgsql |
| fe3fe1c7 | 05-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed authpg plugin info |
| 138c83ca | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed jquery-ui FS permissions |
| 192151b7 | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed revision JS for images |
| f144452f | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete browser plugin (migrate does it) |
| b84f9471 | 03-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
adjust spacing to match standard 1.4em grid |
| 48606867 | 03-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
use var and remove suggestions when needed Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found. |
| 9b6dbaa9 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
reduced required max width to go into tablet mode |
| 16ff96a1 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
re-added linear gradients for firefox
We removed them because of FS#2447 a while ago. But as the original problem was most probably only caused by the gradient for the page background and that's usi
re-added linear gradients for firefox
We removed them because of FS#2447 a while ago. But as the original problem was most probably only caused by the gradient for the page background and that's using a PNG now, the gradients for the buttons should be fine. Please test to double check if this change causes performance problems in Firefox.
show more ...
|
| 0859da57 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
added missing styling for disabled form elements (FS#2705) |
| 16c8df01 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed acronyms in italics (FS#2684) |
| 264643e6 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
improved print styles (includes fixes for FS#2645 and FS#2707) |