Josh Soref
203f456620
Spelling ( #8001 )
2021-04-18 08:43:18 +02:00
Aleksander Machniak
670c0a6df5
Installer: Fix non-working Initialize database and Update buttons ( #7847 )
2021-01-24 08:58:22 +01:00
Aleksander Machniak
75fca18da4
Use proper array key, fix some typos
2021-01-18 19:24:47 +01:00
Aleksander Machniak
3bbb01fe13
PHP8 fixes, regression fixes
2020-12-13 12:14:15 +01:00
Aleksander Machniak
12547ccf01
Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
...
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
2020-12-13 10:21:52 +01:00
Aleksander Machniak
bdeb0db6cb
Small code fixes
2020-08-21 08:19:27 +02:00
Aleksander Machniak
af0e98759d
Installer: Fix regression in SMTP test section ( #7417 )
2020-06-04 07:24:36 +02:00
Aleksander Machniak
31249d932d
Security: Fix couple of XSS issues in Installer ( #7406 )
2020-05-30 08:05:37 +02:00
johndoh
34a0af8964
Allow array in smtp_host config ( #7296 )
2020-05-16 14:05:28 +02:00
Aleksander Machniak
b3b5b9665d
Fix regression in testing database schema on MSSQL ( #7227 )
2020-03-08 11:55:46 +01:00
Aleksander Machniak
2f928a516d
Fix DB Write test on SQLite database ("database is locked" error) ( #7064 )
...
Also fix so SQLite DSN with a relative path to the database file works in Installer
2019-11-24 09:37:14 +01:00
Aleksander Machniak
98c71ee62e
Remove unused variables
2019-11-11 09:57:44 +01:00
Aleksander Machniak
b89031e335
Fix PHP Deprecated: idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
...
Use rcube_utils::idn_to_ascii() instead of idn_to_ascii().
2019-05-10 21:37:05 +02:00
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
2019-04-16 10:42:45 +02:00
Aleksander Machniak
74fe74bf7d
Make "0.9 or newer" a default selection for db schema update box
2019-01-30 12:55:04 +01:00
Aleksander Machniak
4d44070fc6
Fix duplicated labels in Test SMTP Config section ( #6166 )
2018-02-11 18:05:26 +01:00
Aleksander Machniak
a98fb374a7
Small visual improvement
2017-11-18 15:55:48 +01:00
Aleksander Machniak
1a8bdf554a
Fix "DB Write" test ( #5479 )
2016-10-18 08:25:47 +02:00
Aleksander Machniak
ee895a2c96
Remove PHP mail() support, smtp_server is required now ( #5340 )
2016-07-15 15:24:45 +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
df10bd5f2c
Fix bug where imap_conn_options were ignored in IMAP connection test ( #1490392 )
2015-05-14 13:19:28 +02:00
Aleksander Machniak
34a0902089
Use consistent column/table quoting in sql queries
2014-09-12 14:37:51 +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
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
517c9f9a8d
Fix directories check in Installer on Windows ( #1489576 )
...
Added rcube_utils::is_absolute_path() method
2014-02-07 14:43:51 +01:00
Thomas Bruederli
0703bfecd0
Merged configuration refactoring from 'dev_config' branch back into master ( #1487311 )
2013-07-10 22:49:12 +02:00
Thomas Bruederli
8f49e4a99c
Check filetype detection in installer and update script ( #1489193 )
2013-07-04 23:56:26 +02:00
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.
2013-06-14 12:09:08 +02:00
Aleksander Machniak
399db1b647
Add db_prefix configuration option in place of db_table_*/db_sequence_* options
...
Make possible to use db_prefix for schema initialization in Installer (#1489067 )
Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-04-27 18:31:40 +02:00
Aleksander Machniak
1b7b6be959
Fix list of required configuration options ( #1489055 ). Removed support_url, and db_table_*
2013-04-19 09:28:36 +02:00
Aleksander Machniak
393618dacb
Merge branch 'schema_upgrades'
2013-01-17 08:35:35 +01:00
Aleksander Machniak
4490d03649
Attach updatedb.sh script to the installer interface
2013-01-10 12:32:29 +01:00
Thomas Bruederli
619c320c0e
Avoid direct execution of installer includes ( #1488895 )
2013-01-10 09:41:12 +01:00
Thomas Bruederli
5926684aab
Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility
2012-11-25 17:57:39 +01:00
Thomas Bruederli
dc088e25c2
Fix installer to work with the new framework architecture
2012-11-25 17:49:42 +01:00
Aleksander Machniak
159691e7b1
Don't use protected property rcube_db::$db_error
2012-06-19 12:20:27 +02:00
Aleksander Machniak
91f2271fac
Replace rcube_mdb2 with rcube_db
2012-06-19 12:00:07 +02:00
Aleksander Machniak
398bff5925
Replace rcube_mdb2/PEAR::MDB2 with rcube_db
2012-06-19 11:33:23 +02:00
alecpl
3be904be26
- Fixed imap test to non-default port when using ssl ( #1488118 )
2011-10-06 08:35:45 +00:00
thomascube
e6bb836e05
Create interactive update script with improved DB schema check; udated installer with new features and styles
2011-02-25 16:37:22 +00:00
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
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