Skip to content

Commit

Permalink
cms@279b800
Browse files Browse the repository at this point in the history
Finish 4.14.0
  • Loading branch information
shinybrad committed Jan 21, 2025
1 parent 5fc9b88 commit 0775417
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/.artifacts/cms/4.x/console-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,29 @@ id



<h3 id="elements-delete-all-of-type">
<a href="#elements-delete-all-of-type" class="header-anchor">#</a>
<code>elements/delete-all-of-type</code>
</h3>


Deletes all elements of a given type.

<h4 id="elements-delete-all-of-type-parameters" class="command-subheading">Parameters</h4>

type
: The element type to delete.



<h4 id="elements-delete-all-of-type-options" class="command-subheading">Options</h4>


--dry-run
: Whether to only do a dry run of the prune elements of type process.



<h3 id="elements-restore">
<a href="#elements-restore" class="header-anchor">#</a>
<code>elements/restore</code>
Expand Down Expand Up @@ -3299,6 +3322,25 @@ user

Converts all non-ASCII asset filenames to ASCII.

## `utils/delete-empty-volume-folders`


<h3 id="utils-delete-empty-volume-folders-index">
<a href="#utils-delete-empty-volume-folders-index" class="header-anchor">#</a>
<code>utils/delete-empty-volume-folders</code>
</h3>


Deletes empty volume folders.

<h4 id="utils-delete-empty-volume-folders-index-options" class="command-subheading">Options</h4>


--volume
: The volume handle(s) to delete folders from. Can be set to multiple comma-separated volumes.



## `utils/fix-element-uids`


Expand Down
18 changes: 18 additions & 0 deletions docs/.artifacts/cms/4.x/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -4030,6 +4030,24 @@
"type": "yii\\base\\ActionEvent",
"desc": "an event raised right after executing a controller action."
},
{
"class": "craft\\console\\controllers\\utils\\DeleteEmptyVolumeFoldersController",
"name": "EVENT_DEFINE_ACTIONS",
"type": "craft\\events\\DefineConsoleActionsEvent",
"desc": "The event that is triggered when defining custom actions for this controller."
},
{
"class": "craft\\console\\controllers\\utils\\DeleteEmptyVolumeFoldersController",
"name": "EVENT_BEFORE_ACTION",
"type": "yii\\base\\ActionEvent",
"desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution."
},
{
"class": "craft\\console\\controllers\\utils\\DeleteEmptyVolumeFoldersController",
"name": "EVENT_AFTER_ACTION",
"type": "yii\\base\\ActionEvent",
"desc": "an event raised right after executing a controller action."
},
{
"class": "craft\\console\\controllers\\utils\\FixElementUidsController",
"name": "EVENT_DEFINE_ACTIONS",
Expand Down

0 comments on commit 0775417

Please sign in to comment.