diff --git a/module/gitea/ui/edit.html.php b/module/gitea/ui/edit.html.php index 12593ce7e3..a91cd00ffb 100644 --- a/module/gitea/ui/edit.html.php +++ b/module/gitea/ui/edit.html.php @@ -42,7 +42,8 @@ formPanel ( set::name('token'), set::label($lang->gitea->token), - set::value($gitea->token) + set::value($gitea->token), + set::control('textarea') ) ) ); diff --git a/module/gitfox/ui/edit.html.php b/module/gitfox/ui/edit.html.php index add89e94f4..404e4ef313 100644 --- a/module/gitfox/ui/edit.html.php +++ b/module/gitfox/ui/edit.html.php @@ -45,7 +45,8 @@ formPanel set::name('token'), set::label($lang->gitfox->token), set::value($gitfox->token), - set::placeholder($lang->gitfox->placeholder->token) + set::placeholder($lang->gitfox->placeholder->token), + set::control('textarea') ) ) ); diff --git a/module/gitlab/ui/edit.html.php b/module/gitlab/ui/edit.html.php index 7ee7ae7b17..f41ed05259 100644 --- a/module/gitlab/ui/edit.html.php +++ b/module/gitlab/ui/edit.html.php @@ -45,7 +45,8 @@ formPanel set::name('token'), set::label($lang->gitlab->token), set::value($gitlab->token), - set::placeholder($lang->gitlab->placeholder->token) + set::placeholder($lang->gitlab->placeholder->token), + set::control('textarea') ) ) ); diff --git a/module/gogs/ui/edit.html.php b/module/gogs/ui/edit.html.php index 572fa02654..18a673d7f6 100644 --- a/module/gogs/ui/edit.html.php +++ b/module/gogs/ui/edit.html.php @@ -42,7 +42,8 @@ formPanel ( set::name('token'), set::label($lang->gogs->token), - set::value($gogs->token) + set::value($gogs->token), + set::control('textarea') ) ) ); diff --git a/module/jenkins/ui/edit.html.php b/module/jenkins/ui/edit.html.php index 36e2f8f189..e8f8efd000 100644 --- a/module/jenkins/ui/edit.html.php +++ b/module/jenkins/ui/edit.html.php @@ -52,7 +52,8 @@ formPanel set::name('token'), set::label($lang->jenkins->token), set::value($jenkins->token), - set::placeholder($lang->jenkins->tokenFirst) + set::placeholder($lang->jenkins->tokenFirst), + set::control('textarea') ) ), formRow diff --git a/module/job/lang/de.php b/module/job/lang/de.php index 11e2cf8450..53c3b11f57 100644 --- a/module/job/lang/de.php +++ b/module/job/lang/de.php @@ -96,8 +96,8 @@ $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path'; $lang->job->engineList = array(); $lang->job->engineList[''] = ''; -$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['gitfox'] = 'GitFox'; +$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['jenkins'] = 'Jenkins'; $lang->job->engineTips = new stdclass; diff --git a/module/job/lang/en.php b/module/job/lang/en.php index ec4170efda..d23371ab6d 100644 --- a/module/job/lang/en.php +++ b/module/job/lang/en.php @@ -96,8 +96,8 @@ $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path'; $lang->job->engineList = array(); $lang->job->engineList[''] = ''; -$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['gitfox'] = 'GitFox'; +$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['jenkins'] = 'Jenkins'; $lang->job->engineTips = new stdclass; diff --git a/module/job/lang/fr.php b/module/job/lang/fr.php index 19e3de93b3..6263580daa 100644 --- a/module/job/lang/fr.php +++ b/module/job/lang/fr.php @@ -96,8 +96,8 @@ $lang->job->paramValueList['$zentao_repopath'] = 'Current version library path'; $lang->job->engineList = array(); $lang->job->engineList[''] = ''; -$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['gitfox'] = 'GitFox'; +$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['jenkins'] = 'Jenkins'; $lang->job->engineTips = new stdclass; diff --git a/module/job/lang/zh-cn.php b/module/job/lang/zh-cn.php index af680a02fa..6acb20924b 100644 --- a/module/job/lang/zh-cn.php +++ b/module/job/lang/zh-cn.php @@ -96,8 +96,8 @@ $lang->job->paramValueList['$zentao_repopath'] = '当前版本库路径'; $lang->job->engineList = array(); $lang->job->engineList[''] = ''; -$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['gitfox'] = 'GitFox'; +$lang->job->engineList['gitlab'] = 'GitLab'; $lang->job->engineList['jenkins'] = 'Jenkins'; $lang->job->engineTips = new stdclass; diff --git a/module/repo/lang/de.php b/module/repo/lang/de.php index fecce7ba87..8d1ad5d2ab 100644 --- a/module/repo/lang/de.php +++ b/module/repo/lang/de.php @@ -179,8 +179,8 @@ $lang->repo->logStyles['D'] = 'Delete'; $lang->repo->encodingList['utf_8'] = 'UTF-8'; $lang->repo->encodingList['gbk'] = 'GBK'; -$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['GitFox'] = 'GitFox'; +$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['Gogs'] = 'Gogs'; if(!$config->inQuickon) $lang->repo->scmList['Gitea'] = 'Gitea'; $lang->repo->scmList['Git'] = 'Git'; diff --git a/module/repo/lang/en.php b/module/repo/lang/en.php index b152a82f29..28d25cc272 100644 --- a/module/repo/lang/en.php +++ b/module/repo/lang/en.php @@ -179,8 +179,8 @@ $lang->repo->logStyles['D'] = 'Delete'; $lang->repo->encodingList['utf_8'] = 'UTF-8'; $lang->repo->encodingList['gbk'] = 'GBK'; -$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['GitFox'] = 'GitFox'; +$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['Gogs'] = 'Gogs'; if(!$config->inQuickon) $lang->repo->scmList['Gitea'] = 'Gitea'; $lang->repo->scmList['Git'] = 'Git'; diff --git a/module/repo/lang/fr.php b/module/repo/lang/fr.php index 11f05981be..71ed2bd8c2 100644 --- a/module/repo/lang/fr.php +++ b/module/repo/lang/fr.php @@ -179,8 +179,8 @@ $lang->repo->logStyles['D'] = 'Suppression'; $lang->repo->encodingList['utf_8'] = 'UTF-8'; $lang->repo->encodingList['gbk'] = 'GBK'; -$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['GitFox'] = 'GitFox'; +$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['Gogs'] = 'Gogs'; if(!$config->inQuickon) $lang->repo->scmList['Gitea'] = 'Gitea'; $lang->repo->scmList['Git'] = 'Git'; diff --git a/module/repo/lang/zh-cn.php b/module/repo/lang/zh-cn.php index eae67ab681..1f0daa3f7b 100644 --- a/module/repo/lang/zh-cn.php +++ b/module/repo/lang/zh-cn.php @@ -179,8 +179,8 @@ $lang->repo->logStyles['D'] = '删除'; $lang->repo->encodingList['utf_8'] = 'UTF-8'; $lang->repo->encodingList['gbk'] = 'GBK'; -$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['GitFox'] = 'GitFox'; +$lang->repo->scmList['Gitlab'] = 'GitLab'; $lang->repo->scmList['Gogs'] = 'Gogs'; if(!$config->inQuickon) $lang->repo->scmList['Gitea'] = 'Gitea'; $lang->repo->scmList['Git'] = '本地 Git'; diff --git a/module/repo/ui/create.html.php b/module/repo/ui/create.html.php index 5eedaf3f61..31bf13dec3 100644 --- a/module/repo/ui/create.html.php +++ b/module/repo/ui/create.html.php @@ -59,7 +59,6 @@ formPanel set::name('SCM'), set::label($lang->product->typeAB), set::required(true), - set::value('Gitlab'), set::control('picker'), set::items($lang->repo->scmList) ), diff --git a/module/space/lang/de.php b/module/space/lang/de.php index 77f57b64ea..ae66579c7c 100644 --- a/module/space/lang/de.php +++ b/module/space/lang/de.php @@ -28,8 +28,8 @@ if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped'; if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal'; -$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitfox'] = 'GitFox'; +$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitea'] = 'Gitea'; $lang->space->appType['gogs'] = 'Gogs'; $lang->space->appType['jenkins'] = 'Jenkins'; diff --git a/module/space/lang/en.php b/module/space/lang/en.php index 77f57b64ea..ae66579c7c 100644 --- a/module/space/lang/en.php +++ b/module/space/lang/en.php @@ -28,8 +28,8 @@ if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped'; if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal'; -$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitfox'] = 'GitFox'; +$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitea'] = 'Gitea'; $lang->space->appType['gogs'] = 'Gogs'; $lang->space->appType['jenkins'] = 'Jenkins'; diff --git a/module/space/lang/fr.php b/module/space/lang/fr.php index 77f57b64ea..ae66579c7c 100644 --- a/module/space/lang/fr.php +++ b/module/space/lang/fr.php @@ -28,8 +28,8 @@ if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped'; if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal'; -$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitfox'] = 'GitFox'; +$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitea'] = 'Gitea'; $lang->space->appType['gogs'] = 'Gogs'; $lang->space->appType['jenkins'] = 'Jenkins'; diff --git a/module/space/lang/zh-cn.php b/module/space/lang/zh-cn.php index a628aae3f8..d244df732f 100644 --- a/module/space/lang/zh-cn.php +++ b/module/space/lang/zh-cn.php @@ -28,8 +28,8 @@ if($config->inQuickon) $lang->space->featureBar['browse']['running'] = '运行 if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = '已关闭'; if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = '异常'; -$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitfox'] = 'GitFox'; +$lang->space->appType['gitlab'] = 'GitLab'; $lang->space->appType['gitea'] = 'Gitea'; $lang->space->appType['gogs'] = 'Gogs'; $lang->space->appType['jenkins'] = 'Jenkins'; diff --git a/module/space/ui/createapplication.html.php b/module/space/ui/createapplication.html.php index 17f02a0d02..77b291c5a8 100644 --- a/module/space/ui/createapplication.html.php +++ b/module/space/ui/createapplication.html.php @@ -227,7 +227,8 @@ formPanel set::label($lang->gitlab->token), set::name('token'), set::placeholder($lang->gitlab->placeholder->token), - set::required(true) + set::required(true), + set::control('textarea') ) ), formRow