mediawiki-extensions-Gadgets/includes/Content
Siddharth VP 8695a4ee1a Remove redundant data updates for GadgetDefinitionNamespaceRepo
Remove DefinitionDeletionUpdate and DefinitionSecondaryDataUpdate –
both call $repo->handlePageUpdate() which is already being called from
onPageSaveComplete/onPageDeleteComplete hooks.

The chain that made this redundant:

1. Ibe2e26d123, change hooks from hardcoded to GadgetRepo singleton.
2. Ieccc1cae8c, migrate from create-only onPageContentInsertComplete
   hook to create-and-edit onPageSaveComplete hook.
3. Ib27fd34fbf, further consolidate handling of create and edit
   events with handlePageUpdate, and remove any hook-level
   conditionals. At this point, the DateUpdate classes became redundant.

Bug: T31272
Change-Id: I20c2759b219c80571237a73e8422f3128047eb87
2023-12-14 02:03:44 +00:00
..
GadgetDefinitionContent.php docs: Make PHP file headers more consistent 2023-10-30 18:10:58 -04:00
GadgetDefinitionContentArmor.php docs: Make PHP file headers more consistent 2023-10-30 18:10:58 -04:00
GadgetDefinitionContentHandler.php Remove redundant data updates for GadgetDefinitionNamespaceRepo 2023-12-14 02:03:44 +00:00
GadgetDefinitionValidator.php Add support for content models in definitions 2023-09-21 22:27:22 +05:30
schema.json Add support for content models in definitions 2023-09-21 22:27:22 +05:30