| 900a9e9e | 20-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
replace dir_delete by io_rmdir |
| c130b0f8 | 19-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
improved positioning of diff options |
| 8f3927df | 19-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
improved styling of diff nav row |
| fd3ec3c5 | 18-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
file icon updates
now we no longer limit generation to the extensions in mime types, because file icons are used in downloadable code blocks, too.
All icons were regenerated with the latest update
file icon updates
now we no longer limit generation to the extensions in mime types, because file icons are used in downloadable code blocks, too.
All icons were regenerated with the latest update of the generator.
show more ...
|
| 56b0b744 | 18-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs js.php |
| 98a6b214 | 17-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
roughly styled diff nav row |
| 6198904b | 16-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
generalised link colour in header, making interwiki links blue as well (to fit design) |
| dfe934f9 | 16-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
Switched file icons against generated ones, added 32x32 versions |
| be9008d3 | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
user global strings for password confirmation prompt & error |
| 359e9417 | 15-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add password confirmation field when setting password in the usermanager |
| 40d72af6 | 15-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add braces and indentation per coding standards |
| 6ed3476b | 15-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
fixes possibility of a user password change being sent out when a password couldn't be/wasn't changed |
| 221cb665 | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
fixed pagetools being inaccessible on screens lacking necessary height, and aligned them to content when on smaller screens |
| 0ba750c0 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed retrieveUser function in authad
previously it never returned any users |
| 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 |
| 3593102d | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
included geshi styles per @import, removed from lib/exe/css |
| 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/ |
| 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 |
| fd51614b | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
enable/disable extensions via AJAX FS#2927 |
| 7f081821 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend showuseras config with username_link
uses the user interwiki link as profile link |
| 741b8a48 | 14-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
Show a domain dropdown when multiple AD domains are configured
This integrates the functionality of the now outdated addomain plugin directly into the authad plugin and makes multi-domain setups usa
Show a domain dropdown when multiple AD domains are configured
This integrates the functionality of the now outdated addomain plugin directly into the authad plugin and makes multi-domain setups usable without SSO.
See also https://github.com/cosmocode/dokuwiki-plugin-addomain
show more ...
|
| 4f1a1db1 | 14-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
Revert "fix global $AUTH hiding $auth"
Yes, it's hiding $auth, but detail templates might depend on that. We need to fix this properly.
This reverts commit 343aa1749f17e62fa68e26193011a5051025881a. |