Last modified: 2010-07-04 12:10:22 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26243, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24243 - SemanticTasks: Patch to Fix hardcoded string for Reminders
SemanticTasks: Patch to Fix hardcoded string for Reminders
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
unspecified
All All
: Normal major (vote)
: ---
Assigned To: Markus Krötzsch
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-03 05:22 UTC by Jon Phillips
Modified: 2010-07-04 12:10 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Patch for the SVN of SemanticTasks (614 bytes, patch)
2010-07-03 05:22 UTC, Jon Phillips
Details

Description Jon Phillips 2010-07-03 05:22:37 UTC
Created attachment 7552 [details]
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.
Comment 1 Markus Krötzsch 2010-07-04 12:10:22 UTC
I am sorry, but the extension that you are referring to is not developed by the SMW team, and moreover does not seem to use this bug tracker. So please report your bug directly to the developer of the affected extension (e.g. by sending the link to this public page), or use whatever other means of bug reporting are advised by the SemanticTasks documentation.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links