summaryrefslogtreecommitdiff
path: root/install.php
AgeCommit message (Expand)Author
2010-01-23fixed misleading error message that tells you to install "tidy" to get mysql|...Brenda Wallace
2009-10-13Fix typo's in installerEric Helgeson
2009-09-13Avoid or suppress E_NOTICE and E_WARNING messages related to the checklibs ch...Brion Vibber
2009-09-13Check that 'dl' function is available and usable before trying to call it wit...Brion Vibber
2009-09-02The 'tidy' extension is a requirementCraig Andrews
2009-08-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-27show SQL errors in the outputEvan Prodromou
2009-08-27don't show a warning when dl() disabledEvan Prodromou
2009-08-26Add library checking pageCraig Andrews
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Include php-gettext 1.0.7 into extlibs; loading it up if native gettext exten...Brion Vibber
2009-08-11fix for trac bug #1805:Brett Taylor
2009-08-06install.php: improved support for running Laconica in a sub folder and on a n...Brett Taylor
2009-08-05Switch DOCTYPE's to the XHTML 5 DOCTYPECraig Andrews
2009-08-04Use <?php echo instead of <?printTom Adams
2009-07-29Pass $fancy to *_db_installer.Tom Adams
2009-07-29Use <?php not <?.Tom Adams
2009-07-25If cannot connect, then stop the installationCraig Andrews
2009-07-25check the postgresql database is UTF8 before allowing installation to proceedBrenda Wallace
2009-07-21Fixed: The installer checks if the avatar and background directories are writ...Craig Andrews
2009-07-19Merge commit 'br3nda/0.8.x-pginstaller' into 0.8.xCiaranG
2009-07-17Require PHP 5.2.3 or later.Craig Andrews
2009-07-15typo in config variableBrenda Wallace
2009-07-15quote identifiers and type='psql' needs to be written to config.phpBrenda Wallace
2009-07-15install.php works for postgresBrenda Wallace
2009-07-15connect to pg workingBrenda Wallace
2009-07-15added dbtype detection - and only install mysql stuff if mysql selectedBrenda Wallace
2009-07-15added dbtype to the installer formBrenda Wallace
2009-07-15missing word (find) addedBrenda Wallace
2009-07-15mysql or pgsql required (not mysql)Brenda Wallace
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
2009-05-20Removed return from 1st line of runDbScript()Eric Helgeson
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
2009-04-15Add license notice to install.php, replace short and asp style tags by more p...Adrian Lang
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