summaryrefslogtreecommitdiff
path: root/install.php
AgeCommit message (Collapse)Author
2010-10-14Fix for ticket #2828, part II: apostrophe in site name set in installer ↵Brion Vibber
created a broken config.php. The previous commit fixed the base installer to properly quote its strings when creating config.php... but you'd actually end up with double-escaping if you had magic_quotes_gpc on. Magic quotes are evil and lame, but we gotta deal with em. :P Updated the web installer code to check for magic quotes, and to grab its variables consistently through the same interface.
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
scripts/install_cli.php is a bit experimental at present but works.
2010-03-30Update call for renamed OStatus functions -- installer now no longer fails ↵Brion Vibber
with a PHP fatal error when trying to set up the subscription to update@status.net.
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
update@status.net. Checked by default. Subscription optional.
2010-03-08CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP ↵Brion Vibber
packages, since you'd need a version update anyway...)
2010-03-08Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept inBrion Vibber
This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97.
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, ↵Brion Vibber
which causes corruption in feeds and other linking problems. Error message links to help info at http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library
2010-03-04Set up subscription to update@status.net for admin user on new installation, ↵Brion Vibber
if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
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, ↵Brion Vibber
add pass confirmation and optional email forms for administrator. Caveat: fancy URLs value isn't currently maintained; JS needs updating to not overwrite the value or we should kill it entirely.
2010-03-04Couple of tweaks to the HTML to try and make installer look bettter. This ↵Zach Copley
still needs some work.
2010-03-04Create an initial user during install, and grant owner, moderator and ↵Zach Copley
administrator roles.
2010-01-04Drop the overly-prominent link to checklibs display; it's unnecessary and ↵Brion Vibber
just confuses people. The ability's still there to aid in debugging, but it won't be tempting people to click on it.
2009-11-30Ticket 1870: drop unnecessary Tidy module installation requirement.Brion Vibber
Tidy was only being used by a couple of non-default URL shortener plugins, PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML via DOMDocument (using the default DOM module which is already used by other dependencies). Added xml, dom, and simplexml modules to the requirements check in install.php, as they were being used but not checked for. Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string instead of as a SimpleXML node object.
2009-11-14Revert "Ask users if they wish to send statistics to SNI, default is off."Evan Prodromou
This reverts commit 7efea1115f45b8880fe3161cc32b09510ddd2264. Conflicts: install.php
2009-11-11Forgot closing tag...Eric Helgeson
2009-11-11Ask users if they wish to send statistics to SNI, default is off.Eric Helgeson
Users may not know about this setting and are unaware they are sending stats. This allows them to make that decision.
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, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet.
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵Brion Vibber
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f.
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet.
2009-10-30don't write the closing ?> to the config.phpBrenda Wallace
2009-10-13Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: install.php
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
Conflicts: install.php lib/noticeform.php
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php
2009-09-23Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php
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
Conflicts: install.php
2009-09-14most of code style errors goneBrenda Wallace
Conflicts: install.php
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
Conflicts: install.php
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