Commit 575fa62
authored
Unify location of commands (#6486)
* Move commands added in 6.2 to `lib/command`
See #6421
* --Duplicate ConfigureBoxes.class.php history into ../../../../command/acp/dashboard/ConfigureBoxes.class.php
* --Restore ConfigureBoxes.class.php
* Move `ConfigureBoxes` command
* --Duplicate CreateBoxCondition.class.php history into ../../../command/box/CreateBoxCondition.class.php
* --Restore CreateBoxCondition.class.php
* Move `CreateBoxCondition` command
* --Duplicate CreateBoxToPageAssignments.class.php history into ../../../command/box/CreateBoxToPageAssignments.class.php
* --Restore CreateBoxToPageAssignments.class.php
* Move `CreateBoxToPageAssignments` command
* --Duplicate ClearCache.class.php history into ../../../command/cache/ClearCache.class.php
* --Restore ClearCache.class.php
* Move `ClearCache` command
* --Duplicate CreateComment.class.php history into ../../../command/comment/CreateComment.class.php
* --Restore CreateComment.class.php
* Move `CreateComment` command
* --Duplicate PublishComment.class.php history into ../../../command/comment/PublishComment.class.php
* --Restore PublishComment.class.php
* Move `PublishComment` command
* --Duplicate DeleteComments.class.php history into ../../../command/comment/DeleteComments.class.php
* --Restore DeleteComments.class.php
* Move `DeleteComments` command
* --Duplicate UpdateComment.class.php history into ../../../command/comment/UpdateComment.class.php
* --Restore UpdateComment.class.php
* Move `UpdateComment` command
* --Duplicate PublishResponse.class.php history into ../../../../command/comment/response/PublishResponse.class.php
* --Restore PublishResponse.class.php
* Move `PublishResponse` command
* --Duplicate CreateResponse.class.php history into ../../../../command/comment/response/CreateResponse.class.php
* --Restore CreateResponse.class.php
* Move `CreateResponse` command
* --Duplicate DeleteResponses.class.php history into ../../../../command/comment/response/DeleteResponses.class.php
* --Restore DeleteResponses.class.php
* Move `DeleteResponses` command
* --Duplicate UpdateResponse.class.php history into ../../../../command/comment/response/UpdateResponse.class.php
* --Restore UpdateResponse.class.php
* Move `UpdateResponse` command
* --Duplicate ReplaceFileSource.class.php history into ../../../command/file/ReplaceFileSource.class.php
* --Restore ReplaceFileSource.class.php
* --Duplicate CachePreloadPhrases.class.php history into ../../../../command/language/preload/CachePreloadPhrases.class.php
* --Restore CachePreloadPhrases.class.php
* Move `ReplaceFileSource` command
* Move `CachePreloadPhrases` command
* --Duplicate ResetPreloadCache.class.php history into ../../../../command/language/preload/ResetPreloadCache.class.php
* --Restore ResetPreloadCache.class.php
* Move `ResetPreloadCache` command
* --Duplicate AssignUser.class.php history into ../../../../command/moderation/queue/AssignUser.class.php
* --Restore AssignUser.class.php
* Move `AssignUser` command
* --Duplicate RebuildBootstrapper.class.php history into ../../../command/package/RebuildBootstrapper.class.php
* --Restore RebuildBootstrapper.class.php
* Move `RebuildBootstrapper` command
* --Duplicate AddDarkMode.class.php history into ../../../command/style/AddDarkMode.class.php
* --Restore AddDarkMode.class.php
* Move `AddDarkMode` command
* --Duplicate CreateManifest.class.php history into ../../../command/style/CreateManifest.class.php
* --Restore CreateManifest.class.php
* Move `CreateManifest` command
* --Duplicate CreateRegistrationNotification.class.php history into ../../../command/user/CreateRegistrationNotification.class.php
* --Restore CreateRegistrationNotification.class.php
* Move `CreateRegistrationNotification` command
* --Duplicate Follow.class.php history into ../../../command/user/Follow.class.php
* --Restore Follow.class.php
* Move `Follow` command
* --Duplicate SetColorScheme.class.php history into ../../../command/user/SetColorScheme.class.php
* --Restore SetColorScheme.class.php
* Move `SetColorScheme` command
* --Duplicate Unfollow.class.php history into ../../../command/user/Unfollow.class.php
* --Restore Unfollow.class.php
* Move `Unfollow` command
* Move `CopyUserGroup` command1 parent 164ddc6 commit 575fa62
File tree
100 files changed
+2063
-1418
lines changed- wcfsetup/install/files/lib
- acp
- action
- form
- action
- bootstrap
- command
- acp/dashboard
- article
- box
- cache
- comment
- response
- file
- language/preload
- moderation/queue
- package
- style
- tag
- user
- group
- option
- data
- style
- user
- follow
- group
- form
- system
- acp/dashboard/command
- box
- command
- cache/command
- comment
- command
- response/command
- endpoint/controller/core
- comments
- responses
- styles
- users/options
- event/listener
- file
- command
- processor
- language/preload
- command
- moderation/queue
- command
- package
- command
- style
- command
- user/command
- worker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+2063
-1418
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments