Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | Improve spellcheck_engine hint about 'googie' option | Aleksander Machniak | |
2014-05-02 | Support identities_level=4 in Installer | Aleksander Machniak | |
2014-05-02 | Add all possible options in spellcheck_engine selector | Aleksander Machniak | |
2014-04-21 | Move 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-15 | Remove useless debug_level=8 and javascripts's rcube_console | Aleksander Machniak | |
2013-07-17 | Fix codestyle and indentation; use new save function in update script | Thomas Bruederli | |
2013-07-17 | Update config.php | Dennis1993 | |
-Replace tabs with spaces. -Replace the word "files" with "files", because there is only one | |||
2013-07-16 | Update config.php | Dennis1993 | |
write config file automatically to RCUBE_CONFIG_DIR | |||
2013-06-28 | Prepare 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-14 | Merge 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-14 | Remove old enable_caching option from Installer | Aleksander Machniak | |
2013-04-27 | Add db_prefix configuration option in place of db_table_*/db_sequence_* options | Aleksander 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-10 | Avoid direct execution of installer includes (#1488895) | Thomas Bruederli | |
2012-09-27 | Fix wrong name mapping for supported database types - remove pdo_ prefix ↵ | Aleksander Machniak | |
(#1488723) | |||
2012-06-19 | Replace rcube_mdb2/PEAR::MDB2 with rcube_db | Aleksander Machniak | |
2012-04-04 | - replace claim in Roundcube logo | thomascube | |
- 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 typos | alecpl | |
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-01 | Add skin_logo config option to installer; show drop-down list for skin selection | thomascube | |
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=4 | alecpl | |
2010-10-06 | - Add mdn_requests=3 to the installer | alecpl | |
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-01 | Add 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-14 | Add 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 choose | alecpl | |
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences | |||
2008-09-21 | Apply changes of installer script to trunk | thomascube | |
2008-09-19 | Made config files location configurable (#1485215) | thomascube | |
2008-09-03 | Auto-detect client language and timezone if desired by config/prefs | thomascube | |
2008-08-30 | #1485307: typos fixed | alecpl | |
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 driver | alecpl | |
2008-08-12 | Switch installer from obsolete locale_string to language config option | thomascube | |
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-13 | Use MDB2 instead of DB in installer (#1485124) | thomascube | |
2008-06-12 | Enable 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-12 | Changed codebase to PHP5 with autoloader + added some new classes from the ↵ | thomascube | |
devel-vnext branch | |||
2008-04-05 | Add hint for saving config files + stop DB initialization if en error occurs | thomascube | |
2008-03-28 | Disable installer by default; add config option to enable it again | thomascube | |
2008-03-03 | Some more bugfixes for the install script | thomascube | |
2008-03-02 | Fix sqlite dsn composing | thomascube | |