index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_config.php
Age
Commit message (
Expand
)
Author
2015-02-03
Better handle log/temp directory misconfiguration
Aleksander Machniak
2015-01-03
CS fixes
Aleksander Machniak
2014-12-29
Fix syntax error and codestyle from recent PR merge
Thomas Bruederli
2014-12-28
Add environment variable reading to configuration.
Alex Brandt
2014-11-15
Remove reference to non-existing option 'default_folders'
Aleksander Machniak
2014-02-07
Fix directories check in Installer on Windows (#1489576)
Aleksander Machniak
2013-11-28
Exec config_get hook also in rcube_config::all() (#1485981)
Aleksander Machniak
2013-09-25
Support HTTP_HOST, SERVER_NAME and SERVER_ADDR values in include_host_config ...
Aleksander Machniak
2013-09-13
Support both new and old config variables
Thomas Bruederli
2013-09-08
Workaround broken PHP function timezone_name_from_abbr (#1489261)
Aleksander Machniak
2013-09-07
Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading configured...
Thomas Bruederli
2013-09-07
Read RCUBE_CONFIG_PATH env variable for a list of directories that are search...
Thomas Bruederli
2013-09-04
Aviod code duplication in timezone configuration handling
Aleksander Machniak
2013-09-01
Fix issue where legacy config was overriden by default config (#1489288)
Aleksander Machniak
2013-07-12
Allow to load config files for different environments (#1487311); keep (non-d...
Thomas Bruederli
2013-06-28
Enable legacy mode: allow running with old config files and log warnings ever...
Thomas Bruederli
2013-06-14
Merge config files (#1487311).
Aleksander Machniak
2013-06-13
Set TTL for attachments stored in sql database
Aleksander Machniak
2013-06-06
Rename message_cache_lifetime to messages_cache_ttl option for naming consist...
Aleksander Machniak
2013-06-05
Fix legacy options handling
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-11-27
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
Aleksander Machniak
2012-11-25
Unify path schema in global constants: paths always end with a /. Keep RCMAIL...
Thomas Bruederli
2012-11-25
Define more (uniquely prefixed) constants for Roundcube directories in order ...
Thomas Bruederli
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak