aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
Commit message (Collapse)AuthorAgeFilesLines
* install redbasic during setup so that at least one theme is registered. ↵friendica2013-12-161-0/+2
| | | | Otherwise none of the display settings seem to work very well.
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-111-1/+1
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵friendica2013-11-051-0/+19
| | | | | | | their face if there's an ugly error when we first try to install. DON'T white screen until after they've got it running.
* 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 ↵friendica2013-05-161-0/+12
| | | | the new url e.g. it has a valid cert.
* 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 ↵friendica2013-05-141-1/+1
| | | | view module, plus weekly doc update
* 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 ↵friendica2013-02-261-0/+6
| | | | security reasons in install
* make sure old fetch_url calls (and those that provided their own curl ↵friendica2013-02-251-2/+2
| | | | wrapper) go through z_fetch_url
* check for mcrypt during install, allow admin email account to be admin *if* ↵friendica2013-01-271-0/+5
| | | | it's the first account.
* 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