Add source code for part 6 of tutorial series
authorMatthias Schmidt <gravatronics@live.com>
Thu, 3 Jun 2021 07:21:51 +0000 (09:21 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 3 Jun 2021 07:23:40 +0000 (09:23 +0200)
commit9ffa8978947ef6c13675cc96b44a50a5fd9bdef3
tree55f1789e8bc8e9ba65f5e34dc61c4bd3b8659534
parentf4bed516bf3f6ddc281c01c2f4e754f46fff2c3c
Add source code for part 6 of tutorial series
45 files changed:
snippets/tutorial/tutorial-series/part-6/acpMenu.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/acptemplates/personAdd.tpl [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/acptemplates/personList.tpl [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/eventListener.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/acp/database/install_com.woltlab.wcf.people.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/js/WoltLabSuite/Core/Controller/Person.js [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/acp/form/PersonAddForm.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/acp/form/PersonEditForm.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/acp/page/PersonListPage.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/Person.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/PersonAction.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/PersonEditor.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/PersonList.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/information/PersonInformation.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/information/PersonInformationAction.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/information/PersonInformationEditor.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/data/person/information/PersonInformationList.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/page/PersonListPage.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/page/PersonPage.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/box/PersonListBoxController.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/cache/runtime/PersonRuntimeCache.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/comment/manager/PersonCommentManager.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/condition/person/PersonFirstNameTextPropertyCondition.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/condition/person/PersonLastNameTextPropertyCondition.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/event/listener/PersonPruneIpAddressesCronjobListener.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/event/listener/PersonUserActionRenameListener.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/event/listener/PersonUserActivityPointItemsRebuildDataWorkerListener.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/event/listener/PersonUserExportGdprListener.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/event/listener/PersonUserMergeListener.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/page/handler/PersonPageHandler.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/user/activity/event/PersonInformationUserActivityEvent.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/worker/PersonInformationRebuildDataWorker.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/files/lib/system/worker/PersonRebuildDataWorker.class.php [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/language/de.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/language/en.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/menuItem.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/objectType.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/objectTypeDefinition.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/package.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/page.xml [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/templates/boxPersonList.tpl [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/templates/person.tpl [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/templates/personList.tpl [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/ts/WoltLabSuite/Core/Controller/Person.ts [new file with mode: 0644]
snippets/tutorial/tutorial-series/part-6/userGroupOption.xml [new file with mode: 0644]