r75927 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75926‎ | r75927 | r75928 >
Date:13:48, 3 November 2010
Author:yaron
Status:deferred
Tags:
Comment:
Added back handling of deletion of pages, which was unintentionally removed in 0.6.1
Modified paths:
  • /trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php
@@ -24,6 +24,7 @@
2525 $wgHooks['LanguageGetMagic'][] = 'siofLanguageGetMagic';
2626 $wgHooks['ParserClearState'][] = 'SIOHandler::clearState';
2727 $wgHooks['SMWSQLStore2::updateDataAfter'][] = 'SIOHandler::updateData';
 28+$wgHooks['SMWSQLStore2::deleteSubjectAfter'][] = 'SIOHandler::deleteData';
2829 $wgHooks['smwUpdatePropertySubjects'][] = 'SIOHandler::handleUpdatingOfInternalObjects';
2930 $wgHooks['TitleMoveComplete'][] = 'SIOHandler::handlePageMove';
3031 $wgHooks['smwRefreshDataJobs'][] = 'SIOHandler::handleRefreshingOfInternalObjects';

Status & tagging log