summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_config.php
AgeCommit message (Collapse)Author
2014-02-07Fix directories check in Installer on Windows (#1489576)Aleksander Machniak
Added rcube_utils::is_absolute_path() method
2013-11-28Exec config_get hook also in rcube_config::all() (#1485981)Aleksander Machniak
2013-09-25Support HTTP_HOST, SERVER_NAME and SERVER_ADDR values in include_host_config ↵Aleksander Machniak
feature
2013-09-13Support both new and old config variablesThomas Bruederli
2013-09-08Workaround broken PHP function timezone_name_from_abbr (#1489261)Aleksander Machniak
2013-09-07Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading ↵Thomas Bruederli
configured mimetypes mapping
2013-09-07Read RCUBE_CONFIG_PATH env variable for a list of directories that are ↵Thomas Bruederli
searched for config files (#1487311)
2013-09-04Aviod code duplication in timezone configuration handlingAleksander Machniak
2013-09-01Fix issue where legacy config was overriden by default config (#1489288)Aleksander Machniak
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-06-28Enable legacy mode: allow running with old config files and log warnings ↵Thomas Bruederli
every no and then
2013-06-14Merge 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-13Set TTL for attachments stored in sql databaseAleksander Machniak
2013-06-06Rename message_cache_lifetime to messages_cache_ttl option for naming ↵Aleksander Machniak
consistency
2013-06-05Fix legacy options handlingAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-25Unify path schema in global constants: paths always end with a /. Keep ↵Thomas Bruederli
RCMAIL_CONFIG_DIR for backwards compatibility
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ↵Thomas Bruederli
to enhance the interoperability of the Roundcube framework
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak