summaryrefslogtreecommitdiff
path: root/installer/install.sql
AgeCommit message (Expand)Author
2010-02-07Fix installer code for version 27, and introduce new module variable in versi...Andy Staudacher
2010-01-30Update install.sql -- gallery version jumps from 23 to 25 due to a mistakeBharat Mediratta
2010-01-30Gallery module version 23, with the failed_logins table.Bharat Mediratta
2010-01-29Oops, somebody (me?) forgot to update the gallery module versionBharat Mediratta
2010-01-28Updated for model based validation. We must now provide a placeholderBharat Mediratta
2010-01-11Fixes ticket #671.Tim Almdal
2010-01-01Don't enable the rest module by default yet; we should make sure thatBharat Mediratta
2010-01-01Change the installer so that the rest module is automatically installed in ne...Tim Almdal
2009-12-05Use NULL instead of actual values in the vars table, so that varBharat Mediratta
2009-12-05Update the gallery module to version 21 in the installer.Bharat Mediratta
2009-11-19Revert "Update the installer to reflect the new location of the theme related...Tim Almdal
2009-11-18Update the installer to reflect the new location of the theme related options.Tim Almdal
2009-11-13Standardize the name of the blocks.Tim Almdal
2009-11-13Undo using the md5 hash of the module name and block_id, so duplicate blocks ...Tim Almdal
2009-11-12Re-generate the install.sql so that the keys of the block lists are an md5 ha...Tim Almdal
2009-11-12Change the keys of the block arrays in block manager to be a md5 hash of modu...Tim Almdal
2009-10-26Update the install.sql to reflect the current version number(16) and the refa...Tim Almdal
2009-10-23Poor man's merge. Note to self, git pull before working. Next pound the steps...Chad Kieffer
2009-10-21Change the default install.sql such that the owner id of root album is the de...Tim Almdal
2009-09-27Change gallery installer to do a direct update to the database, preppending g...Tim Almdal
2009-09-27This path requires the upgrader to be run and applies the following changes:Tim Almdal
2009-09-27Fix one more place in the installer where we referring to the old defaultBharat Mediratta
2009-09-16Changed the search module installer to explicitly specify MyISAM as the datab...Tim Almdal
2009-09-08Update to gallery module v12.Bharat Mediratta
2009-09-01Updated for modules/gallery version 11.Bharat Mediratta
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-07-29Updated for gallery v10Bharat Mediratta
2009-07-26Updating install.sql with the packaging script, basically re-adding the chars...Andy Staudacher
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-23Updated version of installer sql:Bharat Mediratta
2009-07-23Use BOOLEAN instead of integer to describe the permissions :Romain LE DISEZ
2009-07-11Turn off extended inserts when creating install.sql so that it'sBharat Mediratta
2009-07-11MySQL 5 generates backwards compatible code-containing comments so:Bharat Mediratta
2009-06-28Set the gallery module version to 6 in install() (missed this in my last chan...Bharat Mediratta
2009-06-27Updated for module upgrades:Bharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-20Fix a bug in gallery_installer where on an initial install we wereBharat Mediratta
2009-06-05Update version to beta 1Bharat Mediratta
2009-06-01Normalize the random values used in the blocks_dashboard_xxx vars soBharat Mediratta
2009-05-29Move the code that was in the scaffolding to package the initial mySql databa...tim almdal
2009-05-29Move credits message into a variable, which can be changed in Admin >Bharat Mediratta
2009-05-27Normalize root update time in the installerBharat Mediratta
2009-05-27Manually updated to change 'core' to 'gallery'Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-20Add a default image quality level. There's no UI for it, except AdminBharat Mediratta
2009-05-17Add var/tmpBharat Mediratta
2009-05-14Cache variables in core._cache so that we can retrieve them all in aBharat Mediratta
2009-05-14Introduce a relative_path_cache column in the items table. This letsBharat Mediratta
2009-05-13Create a new "add" permission and require it at the controller levelBharat Mediratta
2009-05-13updated to reflect tinyint(2) -> smallint(6) changeBharat Mediratta