summaryrefslogtreecommitdiff
path: root/installer
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-05-02Improve spellcheck_engine hint about 'googie' optionAleksander Machniak
2014-05-02Support identities_level=4 in InstallerAleksander Machniak
2014-05-02Add all possible options in spellcheck_engine selectorAleksander Machniak
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-12-02Fix unreliable mimetype tests in Installer (#1489453)Aleksander Machniak
2013-10-04Fix typo: occured -> occurred (#1489366)Aleksander Machniak
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-07-17Fix codestyle and indentation; use new save function in update scriptThomas Bruederli
2013-07-17Merge pull request #90 from Dennis1993/masterThomas B.
Write config file automatically to RCUBE_CONFIG_DIR (if writeable)
2013-07-17Keep unknown/plugin config options; only skip officially obsoleted onesThomas Bruederli
2013-07-17Update config.phpDennis1993
-Replace tabs with spaces. -Replace the word "files" with "files", because there is only one
2013-07-16Update config.phpDennis1993
write config file automatically to RCUBE_CONFIG_DIR
2013-07-16Update rcube_install.phpDennis1993
write config file automatically to RCUBE_CONFIG_DIR
2013-07-12Fix some properties when creating new config filesThomas Bruederli
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-29Avoid fatal errors if session support is missing; This shall be displayed in ↵Thomas Bruederli
the first step
2013-06-28Preserve comments and order from existing or default config filesThomas Bruederli
2013-06-28Prepare config migration:Thomas Bruederli
- Show warning in installer and hints how to migrate - Let update.sh create the new config file if legacy config is detected - Provide a sample config file for manual configuration - Define a list of options which always should be written to local config
2013-06-28Flag config as 'legacy'; remove config file switchThomas Bruederli
2013-06-26Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174)Aleksander Machniak
2013-06-25Fix empty messages list when register_globals is enabled (#1489157)Aleksander Machniak
2013-06-21Remove confusing note about closing ?> tag and no characters after it.Aleksander Machniak
We currently do not require closing tag in config file, we also correctly handle characters after the closing tag (#1489179)
2013-06-21Fix so valid and set date.timezone is not required by installer checks ↵Aleksander Machniak
(#1489180)
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-18Fix so install do not fail when one of DB driver checks fails but other ↵Aleksander Machniak
drivers exist (#1489178)
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-06-14Remove old enable_caching option from InstallerAleksander Machniak
2013-06-14Fix version selector - do not list versions newer than 0.9.0, useAleksander Machniak
"0.9 or newer" instead.
2013-06-13Added section for upcoming 0.9.2 releaseThomas Bruederli
2013-05-18Add 0.9.1 to releases listAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
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-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
2013-04-19Fix list of required configuration options (#1489055). Removed support_url, ↵Aleksander Machniak
and db_table_*
2013-04-19Fix a typoAleksander Machniak
2013-04-17Fix links to PHP PDO drivers manualAleksander Machniak
2013-04-16Update changelogAleksander Machniak
2013-03-29Update releases listAleksander Machniak
2013-03-07Add 0.9-rc to releases listAleksander Machniak
2013-02-07Add 0.8.5 to releases listAleksander Machniak
2013-01-28Make get_instance() a static methodAleksander Machniak
2013-01-17Merge branch 'schema_upgrades'Aleksander Machniak
2013-01-16Renamed option updatedb.sh --label to --packageAleksander Machniak
2013-01-14Remove unneeded $db_mapAleksander Machniak
2013-01-10Attach updatedb.sh script to the installer interfaceAleksander Machniak
2013-01-10Mark mime_magic option with old default value as obsoleteThomas Bruederli