<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in auth_admincheck.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7f2c74793214d19a21bf43bb06786c57d5a92fdc - Merge branch &apos;master&apos; into auth-ismanager-check</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#7f2c74793214d19a21bf43bb06786c57d5a92fdc</link>
        <description>Merge branch &apos;master&apos; into auth-ismanager-check

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Sun, 28 Mar 2021 19:29:58 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>1c33cec37215d0c964cf961bdbc49ae7db3657e6 - add needed type hints for phpunit8</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#1c33cec37215d0c964cf961bdbc49ae7db3657e6</link>
        <description>add needed type hints for phpunit8This will break a lot of plugin tests, but can&apos;t be avoided

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Thu, 04 Feb 2021 19:41:37 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>66b108d62708a35dcdd0873df76237f02564d2a2 - Fix groups match in auth_ismanager and auth_isadmin</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#66b108d62708a35dcdd0873df76237f02564d2a2</link>
        <description>Fix groups match in auth_ismanager and auth_isadminEven if a user was passed to the check but no groups, current user&apos;s groups were used for the match

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Wed, 28 Oct 2020 19:09:14 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8d43d15e4855598b2cc4bada51bcd4777954aa2b - fix tests for cached isAdmin/isManager</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#8d43d15e4855598b2cc4bada51bcd4777954aa2b</link>
        <description>fix tests for cached isAdmin/isManager

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Mon, 11 May 2020 13:27:59 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4bdfdb328896e1009c6b41f5a85aac1f84d5b3a0 - separate some test AuthPlugins to single files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#4bdfdb328896e1009c6b41f5a85aac1f84d5b3a0</link>
        <description>separate some test AuthPlugins to single filescreated AuthDeletePlugin and AuthCaseInsensitivePlugin under dokuwiki\test\mock

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Sun, 08 Mar 2020 22:09:26 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402 - First go at moving the plugin classes into their own namespace</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402</link>
        <description>First go at moving the plugin classes into their own namespace

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Fri, 15 Jun 2018 15:05:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a087da71ea972d05ca659a1e9406c87aa7ae258b - fixed broken tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#a087da71ea972d05ca659a1e9406c87aa7ae258b</link>
        <description>fixed broken testsI also introduced an auto loaded namespace for the tests.

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Fri, 27 Apr 2018 19:31:06 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3da7921f08ecdda929466921ecc50698f1adf99e - Merge branch &apos;master&apos; into future</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#3da7921f08ecdda929466921ecc50698f1adf99e</link>
        <description>Merge branch &apos;master&apos; 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 &apos;home&apos; 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

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Sun, 03 Feb 2013 21:57:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ff576d9309a9a8c229caea79f2f8509cc986eee4 - use correct setUp method and parent calls.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#ff576d9309a9a8c229caea79f2f8509cc986eee4</link>
        <description>use correct setUp method and parent calls.

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Thu, 29 Nov 2012 13:59:46 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d48e3de576477fd446f8e613d229deba484014bc - fixed auth related tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#d48e3de576477fd446f8e613d229deba484014bc</link>
        <description>fixed auth related tests

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Sat, 06 Oct 2012 08:56:39 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>050f8f4ddc32167e205a190eec9a60ad8f3caed5 - removed unecessary requiresin unit tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#050f8f4ddc32167e205a190eec9a60ad8f3caed5</link>
        <description>removed unecessary requiresin unit tests

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Tue, 01 May 2012 20:58:57 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f8369d7d6e37248d6523fdac6e1d760fca4f1b52 - moved _testing to _test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_admincheck.test.php#f8369d7d6e37248d6523fdac6e1d760fca4f1b52</link>
        <description>moved _testing to _test

            List of files:
            /dokuwiki/_test/tests/inc/auth_admincheck.test.php</description>
        <pubDate>Wed, 18 Apr 2012 10:08:28 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;sarnowski@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
