aboutsummaryrefslogtreecommitdiffstats
path: root/mod/install.php
Commit message (Collapse)AuthorAgeFilesLines
* install: fix bug #436 and small typoroot2012-06-011-11/+18
| | | | | Function check_htaccess() don't perform check if curl is not installed. This was leading to wsod beacuse check_htaccess() uses fetch_url().
* install wizard: fix php executable pathroot2012-05-241-2/+4
| | | | | | - php executable not required - "check again" button submit form instead of reload page via js - checks form submit to install module without redirect
* Update install wizardroot2012-05-231-35/+52
| | | | | | - writable .htconfig.php not required - add test for working .htaccess/mod_rewrite configuration - fix last pass: create tables, eventually show config text and print a "What next" section
* rev updatefriendica2012-04-161-2/+5
|
* reverting recent db driver changes - won't install cleanly, won't update ↵friendica2012-04-121-1/+1
| | | | cleanly, and leaks DB credentials over the web if there's a connection problem
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-1/+1
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * make 'PHP "register_argc_argv"' easier to translate, may require fix for po2phpfriendica2012-04-051-1/+1
|/
* bug #270 - solvedAbinoam P. Marques Jr2012-02-101-5/+5
|
* bug #273 - no $baseurl variable expansion in install templatefriendica2012-02-091-0/+1
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* install: fix install procedureFabio Comuni2012-01-021-151/+361
| | | | | | | | | | | install procedure as a wizard graphical rappresentation of passed/unpassed system checks db connection test don't try anymore to create the db admin email and timezone are asked in a separate pass fix loading of database.sql, removing comments from phpmyadmin export fix check for .htconfig.php writability ask for php-cli path if not found in PATH install_db.tpl use field_* templates to render the form
* bug #232friendica2011-12-031-7/+13
|
* bug #183 - strlen borking on sysmsg, which is now an arrayFriendika2011-10-201-4/+4
|
* installer text changesFriendika2011-07-271-3/+3
|
* openid settings appearing when disabled, don't tag numbers, install admin ↵Friendika2011-07-121-1/+1
| | | | not getting set
* input the admin email address during install/setup.Friendika2011-07-071-2/+7
|
* mb_string is now required.Friendika2011-06-041-1/+4
|
* add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-231-3/+3
| | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* deprecate load_view_fileFriendika2011-05-111-2/+2
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-1/+1
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* the rest of the english html templates except for htconfigFriendika2011-04-071-0/+10
|
* first prototype of profile match against global directory (hint: set some ↵Friendika2011-03-211-1/+1
| | | | keywords)
* several install issues sorted outFriendika2011-03-211-24/+38
|
* typo slipped throughFriendika2011-01-021-1/+1
|
* more notes on Windows installFriendika2010-12-221-3/+4
|
* some Windows (and other) installation issuesFriendika2010-12-221-6/+6
|
* fix installation into subdir of domainFriendika2010-12-021-0/+3
|
* more pre-install checks to sort out broken environmentsFriendika2010-11-251-2/+37
|
* infrastructure for queueing, redeliveryFriendika2010-11-211-1/+1
|
* more pre-install checkingFriendika2010-11-181-0/+4
|
* more pre-install checks, try and create db if doesn't existFriendika2010-11-181-4/+31
|
* html escape the raw messageFriendika2010-11-151-2/+3
|
* redirect to registration (rather than login) upon install completeFriendika2010-11-151-1/+1
|
* install messages persist, some colour coordinationFriendika2010-11-061-20/+13
|
* project renameMike Macgirvin2010-11-021-1/+1
|
* i18n string extraction utilMike Macgirvin2010-09-291-1/+1
|
* localisation path for all view templatesMike Macgirvin2010-09-221-2/+2
|
* contact search + sync to personal edition, installer db check + curl proxyMike Macgirvin2010-08-171-1/+1
|
* installer changes, pe syncMike Macgirvin2010-08-151-0/+153