SemanticForms/SemanticForms.php File Reference

Default settings for Semantic Forms. More...

Go to the source code of this file.

Enumerations

enum  SF_VERSION
enum  SF_SP_HAS_DEFAULT_FORM
enum  SF_SP_HAS_ALTERNATE_FORM
enum  SF_SP_CREATES_PAGES_WITH_FORM
enum  SF_SP_PAGE_HAS_DEFAULT_FORM
enum  SF_SP_HAS_FIELD_LABEL_FORMAT

Variables

 $wgExtensionCredits [defined( 'SEMANTIC_EXTENSION_TYPE')? 'semantic': 'specialpage'][]
 $sfgPartialPath = '/extensions/SemanticForms'
 $sfgScriptPath = $wgScriptPath . $sfgPartialPath
 $sfgIP = dirname( __FILE__ )
 $wgExtensionFunctions [] = 'sffSetupExtension'
 $wgHooks ['LinkEnd'][] = 'SFFormLinker::setBrokenLink'
 $wgHooks ['SkinTemplateTabs'][] = 'SFFormEditAction::displayTab'
 $wgHooks ['SkinTemplateNavigation'][] = 'SFFormEditAction::displayTab2'
 $wgHooks ['smwInitProperties'][] = 'SFUtils::initProperties'
 $wgHooks ['AdminLinks'][] = 'SFUtils::addToAdminLinks'
 $wgHooks ['ArticlePurge'][] = 'SFFormUtils::purgeCache'
 $wgHooks ['ArticleSave'][] = 'SFFormUtils::purgeCache'
 $wgHooks ['ParserFirstCallInit'][] = 'SFParserFunctions::registerFunctions'
 $wgHooks ['MakeGlobalVariablesScript'][] = 'SFFormUtils::setGlobalJSVariables'
 $wgHooks ['PageSchemasRegisterHandlers'][] = 'SFPageSchemas::registerClass'
 $wgHooks ['EditPage::importFormData'][] = 'SFUtils::showFormPreview'
 $wgHooks ['CanonicalNamespaces'][] = 'SFUtils::registerNamespaces'
 $wgAPIModules ['sfautoedit'] = 'SFAutoeditAPI'
 $wgSpecialPages ['Forms'] = 'SFForms'
 $wgAutoloadClasses ['SFForms'] = $sfgIP . '/specials/SF_Forms.php'
 $wgSpecialPageGroups ['Forms'] = 'pages'
 $wgSpecialPages ['CreateForm'] = 'SFCreateForm'
 $wgAutoloadClasses ['SFCreateForm'] = $sfgIP . '/specials/SF_CreateForm.php'
 $wgSpecialPageGroups ['CreateForm'] = 'sf_group'
 $wgSpecialPages ['Templates'] = 'SFTemplates'
 $wgAutoloadClasses ['SFTemplates'] = $sfgIP . '/specials/SF_Templates.php'
 $wgSpecialPageGroups ['Templates'] = 'pages'
 $wgSpecialPages ['CreateTemplate'] = 'SFCreateTemplate'
 $wgAutoloadClasses ['SFCreateTemplate'] = $sfgIP . '/specials/SF_CreateTemplate.php'
 $wgSpecialPageGroups ['CreateTemplate'] = 'sf_group'
 $wgSpecialPages ['CreateProperty'] = 'SFCreateProperty'
 $wgAutoloadClasses ['SFCreateProperty'] = $sfgIP . '/specials/SF_CreateProperty.php'
 $wgSpecialPageGroups ['CreateProperty'] = 'sf_group'
 $wgSpecialPages ['CreateCategory'] = 'SFCreateCategory'
 $wgAutoloadClasses ['SFCreateCategory'] = $sfgIP . '/specials/SF_CreateCategory.php'
 $wgSpecialPageGroups ['CreateCategory'] = 'sf_group'
 $wgSpecialPages ['CreateClass'] = 'SFCreateClass'
 $wgAutoloadClasses ['SFCreateClass'] = $sfgIP . '/specials/SF_CreateClass.php'
 $wgSpecialPageGroups ['CreateClass'] = 'sf_group'
 $wgSpecialPages ['FormStart'] = 'SFFormStart'
 $wgAutoloadClasses ['SFFormStart'] = $sfgIP . '/specials/SF_FormStart.php'
 $wgSpecialPageGroups ['FormStart'] = 'sf_group'
 $wgSpecialPages ['FormEdit'] = 'SFFormEdit'
 $wgAutoloadClasses ['SFFormEdit'] = $sfgIP . '/specials/SF_FormEdit.php'
 $wgSpecialPageGroups ['FormEdit'] = 'sf_group'
 $wgSpecialPages ['RunQuery'] = 'SFRunQuery'
 $wgAutoloadClasses ['SFRunQuery'] = $sfgIP . '/specials/SF_RunQuery.php'
 $wgSpecialPageGroups ['RunQuery'] = 'sf_group'
 $wgSpecialPages ['UploadWindow'] = 'SFUploadWindow'
 $wgAutoloadClasses ['SFUploadWindow'] = $sfgIP . '/specials/SF_UploadWindow.php'
 $wgAutoloadClasses ['SFTemplateField'] = $sfgIP . '/includes/SF_TemplateField.php'
 $wgAutoloadClasses ['SFForm'] = $sfgIP . '/includes/SF_Form.php'
 $wgAutoloadClasses ['SFTemplateInForm'] = $sfgIP . '/includes/SF_TemplateInForm.php'
 $wgAutoloadClasses ['SFFormField'] = $sfgIP . '/includes/SF_FormField.php'
 $wgAutoloadClasses ['SFFormPrinter'] = $sfgIP . '/includes/SF_FormPrinter.php'
 $wgAutoloadClasses ['SFFormUtils'] = $sfgIP . '/includes/SF_FormUtils.php'
 $wgAutoloadClasses ['SFFormEditTab'] = $sfgIP . '/includes/SF_FormEditTab.php'
 $wgAutoloadClasses ['SFFormEditPage'] = $sfgIP . '/includes/SF_FormEditPage.php'
 $wgAutoloadClasses ['SFUtils'] = $sfgIP . '/includes/SF_Utils.php'
 $wgAutoloadClasses ['SFFormLinker'] = $sfgIP . '/includes/SF_FormLinker.php'
 $wgAutoloadClasses ['SFPageSchemas'] = $sfgIP . '/includes/SF_PageSchemas.php'
 $wgAutoloadClasses ['SFParserFunctions'] = $sfgIP . '/includes/SF_ParserFunctions.php'
 $wgAutoloadClasses ['SFAutocompleteAPI'] = $sfgIP . '/includes/SF_AutocompleteAPI.php'
 $wgAutoloadClasses ['SFAutoeditAPI'] = $sfgIP . '/includes/SF_AutoeditAPI.php'
 $wgAutoloadClasses ['SFFormEditAction'] = $sfgIP . '/includes/SF_FormEditAction.php'
 $wgAutoloadClasses ['SFFormInput'] = $sfgIP . '/includes/forminputs/SF_FormInput.php'
 $wgAutoloadClasses ['SFTextInput'] = $sfgIP . '/includes/forminputs/SF_TextInput.php'
 $wgAutoloadClasses ['SFTextWithAutocompleteInput'] = $sfgIP . '/includes/forminputs/SF_TextWithAutocompleteInput.php'
 $wgAutoloadClasses ['SFTextAreaInput'] = $sfgIP . '/includes/forminputs/SF_TextAreaInput.php'
 $wgAutoloadClasses ['SFTextAreaWithAutocompleteInput'] = $sfgIP . '/includes/forminputs/SF_TextAreaWithAutocompleteInput.php'
 $wgAutoloadClasses ['SFEnumInput'] = $sfgIP . '/includes/forminputs/SF_EnumInput.php'
 $wgAutoloadClasses ['SFMultiEnumInput'] = $sfgIP . '/includes/forminputs/SF_MultiEnumInput.php'
 $wgAutoloadClasses ['SFCheckboxInput'] = $sfgIP . '/includes/forminputs/SF_CheckboxInput.php'
 $wgAutoloadClasses ['SFCheckboxesInput'] = $sfgIP . '/includes/forminputs/SF_CheckboxesInput.php'
 $wgAutoloadClasses ['SFRadioButtonInput'] = $sfgIP . '/includes/forminputs/SF_RadioButtonInput.php'
 $wgAutoloadClasses ['SFDropdownInput'] = $sfgIP . '/includes/forminputs/SF_DropdownInput.php'
 $wgAutoloadClasses ['SFListBoxInput'] = $sfgIP . '/includes/forminputs/SF_ListBoxInput.php'
 $wgAutoloadClasses ['SFComboBoxInput'] = $sfgIP . '/includes/forminputs/SF_ComboBoxInput.php'
 $wgAutoloadClasses ['SFDateInput'] = $sfgIP . '/includes/forminputs/SF_DateInput.php'
 $wgAutoloadClasses ['SFDateTimeInput'] = $sfgIP . '/includes/forminputs/SF_DateTimeInput.php'
 $wgAutoloadClasses ['SFYearInput'] = $sfgIP . '/includes/forminputs/SF_YearInput.php'
 $wgAutoloadClasses ['SFCategoryInput'] = $sfgIP . '/includes/forminputs/SF_CategoryInput.php'
 $wgAutoloadClasses ['SFCategoriesInput'] = $sfgIP . '/includes/forminputs/SF_CategoriesInput.php'
 $wgJobClasses ['createPage'] = 'SFCreatePageJob'
 $wgAutoloadClasses ['SFCreatePageJob'] = $sfgIP . '/includes/SF_CreatePageJob.php'
 $wgAjaxExportList [] = 'SFAutoeditAPI::handleAutoEdit'
 $wgExtensionMessagesFiles ['SemanticForms'] = $sfgIP . '/languages/SF_Messages.php'
 $wgExtensionMessagesFiles ['SemanticFormsAlias'] = $sfgIP . '/languages/SF_Aliases.php'
 $wgExtensionMessagesFiles ['SemanticFormsMagic'] = $sfgIP . '/languages/SF_Magic.php'
 $wgExtensionMessagesFiles ['SemanticFormsNS'] = $sfgIP . '/languages/SF_Namespaces.php'
 $wgEditPageFrameOptions = 'SAMEORIGIN'
 if (defined( 'MW_SUPPORTS_RESOURCE_MODULES'))
 $sfgMaxAutocompleteValues = 1000
 $sfgAutocompleteOnAllChars = false
 $sfgRenameEditTabs = false
 $sfgRenameMainEditTab = false
 $wgGroupPermissions ['*']['viewedittab'] = true
 $wgAvailableRights [] = 'viewedittab'
 $wgGroupPermissions ['sysop']['editrestrictedfields'] = true
 $wgGroupPermissions ['user']['createclass'] = true
 $sfgListSeparator = ","
 $sfgUseFormEditPage = false
 $sfg24HourTime = false
 $sfgCacheFormDefinitions = false
 $sfgFormCacheType = null
 The cache type for storing form definitions.
 $sfgRedLinksCheckOnlyLocalProps = false
 $sfgRunQueryFormAtTop = false
 $wgPageProps ['formdefinition'] = 'Definition of the semantic form used on the page'
 $sfgShowOnSelect = array()
 $sfgAutocompleteValues = array()
 $sfgFieldProperties = array()
 $sfgDependentFields = array()


Detailed Description

Default settings for Semantic Forms.

Definition in file SemanticForms.php.


Enumeration Type Documentation

Definition at line 75 of file SemanticForms.php.

Definition at line 74 of file SemanticForms.php.

Definition at line 73 of file SemanticForms.php.

Definition at line 77 of file SemanticForms.php.

Definition at line 76 of file SemanticForms.php.

enum SF_VERSION

Definition at line 43 of file SemanticForms.php.


Variable Documentation

$sfg24HourTime = false

Definition at line 324 of file SemanticForms.php.

Referenced by SFFormPrinter::formHTML(), and SFDateTimeInput::getHTML().

$sfgAutocompleteOnAllChars = false

$sfgAutocompleteValues = array()

$sfgCacheFormDefinitions = false

$sfgDependentFields = array()

$sfgFieldProperties = array()

$sfgFormCacheType = null

The cache type for storing form definitions.

This cache is similar in function to the parser cache. Is is used to store form data which is expensive to regenerate, and benefits from having plenty of storage space.

If this setting remains at null the setting for the $wgParserCacheType will be used.

For available types see $wgMainCacheType.

Definition at line 342 of file SemanticForms.php.

Referenced by SFFormUtils::getFormCache().

$sfgIP = dirname( __FILE__ )

Definition at line 68 of file SemanticForms.php.

Referenced by sffInitContentLanguage().

$sfgListSeparator = ","

Definition at line 310 of file SemanticForms.php.

Referenced by SFCreateProperty::createPropertyText().

$sfgMaxAutocompleteValues = 1000

$sfgPartialPath = '/extensions/SemanticForms'

Definition at line 59 of file SemanticForms.php.

$sfgRedLinksCheckOnlyLocalProps = false

Definition at line 349 of file SemanticForms.php.

Referenced by SFFormLinker::setBrokenLink().

$sfgRenameEditTabs = false

Definition at line 290 of file SemanticForms.php.

Referenced by SFFormEditAction::displayTab().

$sfgRenameMainEditTab = false

Definition at line 291 of file SemanticForms.php.

Referenced by SFFormEditAction::displayTab().

$sfgRunQueryFormAtTop = false

Definition at line 356 of file SemanticForms.php.

Referenced by SFFormPrinter::formHTML(), and SFRunQuery::printPage().

$sfgScriptPath = $wgScriptPath . $sfgPartialPath

$sfgShowOnSelect = array()

$sfgUseFormEditPage = false

Definition at line 319 of file SemanticForms.php.

Referenced by SFFormEditAction::displayForm().

$wgAjaxExportList[] = 'SFAutoeditAPI::handleAutoEdit'

Definition at line 179 of file SemanticForms.php.

$wgAPIModules['sfautoedit'] = 'SFAutoeditAPI'

Definition at line 104 of file SemanticForms.php.

Referenced by enableSemantics().

$wgAutoloadClasses['SFCreatePageJob'] = $sfgIP . '/includes/SF_CreatePageJob.php'

Definition at line 176 of file SemanticForms.php.

$wgAutoloadClasses['SFCategoriesInput'] = $sfgIP . '/includes/forminputs/SF_CategoriesInput.php'

Definition at line 173 of file SemanticForms.php.

$wgAutoloadClasses['SFCategoryInput'] = $sfgIP . '/includes/forminputs/SF_CategoryInput.php'

Definition at line 172 of file SemanticForms.php.

$wgAutoloadClasses['SFYearInput'] = $sfgIP . '/includes/forminputs/SF_YearInput.php'

Definition at line 171 of file SemanticForms.php.

$wgAutoloadClasses['SFDateTimeInput'] = $sfgIP . '/includes/forminputs/SF_DateTimeInput.php'

Definition at line 170 of file SemanticForms.php.

$wgAutoloadClasses['SFDateInput'] = $sfgIP . '/includes/forminputs/SF_DateInput.php'

Definition at line 169 of file SemanticForms.php.

$wgAutoloadClasses['SFComboBoxInput'] = $sfgIP . '/includes/forminputs/SF_ComboBoxInput.php'

Definition at line 168 of file SemanticForms.php.

$wgAutoloadClasses['SFListBoxInput'] = $sfgIP . '/includes/forminputs/SF_ListBoxInput.php'

Definition at line 167 of file SemanticForms.php.

$wgAutoloadClasses['SFDropdownInput'] = $sfgIP . '/includes/forminputs/SF_DropdownInput.php'

Definition at line 166 of file SemanticForms.php.

$wgAutoloadClasses['SFRadioButtonInput'] = $sfgIP . '/includes/forminputs/SF_RadioButtonInput.php'

Definition at line 165 of file SemanticForms.php.

$wgAutoloadClasses['SFCheckboxesInput'] = $sfgIP . '/includes/forminputs/SF_CheckboxesInput.php'

Definition at line 164 of file SemanticForms.php.

$wgAutoloadClasses['SFCheckboxInput'] = $sfgIP . '/includes/forminputs/SF_CheckboxInput.php'

