Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -103,14 +103,16 @@ |
104 | 104 | $sfgCacheFormDefinitions = false; |
105 | 105 | |
106 | 106 | # ## |
107 | | -# Page properties, used for the API |
| 107 | +# When modifying red links to potentially point to a form to edit that page, |
| 108 | +# check only the properties pointing to that missing page from the page the |
| 109 | +# user is currently on, instead of from all pages in the wiki. |
108 | 110 | # ## |
109 | | -$wgPageProps['formdefinition'] = 'Definition of the semantic form used on the page'; |
| 111 | +$sfgRedLinksCheckOnlyLocalProps = false; |
110 | 112 | |
111 | 113 | # ## |
112 | | -# Ensures that the FancyBox Javascript library is only included once |
| 114 | +# Page properties, used for the API |
113 | 115 | # ## |
114 | | -$sfgFancyBoxIncluded = false; |
| 116 | +$wgPageProps['formdefinition'] = 'Definition of the semantic form used on the page'; |
115 | 117 | |
116 | 118 | # ## |
117 | 119 | # Global variables for Javascript |