Comment 0 for bug 1301109

Revision history for this message
Aaron Wells (u-aaronw) wrote :

In Mahara 1.8, we dropped support for installing 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.