Definition at line 163 of file SemanticForms.php.

$wgAutoloadClasses['SFMultiEnumInput'] = $sfgIP . '/includes/forminputs/SF_MultiEnumInput.php'

Definition at line 162 of file SemanticForms.php.

$wgAutoloadClasses['SFEnumInput'] = $sfgIP . '/includes/forminputs/SF_EnumInput.php'

Definition at line 161 of file SemanticForms.php.

$wgAutoloadClasses['SFTextAreaWithAutocompleteInput'] = $sfgIP . '/includes/forminputs/SF_TextAreaWithAutocompleteInput.php'

Definition at line 160 of file SemanticForms.php.

$wgAutoloadClasses['SFTextAreaInput'] = $sfgIP . '/includes/forminputs/SF_TextAreaInput.php'

Definition at line 159 of file SemanticForms.php.

$wgAutoloadClasses['SFTextWithAutocompleteInput'] = $sfgIP . '/includes/forminputs/SF_TextWithAutocompleteInput.php'

Definition at line 158 of file SemanticForms.php.

$wgAutoloadClasses['SFTextInput'] = $sfgIP . '/includes/forminputs/SF_TextInput.php'

Definition at line 157 of file SemanticForms.php.

$wgAutoloadClasses['SFFormInput'] = $sfgIP . '/includes/forminputs/SF_FormInput.php'

Definition at line 156 of file SemanticForms.php.

$wgAutoloadClasses['SFFormEditAction'] = $sfgIP . '/includes/SF_FormEditAction.php'

Definition at line 153 of file SemanticForms.php.

$wgAutoloadClasses['SFAutoeditAPI'] = $sfgIP . '/includes/SF_AutoeditAPI.php'

Definition at line 152 of file SemanticForms.php.

$wgAutoloadClasses['SFAutocompleteAPI'] = $sfgIP . '/includes/SF_AutocompleteAPI.php'

Definition at line 151 of file SemanticForms.php.

$wgAutoloadClasses['SFParserFunctions'] = $sfgIP . '/includes/SF_ParserFunctions.php'

Definition at line 150 of file SemanticForms.php.

$wgAutoloadClasses['SFPageSchemas'] = $sfgIP . '/includes/SF_PageSchemas.php'

Definition at line 149 of file SemanticForms.php.

$wgAutoloadClasses['SFFormLinker'] = $sfgIP . '/includes/SF_FormLinker.php'

Definition at line 148 of file SemanticForms.php.

$wgAutoloadClasses['SFUtils'] = $sfgIP . '/includes/SF_Utils.php'

Definition at line 147 of file SemanticForms.php.

$wgAutoloadClasses['SFFormEditPage'] = $sfgIP . '/includes/SF_FormEditPage.php'

Definition at line 146 of file SemanticForms.php.

$wgAutoloadClasses['SFFormEditTab'] = $sfgIP . '/includes/SF_FormEditTab.php'

Definition at line 145 of file SemanticForms.php.

$wgAutoloadClasses['SFFormUtils'] = $sfgIP . '/includes/SF_FormUtils.php'

Definition at line 144 of file SemanticForms.php.

$wgAutoloadClasses['SFFormPrinter'] = $sfgIP . '/includes/SF_FormPrinter.php'

Definition at line 143 of file SemanticForms.php.

$wgAutoloadClasses['SFFormField'] = $sfgIP . '/includes/SF_FormField.php'

Definition at line 142 of file SemanticForms.php.

$wgAutoloadClasses['SFTemplateInForm'] = $sfgIP . '/includes/SF_TemplateInForm.php'

Definition at line 141 of file SemanticForms.php.

$wgAutoloadClasses['SFForm'] = $sfgIP . '/includes/SF_Form.php'

Definition at line 140 of file SemanticForms.php.

$wgAutoloadClasses['SFTemplateField'] = $sfgIP . '/includes/SF_TemplateField.php'

Definition at line 139 of file SemanticForms.php.

$wgAutoloadClasses['SFUploadWindow'] = $sfgIP . '/specials/SF_UploadWindow.php'

Definition at line 138 of file SemanticForms.php.

$wgAutoloadClasses['SFRunQuery'] = $sfgIP . '/specials/SF_RunQuery.php'

