← Back to team overview

mahara-contributors team mailing list archive

[Bug 1301109] [NEW] Remove pre-1.1.0 sections of the core plugins' update scripts.

 

Public bug reported:

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.

** Affects: mahara
     Importance: Low
         Status: Confirmed

** Changed in: mahara
    Milestone: None => 1.9.0

** Changed in: mahara
   Importance: Undecided => Low

** Changed in: mahara
       Status: New => Confirmed

** Description changed:

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

-- 
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:
  Confirmed

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


Follow ups

References