summaryrefslogtreecommitdiff
path: root/install.php
AgeCommit message (Collapse)Author
2009-06-26also check for write permission to background folderBrenda Wallace
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-18remove path from install; better autodetection nowEvan Prodromou
2009-05-25Small bugfix to installer fixing fancy URL detection.Robin Millette
2009-05-22Removed unnecessary link to base stylesheet because default stylesheet calls ↵Sarven Capadisli
base in 0.8.x
2009-05-20Removed return from 1st line of runDbScript()Eric Helgeson
fixed broken html tag on success page. handlePost() now will show as many errors as it can (instead of one at a time) checkPrereqs() will show all errors at once instead of failing on first one, installer will be able to try to fix all instead of fixing one at a time and trying again. writeConf(): added if LACONICA is !defined exit Tests: drop database and remove config.php, ran installer. Passed.
2009-05-20fixed missing closing php tag when installer.php wrote to config.phpEric Helgeson
2009-05-17Added site path field to installer + fancy URL javascript auto-detection.Robin Millette
2009-05-01Added laconica logoSarven Capadisli
Updated installation page markup
2009-04-15Add license notice to install.php, replace short and asp style tags by more ↵Adrian Lang
portable long tag form.
2009-03-04Make a loop instead of repeating almost identical text in installEvan Prodromou
2009-03-04run foreign services scriptEvan Prodromou
2009-03-04add notice source data on installEvan Prodromou
2009-03-04check posted parametersEvan Prodromou
2009-03-04run sms carrier script on installEvan Prodromou
2009-02-28check some prereqs for installationEvan Prodromou
2009-02-28first pass at a working install.phpEvan Prodromou
2009-02-28show a form for installationEvan Prodromou