| fec2accc | 26-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Added loadHelper() to DokuWiki_Syntax_Plugin. |
| 529b0416 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added mediawiki password method FS#2559
This should make migrating from MediaWiki a bit easier. |
| 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 |
| d743dbac | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed closing of link wizard |
| 2f3b5aca | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed permission messup |
| e287e142 | 24-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
fixed files being unselectable after upload (FS#2591) |
| 7afccd0a | 23-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
Revert "handle bzip1 as well"
This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe.
Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file. |
| f2cb3ec7 | 23-Jan-2013 |
Elan Ruusamäe <glen@delfi.ee> |
handle bzip1 as well
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly. |
| e38f3066 | 22-Jan-2013 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
fixed sample handling in toolbar FS#2691 |
| 930913b3 | 20-Jan-2013 |
Stefan Grönke <stefan@gronke.net> |
update.js applied |
| 20996c3c | 19-Jan-2013 |
Stefan Grönke <stefan@gronke.net> |
update.sh must overwrite stylesheet |
| 298dbae2 | 19-Jan-2013 |
Stefan Grönke <stefan@gronke.net> |
jQuery update.sh
* OSX compatible |
| 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) |
| e6c4a822 | 18-Jan-2013 |
Erdem <farukerdemoncel@gmail.com> |
Turkish language update |
| 187b13eb | 18-Jan-2013 |
Daniel López Prat <daniel@6temes.cat> |
Catalan language update |
| d12150d8 | 16-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed problems with spaced arrays |
| 741c5275 | 16-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
parse arrays from config file |
| d0ad4a7d | 13-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
grayscaled some interwiki icons |
| 7eaa7703 | 09-Jan-2013 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional Chinese language update |
| 71e90b1c | 06-Jan-2013 |
Osama Al-Kofahi <Osamak@paci.gov.kw> |
Arabic language update |
| 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 ...
|
| 38479cbb | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
some coding style improvements
- removed some dead/unused code - fixed phpdoc - added typing on methods |
| 3f6c460c | 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Correct German plugin manager translation (download != install) |
| 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. |