From e5bc26c02d5944832e9e21ec2df488de42529111 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 19 Feb 2022 14:25:29 +0100 Subject: [PATCH] fix name --- .github/user_bug_report.md | 2 +- .github/workflows/main.yml | 16 ++++++++-------- CONTRIBUTING.md | 4 ++-- Theme/Backend/monitoring-logs-single.tpl.php | 2 +- .../monitoring-security-file-list.tpl.php | 2 +- Theme/Backend/monitoring-security.tpl.php | 2 +- tests/Autoloader.php | 2 +- tests/phpunit_default.xml | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/user_bug_report.md b/.github/user_bug_report.md index df09513..9e5f2a5 100755 --- a/.github/user_bug_report.md +++ b/.github/user_bug_report.md @@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem. - System: [e.g. PC or iPhone11, ...] - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - - Orange Management Version [e.g. 22] + - KarakaVersion [e.g. 22] # Additional Information Add any other context about the problem here. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8532c0..25248d1 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: if: steps.git-check.outputs.modified == 'true' run: | git config --global user.name 'Formatter Bot' - git config --global user.email 'formatter.bot@orange-management.email' + git config --global user.email 'formatter.bot@karaka.app' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git commit -am "Automated formatting changes" git push @@ -84,29 +84,29 @@ jobs: with: fetch-depth: 1 ref: develop - repository: Orange-Management/Build + repository: Karaka/Build path: Build - name: Checkout Resource Repository uses: actions/checkout@master with: fetch-depth: 1 ref: develop - repository: Orange-Management/Resources + repository: Karaka/Resources path: Resources - name: Checkout phpOMS Repository uses: actions/checkout@master with: fetch-depth: 1 ref: develop - repository: Orange-Management/phpOMS + repository: Karaka/phpOMS path: phpOMS - - name: Checkout Orange-Management Repository + - name: Checkout Karaka Repository uses: actions/checkout@master with: fetch-depth: 1 ref: develop - repository: Orange-Management/Orange-Management - path: Orange-Management + repository: Karaka/Karaka + path: Karaka - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@master with: @@ -149,7 +149,7 @@ jobs: with: fetch-depth: 1 ref: develop - repository: Orange-Management/Build + repository: Karaka/Build path: Build - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@master diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cda9eb2..4acb7ce 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Code Style & Best Practices -For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. +For the code style and best practices please have a look at the developer-guide [https://github.com/karaka-management/Developer-Guide](https://github.com/karaka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. ## How Can I Contribute @@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all ### Issues -Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file. +Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/karaka-management/Docs/blob/master/Project/PROJECT.md) file. ### Code Style diff --git a/Theme/Backend/monitoring-logs-single.tpl.php b/Theme/Backend/monitoring-logs-single.tpl.php index 7adbfce..08439d9 100755 --- a/Theme/Backend/monitoring-logs-single.tpl.php +++ b/Theme/Backend/monitoring-logs-single.tpl.php @@ -86,7 +86,7 @@ echo $this->getData('nav')->render(); ?>
printHtml(\json_encode($log['backtrace'], \JSON_PRETTY_PRINT)); ?>
getHtml('Report'); ?> + href="https://gitreports.com/issue/Karaka/Karaka/?name=Guest&issue_title=printHtml(\urlencode($log['message'])); ?>&details=printHtml(\urlencode($details)); ?>">getHtml('Report'); ?> diff --git a/Theme/Backend/monitoring-security-file-list.tpl.php b/Theme/Backend/monitoring-security-file-list.tpl.php index eed8afe..123bcd5 100755 --- a/Theme/Backend/monitoring-security-file-list.tpl.php +++ b/Theme/Backend/monitoring-security-file-list.tpl.php @@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?> \md5( Rest::request( new HttpRequest( - new HttpUri('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/Account/Account.php') + new HttpUri('https://raw.githubusercontent.com/Karaka-Management/phpOMS/develop/Account/Account.php') ) )->getBody() ) diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php index f17f234..99ad010 100755 --- a/Theme/Backend/monitoring-security.tpl.php +++ b/Theme/Backend/monitoring-security.tpl.php @@ -21,7 +21,7 @@ use phpOMS\Uri\HttpUri; $fileHashs = \file_get_contents(__DIR__ . '/../../../../hashs.txt'); /* Rest::request( new HttpRequest( - new HttpUri('https://raw.githubusercontent.com/Orange-Management/Build/master/hashs.txt') + new HttpUri('https://raw.githubusercontent.com/Karaka-Management/Build/master/hashs.txt') ) )->getBody(); */ diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 7475c3f..2a73074 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -34,7 +34,7 @@ final class Autoloader */ private static $paths = [ __DIR__ . '/../', - __DIR__ . '/../Orange-Management/', + __DIR__ . '/../Karaka/', __DIR__ . '/../../', ]; diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml index 9208c99..4db1f21 100755 --- a/tests/phpunit_default.xml +++ b/tests/phpunit_default.xml @@ -31,7 +31,7 @@ - ../Orange-Management/Install/tests* + ../Karaka/Install/tests* ../tests*