summaryrefslogtreecommitdiff
path: root/lib/installer.php
AgeCommit message (Collapse)Author
2010-08-16fixed a %d that should be a %s in an error messageBrenda Wallace
2010-07-30Fix for ticket #2471: install.php returns unsuccessfully but doesn't display ↵Brion Vibber
error message if PHP < 5.2.6 is used http://status.net/open-source/issues/2471 Old bit of code didn't get updated for new installer
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.