summaryrefslogtreecommitdiff
path: root/installer
AgeCommit message (Expand)Author
2010-08-28Add a "visible_title_length" variable that defaults to 15 and use thatBharat Mediratta
2010-08-28Oops, forgot to create an install() function and set the version ofBharat Mediratta
2010-08-22Style and text cleanups to tighten up the page and make it a littleBharat Mediratta
2010-08-14Add a key on access_caches.item_id. Without this, the Fix task queryBharat Mediratta
2010-08-14Update install.sql for gallery module version 3. This was left out ofBharat Mediratta
2010-08-06Add a "weight" column to the module table. This allows us to specifyBharat Mediratta
2010-08-01Updated for gallery module v31.Bharat Mediratta
2010-06-18Update the installer/install.sql properly.Tim Almdal
2010-06-18Fix ticket #1155. For compatibility with gallery2 increase the size of the ta...Tim Almdal
2010-06-15Install the rest module by default.Bharat Mediratta
2010-06-15New dump generated by new mysqladmin has a slightly different format:Bharat Mediratta
2010-06-06Add a check for short_open_tagBharat Mediratta
2010-06-06Whitespace fixesBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-26Revert "Password value on installer must be hidden"Tim Almdal
2010-02-26Password value on installer must be hiddenfpaterno
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-14Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...Andy Staudacher
2010-02-14Avoid PHP warnings when the DB host string has no port.Andy Staudacher
2010-02-09Refresh installer codeAndy Staudacher
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-06Provide an error message when the sql in installer::empty_db fails. Also cha...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-29Make sure that we have the mbstring extension.Bharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
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-12Initialize the database config with the port number if it is specified. Also ...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-17Move the check_environment into the installer helper and call it from the com...Tim Almdal
2009-09-16Changed the search module installer to explicitly specify MyISAM as the datab...Tim Almdal
2009-09-10Trim the input line to get rid of carriage returns on Windows. FixesBharat Mediratta
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta