Thomas Bruederli
0703bfecd0
Merged configuration refactoring from 'dev_config' branch back into master ( #1487311 )
11 years ago
Aleksander Machniak
8da072341c
Remove sqlite 2.x requirement
12 years ago
Aleksander Machniak
ed3e51f1b4
Make possible to disable some (broken) IMAP extensions with imap_disable_caps option ( #1489184 )
...
Add some notes in INSTALL about broken ESEARCH in uw-imap.
12 years ago
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
12 years ago
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.
12 years ago
Aleksander Machniak
b91bc101a0
Simplify instruction of database initialization for Postgres
12 years ago
Aleksander Machniak
c72f692982
Add note about required MSSQL database language settings
12 years ago
Aleksander Machniak
ec6a77bab2
Fix LIMIT/OFFSET queries handling on MS SQL Server ( #1488984 ) - require version 2005+
12 years ago
Aleksander Machniak
7389966295
Add notes about new requirements of the new mysql database driver,
...
add check in installer (#1488875 )
12 years ago
Thomas Bruederli
a84efc689d
Mention new PDO requirements a bit more flashy
12 years ago
Thomas Bruederli
371a09b0db
Update changelog; mention zipdownload requirements in install notes
12 years ago
Thomas Bruederli
c4a2264ae7
Require the latest (yet unrelesed) version of Net_SMTP
12 years ago
Aleksander Machniak
de56ea1909
Merge branch 'pdo'
...
Conflicts:
CHANGELOG
12 years ago
Aleksander Machniak
114cf1281b
Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication ( #1488571 )
12 years ago
Aleksander Machniak
d239ee6df5
Add PDO to requirements, remove MDB2 package
13 years ago
Aleksander Machniak
0b6d022e6f
Fix magic_quotes_sybase handling ( #1488506 )
...
Improved handling of critical PHP settings - try to set them to required value before die()
13 years ago
thomascube
77c779a2b8
Update requirements list, remove TODO
13 years ago
thomascube
5d62d9af93
Add Cherokee and Hiawatha webservers to requirements list
13 years ago
alecpl
140abb0ca0
- Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)
13 years ago
thomascube
50d7d32dca
List Net_IDNA2 as required lib
14 years ago
alecpl
d36115bfb8
- Require PHP 5.2.1 or greater
14 years ago
alecpl
53604a0550
- Fix setting charset of attachment filenames ( #1487122 )
14 years ago
thomascube
5c84da176c
Mention Auth_SASL as required PEAR package
14 years ago
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
14 years ago
alecpl
30aa4ccaaf
- Renamed all php-cli scripts to use .sh extension
15 years ago
thomascube
23362230b5
Replace ALTER TABLE statement in Sqlite schema update script; more precise instructions for db updates and about new cleaning script
15 years ago
alecpl
6b01133063
- Fix regression in disposition-notification ( #1486623 )
15 years ago
alecpl
be5133a6f3
- Mail_Mime 1.6.1
15 years ago
alecpl
cc2c83378c
- Net_SMTP 1.4.2 with fix for #1486537
15 years ago
alecpl
94fe9ca1a8
- re-fix ( #1486474 ) + require MySQL 4.0.8 + add index/update in identities table
15 years ago
thomascube
29640bcfa9
Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456
15 years ago
alecpl
91790e41f3
- Fix attachment excessive memory use, support messages of any size ( #1484660 )
15 years ago
alecpl
7d34064c3a
- small update
15 years ago
alecpl
0f9687438b
- update requirements, remove GD check
15 years ago
alecpl
0ba548a86b
- add precise note about UTF-8 in database
15 years ago
alecpl
b8ae99a6b3
- Fix endless loop on error response for APPEND command ( #1486060 )
15 years ago
thomascube
4b20e28718
Don't set php_value error_log in .htaccess by default
15 years ago
alecpl
a5c2ad2532
- corrected apache modules names
16 years ago
thomascube
d7f49d64d3
Speedup UI by using CSS sprites and etags/expires/deflate for static files
16 years ago
alecpl
50d515a7d6
- some hints to use sqlite db ( #1485821 )
16 years ago
alecpl
ad56004cd6
- added info to create unicode database ( #1485687 )
16 years ago
thomascube
fa898a4a84
Simplify MYSQL database initialization instructions
16 years ago
thomascube
6e47c0be5c
Handle magic_quotes on runtime and remove them from the requirements list ( #1485285 )
16 years ago
alecpl
06776305af
- updated php.ini settings requirements
16 years ago
alecpl
3a01c39af8
- small doc fixed ( #1485133 )
17 years ago
thomascube
5d725ed175
Mention dependency of the DOM exension and add link to php.net
17 years ago
thomascube
47124c2279
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
17 years ago
thomascube
967b342039
Disable installer by default; add config option to enable it again
17 years ago
thomascube
190e97e886
Fix database initialization and check write access on the DB; update INSTALL instructions
17 years ago
thomascube
83ce4bb0bc
Correct/clarify installation hints
17 years ago