-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from HanashiDev/next
2.1.0
- Loading branch information
Showing
60 changed files
with
1,929 additions
and
1,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
**/*.js | ||
vendor/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
files/js/**/*.js linguist-generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "diff", | ||
"pattern": [ | ||
{ | ||
"regexp": "--- a/(.*)", | ||
"file": 1, | ||
"message": 1 | ||
} | ||
] | ||
} | ||
] | ||
"problemMatcher": [ | ||
{ | ||
"owner": "diff", | ||
"pattern": [ | ||
{ | ||
"regexp": "--- a/(.*)", | ||
"file": 1, | ||
"message": 1 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "php -l", | ||
"pattern": [ | ||
{ | ||
"regexp": "^\\s*(PHP\\s+)?([a-zA-Z\\s]+):\\s+(.*)\\s+in\\s+(\\S+)\\s+on\\s+line\\s+(\\d+)$", | ||
"file": 4, | ||
"line": 5, | ||
"message": 3 | ||
} | ||
] | ||
} | ||
] | ||
"problemMatcher": [ | ||
{ | ||
"owner": "php -l", | ||
"pattern": [ | ||
{ | ||
"regexp": "^\\s*(PHP\\s+)?([a-zA-Z\\s]+):\\s+(.*)\\s+in\\s+(\\S+)\\s+on\\s+line\\s+(\\d+)$", | ||
"file": 4, | ||
"line": 5, | ||
"message": 3 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ jobs: | |
contents: write | ||
|
||
steps: | ||
- uses: actions/checkout@v2.4.2 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-node@v3.5.0 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
|
||
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Check file existence | ||
id: check_files | ||
uses: andstor/file-existence-action@v1.1.0 | ||
uses: andstor/file-existence-action@v2.0.0 | ||
with: | ||
files: "*.tar.gz" | ||
|
||
|
@@ -35,7 +35,7 @@ jobs: | |
echo "Packaging FAILED" && exit 1 | ||
- name: Release | ||
uses: softprops/[email protected].14 | ||
uses: softprops/[email protected].15 | ||
if: startsWith(github.ref, 'refs/tags/') && steps.check_files.outputs.files_exists == 'true' | ||
with: | ||
files: "*.tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<div id="articleAddDialog" style="display: none"> | ||
<div class="section"> | ||
<dl> | ||
<dt>{lang}wcf.acp.article.i18n{/lang}</dt> | ||
<dd> | ||
<label><input type="radio" name="isMultilingual" value="0" checked> {lang}wcf.acp.faq.i18n.none{/lang}</label> | ||
<small>{lang}wcf.acp.article.i18n.none.description{/lang}</small> | ||
<label><input type="radio" name="isMultilingual" value="1"> {lang}wcf.acp.faq.i18n.i18n{/lang}</label> | ||
<small>{lang}wcf.acp.article.i18n.i18n.description{/lang}</small> | ||
</dd> | ||
</dl> | ||
|
||
<div class="formSubmit"> | ||
<button type="button" class="button buttonPrimary">{lang}wcf.global.button.next{/lang}</button> | ||
</div> | ||
</div> | ||
</div> | ||
<script data-relocate="true"> | ||
require(['Language', 'WoltLabSuite/Core/Acp/Ui/Article/Add'], function(Language, AcpUiArticleAdd) { | ||
Language.addObject({ | ||
'wcf.acp.article.add': '{jslang}wcf.acp.menu.link.faq.questions.add{/jslang}' | ||
}); | ||
AcpUiArticleAdd.init('{link controller='FaqQuestionAdd' encode=false}{literal}isMultilingual={$isMultilingual}{/literal}{/link}'); | ||
{if $showFaqAddDialog} | ||
window.setTimeout(function() { | ||
AcpUiArticleAdd.openDialog(); | ||
}, 10); | ||
{/if} | ||
}); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
use wcf\system\WCF; | ||
|
||
$sql = " | ||
UPDATE wcf1_faq_questions | ||
SET isMultilingual = 1 | ||
WHERE answer LIKE ? | ||
"; | ||
$statement = WCF::getDB()->prepare($sql); | ||
$statement->execute(['wcf.faq.question.answer%']); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.