Commit Graph

79 Commits

Author SHA1 Message Date
johndoh
e69360ac71 Small text tweak in installer (#8058) 2021-05-22 09:18:59 +02:00
Aleksander Machniak
1bdcbb19d1 Installer: Fix skin selector 2021-01-24 09:05:13 +01:00
Aleksander Machniak
12547ccf01 Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
2020-12-13 10:21:52 +01:00
Aleksander Machniak
bdeb0db6cb Small code fixes 2020-08-21 08:19:27 +02:00
Sander Nilsen
0efa899d6c Grammar correction (#7346) 2020-05-02 10:55:31 +02:00
Aleksander Machniak
57c67db029 Remove year(s) from copyright headers + some cleanup 2019-04-16 10:42:45 +02:00
Aleksander Machniak
4b97f40af9 Get rid of debug_level (#6298) 2018-05-22 11:12:24 +02:00
Aleksander Machniak
7fc626d527 Changed defaults for smtp_user (%u), smtp_pass (%p) and smtp_port (587) 2017-09-06 19:11:55 +02:00
Joel Gerber
40b51b9dc9 Add Log to STDOUT Feature (#5721)
Primarily useful for PHP applications running under PHP-FPM which in
turn is running within a Docker container. But also it is generally
useful in any situation where you want to be able to send the logs
directly to your terminal when debugging &etc.
2017-04-10 13:38:40 +02:00
Aleksander Machniak
81f67a4de2 Don't use each() deprecated in PHP 7.2 2017-02-06 15:46:18 +01:00
Aleksander Machniak
a844db6a27 Merge branch 'dev-layouts' 2016-11-20 19:04:09 +01:00
JohnDoh
dd714b33a8 replace old trac links (#5514) 2016-11-13 19:15:00 +01:00
Aleksander Machniak
6886a4de3f Widescreen layout aka three column view (#5093) 2016-09-17 19:04:33 +02:00
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