r50024 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50023‎ | r50024 | r50025 >
Date:22:27, 28 April 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added two flags for recurring events, fixed typos
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php
@@ -111,6 +111,15 @@
112112 ##
113113
114114 ###
 115+# Settings for recurring events, created with the #set_recurring_event parser
 116+# function: the default number of instances defined, if no end date is set;
 117+# and the maximum number that can be defined, regardless of end date.
 118+##
 119+$smwgDefaultNumRecurringEvents = 100;
 120+$smwgMaxNumRecurringEvents = 500;
 121+##
 122+
 123+###
115124 # Should the browse view for incoming links show the incoming links via its
116125 # inverses, or shall they be displayed on the other side?
117126 ##
@@ -123,8 +132,8 @@
124133 $smwgBrowseShowAll = true;
125134
126135 ###
127 -# Should the search by property special page dipslay nearby results when there
128 -# are only few results with the exact value? Switch this off if this page has
 136+# Should the search by property special page display nearby results when there
 137+# are only a few results with the exact value? Switch this off if this page has
129138 # performance problems.
130139 ##
131140 $smwgSearchByPropertyFuzzy = true;

Status & tagging log