Commit Graph

34 Commits

Author SHA1 Message Date
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
073543aec9 - typo 2010-06-07 06:51:46 +00:00
alecpl
59c216f3cc - Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
- Iloha's imap.inc rewritten into rcube_imap_generic class
- rcube_imap code re-formatting
2010-03-26 21:03:22 +00:00
alecpl
0f9687438b - update requirements, remove GD check 2010-02-03 08:35:28 +00:00
alecpl
d62c312e04 - required JSON check added, changed links to PHP modules 2009-12-31 08:32:31 +00:00
alecpl
3e2bc6a975 - Fix dl() use in installer (#1486150): use is_readable() instead 2009-09-22 07:11:38 +00:00
alecpl
11e670da55 - Don't require date.timezone setting in installer (#1485989) 2009-08-27 13:38:26 +00:00
alecpl
4007170109 - added 'xml' extension check (#1486051) 2009-08-24 17:39:41 +00:00
till
ec31b6f9f3 * ok, let's validate this for real (this time) 2009-07-14 15:13:02 +00:00
till
f7df6c4c4d * added check for date.timezone 2009-07-14 15:05:57 +00:00
alecpl
2d1a451c25 - suhosin.session.encrypt breaks Session handling (#1485846) 2009-05-14 10:51:03 +00:00
alecpl
bd0c2b0a34 - add mbstring.func_overload check 2008-11-21 09:48:50 +00:00
thomascube
d7a5bfac6c Don't test the magic_quotes ini settings 2008-11-03 07:46:41 +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
alecpl
d4f264827a #1485155: added zend.ze1_compatibility_mode check in installer and option disabled in .htaccess 2008-08-08 08:41:27 +00:00
till
337694143f * there is no dom2 extension, just dom 2008-06-15 15:30:16 +00:00
thomascube
5d725ed175 Mention dependency of the DOM exension and add link to php.net 2008-06-13 14:51:51 +00:00
till
ff522265d1 * cs fixes 2008-05-31 09:43:49 +00:00
thomascube
45f56c1c40 Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments 2008-05-29 16:10:42 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
svncommit
1b7ac67161 Fix the fix. Sorry. 2008-03-27 12:15:06 +00:00
svncommit
70430e357e Fix php version check in installer, closes #1484925. 2008-03-27 12:13:55 +00:00
till
7635d21b4c * fixing bug where people got: Call to undefined function decrypt_passwd()
(The form fields for smtp and imap test shared names and imap test overwrote smtp test fields (obviously).)
2008-03-23 20:42:24 +00:00
thomascube
308f419bfa Remove test for sockets + check if temp and log dirs are writeable 2008-03-05 14:14:40 +00:00
thomascube
1c4e5dd4d2 Some more bugfixes for the install script 2008-03-03 08:52:50 +00:00
thomascube
019b5d5518 Don't check for zlib-output_compression; this is handeled in index.php 2008-03-02 13:51:14 +00:00
thomascube
4a2765a420 Clarify failed checks message 2008-02-28 22:26:15 +00:00
thomascube
e18d04468e Add checks for GD and Mcrypt 2008-02-27 13:46:24 +00:00
thomascube
b3f9dfb54e Allow to skip the config step if config files already exist 2008-02-27 08:11:17 +00:00
thomascube
c5042d468e More installer stuff 2008-02-25 23:03:54 +00:00
thomascube
6557d3005c Added environment checks from check.php-dist 2008-02-21 00:02:52 +00:00
thomascube
3549785897 First steps to implement an installer 2008-02-19 22:28:28 +00:00