summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/test.php
AgeCommit message (Collapse)Author
2011-10-06- Fixed imap test to non-default port when using ssl (#1488118)alec
git-svn-id: https://svn.roundcube.net/trunk@5312 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-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 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
2010-08-25- Fix SMTP test in Installer (#1486952)alec
git-svn-id: https://svn.roundcube.net/trunk@3906 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-10- Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902)alec
git-svn-id: https://svn.roundcube.net/trunk@3887 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-14- Add note about enable_installer option (#1486787)alec
git-svn-id: https://svn.roundcube.net/trunk@3749 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- support dynamic hostname variables in configalec
git-svn-id: https://svn.roundcube.net/trunk@3702 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3667 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20Replace ALTER TABLE statement in Sqlite schema update script; more precise ↵thomasb
instructions for db updates and about new cleaning script git-svn-id: https://svn.roundcube.net/trunk@3508 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-15Add minimal database schema check to installer and update scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@3490 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-29- Fix SMTP test (#1486589)alec
git-svn-id: https://svn.roundcube.net/trunk@3437 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-05- Fix directories checking when temp_dir/log_dir aren't setalec
git-svn-id: https://svn.roundcube.net/trunk@3330 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-04-05- Fix "Initialize Database" button missing from installer (#1485802)alec
git-svn-id: https://svn.roundcube.net/trunk@2375 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-03Validatethomasb
git-svn-id: https://svn.roundcube.net/trunk@1934 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-19Made config files location configurable (#1485215)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1854 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-08-26- Removed support for PEAR::DB driveralec
git-svn-id: https://svn.roundcube.net/trunk@1681 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-03New test-query that does not violate any foreign key contraintsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1241 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-22* fixing spelling errors reported in #1484885till
git-svn-id: https://svn.roundcube.net/trunk@1205 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-05Remove test for sockets + check if temp and log dirs are writeablethomasb
git-svn-id: https://svn.roundcube.net/trunk@1186 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-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-19First steps to implement an installerthomasb
git-svn-id: https://svn.roundcube.net/trunk@1118 208e9e7b-5314-0410-a742-e7e81cd9613c