From bda93c50f140f4a78e663000280e4b875ac227b7 Mon Sep 17 00:00:00 2001 From: preecej Date: Fri, 29 Jul 2011 23:54:56 +0000 Subject: [PATCH] Updated just before migration to Test. svn path=/; revision=134 --- preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php | 5 +++-- preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php b/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php index 5f89aa8..8a59eed 100644 --- a/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php +++ b/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php @@ -48,7 +48,7 @@ $wgStylePath = "$wgScriptPath/skins"; ## The relative URL path to the logo. Make sure you change this from the default, ## or else you'll overwrite your logo when you upgrade! -$wgLogo = "$wgStylePath/common/images/wiki_logo_proto.png"; +$wgLogo = "$wgStylePath/common/images/wiki_logo_with_text.png"; ## UPO means: this is also a user preference option @@ -117,7 +117,7 @@ $wgSecretKey = "c7f2e0aee38b819689a65337257ed2d6c4eb7157e44563781da69bbfd3e2e45b ## Default skin: you can change the default skin. Use the internal symbolic ## names, ie 'vector', 'monobook': -$wgDefaultSkin = 'vector'; +$wgDefaultSkin = 'planteome'; ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation @@ -145,6 +145,7 @@ require_once( "$IP/extensions/semantic-bundle/SemanticBundle.php" ); include("$IP/extensions/SimpleForms/SimpleForms.php"); $sfgAutocompletionURLs['remote_species'] = 'http://palea.cgrb.oregonstate.edu/AnnoWiki/prototyping/remote_autocomplete.php?q='; +$sfgAutocompletionURLs['remote_PO_terms'] = 'http://dev.planteome.org/w/prototyping/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=&format=json&max=20'; $sfgAutocompleteOnAllChars = false; # END: Justin Preece - Semantic Bundle (SMW and other extensions) diff --git a/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php b/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php index c3c81a1..ed3ece3 100644 --- a/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php +++ b/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php @@ -136,9 +136,13 @@ $wgDiff3 = "/usr/bin/diff3"; $wgHiddenPrefs[] = 'skin'; $wgUseAjax = true; include("$IP/extensions/SimpleForms/SimpleForms.php"); + require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" ); $wgPFEnableStringFunctions = true; +require_once( "$IP/extensions/Variables/Variables.php" ); +require_once( "$IP/extensions/Loops/Loops.php" ); + # END 04/04/11: Justin Preece - Add'l Extensions # BEGIN 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions) @@ -150,6 +154,7 @@ require_once( "$IP/extensions/semantic-bundle/SemanticBundleSettings.php" ); require_once( "$IP/extensions/semantic-bundle/SemanticBundle.php" ); $sfgAutocompletionURLs['remote_species'] = 'http://palea.cgrb.oregonstate.edu/AnnoWiki/prototyping/remote_autocomplete.php?q='; +$sfgAutocompletionURLs['remote_PO_terms'] = 'http://proto.planteome.org/w/prototyping/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=&format=json&max=20'; $sfgAutocompleteOnAllChars = false; # END 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions) -- 2.34.1