Commit Graph

66 Commits

Author SHA1 Message Date
Aleksander Machniak
ee895a2c96 Remove PHP mail() support, smtp_server is required now (#5340) 2016-07-15 15:24:45 +02:00
Aleksander Machniak
46a3a5a1ab Don't use password inputs in Installer where config is handled 2015-09-25 19:06:00 +02:00
Aleksander Machniak
e4c66080a8 Improved encrypt/decrypt methods with option to choose the cipher_method (#1489719) 2015-09-07 09:47:16 +02:00
Aleksander Machniak
f8f91aa1ba Installer: Add button to save generated config file in system temp directory (#1488149) 2015-08-26 19:39:19 +02:00
Aleksander Machniak
bb78170223 Fix typo 2015-08-25 19:17:58 +02:00
Thomas Bruederli
b737021a90 Improve plugin selection in installer; check already selected plugins 2014-12-27 14:53:21 +01:00
Flanpy
8f576d87d2 Add the ability to select plugins in the installer 2014-11-12 11:24:34 +01:00
Flanpy
b8837e3f43 Add the ability to enable plugins in the installer 2014-11-12 11:16:24 +01:00
Aleksander Machniak
cdf79e0926 Improve spellcheck_engine hint about 'googie' option 2014-05-02 19:19:29 +02:00
Aleksander Machniak
5309364e27 Support identities_level=4 in Installer 2014-05-02 19:17:57 +02:00
Aleksander Machniak
c76e492392 Add all possible options in spellcheck_engine selector 2014-05-02 19:11:57 +02:00
Thomas Bruederli
eea11ecdde Move rcube_installer class to include/rcmail_installer in order to remain accessible by the update script even if the installer directory was removed 2014-04-21 16:39:19 +02:00
Aleksander Machniak
5be6dcf0e2 Remove useless debug_level=8 and javascripts's rcube_console 2014-04-15 19:19:56 +02:00
Thomas Bruederli
fd6b193c6e Fix codestyle and indentation; use new save function in update script 2013-07-17 21:38:00 +02:00
Dennis1993
57a19745b9 Update config.php
-Replace tabs with spaces.
-Replace the word "files" with "files", because there is only one
2013-07-17 10:24:49 +02:00
Dennis1993
77d5349ef2 Update config.php
write config file automatically to RCUBE_CONFIG_DIR
2013-07-16 17:30:37 +02:00
Thomas Bruederli
9bacb2cd3f Prepare config migration:
- 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-28 22:27:59 +02:00
Aleksander Machniak
461a30d771 Merge config files (#1487311).
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 12:09:08 +02:00
Aleksander Machniak
f41708ced0 Remove old enable_caching option from Installer 2013-06-14 09:05:02 +02:00
Aleksander Machniak
399db1b647 Add db_prefix configuration option in place of db_table_*/db_sequence_* options
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-27 18:31:40 +02:00
Thomas Bruederli
619c320c0e Avoid direct execution of installer includes (#1488895) 2013-01-10 09:41:12 +01:00
Aleksander Machniak
18df6f38ad Fix wrong name mapping for supported database types - remove pdo_ prefix (#1488723) 2012-09-27 08:26:04 +02:00
Aleksander Machniak
398bff5925 Replace rcube_mdb2/PEAR::MDB2 with rcube_db 2012-06-19 11:33:23 +02:00
thomascube
c04b23adfd - replace claim in Roundcube logo
- require support_url config option in installer
2012-04-04 14:59:16 +00:00
alecpl
08ffd939a7 - Add separate pagesize setting for mail messages and contacts (#1488269) 2011-12-29 09:35:01 +00:00
alecpl
2912de6f9b - Fix typos 2011-06-01 06:12:02 +00:00
alecpl
d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-05-05 12:46:54 +00:00
thomascube
e490642823 Add skin_logo config option to installer; show drop-down list for skin selection 2011-03-01 22:19:19 +00:00
alecpl
868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 2010-10-06 17:15:38 +00:00
alecpl
6c6bb09b15 - Add mdn_request=4 2010-10-06 07:23:17 +00:00
alecpl
50baa6c0c1 - Add mdn_requests=3 to the installer 2010-10-06 07:06:03 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
df7d6f5537 - typo (s/googlie/googie/) 2009-09-18 14:51:23 +00:00
alecpl
fafe5dce9e - added comments to set absolute path for SQLite DSN (#1486095) 2009-09-12 07:53:27 +00:00
alecpl
569654a8c3 - overwrite default_imap_folders according to *_mbox settings (#1485600) + some small updates 2009-05-22 18:34:50 +00:00
alecpl
50d515a7d6 - some hints to use sqlite db (#1485821) 2009-05-02 20:11:45 +00:00
thomascube
82475f4b16 Add pspell option to installer script (patch from #1485588) 2009-05-01 16:07:03 +00:00
alecpl
9abd0f0089 - Allow UTF-8 folder names in config (#1485579)
- Add junk_mbox option configuration in installer (#1485579)
2008-11-27 11:25:31 +00:00
alecpl
ec01712a99 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24 07:57:21 +00:00
thomascube
871ca9adfe Add dependency checks for config options + update database schema with MDB2_Schema (doesn't work correctly yet) 2008-10-14 12:40:11 +00:00
alecpl
ffae15e5fc - Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
2008-09-29 07:38:16 +00:00
thomascube
7d7f67dde1 Apply changes of installer script to trunk 2008-09-21 12:50:15 +00:00
thomascube
bba657e64f Made config files location configurable (#1485215) 2008-09-19 18:26:34 +00:00
thomascube
c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 2008-09-03 16:03:19 +00:00
alecpl
a91c9ba12a #1485307: typos fixed 2008-08-30 07:02:47 +00:00
alecpl
b77d0dd6c5 - added options to use syslog instead of log file (#1484850)
- 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-27 10:58:33 +00:00
alecpl
9e8e5fa634 - Removed support for PEAR::DB driver 2008-08-26 07:21:50 +00:00
thomascube
522007bdb2 Switch installer from obsolete locale_string to language config option 2008-08-12 09:05:07 +00:00
alecpl
f1cd5fd8d0 - s/default_skin/skin/ 2008-06-15 17:56:29 +00:00
alecpl
e58df3adc9 - Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
2008-06-15 09:19:47 +00:00