Commit Graph

239 Commits

Author SHA1 Message Date
Aleksander Machniak
e85cfa6281 Don't use bc.php anymore, this time in the Installer 2016-10-06 21:08:20 +02:00
Aleksander Machniak
c3fc072d97 Remove code related to magic_quotes_* and register_globals
...they do not exist in PHP 5.4 which we now require.
2016-07-29 13:34:50 +02:00
Peter Dave Hello
6ee0cec8e9 optimize png images using zopflipng 2016-07-16 00:46:27 +08:00
Aleksander Machniak
ee895a2c96 Remove PHP mail() support, smtp_server is required now (#5340) 2016-07-15 15:24:45 +02:00
Aleksander Machniak
9634169647 Bump version number to 1.3-beta 2016-05-02 14:37:39 +02:00
Aleksander Machniak
69a1e4f7b1 rcube_parse_host() -> rcube_utils::parse_host() 2015-11-25 08:52:59 +01:00
Aleksander Machniak
74ce01efc7 Q() -> rcube::Q() 2015-10-23 08:02:57 +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
Aleksander Machniak
8447bae77c Require Mbstring and OpenSSL extensions (#1490415) - remove redundant code 2015-06-28 12:27:48 +02:00
Aleksander Machniak
f7427f151e Get rid of Mail_mimeDecode package dependency (#1490416) 2015-06-27 15:05:17 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
df10bd5f2c Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392) 2015-05-14 13:19:28 +02:00
Aleksander Machniak
489409f30f Fix Net_LDAP3 homepage location 2015-04-14 18:29:59 +02:00
Aleksander Machniak
3779b67a9c Set version number to 1.2-git 2015-02-16 11:22:13 +01:00
Thomas Bruederli
2f8b1036da Bump version and copyright year 2015-02-07 18:33:24 +01: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
6b7e06620d Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3 2014-10-13 14:48:05 +02:00
Aleksander Machniak
0ea079d604 dirname(__FILE__) -> __DIR__ 2014-10-13 14:41:55 +02:00
Aleksander Machniak
000f6ee304 Merge branch 'oracle' 2014-09-22 09:38:21 +02:00
Aleksander Machniak
ff767a14ff Merge branch 'oracle' 2014-09-22 09:31:11 +02:00
Aleksander Machniak
c2345747ac Add Oracle driver check in Installer 2014-09-18 16:57:41 +02:00
Aleksander Machniak
34a0902089 Use consistent column/table quoting in sql queries 2014-09-12 14:37:51 +02:00
Thomas Bruederli
b6f89a32d8 Make LDAP extension and Net_LDAP3 lib optional in installer check 2014-09-11 17:45:32 +02:00
Thomas Bruederli
a98a4f8bb5 Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.

For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
2014-08-27 17:45:21 +02:00
Aleksander Machniak
6b0106a324 Fix some mime-type to extension mapping checks in Installer (#1489983) 2014-07-22 19:10:42 +02:00
Aleksander Machniak
37ac40719f Fix IMAP connection test in installer so it is aware of imap_auth_type (#1489746) 2014-05-02 19:35:54 +02: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
Aleksander Machniak
90f7aa9e39 Fix varius db_prefix issues (#1489839)
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
2014-04-29 11:34:43 +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
Aleksander Machniak
dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01 19:27:07 +02:00
Aleksander Machniak
8cc567c004 Drop support for PHP < 5.3.7 2014-03-22 12:56:49 +01:00
Aleksander Machniak
517c9f9a8d Fix directories check in Installer on Windows (#1489576)
Added rcube_utils::is_absolute_path() method
2014-02-07 14:43:51 +01:00
Aleksander Machniak
3b338f1e4f Fix unreliable mimetype tests in Installer (#1489453) 2013-12-02 13:24:04 +01:00
Aleksander Machniak
b3e25974b1 Fix typo: occured -> occurred (#1489366) 2013-10-04 13:35:16 +02:00
Aleksander Machniak
bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 2013-08-20 19:23:59 +02:00
Thomas Bruederli
fd6b193c6e Fix codestyle and indentation; use new save function in update script 2013-07-17 21:38:00 +02:00
Thomas B.
d762878752 Merge pull request #90 from Dennis1993/master
Write config file automatically to RCUBE_CONFIG_DIR (if writeable)
2013-07-17 12:31:26 -07:00
Thomas Bruederli
68eb1835e8 Keep unknown/plugin config options; only skip officially obsoleted ones 2013-07-17 21:23:31 +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
Dennis1993
906953126e Update rcube_install.php
write config file automatically to RCUBE_CONFIG_DIR
2013-07-16 17:17:58 +02:00
Thomas Bruederli
77effa6836 Fix some properties when creating new config files 2013-07-12 09:45:22 +02:00