Commit an egregious hack to work around the fact that both Gallery 2

and Gallery 3 have a class named Gallery.  Clone a subset of the
Gallery 2 files and munge them so that we can rename the Galery 2
version to G2_Gallery.

Also, update the disclaimer in Admin > Settings > Gallery 2 Import.
This commit is contained in:
Bharat Mediratta
2009-05-27 22:57:38 -07:00
parent 24dce5a85d
commit 3870892018
3 changed files with 71 additions and 4 deletions
@@ -3,7 +3,7 @@
<h1> <?= t("Gallery 2 Import") ?> </h1>
<p>
<?= t("Import your Gallery 2 users, photos, movies, comments and tags into your new Gallery 3 installation.") ?>
<?= t("<b>Note: The importer is a work in progress and does not currently support comments, tags, permissions, capture dates and movies (other than Flash video)</b>") ?>
<?= t("<b>Note: The importer is a work in progress and does not currently support permissions, and movie formats other than Flash video and MP4</b>") ?>
</p>
<?= $form ?>
</div>