From 977aa967e58a592a7b41e2500aeed4709724a769 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 23 Mar 2023 11:13:35 +0100 Subject: [PATCH] updated repo links --- SECURITY.md | 4 +-- .../tests/inc/common_getGoogleQuery.test.php | 2 +- composer.json | 2 +- composer.lock | 2 +- inc/common.php | 4 +-- vendor/composer/installed.php | 26 +++++++++---------- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 249ae3f6d..d38311514 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,7 @@ We try to fix vulnerabilites as fast as possible, but please keep in mind that t You have multiple options on reporting vulnerabilities -* Use [huntr.dev](https://www.huntr.dev/repos/splitbrain/dokuwiki) +* Use [huntr.dev](https://www.huntr.dev/repos/dokuwiki/dokuwiki) * Send an e-mail to [Andi](mailto:andi@splitbrain.org) -* Open a [Github Issue](https://github.com/splitbrain/dokuwiki/issues) +* Open a [Github Issue](https://github.com/dokuwiki/dokuwiki/issues) * Send a mail to the [Mailing List](https://www.dokuwiki.org/mailinglist) diff --git a/_test/tests/inc/common_getGoogleQuery.test.php b/_test/tests/inc/common_getGoogleQuery.test.php index 32f212629..a54141075 100644 --- a/_test/tests/inc/common_getGoogleQuery.test.php +++ b/_test/tests/inc/common_getGoogleQuery.test.php @@ -5,7 +5,7 @@ use \dokuwiki\Input\Input; class common_getGoogleQuery_test extends DokuWikiTest { /** - * https://github.com/splitbrain/dokuwiki/issues/2848 + * https://github.com/dokuwiki/dokuwiki/issues/2848 */ function test_google_form(){ global $INPUT; diff --git a/composer.json b/composer.json index 86899c7ac..bf9e591f3 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "splitbrain/dokuwiki", + "name": "dokuwiki/dokuwiki", "description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database", "homepage": "https://www.dokuwiki.org", "type": "project", diff --git a/composer.lock b/composer.lock index 7659dd6b1..34021acd9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "699d51060d59017efcb5b5d44ccef30e", + "content-hash": "75d802aaa4efaab39a51e8efb37111f6", "packages": [ { "name": "aziraphale/email-address-validator", diff --git a/inc/common.php b/inc/common.php index 7fcda6dca..2416d080d 100644 --- a/inc/common.php +++ b/inc/common.php @@ -453,8 +453,8 @@ function breadcrumbs() { * currently used to replace the colon with something else * on Windows (non-IIS) systems and to have proper URL encoding * - * See discussions at https://github.com/splitbrain/dokuwiki/pull/84 and - * https://github.com/splitbrain/dokuwiki/pull/173 why we use a whitelist of + * See discussions at https://github.com/dokuwiki/dokuwiki/pull/84 and + * https://github.com/dokuwiki/dokuwiki/pull/173 why we use a whitelist of * unaffected servers instead of blacklisting affected servers here. * * Urlencoding is ommitted when the second parameter is false diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 5820969c0..a0bc352f3 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,9 +1,9 @@ array( - 'name' => 'splitbrain/dokuwiki', + 'name' => 'dokuwiki/dokuwiki', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '4ceca26fa0d867d1a9c1dd51ed81e9d64ce6f9f7', + 'reference' => '63f344d0432a09091cd3e212ddc926ece548dc36', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -19,6 +19,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'dokuwiki/dokuwiki' => array( + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '63f344d0432a09091cd3e212ddc926ece548dc36', + 'type' => 'project', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'geshi/geshi' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', @@ -26,8 +35,8 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../geshi/geshi', 'aliases' => array( - 0 => '1.0.x-dev', - 1 => '9999999-dev', + 0 => '9999999-dev', + 1 => '1.0.x-dev', ), 'dev_requirement' => false, ), @@ -76,15 +85,6 @@ 'aliases' => array(), 'dev_requirement' => false, ), - 'splitbrain/dokuwiki' => array( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => '4ceca26fa0d867d1a9c1dd51ed81e9d64ce6f9f7', - 'type' => 'project', - 'install_path' => __DIR__ . '/../../', - 'aliases' => array(), - 'dev_requirement' => false, - ), 'splitbrain/php-archive' => array( 'pretty_version' => '1.3.1', 'version' => '1.3.1.0',