Commit Graph

172 Commits

Author SHA1 Message Date
Aleksander Machniak
3725cfb245 Avoid uninitialized/unused variables 2013-05-07 15:12:22 +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
f23ef1c968 Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043) 2013-04-26 11:26:58 +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
3a81af385f Fix a typo 2013-04-19 09:12:20 +02:00
Aleksander Machniak
398c9d8869 Fix links to PHP PDO drivers manual 2013-04-17 17:34:29 +02:00
Aleksander Machniak
0c896b9879 Update changelog 2013-04-16 09:13:35 +02:00
Aleksander Machniak
c2c1bba9a2 Update releases list 2013-03-29 08:51:42 +01:00
Aleksander Machniak
a6ceb4ea49 Add 0.9-rc to releases list 2013-03-07 09:19:59 +01:00
Aleksander Machniak
6befeab712 Add 0.8.5 to releases list 2013-02-07 09:26:05 +01:00
Aleksander Machniak
66d3099485 Make get_instance() a static method 2013-01-28 11:11:33 +01:00
Aleksander Machniak
393618dacb Merge branch 'schema_upgrades' 2013-01-17 08:35:35 +01:00
Aleksander Machniak
9e329c0a27 Renamed option updatedb.sh --label to --package 2013-01-16 12:24:05 +01:00
Aleksander Machniak
ff54e9ae86 Remove unneeded $db_map 2013-01-14 09:15:39 +01:00
Aleksander Machniak
4490d03649 Attach updatedb.sh script to the installer interface 2013-01-10 12:32:29 +01:00
Thomas Bruederli
15a049c37c Mark mime_magic option with old default value as obsolete 2013-01-10 09:41:30 +01:00
Thomas Bruederli
619c320c0e Avoid direct execution of installer includes (#1488895) 2013-01-10 09:41:12 +01:00
Aleksander Machniak
64e218bd13 Add 0.9-beta to list of releases 2013-01-09 08:49:01 +01:00
Aleksander Machniak
b2064d5fc0 Remove program/ dir from installer include path 2013-01-04 09:43:25 +01:00
Aleksander Machniak
7389966295 Add notes about new requirements of the new mysql database driver,
add check in installer (#1488875)
2012-12-21 10:32:59 +01:00
Aleksander Machniak
a079269166 Fix version comparisons with -stable suffix (#1488876) 2012-12-20 08:53:48 +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
8d54286df8 Merge branch 'keep-alive'
Conflicts:
	CHANGELOG
2012-11-15 09:34:08 +01:00
Aleksander Machniak
82d875769c Update versions list with 0.8.4 release 2012-11-15 08:22:42 +01:00
Aleksander Machniak
f226549d4f Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval 2012-11-12 14:50:49 +01:00
Aleksander Machniak
71649445a0 Add 0.8.3 to the list of releases 2012-11-11 12:30:43 +01:00
Aleksander Machniak
bfea29b183 Register 0.8.2 release 2012-10-06 09:19:15 +02:00
Aleksander Machniak
d68c9088c3 Fix spacing 2012-10-03 09:30:14 +02:00
Aleksander Machniak
577bf456e9 Add 0.7.3 and 0.8.1 to versions list 2012-10-03 09:28:39 +02:00
Aleksander Machniak
18df6f38ad Fix wrong name mapping for supported database types - remove pdo_ prefix (#1488723) 2012-09-27 08:26:04 +02:00
Aleksander Machniak
c563c2cc26 Improved message for invalid date.timezone 2012-09-14 08:43:05 +02:00
Aleksander Machniak
c22a521df1 Move date.timezone check to 'required' block, add date.timezone value validation 2012-09-14 08:33:37 +02:00
Aleksander Machniak
651c7b6e9d Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149) 2012-08-26 18:20:28 +02:00
Aleksander Machniak
de56ea1909 Merge branch 'pdo'
Conflicts:
	CHANGELOG
2012-08-08 08:21:45 +02:00
Aleksander Machniak
d55c02ba03 Add '0.8.0' to the list of releases 2012-08-08 08:16:12 +02:00
Thomas Bruederli
471d559374 Update installto/update script to remove old default skins and copy all necessary files; repeat notice about missing config options after auto-update 2012-08-05 14:01:22 +02:00
Aleksander Machniak
2b21b97ef0 Use file_get_contents() to make code simpler and to fix possible infinite loop 2012-07-10 10:07:21 +02: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
Aleksander Machniak
0b6d022e6f Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04 16:05:57 +02:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
Aleksander Machniak
5fed074a45 Always use 1 step as a fallback (#1488490) 2012-05-22 08:38:43 +02:00
Brian Ronald
b546b0dcfd Also, the license comments 2012-05-09 10:34:48 +01:00
alecpl
d13f3293ea - Add RCMAIL_CHARSET definition for Installer (#1488436) 2012-04-18 10:56:08 +00:00
alecpl
1aceb9cec8 - Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
  renamed main.inc into rcube_bc.inc
2012-04-16 11:02:21 +00:00
alecpl
0c259682f6 - Merge devel-framework branch, resolved conflicts 2012-04-13 08:52:02 +00:00
alecpl
2c4d0bc88e - Added 0.7.2 and 0.8-beta to releases list 2012-04-12 06:49:30 +00:00
thomascube
c04b23adfd - replace claim in Roundcube logo
- require support_url config option in installer
2012-04-04 14:59:16 +00:00