Definition at line 135 of file SemanticForms.php.

$wgAutoloadClasses['SFFormEdit'] = $sfgIP . '/specials/SF_FormEdit.php'

Definition at line 132 of file SemanticForms.php.

$wgAutoloadClasses['SFFormStart'] = $sfgIP . '/specials/SF_FormStart.php'

Definition at line 129 of file SemanticForms.php.

$wgAutoloadClasses['SFCreateClass'] = $sfgIP . '/specials/SF_CreateClass.php'

Definition at line 126 of file SemanticForms.php.

$wgAutoloadClasses['SFCreateCategory'] = $sfgIP . '/specials/SF_CreateCategory.php'

Definition at line 123 of file SemanticForms.php.

$wgAutoloadClasses['SFCreateProperty'] = $sfgIP . '/specials/SF_CreateProperty.php'

Definition at line 120 of file SemanticForms.php.

$wgAutoloadClasses['SFCreateTemplate'] = $sfgIP . '/specials/SF_CreateTemplate.php'

Definition at line 117 of file SemanticForms.php.

$wgAutoloadClasses['SFTemplates'] = $sfgIP . '/specials/SF_Templates.php'

Definition at line 114 of file SemanticForms.php.

$wgAutoloadClasses['SFCreateForm'] = $sfgIP . '/specials/SF_CreateForm.php'

Definition at line 111 of file SemanticForms.php.

$wgAutoloadClasses['SFForms'] = $sfgIP . '/specials/SF_Forms.php'

Definition at line 108 of file SemanticForms.php.

$wgAvailableRights[] = 'viewedittab'

Definition at line 293 of file SemanticForms.php.

$wgEditPageFrameOptions = 'SAMEORIGIN'

Definition at line 187 of file SemanticForms.php.

$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE')? 'semantic': 'specialpage'][]

Initial value:

 array(
        'path' => __FILE__,
        'name' => 'Semantic Forms',
        'version' => SF_VERSION,
        'author' => array( 'Yaron Koren', 'Stephan Gambke', '...' ),
        'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Forms',
        'descriptionmsg'  => 'semanticforms-desc',
)

Definition at line 45 of file SemanticForms.php.

$wgExtensionFunctions[] = 'sffSetupExtension'

Definition at line 79 of file SemanticForms.php.

$wgExtensionMessagesFiles['SemanticFormsNS'] = $sfgIP . '/languages/SF_Namespaces.php'

Definition at line 184 of file SemanticForms.php.

$wgExtensionMessagesFiles['SemanticFormsMagic'] = $sfgIP . '/languages/SF_Magic.php'

Definition at line 183 of file SemanticForms.php.

$wgExtensionMessagesFiles['SemanticFormsAlias'] = $sfgIP . '/languages/SF_Aliases.php'

Definition at line 182 of file SemanticForms.php.

$wgExtensionMessagesFiles['SemanticForms'] = $sfgIP . '/languages/SF_Messages.php'

Definition at line 181 of file SemanticForms.php.

$wgGroupPermissions['user']['createclass'] = true

Definition at line 304 of file SemanticForms.php.

$wgGroupPermissions['sysop']['editrestrictedfields'] = true

Definition at line 298 of file SemanticForms.php.

$wgGroupPermissions['*']['viewedittab'] = true

Definition at line 292 of file SemanticForms.php.

Referenced by SFUploadWindowProto::execute(), and SRFvCardEntry::text().

$wgHooks['CanonicalNamespaces'][] = 'SFUtils::registerNamespaces'

Definition at line 93 of file SemanticForms.php.

$wgHooks['EditPage::importFormData'][] = 'SFUtils::showFormPreview'

Definition at line 92 of file SemanticForms.php.

$wgHooks['PageSchemasRegisterHandlers'][] = 'SFPageSchemas::registerClass'

Definition at line 91 of file SemanticForms.php.

$wgHooks['MakeGlobalVariablesScript'][] = 'SFFormUtils::setGlobalJSVariables'

Definition at line 90 of file SemanticForms.php.

$wgHooks['ParserFirstCallInit'][] = 'SFParserFunctions::registerFunctions'

