summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/rcube_install.php
AgeCommit message (Collapse)Author
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-30Merge ldap_public with autocomplete_addressbooks settings + fix config file ↵thomasb
creation git-svn-id: https://svn.roundcube.net/trunk@2195 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)alec
git-svn-id: https://svn.roundcube.net/trunk@2115 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-01#1485590: don't use mysql5.initial.sqlalec
git-svn-id: https://svn.roundcube.net/trunk@2103 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-29Let update script handle the replacement of 'multiple_identities' by ↵thomasb
'identities_level' git-svn-id: https://svn.roundcube.net/trunk@2023 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-14Add dependency checks for config options + update database schema with ↵thomasb
MDB2_Schema (doesn't work correctly yet) git-svn-id: https://svn.roundcube.net/trunk@1977 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-09-05#1485313: fixed DB config updatingalec
git-svn-id: https://svn.roundcube.net/trunk@1740 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-27- added options to use syslog instead of log file (#1484850)alec
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer git-svn-id: https://svn.roundcube.net/trunk@1683 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-05Installer: encode special characters in DB username/password (#1485042)alec
git-svn-id: https://svn.roundcube.net/trunk@1354 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-16Set minimum number of rows per page (#1484935)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1317 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-05Add hint for saving config files + stop DB initialization if en error occursthomasb
git-svn-id: https://svn.roundcube.net/trunk@1256 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-03Make rcube_install class PHP4 compatible + add warning for MDB2 on PHP4 + ↵thomasb
set MDB2 as default git-svn-id: https://svn.roundcube.net/trunk@1171 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-03Some more bugfixes for the install scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1169 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-02Fix sqlite dsn composingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1163 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Fix imap host selection in install scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1158 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Add IMAP test and some more options to installer scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1155 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Send test message with mail() if no SMTP server configured; show input ↵thomasb
fields for SMTP auth if necessary git-svn-id: https://svn.roundcube.net/trunk@1147 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-26Fix database initialization and check write access on the DB; update INSTALL ↵thomasb
instructions git-svn-id: https://svn.roundcube.net/trunk@1141 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