include("$IP/extensions/SimpleForms/SimpleForms.php");
-$sfgAutocompletionURLs['remote_species'] = 'http://palea.cgrb.oregonstate.edu/AnnoWiki/prototyping/remote_autocomplete.php?q=<substr>';
-$sfgAutocompletionURLs['remote_PO_terms'] = 'http://dev.planteome.org/w/prototyping/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=<substr>&format=json&max=20';
+$sfgAutocompletionURLs['remote_PO_terms'] = 'http://dev.planteome.org/w/services/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=<substr>&format=json&max=20';
$sfgAutocompleteOnAllChars = false;
# END: Justin Preece - Semantic Bundle (SMW and other extensions)
## 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.png";
+$wgLogo = "$wgStylePath/common/images/wiki_logo_with_text.png";
## UPO means: this is also a user preference option
$wgDBname = "test_planteome_annotate";
$wgDBuser = "p_a_wiki_db";
$wgDBpassword = "1yCoP3r5icuM";
+$JobRunRate = 1;
# MySQL specific settings
$wgDBprefix = "";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
-$wgDefaultSkin = 'monobook';
+$wgDefaultSkin = 'planteome';
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
$wgDiff3 = "/usr/bin/diff3";
+# BEGIN: Justin Preece - Config changes and Semantic Bundle (SMW and other extensions)
+# (moved from top of file to address premature reference to $wgScriptPath)
+
+#$wgHiddenPrefs[] = 'skin';
+#$wgUseAjax = true;
+
+#include_once("$IP/extensions/DataTransfer_PS/DataTransfer.php");
+
+require_once( "$IP/extensions/semantic-bundle/SemanticBundleSettings.php" );
+require_once( "$IP/extensions/semantic-bundle/SemanticBundle.php" );
+
+#include("$IP/extensions/SimpleForms/SimpleForms.php");
+
+#$sfgAutocompletionURLs['remote_PO_terms'] = 'http://palea.cgrb.oregonstate.edu/paw/services/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=<substr>&format=json&max=20';
+#$sfgAutocompleteOnAllChars = false;
+
+# END: Justin Preece - Semantic Bundle (SMW and other extensions)
+
+/** Allow client-side caching of pages */
+$wgCachePages = false;
+
+/**
+ * * Set this to current time to invalidate all prior cached pages. Affects both
+ * * client- and server-side caching.
+ * * You can get the current date on your server by using the command:
+ * * date +%Y%m%d%H%M%S
+ * */
+$wgCacheEpoch = 'date +%Y%m%d%H%M%S';
+
# When you make changes to this configuration file, this will make
# sure that cached pages are cleared.
$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );