summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBret McMillan <bretm@redhat.com>2008-11-17 17:35:55 -0500
committerBret McMillan <bretm@redhat.com>2008-11-17 17:35:55 -0500
commitbd912471fd8d0fc26039b5a83253b2c17d77fe8c (patch)
tree9cff6c1336028d6cb6ecba7902550fc77932dab5
parentb6eebdff83f5d69066d62451b98c6771e51e90e4 (diff)
downloadmediawiki-stuff-bd912471fd8d0fc26039b5a83253b2c17d77fe8c.tar.gz
mediawiki-stuff-bd912471fd8d0fc26039b5a83253b2c17d77fe8c.tar.xz
mediawiki-stuff-bd912471fd8d0fc26039b5a83253b2c17d77fe8c.zip
slim down customized configs
-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?