aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
Commit message (Expand)AuthorAgeFilesLines
* change setup defaults to 127.0.0.1 instead of localhost for DB server, add do...redmatrix2015-10-161-3/+3
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-121-0/+4
* coverup and ignore the illegal string offset message that some sites have bee...redmatrix2015-07-141-1/+1
* Add PHP's xml module check and upload limits to setup.Klaus Weidenbach2015-05-241-189/+255
* more work isolating the projectname from core.redmatrix2015-05-171-2/+2
* mysql schema typo, do the install check for store before chcking smarty, as t...friendica2015-03-151-2/+2
* INSTALL: 'store' is created during setup but not 'store/[data]/smarty3' and w...friendica2015-02-191-1/+1
* remove extraneous debug file left over from postgres work.friendica2015-01-111-1/+0
* Use grouped select field for timezone selectionStefan Parviainen2015-01-011-1/+1
* PostgreSQL support initial commitHabeas Codice2014-11-131-12/+20
* convert application strings to en-USfriendica2014-07-311-1/+1
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-161-1/+1
* move smarty compiled files to store/[data]/smarty3 - which puts all writeable...friendica2014-07-101-4/+4
* issue #479 - tag escaping not needed here.friendica2014-06-021-8/+8
* issue #476friendica2014-05-311-1/+1
* setup: check for open https port with an invalid cert, even if configured to ...friendica2014-05-061-11/+25
* Added some more details about why browser-valid SSL certificates must besasiflo2014-04-101-1/+8
* This should be a slight improvement in setting ciphers - we'll punt on RedHat...friendica2014-03-251-0/+19
* report curl errors during install when they are most neededfriendica2014-03-231-0/+3
* Actually create syschan during installThomas Willingham2014-03-071-0/+3
* some windows fixesfriendica2014-02-021-1/+4
* add store directory write check to install checksfriendica2014-01-081-0/+20
* install redbasic during setup so that at least one theme is registered. Other...friendica2013-12-161-0/+2
* issue #240 - we were using htmlentities instead of htmlspecialchars in severa...friendica2013-12-111-1/+1
* INSTALL for dummies - step 1: ensure that we throw an ugly error message in t...friendica2013-11-051-0/+19
* Issue #181Thomas Willingham2013-10-141-2/+2
* fix include pathsdsp19862013-09-171-1/+1
* if somebody changes the site url during setup - check if we can connect to th...friendica2013-05-161-0/+12
* fix intltext template driverfriendica2013-05-151-0/+9
* another typofriendica2013-05-151-1/+1
* more setup workfriendica2013-05-151-3/+3
* typofriendica2013-05-151-1/+1
* add port settings to setupfriendica2013-05-151-2/+9
* add certificate check to setupfriendica2013-05-151-0/+9
* disable pcss when installing since modules don't yet work and pcss uses the v...friendica2013-05-141-1/+1
* add db_port to setup and cli_startup - still need to set the port in mod/setupfriendica2013-05-101-3/+3
* db abstraction layerfriendica2013-04-221-12/+12
* xss attack vector in bbcode.php - check for proc_open being disabled for secu...friendica2013-02-261-0/+6
* make sure old fetch_url calls (and those that provided their own curl wrapper...friendica2013-02-251-2/+2
* check for mcrypt during install, allow admin email account to be admin *if* i...friendica2013-01-271-0/+5
* add Smarty templates for international templatesZach Prezkuta2013-01-101-4/+0
* bypass smarty for intletext templatesfriendica2013-01-071-0/+4
* fix show-stopping bugsZach Prezkuta2013-01-061-0/+18
* ensure admin setting gets passed through setupfriendica2012-11-061-0/+5
* mv mod_install to mod_setup, conflict with name of install dirfriendica2012-11-031-0/+500