fd51467a | 25-Feb-2014 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
4292840c | 24-Feb-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
370fac63 | 23-Feb-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
4d51938b | 23-Feb-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
46b189b5 | 23-Feb-2014 |
Robert Bogenschneider <bogi@uea.org> |
translation update |
0ebbba20 | 22-Feb-2014 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
fd51614b | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
enable/disable extensions via AJAX FS#2927 |
73d93f2b | 30-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
extension manager: some minor tweaks in the info screen |
b15cd32d | 28-Jan-2014 |
jgpcx <jerry@gpcx.de> |
Update action.php
fix bug that only allows admins any AJAX calls |
30b90257 | 14-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added plugins group to test |
b1e75801 | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
show a message when search returns no results |
c837868a | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added missing localization |
bc1b7a8a | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
better filename parsing
The filename found in the URL will be used for old plugins missing a base entry in their plugin.info.txt and lacking a subdirectory inside the archive as well. This patch mak
better filename parsing
The filename found in the URL will be used for old plugins missing a base entry in their plugin.info.txt and lacking a subdirectory inside the archive as well. This patch makes sure possible query strings aren't included in the filename.
Note: io_download() will also try to get a filename from any content-disposition header.
If no filename can be found we simply use an md5 sum of the URL and hope the plugin will contain it's own hint for naming.
show more ...
|
4bad83d8 | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
use DOKU_LF
PHP_EOL is platform dependent, so you get in trouble while migrating between platforms. |
ec8911d4 | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
remove unneeded try/catch blocks
they were just catching and rethrowing |
cf37525f | 06-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
typo fix |
189c9cab | 06-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
purge cache only once on install
this is not a extension specific cache but a global one. no need to purge for each installed extension |
da5f0eee | 06-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
check for admin in AJAX backend |
0826f6cb | 06-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
now use new core funtion to recursively delete |
06d8000a | 05-Jan-2014 |
Anika Henke <anika@selfthinker.org> |
added status to info list of extension plugin |
77da6d6c | 05-Jan-2014 |
Anika Henke <anika@selfthinker.org> |
added css and html changes for RTL scripts to extension manager |
480a4d37 | 05-Jan-2014 |
Anika Henke <anika@selfthinker.org> |
added basic mobile styles to extension manager (not great, but makes things at least readable) |
47559c79 | 05-Jan-2014 |
Anika Henke <anika@selfthinker.org> |
fixed and improved some HTML in extension manager |
a4667104 | 05-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added git warning |
4c005e3f | 05-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed strict standard error and added some docblock |