https://bugzilla.wikimedia.org/show_bug.cgi?id=53191
Web browser: ---
Bug ID: 53191
Summary: flow.sql hardcodes wiki name in definition INSERT
statements
Product: MediaWiki extensions
Version: master
Hardware: All
URL: https://www.mediawiki.org/wiki/Extension:Flow#Installi
ng
OS: All
Status: NEW
Severity: minor
Priority: Unprioritized
Component: Flow
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
The update script flow.sql has
INSERT INTO flow_definition
( definition_id, definition_wiki, definition_name, definition_type,
definition_options )
VALUES
( unhex('4ffebfa36a3155f2416080027a082220'), 'wiki', ...
The hardcoded 'wiki' should be wfWikiID().
I think doing the insert in a script run by
$updater->addPostDatabaseUpdateMaintenance( '' ) might work; AFTv5 did this.
Extension:Flow#Installing documents the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l