-
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 #229 from HanashiDev/next
WSC 6.1: Version 2.2.0
- Loading branch information
Showing
57 changed files
with
6,653 additions
and
3,568 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
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ jobs: | |
php: | ||
- '8.1' | ||
- '8.2' | ||
- '8.3' | ||
steps: | ||
- name: Set up PHP | ||
uses: shivammathur/setup-php@v2 | ||
|
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,32 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/5.4/acpMenu.xsd"> | ||
<import> | ||
<acpmenuitem name="wcf.acp.menu.link.faq"> | ||
<parent>wcf.acp.menu.link.content</parent> | ||
</acpmenuitem> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.categories.list"> | ||
<controller>wcf\acp\page\FaqCategoryListPage</controller> | ||
<parent>wcf.acp.menu.link.faq</parent> | ||
<permissions>admin.faq.canViewCategory</permissions> | ||
<showorder>1</showorder> | ||
</acpmenuitem> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.categories.add"> | ||
<controller>wcf\acp\form\FaqCategoryAddForm</controller> | ||
<parent>wcf.acp.menu.link.faq.categories.list</parent> | ||
<permissions>admin.faq.canAddCategory</permissions> | ||
<icon>plus</icon> | ||
</acpmenuitem> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.questions.list"> | ||
<controller>wcf\acp\page\FaqQuestionListPage</controller> | ||
<parent>wcf.acp.menu.link.faq</parent> | ||
<permissions>admin.faq.canViewQuestion</permissions> | ||
<showorder>2</showorder> | ||
</acpmenuitem> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.questions.add"> | ||
<controller>wcf\acp\form\FaqQuestionAddForm</controller> | ||
<parent>wcf.acp.menu.link.faq.questions.list</parent> | ||
<permissions>admin.faq.canAddQuestion</permissions> | ||
<icon>plus</icon> | ||
</acpmenuitem> | ||
</import> | ||
<delete> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.questions.add"/> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.questions.list"/> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.categories.add"/> | ||
<acpmenuitem name="wcf.acp.menu.link.faq.categories.list"/> | ||
<acpmenuitem name="wcf.acp.menu.link.faq"/> | ||
</delete> | ||
</data> |
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 |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
</nav> | ||
</header> | ||
|
||
{@$form->getHtml()} | ||
{unsafe:$form->getHtml()} | ||
|
||
{include file='footer'} |
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/5.4/box.xsd"> | ||
<import> | ||
<box identifier="dev.tkirch.wsc.faq.FaqCategories"> | ||
<name language="de">Kategorien (FAQ)</name> | ||
<name language="en">Categories (FAQ)</name> | ||
<boxType>system</boxType> | ||
<position>sidebarRight</position> | ||
<objectType>dev.tkirch.wsc.faq.faqCategories</objectType> | ||
<showHeader>1</showHeader> | ||
<visibleEverywhere>0</visibleEverywhere> | ||
<visibilityExceptions> | ||
<page>dev.tkirch.wsc.faq.FaqQuestionList</page> | ||
<page>dev.tkirch.wsc.faq.FaqQuestion</page> | ||
</visibilityExceptions> | ||
<content language="de"> | ||
<title>Kategorien</title> | ||
</content> | ||
<content language="en"> | ||
<title>Categories</title> | ||
</content> | ||
</box> | ||
</import> | ||
</data> |
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,3 @@ | ||
<?php | ||
|
||
\define('SIMPLE_FAQ_VIEW', 'default'); |
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/fileDelete.xsd"> | ||
<delete> | ||
<file>lib/action/FaqSearchAction</file> | ||
</delete> | ||
</data> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.