https://bugzilla.wikimedia.org/show_bug.cgi?id=24243
Summary: SemanticTasks: Patch to Fix hardcoded string for
Reminders
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: Normal
Component: Semantic MediaWiki
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=7552)
--> (https://bugzilla.wikimedia.org/attachment.cgi?id=7552)
Patch for the SVN of SemanticTasks
This is for http://www.mediawiki.org/wiki/Extension:Semantic_Tasks
###
Yes, found that in the file
$IP/extensions/SemanticTasks/ST_CheckForReminders.php
a hardcoded path to teamspace.creativecommons.org which sends any reminder with
the harcoded path rather than the wiki path. Now, one must set the right
variable to the wiki path in the config, LocalSettings.php file like so:
$extension_paths['SMT'] =
"$IP/extensions/SemanticTasks/SemanticTasks.php";
$wgServerName = 'fabricatorz.com';
$wgServerNamePath = 'fabricatorz.com/private/';
require_once( $extension_paths['SMT'] );
The patch should be applied against the SVN of the SMT.
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l