mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-24 07:23:30 +00:00
8695a4ee1a
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 |
||
---|---|---|
.. | ||
GadgetDefinitionContent.php | ||
GadgetDefinitionContentArmor.php | ||
GadgetDefinitionContentHandler.php | ||
GadgetDefinitionValidator.php | ||
schema.json |