Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | fixed a %d that should be a %s in an error message | Brenda Wallace | |
2010-07-30 | Fix 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-16 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php | |||
2010-06-11 | Fix for DB error reporting in installer (MySQL path) | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-03 | Installer 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-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-05-11 | Installer 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-19 | Test for and use mysqli in installer, since that's what we use later, rather ↵ | Brion Vibber | |
than mysql. | |||
2010-04-07 | Refactor installer into base class plus web and CLI installers. | Brion Vibber | |
scripts/install_cli.php is a bit experimental at present but works. |