Commit Graph

101 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
d1dd13ee5c - Fix SMTP test in Installer (#1486952) 2010-08-25 19:09:13 +00:00
alecpl
27a96a40db - Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902) 2010-08-10 06:32:50 +00:00
alecpl
8062c0426d - Add note about enable_installer option (#1486787) 2010-06-14 06:59:41 +00:00
alecpl
073543aec9 - typo 2010-06-07 06:51:46 +00:00
alecpl
058eb6cd70 - support dynamic hostname variables in config 2010-06-03 08:09:46 +00:00
alecpl
2563619a58 - small improvements 2010-05-26 08:57:00 +00:00
alecpl
f6ee6f4dd2 - Fix DB Schema checking when some db_table_* options are not set 2010-04-23 12:35:20 +00:00
thomascube
23362230b5 Replace ALTER TABLE statement in Sqlite schema update script; more precise instructions for db updates and about new cleaning script 2010-04-20 07:26:11 +00:00
thomascube
2491c6240c Add minimal database schema check to installer and update script 2010-04-15 07:28:05 +00:00
thomascube
924b1a666e Fix pspell check and (yet not used MDB2 schema intialization) 2010-03-29 16:28:14 +00:00
alecpl
e987db1d46 - Fix SMTP test (#1486589) 2010-03-29 10:21:59 +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
f8c06e91aa - Fix config options checking: check only existance of required options 2010-03-05 13:29:52 +00:00
alecpl
8ee7767036 - Fix directories checking when temp_dir/log_dir aren't set 2010-03-05 13:11:35 +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
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
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
alecpl
2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
2009-07-21 12:31:59 +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
till
df3c3570cd * fixed typo
* added file header
2009-07-14 14:31:27 +00:00
alecpl
0ce119869d - use preg functions instead of ereg functions 2009-06-01 08:20:10 +00:00
alecpl
b45aedd22c - check environement on upgrade (per discussion in #1485867) 2009-05-31 08:37:01 +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
2d1a451c25 - suhosin.session.encrypt breaks Session handling (#1485846) 2009-05-14 10:51:03 +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
thomascube
01a8c54f76 Applied patch for pspell language configuration (#1485822) 2009-05-01 15:57:33 +00:00
alecpl
ce16bbc74e - Fix "Initialize Database" button missing from installer (#1485802) 2009-04-05 09:50:49 +00:00
alecpl
0ff63513c2 #1485741: fix installer after some last changes 2009-02-21 18:57:47 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
thomascube
5f25a1aef8 Merge ldap_public with autocomplete_addressbooks settings + fix config file creation 2008-12-30 12:26:13 +00:00
alecpl
b1c1541427 - Add Robots meta tag in login page and installer (#1484846) 2008-12-07 11:10:49 +00:00
alecpl
2a41355776 - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) 2008-12-04 10:21:34 +00:00
alecpl
2fdbeb71b8 #1485590: don't use mysql5.initial.sql 2008-12-01 13:28:42 +00:00
alecpl
9abd0f0089 - Allow UTF-8 folder names in config (#1485579)
- Add junk_mbox option configuration in installer (#1485579)
2008-11-27 11:25:31 +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
thomascube
6e47c0be5c Handle magic_quotes on runtime and remove them from the requirements list (#1485285) 2008-11-03 07:44:33 +00:00
thomascube
cbffc2f0aa Let update script handle the replacement of 'multiple_identities' by 'identities_level' 2008-10-29 19:12:39 +00:00
thomascube
fee8c6ceab First version of the commandline update script 2008-10-27 20:11:32 +00:00
alecpl
ec01712a99 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24 07:57:21 +00:00
thomascube
32eb29fb99 Secure new config merging feature + remove full path disclosure 2008-10-14 12:55:45 +00:00
thomascube
871ca9adfe Add dependency checks for config options + update database schema with MDB2_Schema (doesn't work correctly yet) 2008-10-14 12:40:11 +00:00