r52419 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52418‎ | r52419 | r52420 >
Date:21:29, 25 June 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added new $sfgRenameMainEditTab variable
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Settings.php
@@ -53,11 +53,14 @@
5454 # $sfgRenameEditTabs renames the edit-with-form tab to just "Edit", and
5555 # the traditional-editing tab, if it is visible, to "Edit source", in
5656 # whatever language is being used.
 57+# $sfgRenameMainEditTab renames only the traditional editing tab, to
 58+# "Edit source".
5759 # The wgGroupPermissions 'viewedittab' setting dictates which types of
5860 # visitors will see the "Edit" tab, for pages that are editable by form -
5961 # by default all will see it.
6062 ###
6163 $sfgRenameEditTabs = false;
 64+$sfgRenameMainEditTab = false;
6265 $wgGroupPermissions['*']['viewedittab'] = true;
6366 $wgAvailableRights[] = 'viewedittab';
6467

Status & tagging log