Reviewed: https://reviews.mahara.org/3480 Committed: http://gitorious.org/mahara/mahara/commit/01d92107fffd2b761c09bb32ea3f83241c091f6b Submitter: Robert Lyon ([email protected]) Branch: master
commit 01d92107fffd2b761c09bb32ea3f83241c091f6b Author: Nigel Cunningham <[email protected]> Date: Tue Jul 8 14:20:32 2014 +1000 Remove pre-1.1.0 sections of core plugin update scripts (Bug 1301109) Remove support for upgrading from pre-1.1.0, from core plugins. Change-Id: I7dce8210152b75cc0931894bb21450805294c5b3 Signed-off-by: Nigel Cunningham <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1301109 Title: Remove pre-1.1.0 sections of the core plugins' update scripts. Status in Mahara ePortfolio: Fix Committed Status in Mahara 1.10 series: Fix Committed Bug description: In Mahara 1.8, we dropped support for upgrading from Mahara versions prior to 1.1.0, and we removed a big chunk of htdocs/lib/db/upgrade.php that covered all the pre-1.1.0 upgrade stuff. BUT, all the core plugins also have their own db/upgrade.php files, and many of these still have big sections of pre-1.1.0 upgrade stuff as well! We should: 1. Find out what version each core plugin was it in the 1.1.0_RELEASE tag 2. Strip out all the upgrade.php sections where the version number is less than or equal to the 1.1.0 version number. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1301109/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

