r61886 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61885‎ | r61886 | r61887 >
Date:21:53, 2 February 2010
Author:yaron
Status:deferred
Tags:
Comment:
Added $sfgCacheFormDefinitions
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
@@ -83,3 +83,9 @@
8484 # Use 24-hour time format in forms, e.g. 15:30 instead of 3:30 PM
8585 ###
8686 $sfg24HourTime = false;
 87+
 88+###
 89+# Cache parsed form definitions in the page_props table, to improve loading
 90+# speed
 91+###
 92+$sfgCacheFormDefinitions = false;

Status & tagging log