| 9f72d639 | 14-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
authldap: handle bad groupkey gracefully |
| 3402a2df | 04-Feb-2014 |
matej <mateju@svn.gnome.org> |
translation update |
| 38e97ed0 | 03-Feb-2014 |
SteScho <schoch@dsb.net> |
Update auth.php
As suggested by @selfthinker |
| e4928db0 | 31-Jan-2014 |
umriya afini <bigdream.power@gmail.com> |
translation update |
| 73d93f2b | 30-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
extension manager: some minor tweaks in the info screen |
| 3e23f03e | 30-Jan-2014 |
SteScho <schoch@dsb.net> |
Update auth.php
In Novell eDir the group search returns strings, not arrays. Added if-statement which determines if the result is an array or an string. |
| d149d9d6 | 29-Jan-2014 |
Petr Klíma <qaxi@seznam.cz> |
translation update |
| b15cd32d | 28-Jan-2014 |
jgpcx <jerry@gpcx.de> |
Update action.php
fix bug that only allows admins any AJAX calls |
| 56305e5a | 27-Jan-2014 |
huseyin can <huseyincan73@gmail.com> |
translation update |
| d02f9f2e | 25-Jan-2014 |
Momo50 <c.brothelande@gmail.com> |
translation update |
| 58e8fa00 | 25-Jan-2014 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| 975e2a19 | 24-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed empty language files
our translation interface used to submit empty files for a while but no longer does, so these can go |
| ca149a9e | 24-Jan-2014 |
Myeongjin <aranet100@gmail.com> |
translation update |
| a18d5a45 | 22-Jan-2014 |
cross <cross1962@gmail.com> |
translation update |
| 1093058c | 21-Jan-2014 |
Paweł Jan Czochański <czochanski@gmail.com> |
translation update |
| 13bc346a | 19-Jan-2014 |
Marina Vladi <deldadam@gmail.com> |
translation update |
| 99c82aef | 19-Jan-2014 |
Erli Moen <evseev.jr@gmail.com> |
translation update |
| 30b90257 | 14-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added plugins group to test |
| 7264d332 | 12-Jan-2014 |
oott123 <ip.192.168.1.1@qq.com> |
translation update |
| 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 |
| 5a3e1f53 | 07-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
reintroduce a tiny bit of duplication
This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends
reintroduce a tiny bit of duplication
This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together.
With PHP 5.4 further deduplication could be done via Traits.
show more ...
|