Skip to content

Commit 062a480

Browse files
committed
cms@8e95b13
Finish 4.15.0.2
1 parent 31ffaf6 commit 062a480

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

docs/.artifacts/cms/4.x/console-commands.md

+45
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,16 @@ prefix
249249

250250

251251

252+
<h3 id="db-repair">
253+
<a href="#db-repair" class="header-anchor">#</a>
254+
<code>db/repair</code>
255+
</h3>
256+
257+
258+
Repairs all tables in the database.
259+
260+
Note that this can cause table locking, which could interfere with SQL being executed.
261+
252262
<h3 id="db-restore">
253263
<a href="#db-restore" class="header-anchor">#</a>
254264
<code>db/restore</code>
@@ -1715,6 +1725,9 @@ Choose a plugin handle to install: ckeditor
17151725
handle
17161726
: The plugin handle (omitted if --all provided).
17171727

1728+
edition
1729+
:
1730+
17181731

17191732

17201733
<h4 id="plugin-install-options" class="command-subheading">Options</h4>
@@ -2156,6 +2169,10 @@ Re-saves user addresses.
21562169
: Whether the elements should be resaved via a queue job.
21572170

21582171

2172+
--batch-size
2173+
: The number of entries that should be resaved per queue job, if --queue is passed.
2174+
2175+
21592176
--element-id
21602177
: The ID(s) of the elements to resave.
21612178

@@ -2235,6 +2252,10 @@ Re-saves assets.
22352252
: Whether the elements should be resaved via a queue job.
22362253

22372254

2255+
--batch-size
2256+
: The number of entries that should be resaved per queue job, if --queue is passed.
2257+
2258+
22382259
--element-id
22392260
: The ID(s) of the elements to resave.
22402261

@@ -2310,6 +2331,10 @@ Re-saves categories.
23102331
: Whether the elements should be resaved via a queue job.
23112332

23122333

2334+
--batch-size
2335+
: The number of entries that should be resaved per queue job, if --queue is passed.
2336+
2337+
23132338
--element-id
23142339
: The ID(s) of the elements to resave.
23152340

@@ -2385,6 +2410,10 @@ Re-saves entries.
23852410
: Whether the elements should be resaved via a queue job.
23862411

23872412

2413+
--batch-size
2414+
: The number of entries that should be resaved per queue job, if --queue is passed.
2415+
2416+
23882417
--drafts
23892418
: Whether to resave element drafts.
23902419

@@ -2488,6 +2517,10 @@ You must supply the `--field` or `--element-id` argument for this to work proper
24882517
: Whether the elements should be resaved via a queue job.
24892518

24902519

2520+
--batch-size
2521+
: The number of entries that should be resaved per queue job, if --queue is passed.
2522+
2523+
24912524
--element-id
24922525
: The ID(s) of the elements to resave.
24932526

@@ -2571,6 +2604,10 @@ Re-saves tags.
25712604
: Whether the elements should be resaved via a queue job.
25722605

25732606

2607+
--batch-size
2608+
: The number of entries that should be resaved per queue job, if --queue is passed.
2609+
2610+
25742611
--element-id
25752612
: The ID(s) of the elements to resave.
25762613

@@ -2646,6 +2683,10 @@ Re-saves users.
26462683
: Whether the elements should be resaved via a queue job.
26472684

26482685

2686+
--batch-size
2687+
: The number of entries that should be resaved per queue job, if --queue is passed.
2688+
2689+
26492690
--element-id
26502691
: The ID(s) of the elements to resave.
26512692

@@ -3187,6 +3228,10 @@ Creates a user.
31873228
: Whether the user should be an admin.
31883229

31893230

3231+
--send-activation-email
3232+
: Whether to send the user an activation email.
3233+
3234+
31903235
--groups
31913236
: The group handles to assign the created user to.
31923237

docs/.artifacts/cms/4.x/events.json

+6
Original file line numberDiff line numberDiff line change
@@ -33761,6 +33761,12 @@
3376133761
"type": "yii\\base\\Event",
3376233762
"desc": "an event raised at the end of `validate()`"
3376333763
},
33764+
{
33765+
"class": "craft\\models\\UpdateRelease",
33766+
"name": "EVENT_IS_CRITICAL",
33767+
"type": "craft\\events\\UpdateReleaseEvent",
33768+
"desc": "The event that is triggered when determining if this release should be flagged as critical."
33769+
},
3376433770
{
3376533771
"class": "craft\\models\\UpdateRelease",
3376633772
"name": "EVENT_INIT",

0 commit comments

Comments
 (0)