summaryrefslogtreecommitdiff
path: root/installer/install.sql
AgeCommit message (Expand)Author
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
2009-01-19Flush the access_intent cache after ALTER TABLE queries, fixes aBharat Mediratta
2009-01-19Packager now does a clean reinstall of just the packages we want, thenBharat Mediratta
2009-01-19Simplification pass over the installer:Bharat Mediratta