summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_config.php
AgeCommit message (Collapse)Author
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