| 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. |
| 78f0e832 | 23-Nov-2012 |
Leandro Regueiro <leandro.regueiro@gmail.com> |
Galician language update |
| a24fc53e | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for array type |
| cba21baa | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
started to add some unit tests to config manager
Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests. |
| d30b165d | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Revert "config manager: let PHP parse the config file"
This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.
We had good reasons for parsing the file ourselves. For example to keep expressi
Revert "config manager: let PHP parse the config file"
This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.
We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
show more ...
|
| 8ca91870 | 14-Nov-2012 |
Anika Henke <anika@selfthinker.org> |
added another place to look for logo to make it more consistent (FS#2656) |
| de78e4ef | 12-Nov-2012 |
Anael Mobilia <anael@anael.eu> |
French language update |
| 649ee76f | 12-Nov-2012 |
Jakub <j@kub.cz> |
Czech language update |
| cc564ecd | 11-Nov-2012 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
compat js findPosX/y more closely mimic historical function |
| a21383af | 12-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
crossbrowser fixes for quicksearch shortening FS#2660
fixes the problem with missing innerText in Firefox (and other browsers) and corrects shortening in regard to paddings and the use of the text-o
crossbrowser fixes for quicksearch shortening FS#2660
fixes the problem with missing innerText in Firefox (and other browsers) and corrects shortening in regard to paddings and the use of the text-overflow attribute
show more ...
|
| 60dd32d9 | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added 'array' type for config manager
This allows to use simple arrays in the config file but have a comma separated list in the config manager. |
| b8f41ef0 | 10-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
config manager: let PHP parse the config file
Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays.
I'm not really su
config manager: let PHP parse the config file
Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays.
I'm not really sure why this was done. This patch replaces the parsing with a simple include() call. Everything still seems to work.
show more ...
|