Thorsten Glaser, 2012-05-16 13:00:21 +0200 : > Package: fusionforge-plugin-mediawiki > > As discussed already (this bug is mostly for tracking things in > Debbugs), fusionforge must handle upgrades in mediawiki as pak- > kaged in Debian by listening to it via a trigger and running all > upgrade scripts on all database schemas. This should be made for > ff before wheezy.
I have a prototype here for doing that. There are unrelated problems as well, but it's not committed yet because it doesn't work: the MW upgrading code seems to have a bug, where it issues SQL statements such as "SET search_path = plugin_mediawiki_siteadmin," (note ending comma). I fixed that by locally adding… $search_path = preg_replace( '/, *$/', '', $search_path); …after line 1415 of /usr/share/mediawiki/maintenance/updaters.inc. I'm not sure if this fix should be applied to MW or if the bug is actually in the FF glue. Roland. -- Roland Mas How does an octopus go into battle? Fully-armed. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