Definition at line 89 of file SemanticForms.php.

$wgHooks['ArticleSave'][] = 'SFFormUtils::purgeCache'

Definition at line 88 of file SemanticForms.php.

$wgHooks['ArticlePurge'][] = 'SFFormUtils::purgeCache'

Definition at line 87 of file SemanticForms.php.

$wgHooks['AdminLinks'][] = 'SFUtils::addToAdminLinks'

Definition at line 86 of file SemanticForms.php.

$wgHooks['smwInitProperties'][] = 'SFUtils::initProperties'

Definition at line 85 of file SemanticForms.php.

$wgHooks['SkinTemplateNavigation'][] = 'SFFormEditAction::displayTab2'

Definition at line 84 of file SemanticForms.php.

$wgHooks['SkinTemplateTabs'][] = 'SFFormEditAction::displayTab'

Definition at line 83 of file SemanticForms.php.

$wgHooks['LinkEnd'][] = 'SFFormLinker::setBrokenLink'

Definition at line 81 of file SemanticForms.php.

$wgJobClasses['createPage'] = 'SFCreatePageJob'

Definition at line 175 of file SemanticForms.php.

Referenced by smwfRegisterClasses().

$wgPageProps['formdefinition'] = 'Definition of the semantic form used on the page'

Definition at line 361 of file SemanticForms.php.

$wgSpecialPageGroups['RunQuery'] = 'sf_group'

Definition at line 136 of file SemanticForms.php.

$wgSpecialPageGroups['FormEdit'] = 'sf_group'

Definition at line 133 of file SemanticForms.php.

$wgSpecialPageGroups['FormStart'] = 'sf_group'

Definition at line 130 of file SemanticForms.php.

$wgSpecialPageGroups['CreateClass'] = 'sf_group'

Definition at line 127 of file SemanticForms.php.

$wgSpecialPageGroups['CreateCategory'] = 'sf_group'

Definition at line 124 of file SemanticForms.php.

$wgSpecialPageGroups['CreateProperty'] = 'sf_group'

Definition at line 121 of file SemanticForms.php.

$wgSpecialPageGroups['CreateTemplate'] = 'sf_group'

Definition at line 118 of file SemanticForms.php.

$wgSpecialPageGroups['Templates'] = 'pages'

Definition at line 115 of file SemanticForms.php.

$wgSpecialPageGroups['CreateForm'] = 'sf_group'

Definition at line 112 of file SemanticForms.php.

$wgSpecialPageGroups['Forms'] = 'pages'

Definition at line 109 of file SemanticForms.php.

$wgSpecialPages['UploadWindow'] = 'SFUploadWindow'

Definition at line 137 of file SemanticForms.php.

$wgSpecialPages['RunQuery'] = 'SFRunQuery'

Definition at line 134 of file SemanticForms.php.

$wgSpecialPages['FormEdit'] = 'SFFormEdit'

Definition at line 131 of file SemanticForms.php.

$wgSpecialPages['FormStart'] = 'SFFormStart'

Definition at line 128 of file SemanticForms.php.

$wgSpecialPages['CreateClass'] = 'SFCreateClass'

Definition at line 125 of file SemanticForms.php.

$wgSpecialPages['CreateCategory'] = 'SFCreateCategory'

Definition at line 122 of file SemanticForms.php.

$wgSpecialPages['CreateProperty'] = 'SFCreateProperty'

Definition at line 119 of file SemanticForms.php.

$wgSpecialPages['CreateTemplate'] = 'SFCreateTemplate'

Definition at line 116 of file SemanticForms.php.

$wgSpecialPages['Templates'] = 'SFTemplates'

Definition at line 113 of file SemanticForms.php.

$wgSpecialPages['CreateForm'] = 'SFCreateForm'

Definition at line 110 of file SemanticForms.php.

$wgSpecialPages['Forms'] = 'SFForms'

Definition at line 107 of file SemanticForms.php.

if(defined( 'MW_SUPPORTS_RESOURCE_MODULES'))

Definition at line 190 of file SemanticForms.php.


Generated on Sun Mar 18 07:15:40 2012 for Semantic MediaWiki by  doxygen 1.5.6