| 0ba750c0 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed retrieveUser function in authad
previously it never returned any users |
| 08d1a8df | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
show PHP version only to admins and managers FS#2655 |
| b9a6663f | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
handle limit=0 correctly in authmysql/pgsql FS#2919 |
| 9a2c73e8 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
streamlined retrieveUsers() signature over all auth plugins FS#2919 |
| 815f94e6 | 15-Feb-2014 |
lisps <stummp@loewen.de> |
Mediamanager: rename radio name attributes for sort and list buttons to fix fs#2851 related to http://bugs.jqueryui.com/ticket/8761 |
| 3593102d | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
included geshi styles per @import, removed from lib/exe/css |
| ed5a0402 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed Yahoo sitemap ping, added Yandex instead FS#2880 |
| ddb55c70 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use DOKU_BASE in resolveinterwiki unittest |
| 4485a891 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix double slash in coral interwikilink |
| da7d718c | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
LESSified GeSHI styles |
| 5c36c548 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
combined geshi styles
using http://cleancss.com/ |
| 5a9ce446 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
code reformatting |
| 5d67b5e1 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
recompiled geshi styles FS#2902 |
| af4684ac | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
move geshi highlighting to it's own LESS file |
| 2345e871 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink creating refactored to _resolveinterwiki().
Added DOKU_BASE for local target |
| 446b5b59 | 15-Feb-2014 |
Dominik Eckelmann <deckelmann@gmail.com> |
FS#2388 give relative path to sendfile on nginx |
| 40e0b444 | 15-Feb-2014 |
Dominik Eckelmann <deckelmann@gmail.com> |
use http_sendfile correct |
| fd51614b | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
enable/disable extensions via AJAX FS#2927 |
| 2d6df795 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added tests for Doku_Renderer::_resolveInterWiki |
| 7f081821 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend showuseras config with username_link
uses the user interwiki link as profile link |
| b3d353e6 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink needs wiki target as well |
| 7c2f8eec | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
handle interwiki without slashes as pageids. Added user interwiki
* allowed urlparams * added `wiki:users:` as default user profile link |
| 27538f87 | 14-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
make media links in rss feeds absolute
This resolves issues with broken images when the wiki feed is hosted by third parties (e.g. FeedBurner), as mentioned in FS#2931 comments. |
| ed714c3e | 14-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add missing '&' before 't' in url construction |
| e89b7c1e | 14-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Add Apache module list to ?do=debug information
This should make it possible to see if mod_security is involved, at least on servers running mod_php. |