| ca22711e | 03-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
make global, ensure created in mediamanager is global and merged with any pre-existing |
| 1c7d84be | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed passed cache parameter |
| 4a516840 | 03-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
handle public vs. private ressource in sendFile() |
| add8678f | 01-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
alternative fix for FS#2734 |
| 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 ) |
| 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 ...
|
| 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 ...
|
| 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 |
| f144452f | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete browser plugin (migrate does it) |
| 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. |
| d91a4ef5 | 29-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Add a break to ajax_qsearch() When the search input is still only a few characters, the number of matching pages is big. Browsers have heavy work to progress this whole return, better cut off so only
Add a break to ajax_qsearch() When the search input is still only a few characters, the number of matching pages is big. Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.
show more ...
|
| a6c670e5 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added minified version of jquery-migrate |
| c499bfe1 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added jquery-migrate as a copatibility layer
this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9 |
| 9fd5ca2e | 19-Jan-2013 |
Stefan Grönke <stefan@gronke.net> |
jQuery latest
* jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js) |
| 4f4c6fd5 | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and
lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.
show more ...
|
| 46a853c3 | 27-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
correct return in sendDigest()
the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run. |
| 58789954 | 23-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
correctly check hash parameter in media dispatcher FS#2648 |
| cacfb606 | 12-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
fixed interwiki and filetype styles being included in all css modes |
| 0ac69508 | 11-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
changed local style.ini to be merged with standard one |
| 0e6f9f08 | 07-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
added support for local style.ini files |
| 3899c2ec | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Start output buffering in lib/exe/css.php only when the CSS is generated
This prevents buffering of the cache file output. |
| c5c68de9 | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Load rtl userstyle as it is still supported (did it ever work?) |
| dbf794bf | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Set default userstyle only once as screen userstyle |