r87599 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87598‎ | r87599 | r87600 >
Date:23:31, 6 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
adding new setting specifying whether or not to enable some new behaviour
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/SMW_Settings.php
@@ -481,6 +481,15 @@
482482
483483 ###
484484 # Sets whether or not to refresh the pages of which semantic data is stored.
 485+# Introduced in SMW 1.5.6
485486 ##
486487 $smwgAutoRefreshSubject = true;
487488 ##
 489+
 490+###
 491+# Sets whether or not SMW should check if properties where changed and update only those
 492+# instead of not checking what changed and simply updating everything.
 493+# Introduced in SMW 1.6
 494+##
 495+$smwgCheckChangesBeforeUpdate = false;
 496+##
\ No newline at end of file

Status & tagging log