Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php |
— | — | @@ -111,6 +111,15 @@ |
112 | 112 | ## |
113 | 113 | |
114 | 114 | ### |
| 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 | +### |
115 | 124 | # Should the browse view for incoming links show the incoming links via its |
116 | 125 | # inverses, or shall they be displayed on the other side? |
117 | 126 | ## |
— | — | @@ -123,8 +132,8 @@ |
124 | 133 | $smwgBrowseShowAll = true; |
125 | 134 | |
126 | 135 | ### |
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 |
129 | 138 | # performance problems. |
130 | 139 | ## |
131 | 140 | $smwgSearchByPropertyFuzzy = true; |