summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/packager.php
AgeCommit message (Collapse)Author
2009-09-16Changed the search module installer to explicitly specify MyISAM as the ↵Tim Almdal
database type. Changed the packager to not remove the engine specification if the table is search_records. Fixes Ticket #774
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
the system's default table specification. Fixes ticket #597.
2009-07-11Turn off extended inserts when creating install.sql so that it'sBharat Mediratta
easier to see what's changed.
2009-06-10Rename package -> packager (it's a noun which has verbs on it).Bharat Mediratta
Force a HTTP_HOST so that url::base() works.