Index: trunk/extensions/SemanticMediaWiki/SMW_Settings.php |
— | — | @@ -481,6 +481,15 @@ |
482 | 482 | |
483 | 483 | ### |
484 | 484 | # Sets whether or not to refresh the pages of which semantic data is stored. |
| 485 | +# Introduced in SMW 1.5.6 |
485 | 486 | ## |
486 | 487 | $smwgAutoRefreshSubject = true; |
487 | 488 | ## |
| 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 |