cosmocode/dokuwiki-plugin-issuelinks

View on GitHub

Showing 899 of 899 total issues

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

        $this->assertArrayHasKey('author', $info);
Severity: Critical
Found in _test/general.test.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

        if (!$sqliteHelper->init('issuelinks', DOKU_PLUGIN . 'issuelinks/db/')) {
Severity: Minor
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared method \linksyntax_plugin_issuelinks_test::assertEquals
Open

        $this->assertEquals(array(
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('{{jira>TW-7}}');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan

Call to undeclared method \util_plugin_issuelinks_test::assertSame
Open

        $this->assertSame($expected_links, $actual_links, $msg);
Severity: Critical
Found in _test/util.test.php by phan

Call to undeclared method \action_plugin_issuelinks_ajax::getLang
Open

            $hookTitle = $repo->error === 403 ? $this->getLang('title:forbidden') : $this->getLang('title:issue hook');
Severity: Critical
Found in action/ajax.php by phan

Reference to undeclared constant \dokuwiki\plugin\issuelinks\services\ServiceInterface::DISPLAY_NAME
Open

        $serviceName = $service::DISPLAY_NAME;
Severity: Minor
Found in admin/repoadmin.php by phan

Call to method setHiddenField from undeclared class \dokuwiki\Form\Form
Open

            $configForm->setHiddenField('authorize', $serviceID);
Severity: Critical
Found in admin/repoadmin.php by phan

Call to undeclared method \admin_plugin_issuelinks_repoadmin::getLang
Open

                $this->getLang("label $serviceID:choose organisation")
Severity: Critical
Found in admin/repoadmin.php by phan

Call to method addFieldsetClose from undeclared class \dokuwiki\Form\Form
Open

            $form->addFieldsetClose();
Severity: Critical
Found in admin/repoadmin.php by phan

Call to undeclared function \cleanID()
Open

        return DOKU_URL . '/lib/plugins/issuelinks/images/' . $typeIcon[cleanID($this->type)];
Severity: Critical
Found in classes/Issue.php by phan

Call to undeclared function \hsc()
Open

                $html .= hsc($lines[$i]) . "\n";
Severity: Critical
Found in classes/Issue.php by phan

Reference to undeclared constant \AUTH_READ
Open

            if (auth_quickaclcheck($page['page']) >= AUTH_READ) {
Severity: Minor
Found in helper/data.php by phan

Reference to undeclared constant \DOKU_PLUGIN
Open

            if (!$sqlite->init('issuelinks', DOKU_PLUGIN . 'issuelinks/db/')) {
Severity: Minor
Found in helper/db.php by phan

Call to undeclared function \plugin_load()
Open

        $util = plugin_load('helper', 'issuelinks_util');
Severity: Critical
Found in helper/db.php by phan

Call to undeclared function \wl() (Did you mean \dl())
Open

            $url = wl(
Severity: Critical
Found in helper/util.php by phan

Instantiation of abstract class \dokuwiki\plugin\issuelinks\services\AbstractService
Open

            self::$instance[$class] = new $class();
Severity: Minor
Found in services/AbstractService.php by phan

Reference to instance property resp_body from undeclared class \DokuHTTPClient
Open

        return json_decode($dokuHTTPClient->resp_body, true);
Severity: Minor
Found in services/AbstractService.php by phan

Call to undeclared method \general_plugin_issuelinks_test::assertArrayHasKey
Open

        $this->assertArrayHasKey('url', $info);
Severity: Critical
Found in _test/general.test.php by phan

Call to undeclared function \p_get_instructions()
Open

        p_get_instructions('[[jira>TW-7]]');
Severity: Critical
Found in _test/handleIssueLinkSyntax.test.php by phan
Severity
Category
Status
Source
Language