From bd912471fd8d0fc26039b5a83253b2c17d77fe8c Mon Sep 17 00:00:00 2001 From: Bret McMillan Date: Mon, 17 Nov 2008 17:35:55 -0500 Subject: slim down customized configs --- config/LocalSettings.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config/LocalSettings.php b/config/LocalSettings.php index d9fffdb..571d509 100644 --- a/config/LocalSettings.php +++ b/config/LocalSettings.php @@ -106,7 +106,7 @@ $wgProxyKey = "10ad489d797bf8bf46840fdf5e63816861fc788b875822df1bdc0b0dc99af8a1" ## Default skin: you can change the default skin. Use the internal symbolic ## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook': -$wgDefaultSkin = 'monobook'; +$wgDefaultSkin = 'rh_internal'; ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation @@ -127,14 +127,10 @@ $wgCacheEpoch = max( $wgCacheEpoch, $configdate ); ## bretm's hacks below +$wgUseAjax = true; -#### TinyMCE_MW.php: Easily implement Moxiecode's TinyMCE into MediaWiki -$wgUseTinymce = true;#Init needed for clicking on a new article link -$wgDefaultUserOptions ['showtoolbar'] = 0; #new users get this default or modify DefaultSetting.php -$wgTinymceTheme = "advanced"; #"simple", "advanced", "msword", else none -$wgMyWikiURL = "http://$wgDBserver/$wgScriptPath/index.php/"; -$wgExt_valid_elements = "data[table|template],repeat[table|sort],categorytree[mode|depth],inputbox[type|bgcolor|width|default|preload|editintro|buttonlabel|searchbuttonlabel|break], big"; -require_once("$IP/extensions/TinyMCE_MW.php"); +#### TinyMCE_MW2.php: adapting TinyMCE javascript wysiwyg editor to mediawiki +require_once("$IP/extensions/TinyMCE_MW2.php"); # what should the criteria for "protectability" be? # plugins/hooks that allow customization of this? -- cgit