summaryrefslogtreecommitdiff
path: root/installer
AgeCommit message (Expand)Author
2009-09-08Update to gallery module v12.Bharat Mediratta
2009-09-01Updated for modules/gallery version 11.Bharat Mediratta
2009-09-01Escape backslashes (\) in the $salt in create_admin() as they willBharat Mediratta
2009-08-31Escape single quotes in the password so that we don't break our configBharat Mediratta
2009-08-31Suppress errors to mysql_connect(). We had this before, but itBharat Mediratta
2009-08-30Add back mysql_fetch_object() call that I accidentally removed in myBharat Mediratta
2009-08-30Remove unnecessary cleverness in stripping off the hyphen for mysqlBharat Mediratta
2009-08-30Print out the version of MySQL that we found along with our errorBharat Mediratta
2009-08-28Fix for #440. Basically add a check that the mysql version is > 5.0.0.Tim Almdal
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-04Check for the SimpleXML module, thanks to geekonek.Bharat 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-15Simpler solution for #545. Just don't show the form if the storage dir isn't...Bharat Mediratta
2009-07-15Revert "Fix for ticket #545."Bharat Mediratta
2009-07-15Revert "Fix for ticket #544."Bharat Mediratta
2009-07-15Fix for ticket #544.Tim Almdal
2009-07-15Fix for ticket #545.Tim Almdal
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-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
2009-06-28Get rid of references to vestigial check.html.php page.Bharat Mediratta
2009-06-28Move the mysql_xxx() override function definitions insideBharat 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-24"the the" -> "the"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-13Remap mysql_xx() functions to their mysqli counterparts if the mysqlBharat Mediratta
2009-06-05Update version to beta 1Bharat Mediratta
2009-06-01use PHP_SAPI instead of php_sapi_name()Bharat Mediratta
2009-06-01Normalize the random values used in the blocks_dashboard_xxx vars soBharat Mediratta
2009-05-31Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-05-31Move the sql packaging code from installer into the gallery module. It must b...Tim Almdal
2009-06-01Fix a warningbharat
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-29Fix the code to specify which columns its inserting into. WithoutBharat Mediratta
2009-05-27Normalize root update time in the installerBharat Mediratta
2009-05-27Manually updated to change 'core' to 'gallery'Bharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat 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-17Make our dependency on json_encode() an explicit requirementBharat Mediratta
2009-05-17Add var/tmpBharat Mediratta
2009-05-14Tell the user the location of VARPATH so that they know where their photos ar...Bharat Mediratta
2009-05-14Cache variables in core._cache so that we can retrieve them all in aBharat Mediratta