]> git.mjollnir.org Git - moodle.git/commit
portfolio - MDL-19356 - add instance column to portfolio_tempdata
authorPenelope Leach <penny@catalyst.net.nz>
Mon, 16 Nov 2009 15:02:52 +0000 (15:02 +0000)
committerPenelope Leach <penny@catalyst.net.nz>
Mon, 16 Nov 2009 15:02:52 +0000 (15:02 +0000)
commite1b9ac3ef86dd4041c354810d9053f59bf38320c
treec57684af9955b1c7c7ea497349a315f11c6e043d
parentaa379865991c3407602a7ee333903ee2d5cd7c99
portfolio - MDL-19356 - add instance column to portfolio_tempdata

this is the first step in moving towards supporting multiple exports per session.

however, some plugins aren't going to be able to support this (eg box.net) so
we add the instance to the tempdata table, so that we can quickly check whether
we have an export of the same *type* of plugin in the session.
lib/db/install.xml
lib/db/upgrade.php
lib/portfolio/exporter.php
lib/portfolio/plugin.php
version.php