Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-16 | Set version number to 1.2-git | Aleksander Machniak | |
2015-02-07 | Bump version and copyright year | Thomas Bruederli | |
2014-12-27 | Improve plugin selection in installer; check already selected plugins | Thomas Bruederli | |
2014-11-12 | Add the ability to select plugins in the installer | Flanpy | |
2014-11-12 | Add the ability to enable plugins in the installer | Flanpy | |
2014-10-13 | Remove zend.ze1_compatibility_mode checks, it does not exist in PHP >= 5.3 | Aleksander Machniak | |
2014-10-13 | dirname(__FILE__) -> __DIR__ | Aleksander Machniak | |
2014-09-22 | Merge branch 'oracle' | Aleksander Machniak | |
2014-09-22 | Merge branch 'oracle' | Aleksander Machniak | |
2014-09-18 | Add Oracle driver check in Installer | Aleksander Machniak | |
2014-09-12 | Use consistent column/table quoting in sql queries | Aleksander Machniak | |
2014-09-11 | Make LDAP extension and Net_LDAP3 lib optional in installer check | Thomas Bruederli | |
2014-08-27 | Remove 3rd party libs from our repository and define the dependencies in ↵ | Thomas Bruederli | |
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies. | |||
2014-07-22 | Fix some mime-type to extension mapping checks in Installer (#1489983) | Aleksander Machniak | |
2014-05-02 | Fix IMAP connection test in installer so it is aware of imap_auth_type ↵ | Aleksander Machniak | |
(#1489746) | |||
2014-05-02 | Improve spellcheck_engine hint about 'googie' option | Aleksander Machniak | |
2014-05-02 | Support identities_level=4 in Installer | Aleksander Machniak | |
2014-05-02 | Add all possible options in spellcheck_engine selector | Aleksander Machniak | |
2014-04-29 | Fix varius db_prefix issues (#1489839) | Aleksander Machniak | |
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified | |||
2014-04-21 | Move rcube_installer class to include/rcmail_installer in order to remain ↵ | Thomas Bruederli | |
accessible by the update script even if the installer directory was removed | |||
2014-04-15 | Remove useless debug_level=8 and javascripts's rcube_console | Aleksander Machniak | |
2014-04-01 | Removed redundant default_folders config option (#1489737) | Aleksander Machniak | |
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830) | |||
2014-03-22 | Drop support for PHP < 5.3.7 | Aleksander Machniak | |
2014-02-07 | Fix directories check in Installer on Windows (#1489576) | Aleksander Machniak | |
Added rcube_utils::is_absolute_path() method | |||
2013-12-02 | Fix unreliable mimetype tests in Installer (#1489453) | Aleksander Machniak | |
2013-10-04 | Fix typo: occured -> occurred (#1489366) | Aleksander Machniak | |
2013-08-20 | s/$rcmail_config/$config/ also for plugins configuration | Aleksander Machniak | |
2013-07-17 | Fix codestyle and indentation; use new save function in update script | Thomas Bruederli | |
2013-07-17 | Merge pull request #90 from Dennis1993/master | Thomas B. | |
Write config file automatically to RCUBE_CONFIG_DIR (if writeable) | |||
2013-07-17 | Keep unknown/plugin config options; only skip officially obsoleted ones | Thomas Bruederli | |
2013-07-17 | Update config.php | Dennis1993 | |
-Replace tabs with spaces. -Replace the word "files" with "files", because there is only one | |||
2013-07-16 | Update config.php | Dennis1993 | |
write config file automatically to RCUBE_CONFIG_DIR | |||
2013-07-16 | Update rcube_install.php | Dennis1993 | |
write config file automatically to RCUBE_CONFIG_DIR | |||
2013-07-12 | Fix some properties when creating new config files | Thomas Bruederli | |
2013-07-10 | Merged configuration refactoring from 'dev_config' branch back into master ↵ | Thomas Bruederli | |
(#1487311) | |||
2013-07-04 | Check filetype detection in installer and update script (#1489193) | Thomas Bruederli | |
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-26 | Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174) | Aleksander Machniak | |
2013-06-25 | Fix empty messages list when register_globals is enabled (#1489157) | Aleksander Machniak | |
2013-06-21 | Remove confusing note about closing ?> tag and no characters after it. | Aleksander Machniak | |
We currently do not require closing tag in config file, we also correctly handle characters after the closing tag (#1489179) | |||
2013-06-21 | Fix so valid and set date.timezone is not required by installer checks ↵ | Aleksander Machniak | |
(#1489180) | |||
2013-06-20 | Canonize boolean ini_get() results (#1489189) | Aleksander Machniak | |
2013-06-18 | Fix so install do not fail when one of DB driver checks fails but other ↵ | Aleksander Machniak | |
drivers exist (#1489178) | |||
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 | |