Skip to content

Commit

Permalink
remove SecretFormField from disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Aug 6, 2024
1 parent c3908f3 commit 93485bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions acpTemplateDelete.xml
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/acpTemplateDelete.xsd">
<delete>
<template>__discordSecretFormField</template>
</delete>
</data>
12 changes: 1 addition & 11 deletions fileDelete.xml
Original file line number Diff line number Diff line change
@@ -1,16 +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/5.4/fileDelete.xsd">
<delete>
<file>acp/update_dev.hanashi.wsc.discord-api_2.0.0.php</file>
<file>acp/update_dev.hanashi.wsc.discord-api_2.0.0_database.php</file>
<file>acp/update_dev.hanashi.wsc.discord-api_2.0.0_rename.php</file>
<file>acp/update_dev.hanashi.wsc.discord-api_2.0.3.php</file>
<file>lib/acp/page/TestPeterPage.class.php</file>
<file>lib/action/DiscordTest2Action.class.php</file>
<file>lib/action/DiscordTestAction.class.php</file>
<file>lib/system/exception/DiscordException.class.php</file>
<file>lib/system/form/builder/field/HaPasswordFormField.class.php</file>
<file>lib/system/form/builder/field/HaSecretFormField.class.php</file>
<file>lib/system/option/DiscordRoleMultiSelectDiscordType.class.php</file>
<file>files/lib/system/discord/SecretFormField.class.php</file>
</delete>
</data>
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@
<instruction type="file"/>
<instruction type="acpTemplate"/>
<instruction type="acpMenu"/>
<instruction type="fileDelete"/>
<instruction type="acpTemplateDelete"/>
</instructions>
</package>

0 comments on commit 93485bb

Please sign in to comment.