summaryrefslogtreecommitdiff
path: root/installer/config.php
AgeCommit message (Collapse)Author
2014-12-27Improve plugin selection in installer; check already selected pluginsThomas Bruederli
2014-11-12Add the ability to select plugins in the installerFlanpy
2014-11-12Add the ability to enable plugins in the installerFlanpy
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-21Move rcube_installer class to include/rcmail_installer in order to remain ↵Thomas Bruederli
accessible by the update script even if the installer directory was removed
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2013-07-17Fix codestyle and indentation; use new save function in update scriptThomas 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-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-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-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-01-10Avoid direct execution of installer includes (#1488895)Thomas Bruederli
2012-09-27Fix wrong name mapping for supported database types - remove pdo_ prefix ↵Aleksander Machniak
(#1488723)
2012-06-19Replace rcube_mdb2/PEAR::MDB2 with rcube_dbAleksander Machniak
2012-04-04- replace claim in Roundcube logothomascube
- require support_url config option in installer
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alecpl
2011-06-01- Fix typosalecpl
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-03-01Add skin_logo config option to installer; show drop-down list for skin selectionthomascube
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alecpl
reply to HTML message (#1485840)
2010-10-06- Add mdn_request=4alecpl
2010-10-06- Add mdn_requests=3 to the installeralecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2009-09-18- typo (s/googlie/googie/)alecpl
2009-09-12- added comments to set absolute path for SQLite DSN (#1486095)alecpl
2009-05-22- overwrite default_imap_folders according to *_mbox settings (#1485600) + ↵alecpl
some small updates
2009-05-02- some hints to use sqlite db (#1485821)alecpl
2009-05-01Add pspell option to installer script (patch from #1485588)thomascube
2008-11-27- Allow UTF-8 folder names in config (#1485579)alecpl
- Add junk_mbox option configuration in installer (#1485579)
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-14Add dependency checks for config options + update database schema with ↵thomascube
MDB2_Schema (doesn't work correctly yet)
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-21Apply changes of installer script to trunkthomascube
2008-09-19Made config files location configurable (#1485215)thomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-08-30#1485307: typos fixedalecpl
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-08-12Switch installer from obsolete locale_string to language config optionthomascube
2008-06-15- s/default_skin/skin/alecpl
2008-06-15- Added option to select skin in user preferences (#1485031)alecpl
- template_exists() moved to rcube_template class
2008-06-13Use MDB2 instead of DB in installer (#1485124)thomascube
2008-06-12Enable direct download of (main|db).inc.php from the installer.svncommit
2008-05-11- Make password input fields of type password in installer (#1484886)alecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-05Add hint for saving config files + stop DB initialization if en error occursthomascube