summaryrefslogtreecommitdiff
path: root/installer/install.sql
AgeCommit message (Expand)Author
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
2009-05-07Grab photo capture date and captions from EXIF/IPTC data.Bharat Mediratta
2009-04-28Root album weight is now 1; Organize module is auto-activated; search_record ...Bharat Mediratta
2009-04-05Don't do graphics detection in core_installer::install() because thatBharat Mediratta
2009-04-05Add a weight column to the items model. Change the album ordering toTim Almdal
2009-03-20Oops, we need UNIX_TIMESTAMP() instead of NOW()Bharat Mediratta
2009-03-20Do some data normalization so that the install files will have stableBharat Mediratta
2009-03-16Revive the install() and uninstall() functions in Scaffold_ControllerBharat Mediratta
2009-03-09Restructure the sort order to maintain the sort column and sort orderTim Almdal
2009-03-09On second thought, make the description column varchar(2048) instead.Bharat Mediratta
2009-03-09Make the description a text column so that we can handle much largerBharat Mediratta
2009-03-08Log the user in as admin after running the web installer, and giveBharat Mediratta
2009-03-08Implement Sortable albums. Current sort fields include (CreationTim Almdal
2009-03-02Forgot to update the install.sql when i changed the [] to {} toTim Almdal
2009-02-27Both the command line and web installer installer now supportsTim Almdal
2009-02-27* Refactor task management methods from admin_maintenance.php toTim Almdal
2009-02-26Update to image_block based on bharat's feedbackTim Almdal
2009-02-23A couple of references to media_rss that were overlookedTim Almdal
2009-02-23Changing from binary(16) to char(32) as translation message key.Andy Staudacher
2009-02-10Move site default_locale into DB (vars) and add a per user locale preference.Andy Staudacher
2009-02-09Add local localization functionality. Local = no means to upload / download t...Andy Staudacher
2009-01-20Web based installer. It's still got some rough edges, but you can nowBharat Mediratta
2009-01-19Fix up various little things to get File_Structure_Test to pass.Bharat Mediratta