Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-29 | Avoid fatal errors if session support is missing; This shall be displayed in ↵ | Thomas Bruederli | |
the first step | |||
2013-06-28 | Preserve comments and order from existing or default config files | Thomas Bruederli | |
2013-06-28 | Prepare config migration: | Thomas Bruederli | |
- Show warning in installer and hints how to migrate - Let update.sh create the new config file if legacy config is detected - Provide a sample config file for manual configuration - Define a list of options which always should be written to local config | |||
2013-06-28 | Flag config as 'legacy'; remove config file switch | Thomas Bruederli | |
2013-06-14 | Merge config files (#1487311). | Aleksander Machniak | |
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 | Remove old enable_caching option from Installer | Aleksander Machniak | |
2013-06-14 | Fix version selector - do not list versions newer than 0.9.0, use | Aleksander Machniak | |
"0.9 or newer" instead. | |||
2013-06-13 | Added section for upcoming 0.9.2 release | Thomas Bruederli | |
2013-05-18 | Add 0.9.1 to releases list | Aleksander Machniak | |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak | |
2013-04-27 | Add db_prefix configuration option in place of db_table_*/db_sequence_* options | Aleksander Machniak | |
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-26 | Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043) | Aleksander Machniak | |
2013-04-19 | Fix list of required configuration options (#1489055). Removed support_url, ↵ | Aleksander Machniak | |
and db_table_* | |||
2013-04-19 | Fix a typo | Aleksander Machniak | |
2013-04-17 | Fix links to PHP PDO drivers manual | Aleksander Machniak | |
2013-04-16 | Update changelog | Aleksander Machniak | |
2013-03-29 | Update releases list | Aleksander Machniak | |
2013-03-07 | Add 0.9-rc to releases list | Aleksander Machniak | |
2013-02-07 | Add 0.8.5 to releases list | Aleksander Machniak | |
2013-01-28 | Make get_instance() a static method | Aleksander Machniak | |
2013-01-17 | Merge branch 'schema_upgrades' | Aleksander Machniak | |
2013-01-16 | Renamed option updatedb.sh --label to --package | Aleksander Machniak | |
2013-01-14 | Remove unneeded $db_map | Aleksander Machniak | |
2013-01-10 | Attach updatedb.sh script to the installer interface | Aleksander Machniak | |
2013-01-10 | Mark mime_magic option with old default value as obsolete | Thomas Bruederli | |
2013-01-10 | Avoid direct execution of installer includes (#1488895) | Thomas Bruederli | |
2013-01-09 | Add 0.9-beta to list of releases | Aleksander Machniak | |
2013-01-04 | Remove program/ dir from installer include path | Aleksander Machniak | |
2012-12-21 | Add notes about new requirements of the new mysql database driver, | Aleksander Machniak | |
add check in installer (#1488875) | |||
2012-12-20 | Fix version comparisons with -stable suffix (#1488876) | Aleksander Machniak | |
2012-11-25 | Unify path schema in global constants: paths always end with a /. Keep ↵ | Thomas Bruederli | |
RCMAIL_CONFIG_DIR for backwards compatibility | |||
2012-11-25 | Fix installer to work with the new framework architecture | Thomas Bruederli | |
2012-11-15 | Merge branch 'keep-alive' | Aleksander Machniak | |
Conflicts: CHANGELOG | |||
2012-11-15 | Update versions list with 0.8.4 release | Aleksander Machniak | |
2012-11-12 | Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵ | Aleksander Machniak | |
min_refresh_interval | |||
2012-11-11 | Add 0.8.3 to the list of releases | Aleksander Machniak | |
2012-10-06 | Register 0.8.2 release | Aleksander Machniak | |
2012-10-03 | Fix spacing | Aleksander Machniak | |
2012-10-03 | Add 0.7.3 and 0.8.1 to versions list | Aleksander Machniak | |
2012-09-27 | Fix wrong name mapping for supported database types - remove pdo_ prefix ↵ | Aleksander Machniak | |
(#1488723) | |||
2012-09-14 | Improved message for invalid date.timezone | Aleksander Machniak | |
2012-09-14 | Move date.timezone check to 'required' block, add date.timezone value validation | Aleksander Machniak | |
2012-08-26 | Add option to not include original message on reply, rename option ↵ | Aleksander Machniak | |
top_posting to reply_mode (#1485149) | |||
2012-08-08 | Merge branch 'pdo' | Aleksander Machniak | |
Conflicts: CHANGELOG | |||
2012-08-08 | Add '0.8.0' to the list of releases | Aleksander Machniak | |
2012-08-05 | Update installto/update script to remove old default skins and copy all ↵ | Thomas Bruederli | |
necessary files; repeat notice about missing config options after auto-update | |||
2012-07-10 | Use file_get_contents() to make code simpler and to fix possible infinite loop | Aleksander Machniak | |
2012-06-19 | Don't use protected property rcube_db::$db_error | Aleksander Machniak | |
2012-06-19 | Replace rcube_mdb2 with rcube_db | Aleksander Machniak | |
2012-06-19 | Replace rcube_mdb2/PEAR::MDB2 with rcube_db | Aleksander Machniak | |