Thomas Bruederli
7f992eac3d
Bump version + add CVE ID
7 years ago
Thomas Bruederli
4181f29608
Bump version to 1.1.9
8 years ago
Thomas Bruederli
f1483204c7
Bump version to 1.1.8
8 years ago
Thomas Bruederli
4c1394cf2d
Bump version to 1.1.7
8 years ago
Thomas Bruederli
802d119153
Bump version to 1.1.6
8 years ago
Thomas Bruederli
25bc871ee7
Bump version to 1.1.5
9 years ago
Thomas Bruederli
f2ff464002
Bump version to 1.1.4; update Changelog
9 years ago
Aleksander Machniak
0596f79a18
Require PHP5
9 years ago
Aleksander Machniak
b9bbc69ddc
Fix typo
9 years ago
Thomas Bruederli
106d47992b
Bump version and update changelog
9 years ago
Aleksander Machniak
f3c12bf7ef
Get rid of Mail_mimeDecode package dependency ( #1490416 )
...
Conflicts:
CHANGELOG
composer.json-dist
9 years ago
Thomas Bruederli
f1ae19dc6b
Bump version
10 years ago
Aleksander Machniak
b33c076d8c
Fix bug where imap_conn_options were ignored in IMAP connection test ( #1490392 )
10 years ago
Aleksander Machniak
6188233705
Fix Net_LDAP3 homepage location
10 years ago
Thomas Bruederli
2c0861495b
Bump version for next release
10 years ago
Thomas Bruederli
2f8b1036da
Bump version and copyright year
10 years ago
Thomas Bruederli
b737021a90
Improve plugin selection in installer; check already selected plugins
10 years ago
Flanpy
8f576d87d2
Add the ability to select plugins in the installer
10 years ago
Flanpy
b8837e3f43
Add the ability to enable plugins in the installer
10 years ago
Aleksander Machniak
6b7e06620d
Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3
10 years ago
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
10 years ago
Aleksander Machniak
000f6ee304
Merge branch 'oracle'
10 years ago
Aleksander Machniak
ff767a14ff
Merge branch 'oracle'
10 years ago
Aleksander Machniak
c2345747ac
Add Oracle driver check in Installer
10 years ago
Aleksander Machniak
34a0902089
Use consistent column/table quoting in sql queries
10 years ago
Thomas Bruederli
b6f89a32d8
Make LDAP extension and Net_LDAP3 lib optional in installer check
10 years ago
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.
10 years ago
Aleksander Machniak
6b0106a324
Fix some mime-type to extension mapping checks in Installer ( #1489983 )
11 years ago
Aleksander Machniak
37ac40719f
Fix IMAP connection test in installer so it is aware of imap_auth_type ( #1489746 )
11 years ago
Aleksander Machniak
cdf79e0926
Improve spellcheck_engine hint about 'googie' option
11 years ago
Aleksander Machniak
5309364e27
Support identities_level=4 in Installer
11 years ago
Aleksander Machniak
c76e492392
Add all possible options in spellcheck_engine selector
11 years ago
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
11 years ago
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
11 years ago
Aleksander Machniak
5be6dcf0e2
Remove useless debug_level=8 and javascripts's rcube_console
11 years ago
Aleksander Machniak
dc0b500e78
Removed redundant default_folders config option ( #1489737 )
...
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830 )
11 years ago
Aleksander Machniak
8cc567c004
Drop support for PHP < 5.3.7
11 years ago
Aleksander Machniak
517c9f9a8d
Fix directories check in Installer on Windows ( #1489576 )
...
Added rcube_utils::is_absolute_path() method
11 years ago
Aleksander Machniak
3b338f1e4f
Fix unreliable mimetype tests in Installer ( #1489453 )
11 years ago
Aleksander Machniak
b3e25974b1
Fix typo: occured -> occurred ( #1489366 )
11 years ago
Aleksander Machniak
bcedf05d19
s/$rcmail_config/$config/ also for plugins configuration
11 years ago
Thomas Bruederli
fd6b193c6e
Fix codestyle and indentation; use new save function in update script
12 years ago
Thomas B.
d762878752
Merge pull request #90 from Dennis1993/master
...
Write config file automatically to RCUBE_CONFIG_DIR (if writeable)
12 years ago
Thomas Bruederli
68eb1835e8
Keep unknown/plugin config options; only skip officially obsoleted ones
12 years ago
Dennis1993
57a19745b9
Update config.php
...
-Replace tabs with spaces.
-Replace the word "files" with "files", because there is only one
12 years ago
Dennis1993
77d5349ef2
Update config.php
...
write config file automatically to RCUBE_CONFIG_DIR
12 years ago
Dennis1993
906953126e
Update rcube_install.php
...
write config file automatically to RCUBE_CONFIG_DIR
12 years ago
Thomas Bruederli
77effa6836
Fix some properties when creating new config files
12 years ago
Thomas Bruederli
0703bfecd0
Merged configuration refactoring from 'dev_config' branch back into master ( #1487311 )
12 years ago
Thomas Bruederli
8f49e4a99c
Check filetype detection in installer and update script ( #1489193 )
12 years ago