From 1bef74f101b596b81760c79d02bf7dbddfde599b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 2 Nov 2018 14:19:39 +0100 Subject: [PATCH] s/files_external_script/workflow_script/g solves #1 Signed-off-by: Arthur Schiwon --- .drone.yml | 4 ++-- .github/contributing.md | 8 ++++---- .github/issue_template.md | 4 ++-- .tx/config | 6 +++--- README.md | 2 +- appinfo/app.php | 2 +- appinfo/info.xml | 20 +++++++++--------- js/admin.js | 36 ++++++++++++++++----------------- lib/AppInfo/Application.php | 8 ++++---- lib/BackgroundJobs/Launcher.php | 6 +++--- lib/Operation.php | 4 ++-- lib/Settings/Admin.php | 6 +++--- lib/Settings/Section.php | 6 +++--- 13 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.drone.yml b/.drone.yml index 03bb296..adb3798 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: syntax-php7.0: image: nextcloudci/php7.0:php7.0-19 environment: - - APP_NAME=files_external_script + - APP_NAME=workflow_script - CORE_BRANCH=master - DB=sqlite commands: @@ -23,7 +23,7 @@ pipeline: signed-off-check: image: nextcloudci/php7.0:php7.0-19 environment: - - APP_NAME=files_external_script + - APP_NAME=workflow_script - CORE_BRANCH=master - DB=sqlite commands: diff --git a/.github/contributing.md b/.github/contributing.md index c6faba3..828e018 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -2,14 +2,14 @@ ### Short version - * The [**issue template can be found here**](https://raw.github.com/nextcloud/files_external_script/master/.github/issue_template.md) but be aware of the different repositories! See list below. Please always use the issue template when reporting issues. + * The [**issue template can be found here**](https://raw.github.com/nextcloud/workflow_script/master/.github/issue_template.md) but be aware of the different repositories! See list below. Please always use the issue template when reporting issues. ### Guidelines * Please search the existing issues first, it's likely that your issue was already reported or even fixed. - Go to one of the repositories, click "issues" and type any word in the top search/command bar. - You can also filter by appending e. g. "state:open" to the search string. - More info on [search syntax within github](https://help.github.com/articles/searching-issues) -* Report the issue using our [template](https://raw.github.com/nextcloud/files_external_script/master/.github/issue_template.md), it includes all the informations we need to track down the issue. +* Report the issue using our [template](https://raw.github.com/nextcloud/workflow_script/master/.github/issue_template.md), it includes all the informations we need to track down the issue. If your issue appears to be a bug, and hasn't been reported, open a new issue. @@ -18,7 +18,7 @@ Help us to maximize the effort we can spend fixing issues and adding new feature ## Contributing to Source Code -Thanks for wanting to contribute source code to the Files External Script app. That's great! +Thanks for wanting to contribute source code to the Workflow Script app. That's great! ## Translations -Please submit translations via [Transifex](https://www.transifex.com/nextcloud/nextcloud/files_external_script/). +Please submit translations via [Transifex](https://www.transifex.com/nextcloud/nextcloud/workflow_script/). diff --git a/.github/issue_template.md b/.github/issue_template.md index 842f087..c34cde2 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -9,9 +9,9 @@ Tell us what should happen ### Actual behaviour Tell us what happens instead -## Files External Script app +## Workflow Script app -**Files External Script app version:** (see apps admin page: `/index.php/settings/apps`) +**Workflow Script app version:** (see apps admin page: `/index.php/settings/apps`) ## Server configuration