#
7f2c7479 |
| 28-Mar-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Merge branch 'master' into auth-ismanager-check
|
#
1c33cec3 |
| 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
add needed type hints for phpunit8
This will break a lot of plugin tests, but can't be avoided
|
#
66b108d6 |
| 28-Oct-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix groups match in auth_ismanager and auth_isadmin
Even if a user was passed to the check but no groups, current user's groups were used for the match
|
#
8d43d15e |
| 11-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix tests for cached isAdmin/isManager
|
#
4bdfdb32 |
| 08-Mar-2020 |
Phy <git@phy25.com> |
separate some test AuthPlugins to single files
created AuthDeletePlugin and AuthCaseInsensitivePlugin under dokuwiki\test\mock
|
#
e1d9dcc8 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace
|
#
a087da71 |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed broken tests
I also introduced an auto loaded namespace for the tests.
|
#
3da7921f |
| 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into future
* master: (162 commits) fixed revision JS for images upgraded SimplePie to 1.3.1 FS#2708 removed obsolete browser plugin (migrate does it) adjust spacing to
Merge branch 'master' into future
* master: (162 commits) fixed revision JS for images upgraded SimplePie to 1.3.1 FS#2708 removed obsolete browser plugin (migrate does it) adjust spacing to match standard 1.4em grid added comment on use of whitelist vs blacklist Updated idfilter() function for IIS use var and remove suggestions when needed Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found. added 'home' class to first link in hierarchical breadcrumbs reduced required max width to go into tablet mode re-added linear gradients for firefox added missing styling for disabled form elements (FS#2705) fixed acronyms in italics (FS#2684) improved print styles (includes fixes for FS#2645 and FS#2707) basic styles improvements Greek language update Use list in acl help text, for more structure Galician language update touch the config on save, even if no changes were made unwind the width narrowing commit put some whitespace between form submit button and fieldset bottom border ...
Conflicts: lib/plugins/config/admin.php lib/plugins/config/settings/config.class.php
show more ...
|
#
ff576d93 |
| 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
use correct setUp method and parent calls.
|
#
d48e3de5 |
| 06-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed auth related tests
|
#
050f8f4d |
| 01-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed unecessary requiresin unit tests
|
#
f8369d7d |
| 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
moved _testing to _test
|