summaryrefslogtreecommitdiff
path: root/install.php
AgeCommit message (Expand)Author
2009-09-14pulled @author from git logsBrenda Wallace
2009-09-14most of code style errors goneBrenda Wallace
2009-09-14removed commented out code we no longer wantBrenda Wallace
2009-09-14fixed up curly brackets and spaces around for, if, elseBrenda Wallace
2009-09-14many doxygen comments addedBrenda Wallace
2009-09-14lotsa tabulation changed to 4 spacesBrenda Wallace
2009-09-14fixed missing semisolonBrenda Wallace
2009-09-14removed most of the <?php ?> that was making this hard to readBrenda Wallace
2009-09-14added doxygen for main()Brenda Wallace
2009-09-14changed curly bracks on if, else, foreach to match pear code stylesBrenda Wallace
2009-09-14added doxygen tagsBrenda Wallace
2009-09-14bug 1814: installer now only offers DB types which are available.Brion Vibber
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-09-02The 'tidy' extension is a requirementCraig Andrews
2009-08-28fix for postgres - was using a non-existent variable to work out if should wr...Brenda Wallace
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-27show SQL errors in the outputEvan Prodromou
2009-08-27don't show a warning when dl() disabledEvan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26Merge commit 'laconica/0.8.x' into 0.9.xCraig Andrews
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-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-11fix for trac bug #1805:Brett Taylor
2009-08-11install.php: improved support for running Laconica in a sub folder and on a n...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