summaryrefslogtreecommitdiff
path: root/install.php
AgeCommit message (Expand)Author
2010-10-14Fix for ticket #2828, part II: apostrophe in site name set in installer creat...Brion Vibber
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-04-07Refactor installer into base class plus web and CLI installers.Brion Vibber
2010-03-30Update call for renamed OStatus functions -- installer now no longer fails wi...Brion Vibber
2010-03-09Check for invalid and reserved usernames for the admin user at install time.Brion Vibber
2010-03-09Added a checkbox for subscribing the admin of a StatusNet instance toSarven Capadisli
2010-03-08CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages,...Brion Vibber
2010-03-08Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept inBrion Vibber
2010-03-08CentOS 5.4 still bogus on a stock install.Brion Vibber
2010-03-05Initial install-time test for PCRE compiled without Unicode properties, which...Brion Vibber
2010-03-04Set up subscription to update@status.net for admin user on new installation, ...Brion Vibber
2010-03-04Add link to http://status.net/wiki/Getting_started on installer success screen.Brion Vibber
2010-03-04Moved database hostname in install to db fieldsetSarven Capadisli
2010-03-04Updated SN install UI. Using separate fieldsetsSarven Capadisli
2010-03-04Installer tweaks: maintain form values when redisplaying form after error, ad...Brion Vibber
2010-03-04Couple of tweaks to the HTML to try and make installer look bettter. This sti...Zach Copley
2010-03-04Create an initial user during install, and grant owner, moderator and adminis...Zach Copley
2010-01-04Drop the overly-prominent link to checklibs display; it's unnecessary and jus...Brion Vibber
2009-11-30Ticket 1870: drop unnecessary Tidy module installation requirement.Brion Vibber
2009-11-14Revert "Ask users if they wish to send statistics to SNI, default is off."Evan Prodromou
2009-11-11Forgot closing tag...Eric Helgeson
2009-11-11Ask users if they wish to send statistics to SNI, default is off.Eric Helgeson
2009-11-04Added Net_LDAP2 to extlib, and add a skeleton LDAP pluginCraig Andrews
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...Brion Vibber
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 packag...Brion Vibber
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...Brion Vibber
2009-10-30don't write the closing ?> to the config.phpBrenda Wallace
2009-10-13Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-10-13Fix typo's in installerEric Helgeson
2009-10-03indent fixBrenda Wallace
2009-09-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
2009-09-23Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-09-19Pear code styleBrenda Wallace
2009-09-16Updated csarven emails to csarven@status.net and removed dupesSarven Capadisli
2009-09-15dedupe evansEvan Prodromou
2009-09-15change all evans to evan@status.netEvan Prodromou
2009-09-15Fixed broken list items in installer outputZach Copley
2009-09-15Got rid of a bunch of ugly warningsZach Copley
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