Skip to content

Commit

Permalink
Merge 1.39.8 into RELEASE1_39
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoruaFox committed Aug 31, 2024
2 parents 575812c + 26c48c4 commit a3f3990
Show file tree
Hide file tree
Showing 48 changed files with 2,480 additions and 50 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/reprt-bugs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: 报告漏洞 Report Bugs
description: 汇报 MediaWiki 软件问题 Report MediaWiki software bugs.
title: "[BUG]: "
labels: ["bug"]
assignees:
- ZoruaFox
- Blossomstripe
- windaoist
body:
- type: markdown
attributes:
value: |
若您在使用档案馆时发现相关漏洞,请使用本模板汇报。<br>If you encountered bugs while using YouShou Archives, please report bugs here
**请注意**,若您的 Issue 与档案馆敏感信息(如令牌、密码等)有关,请使用最下方的“安全漏洞汇报”模板,请勿使用本模板。<br>NOTICE: If your issue is about security problems (tokens, passwords, etc.), please use "Report a security vulnerability" issue template, do not use this template.
- type: dropdown
id: urgency
attributes:
label: 紧急程度 Urgency
description: 漏洞紧急程度 Bug urgency
options:
- 低 Low
- 中 Medium
- 高 High
validations:
required: true
- type: textarea
id: description
attributes:
label: 漏洞描述 Description
description: 具体描述漏洞 Describe the bug
validations:
required: false
- type: textarea
id: reproducing
attributes:
label: 复现方法 Reproduction
description: 你是如何触发这个问题的 How this bug happened?
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 截图 Screenshots
description: (选填)漏洞截图 (Optional)Bug Screenshots
validations:
required: false
- type: input
id: usermame
attributes:
label: 用户名 Username
description: 你的档案馆用户名 You username on YouShou Archives.
placeholder: e.g. ZoruaFox
validations:
required: true
- type: textarea
id: other
attributes:
label: 备注 P.S.
description: 还想告诉我们什么? What else?
validations:
required: false
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/request-features.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: 功能建议
description: 提出新的建议。
title: "[FEATURE]: "
labels: ["enhancement"]
assignees:
- OasisAkari
body:
- type: markdown
attributes:
value: |
向档案馆提出更多功能建议。 Suggest more features about YouShou Archives.
- type: checkboxes
id: preflight
attributes:
label: 开始之前……
options:
- label: 我已在[漏洞追踪器](https://github.com/TopRealm/MediaWiki/issues)中搜索过我的建议,确定没有人提出过此建议<br>I double checked [Issues](https://github.com/TopRealm/MediaWiki/issues) and no one has suggested it.
required: true
- type: textarea
id: description
attributes:
label: 建议描述 Feture Description
description: 请描述你的建议。 Please describe your suggestions.
placeholder: 建议添加114514个插件
validations:
required: true
- type: textarea
id: reproducing
attributes:
label: 实现方法 How To Achieve This
description: 你认为可以实现的方法。Ways you think this feature can be achieved
placeholder: OAuth 启动!
validations:
required: false
- type: input
id: api
attributes:
label: 接口 APIS Or Docs
description: 你是否有便于实现这个功能的接口链接/文档? Do you have any documents to achieve this?
placeholder: https://docs.github.com/cn/rest/reference/search
validations:
required: false
- type: textarea
id: other
attributes:
label: 备注 P.S.
description: 还想告诉我们什么? What else?
validations:
required: falsefalsefalsefalse
9 changes: 9 additions & 0 deletions .github/auto_asign_configs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
addReviewers: true

addAssignees: false

numberOfReviewers: 0

reviewers:
- ZoruaFox
- Blossomstripe
12 changes: 12 additions & 0 deletions .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Auto Assign'
on:
pull_request_target:
types: [opened, synchronize, reopened]

jobs:
add-reviewers:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto_asign_configs.yml'
22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,24 @@ sftp-config.json
## Visual Studio Code
*.vscode/

# Ysarxiv-Settings
/.well-known
/matomo-tracking-code.js
# sitemaps
/sitemap

# site auth
/baidu_verify_*
/google*.html
/BingSiteAuth.xml
/sogousiteverification.txt

# sitemaps
/sitemap

# MediaWiki install & usage
/cache
/logs
/docs/coverage
/docs/js
/docs/latex
Expand All @@ -39,14 +55,17 @@ sftp-config.json
/images/timeline
## Extension:Score
/images/lilypond
## Extension:Phonos
/images/phonos-render
## Extension:TimedMediaHandler
/images/transcoded
/images/tmp
/maintenance/.mweval_history
/maintenance/.mwsql_history
/maintenance/dev/data
/LocalSettings.php
/includes/PlatformSettings.php
## Extension:Avatar
/images/avatars

# Building & testing
npm-debug.log
Expand All @@ -62,6 +81,7 @@ phpunit.xml
.phan/local-config.php

# Composer
/vendor
/composer.lock
/composer.local.json
/composer.phar
Expand Down
5 changes: 5 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ The following list can be found parsed under Special:Version/Credits -->
* rail
* Raimond Spekking
* Ramunas Geciauskas
* [[User:Rpuboh|'''Rpuboh''']]
* Remember the dot
* René Kijewski
* Reza
Expand Down Expand Up @@ -970,8 +971,12 @@ The following list can be found parsed under Special:Version/Credits -->
* Þjarkur
* محمد شعیب
* 星耀晨曦
* [[User:Zorua_Fox|'''Zorua_Fox''']]
* [[User:Blossomstripe|'''华纹''']]
<!-- END CONTRIBUTOR LIST -->

== Translators ==

* [https://translatewiki.net/wiki/Translating:MediaWiki/Credits Translators on translatewiki.net and others]

[[File:有兽档案馆Banner.png|有兽档案馆Banner|thumb|x400px]]
Loading

0 comments on commit a3f3990

Please sign in to comment.