summaryrefslogtreecommitdiff
path: root/installer/test.php
AgeCommit message (Collapse)Author
2014-07-22Fix some mime-type to extension mapping checks in Installer (#1489983)Aleksander Machniak
Conflicts: CHANGELOG
2014-05-02Fix IMAP connection test in installer so it is aware of imap_auth_type ↵Aleksander Machniak
(#1489746)
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
2014-02-07Fix directories check in Installer on Windows (#1489576)Aleksander Machniak
Added rcube_utils::is_absolute_path() method
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-07-04Check filetype detection in installer and update script (#1489193)Thomas Bruederli
2013-06-14Merge config files (#1487311).Aleksander Machniak
Now we have defaults.inc.php and config.inc.php. Renamed $rcmail_config to $config. Old naming and old files are supported for backward compatibility.
2013-04-27Add db_prefix configuration option in place of db_table_*/db_sequence_* optionsAleksander Machniak
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-04-19Fix list of required configuration options (#1489055). Removed support_url, ↵Aleksander Machniak
and db_table_*
2013-01-17Merge branch 'schema_upgrades'Aleksander Machniak
2013-01-10Attach updatedb.sh script to the installer interfaceAleksander Machniak
2013-01-10Avoid direct execution of installer includes (#1488895)Thomas Bruederli
2012-11-25Unify path schema in global constants: paths always end with a /. Keep ↵Thomas Bruederli
RCMAIL_CONFIG_DIR for backwards compatibility
2012-11-25Fix installer to work with the new framework architectureThomas Bruederli
2012-06-19Don't use protected property rcube_db::$db_errorAleksander Machniak
2012-06-19Replace rcube_mdb2 with rcube_dbAleksander Machniak
2012-06-19Replace rcube_mdb2/PEAR::MDB2 with rcube_dbAleksander Machniak
2011-10-06- Fixed imap test to non-default port when using ssl (#1488118)alecpl
2011-02-25Create interactive update script with improved DB schema check; udated ↵thomascube
installer with new features and styles
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-25- Fix SMTP test in Installer (#1486952)alecpl
2010-08-10- Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902)alecpl
2010-06-14- Add note about enable_installer option (#1486787)alecpl
2010-06-03- support dynamic hostname variables in configalecpl
2010-05-26- small improvementsalecpl
2010-04-20Replace ALTER TABLE statement in Sqlite schema update script; more precise ↵thomascube
instructions for db updates and about new cleaning script
2010-04-15Add minimal database schema check to installer and update scriptthomascube
2010-03-29- Fix SMTP test (#1486589)alecpl
2010-03-05- Fix directories checking when temp_dir/log_dir aren't setalecpl
2009-07-21- use simple rcube_smtp classalecpl
- Installer: fix SMTP settings test
2009-04-05- Fix "Initialize Database" button missing from installer (#1485802)alecpl
2008-10-14Add dependency checks for config options + update database schema with ↵thomascube
MDB2_Schema (doesn't work correctly yet)
2008-10-03Validatethomascube
2008-10-03Add methods to check and update local config files + show HTML output in ↵thomascube
installer test step
2008-09-19Made config files location configurable (#1485215)thomascube
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-03New test-query that does not violate any foreign key contraintsthomascube
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).)
2008-03-22* fixing spelling errors reported in #1484885till
2008-03-05Remove test for sockets + check if temp and log dirs are writeablethomascube
2008-03-03Make rcube_install class PHP4 compatible + add warning for MDB2 on PHP4 + ↵thomascube
set MDB2 as default
2008-02-28Fix imap host selection in install scriptthomascube
2008-02-28Add IMAP test and some more options to installer scriptthomascube
2008-02-27Send test message with mail() if no SMTP server configured; show input ↵thomascube
fields for SMTP auth if necessary
2008-02-27Allow to skip the config step if config files already existthomascube
2008-02-26Add SMTP test to installer scriptthomascube
2008-02-26Fix database initialization and check write access on the DB; update INSTALL ↵thomascube
instructions