summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/index.php
AgeCommit message (Collapse)Author
2012-04-18- Add RCMAIL_CHARSET definition for Installer (#1488436)alec
git-svn-id: https://svn.roundcube.net/trunk@6096 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-16- Framework refactoring (I hope it's the last one):alec
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc git-svn-id: https://svn.roundcube.net/trunk@6091 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-04- replace claim in Roundcube logothomasb
- require support_url config option in installer git-svn-id: https://svn.roundcube.net/trunk@6036 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-31Improve error reporting in installerthomasb
git-svn-id: https://svn.roundcube.net/trunk@5152 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Fix default_port option handling in Installer when config.inc.php file ↵alec
exists (#1487925) git-svn-id: https://svn.roundcube.net/trunk@4789 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-25Create interactive update script with improved DB schema check; udated ↵thomasb
installer with new features and styles git-svn-id: https://svn.roundcube.net/trunk@4573 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-21- use simple rcube_smtp classalec
- Installer: fix SMTP settings test git-svn-id: https://svn.roundcube.net/trunk@2776 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-31- check environement on upgrade (per discussion in #1485867)alec
git-svn-id: https://svn.roundcube.net/trunk@2578 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-21#1485741: fix installer after some last changesalec
git-svn-id: https://svn.roundcube.net/trunk@2306 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-07- Add Robots meta tag in login page and installer (#1484846)alec
git-svn-id: https://svn.roundcube.net/trunk@2132 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-27First version of the commandline update scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@2020 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-14Secure new config merging feature + remove full path disclosurethomasb
git-svn-id: https://svn.roundcube.net/trunk@1979 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03Add methods to check and update local config files + show HTML output in ↵thomasb
installer test step git-svn-id: https://svn.roundcube.net/trunk@1933 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21Apply changes of installer script to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@1877 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Made config files location configurable (#1485215)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1854 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-12Enable direct download of (main|db).inc.php from the installer.robin
git-svn-id: https://svn.roundcube.net/trunk@1511 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26* minor cs fixestill
git-svn-id: https://svn.roundcube.net/trunk@1426 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-08Don't attempt to send headers after contentthomasb
git-svn-id: https://svn.roundcube.net/trunk@1271 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-08Start session before content is sentthomasb
git-svn-id: https://svn.roundcube.net/trunk@1270 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-28Disable installer by default; add config option to enable it againthomasb
git-svn-id: https://svn.roundcube.net/trunk@1222 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-23* fixing bug where people got: Call to undefined function decrypt_passwd() till
(The form fields for smtp and imap test shared names and imap test overwrote smtp test fields (obviously).) git-svn-id: https://svn.roundcube.net/trunk@1212 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-02Disable PHP notices + check for installer script on login pagethomasb
git-svn-id: https://svn.roundcube.net/trunk@1162 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Allow to skip the config step if config files already existthomasb
git-svn-id: https://svn.roundcube.net/trunk@1144 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-26Add SMTP test to installer scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1142 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25More installer stuffthomasb
git-svn-id: https://svn.roundcube.net/trunk@1139 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21Added environment checks from check.php-distthomasb
git-svn-id: https://svn.roundcube.net/trunk@1127 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19First steps to implement an installerthomasb
git-svn-id: https://svn.roundcube.net/trunk@1118 208e9e7b-5314-0410-a742-e7e81cd9613c