Aleksander Machniak
|
8b81c61396
|
Fix so install do not fail when one of DB driver checks fails but other drivers exist (#1489178)
|
12 years ago |
Aleksander Machniak
|
70ef48c2f3
|
Remove old enable_caching option from Installer
|
12 years ago |
Aleksander Machniak
|
853d0ab2a4
|
Fix version selector - do not list versions newer than 0.9.0, use
"0.9 or newer" instead.
Conflicts:
installer/rcube_install.php
|
12 years ago |
Aleksander Machniak
|
d16f90a1e2
|
Add 0.9.1 to releases list
|
12 years ago |
Aleksander Machniak
|
ae0c133d45
|
Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
Conflicts:
program/lib/Roundcube/rcube.php
|
12 years ago |
Aleksander Machniak
|
037f4c27c2
|
Fix a typo
|
12 years ago |
Aleksander Machniak
|
dbb86df538
|
Add 0.9.0 to releases list
|
12 years ago |
Aleksander Machniak
|
2bed05d60a
|
Fix list of required configuration options (#1489055). Removed support_url, and db_table_*
|
12 years ago |
Aleksander Machniak
|
82f1c77847
|
Fix links to PHP PDO drivers manual
|
12 years ago |
Aleksander Machniak
|
d22ef3f480
|
Update releases list
|
12 years ago |
Aleksander Machniak
|
acced81bba
|
Add 0.9-rc to releases list
|
12 years ago |
Aleksander Machniak
|
4003dbe988
|
Add 0.8.5 to releases list
|
12 years ago |
Aleksander Machniak
|
85c972a4f7
|
Make get_instance() a static method
|
12 years ago |
Aleksander Machniak
|
f5c7df4c32
|
Merge branch 'schema_upgrades' into release-0.9
|
12 years ago |
Aleksander Machniak
|
9e329c0a27
|
Renamed option updatedb.sh --label to --package
|
12 years ago |
Aleksander Machniak
|
ff54e9ae86
|
Remove unneeded $db_map
|
12 years ago |
Aleksander Machniak
|
4490d03649
|
Attach updatedb.sh script to the installer interface
|
12 years ago |
Thomas Bruederli
|
25a31031b0
|
Mark mime_magic option with old default value as obsolete
|
12 years ago |
Thomas Bruederli
|
d9f061b558
|
Avoid direct execution of installer includes (#1488895)
|
12 years ago |
Aleksander Machniak
|
941fa51836
|
Add 0.9-beta to list of releases
|
12 years ago |
Aleksander Machniak
|
64e218bd13
|
Add 0.9-beta to list of releases
|
12 years ago |
Aleksander Machniak
|
b2064d5fc0
|
Remove program/ dir from installer include path
|
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 |
Aleksander Machniak
|
a079269166
|
Fix version comparisons with -stable suffix (#1488876)
|
12 years ago |
Thomas Bruederli
|
5926684aab
|
Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility
|
12 years ago |
Thomas Bruederli
|
dc088e25c2
|
Fix installer to work with the new framework architecture
|
12 years ago |
Aleksander Machniak
|
8d54286df8
|
Merge branch 'keep-alive'
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
82d875769c
|
Update versions list with 0.8.4 release
|
12 years ago |
Aleksander Machniak
|
f226549d4f
|
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
|
12 years ago |
Aleksander Machniak
|
71649445a0
|
Add 0.8.3 to the list of releases
|
12 years ago |
Aleksander Machniak
|
bfea29b183
|
Register 0.8.2 release
|
12 years ago |
Aleksander Machniak
|
d68c9088c3
|
Fix spacing
|
12 years ago |
Aleksander Machniak
|
577bf456e9
|
Add 0.7.3 and 0.8.1 to versions list
|
12 years ago |
Aleksander Machniak
|
18df6f38ad
|
Fix wrong name mapping for supported database types - remove pdo_ prefix (#1488723)
|
12 years ago |
Aleksander Machniak
|
c563c2cc26
|
Improved message for invalid date.timezone
|
12 years ago |
Aleksander Machniak
|
c22a521df1
|
Move date.timezone check to 'required' block, add date.timezone value validation
|
12 years ago |
Aleksander Machniak
|
651c7b6e9d
|
Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149)
|
12 years ago |
Aleksander Machniak
|
de56ea1909
|
Merge branch 'pdo'
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
d55c02ba03
|
Add '0.8.0' to the list of releases
|
12 years ago |
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
|
12 years ago |
Aleksander Machniak
|
2b21b97ef0
|
Use file_get_contents() to make code simpler and to fix possible infinite loop
|
13 years ago |
Aleksander Machniak
|
159691e7b1
|
Don't use protected property rcube_db::$db_error
|
13 years ago |
Aleksander Machniak
|
91f2271fac
|
Replace rcube_mdb2 with rcube_db
|
13 years ago |
Aleksander Machniak
|
398bff5925
|
Replace rcube_mdb2/PEAR::MDB2 with rcube_db
|
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 |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
Aleksander Machniak
|
5fed074a45
|
Always use 1 step as a fallback (#1488490)
|
13 years ago |
Brian Ronald
|
b546b0dcfd
|
Also, the license comments
|
13 years ago |
alecpl
|
d13f3293ea
|
- Add RCMAIL_CHARSET definition for Installer (#1488436)
|
13 years ago |
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
|
13 years ago |