Skip to content

Commit d0e56f2

Browse files
committed
Sync tutorial-series
1 parent 17fc75c commit d0e56f2

File tree

9 files changed

+28
-13
lines changed

9 files changed

+28
-13
lines changed

snippets/tutorial/tutorial-series/part-1/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packagename>WoltLab Suite Core Tutorial: People</packagename>
55
<packagedescription>Adds a simple management system for people as part of a tutorial to create packages.</packagedescription>
66
<version>5.4.0</version>
7-
<date>2021-04-16</date>
7+
<date>2022-01-17</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -13,7 +13,7 @@
1313
</authorinformation>
1414

1515
<requiredpackages>
16-
<requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.10">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
1818

1919
<excludedpackages>

snippets/tutorial/tutorial-series/part-2/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packagename>WoltLab Suite Core Tutorial: People (Birthday)</packagename>
55
<packagedescription>Adds a birthday field to the people management system as part of a tutorial to create packages.</packagedescription>
66
<version>5.4.0</version>
7-
<date>2021-04-16</date>
7+
<date>2022-01-17</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -13,7 +13,7 @@
1313
</authorinformation>
1414

1515
<requiredpackages>
16-
<requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.10">com.woltlab.wcf</requiredpackage>
1717
<requiredpackage minversion="5.4.0">com.woltlab.wcf.people</requiredpackage>
1818
</requiredpackages>
1919

snippets/tutorial/tutorial-series/part-3/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packagename>WoltLab Suite Core Tutorial: People</packagename>
55
<packagedescription>Adds a simple management system for people as part of a tutorial to create packages.</packagedescription>
66
<version>5.4.0</version>
7-
<date>2021-04-16</date>
7+
<date>2022-01-17</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -13,7 +13,7 @@
1313
</authorinformation>
1414

1515
<requiredpackages>
16-
<requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.10">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
1818

1919
<excludedpackages>
@@ -30,6 +30,7 @@
3030
<instruction type="acpMenu" />
3131
<instruction type="page" />
3232
<instruction type="menuItem" />
33+
<instruction type="objectType" />
3334
<instruction type="userGroupOption" />
3435
</instructions>
3536
</package>

snippets/tutorial/tutorial-series/part-4/package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packagename>WoltLab Suite Core Tutorial: People</packagename>
55
<packagedescription>Adds a simple management system for people as part of a tutorial to create packages.</packagedescription>
66
<version>5.4.0</version>
7-
<date>2021-04-16</date>
7+
<date>2022-01-17</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -13,7 +13,7 @@
1313
</authorinformation>
1414

1515
<requiredpackages>
16-
<requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.10">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
1818

1919
<excludedpackages>
@@ -30,6 +30,8 @@
3030
<instruction type="acpMenu" />
3131
<instruction type="page" />
3232
<instruction type="menuItem" />
33+
<instruction type="objectTypeDefinition" />
34+
<instruction type="objectType" />
3335
<instruction type="userGroupOption" />
3436
</instructions>
3537
</package>

snippets/tutorial/tutorial-series/part-5/language/de.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<item name="wcf.acp.person.list"><![CDATA[Personen]]></item>
3535
</category>
3636

37+
<category name="wcf.acp.rebuildData">
38+
<item name="wcf.acp.rebuildData.com.woltlab.wcf.people.person"><![CDATA[Personen aktualisieren]]></item>
39+
<item name="wcf.acp.rebuildData.com.woltlab.wcf.people.person.description"><![CDATA[Aktualisiert Zähler für Personen]]></item>
40+
</category>
41+
3742
<category name="wcf.page">
3843
<item name="wcf.page.onlineLocation.com.woltlab.wcf.people.Person"><![CDATA[Person {anchor object=$person}]]></item>
3944
</category>

snippets/tutorial/tutorial-series/part-5/language/en.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<item name="wcf.acp.person.list"><![CDATA[People]]></item>
3535
</category>
3636

37+
<category name="wcf.acp.rebuildData">
38+
<item name="wcf.acp.rebuildData.com.woltlab.wcf.people.person"><![CDATA[Rebuild People]]></item>
39+
<item name="wcf.acp.rebuildData.com.woltlab.wcf.people.person.description"><![CDATA[Rebuilds the person counters.]]></item>
40+
</category>
41+
3742
<category name="wcf.page">
3843
<item name="wcf.page.onlineLocation.com.woltlab.wcf.people.Person"><![CDATA[Person {anchor object=$person}]]></item>
3944
</category>

snippets/tutorial/tutorial-series/part-5/package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packagename>WoltLab Suite Core Tutorial: People</packagename>
55
<packagedescription>Adds a simple management system for people as part of a tutorial to create packages.</packagedescription>
66
<version>5.4.0</version>
7-
<date>2021-04-16</date>
7+
<date>2022-01-17</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -13,7 +13,7 @@
1313
</authorinformation>
1414

1515
<requiredpackages>
16-
<requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.10">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
1818

1919
<excludedpackages>
@@ -31,6 +31,8 @@
3131
<instruction type="eventListener" />
3232
<instruction type="page" />
3333
<instruction type="menuItem" />
34+
<instruction type="objectTypeDefinition" />
35+
<instruction type="objectType" />
3436
<instruction type="userGroupOption" />
3537
</instructions>
3638
</package>

snippets/tutorial/tutorial-series/part-5/templates/person.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
{foreach from=$person->getInformation() item=$information}
3535
<li class="comment personInformation jsObjectActionObject" data-object-id="{@$information->getObjectID()}">
36-
<div class="box48{if $__wcf->getUserProfileHandler()->isIgnoredUser($information->userID)} ignoredUserContent{/if}">
36+
<div class="box48{if $__wcf->getUserProfileHandler()->isIgnoredUser($information->userID, 2)} ignoredUserContent{/if}">
3737
{user object=$information->getUserProfile() type='avatar48' ariaHidden='true' tabindex='-1'}
3838

3939
<div class="commentContentContainer">

snippets/tutorial/tutorial-series/part-6/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packagename>WoltLab Suite Core Tutorial: People</packagename>
55
<packagedescription>Adds a simple management system for people as part of a tutorial to create packages.</packagedescription>
66
<version>5.4.0</version>
7-
<date>2021-04-16</date>
7+
<date>2022-01-17</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -13,7 +13,7 @@
1313
</authorinformation>
1414

1515
<requiredpackages>
16-
<requiredpackage minversion="5.4.0 Alpha 1">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.10">com.woltlab.wcf</requiredpackage>
1717
</requiredpackages>
1818

1919
<excludedpackages>

0 commit comments

Comments
 (0)