summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/LocalSettings.php12
1 files 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?