summaryrefslogtreecommitdiff
path: root/lib/installer.php
AgeCommit message (Collapse)Author
2010-06-16Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openidserver.php
2010-06-11Fix for DB error reporting in installer (MySQL path)Brion Vibber
2010-06-11Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-06-03Installer tweak to aid with IIS setup: if config.php exists, but is both ↵Brion Vibber
empty and writable, let the installer proceed and overwrite it.
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-05-11Installer tweak for Windows: normalize line endings to platform standard in ↵Brion Vibber
generated config.php Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that.
2010-04-19Test for and use mysqli in installer, since that's what we use later, rather ↵Brion Vibber
than mysql.
2010-04-07Refactor installer into base class plus web and CLI installers.Brion Vibber
scripts/install_cli.php is a bit experimental at present but works.