index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
include
/
rcube_config.php
Age
Commit message (
Expand
)
Author
2012-01-05
- Update timezone in user prefs too (#1488291)
alec
2012-01-04
Use proper timezones from PHP's internal timezonedb (#1485592)
thomasb
2011-11-26
- Fix merging some configuration options in update.sh script (#1485864)
alec
2011-09-28
This timezone stuff really is a hard one...
thomasb
2011-09-28
Unset auto timezone value if overwritten by user prefs
thomasb
2011-09-28
Fix timezone settings
thomasb
2011-09-28
Distinguish standard timezone offset and DST of client
thomasb
2011-08-25
Move timezone computation to rcube_config; don't override SESSION['timezone']...
thomasb
2011-07-25
- Plugin API: Added 'config_get' hook
alec
2011-07-21
- Simplify undo message, add dots at the end of messages
alec
2011-04-12
- Fix handling of debug_level=4 in ajax requests (#1487831)
alec
2011-02-15
- Fix dont_override setting does not override existing user preferences (#148...
alec
2011-02-03
- Fix IDNA support when IDN/INTL modules are in use (#1487742)
alec
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomasb
2010-12-22
- Improve handling of whitespace characters after closing PHP tag in localiza...
alec
2010-09-29
- Update phpdoc (#1486958)
alec
2010-09-29
- Add Internationalized Domain Name (IDNA) support (#1483894)
alec
2010-09-25
- s/RoundCube/Roundcube/
alec
2010-09-04
- Added mail_header_delimiter validation
alec
2010-06-03
- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)
alec
2010-04-23
- code cleanup (mostly identation fixes)
alec
2010-02-18
Fix loading of plugin configs: user prefs will always survive (#1486368)
thomasb
2010-01-28
- add file/line definitions to raise_error() calls
alec
2010-01-18
- fixed svn keywords
alec
2009-12-02
- use absolute paths to prevent errors when writing to logfiles from shutdown...
alec
2009-11-09
Plugins should not overwrite existing config props
thomasb
2009-07-17
- fix bug in rcube_config::header_delimiter()
alec
2009-06-20
- check is_readable in load_from_file()
alec
2009-05-25
- get rid of 'plugins_dir' option, plugins directory must be in Roundcube roo...
alec
2009-05-21
Add function for plugins to load a local config file
thomasb
2009-05-20
- Support UTF-7 encoding in messages (#1485832)
alec
2009-05-16
- Added possibility to encrypt received header, option 'http_received_header_...
alec
2009-04-19
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...
thomasb
2009-01-17
* bumping up copyright (happy new year ;-))
till
2008-12-06
- Fix sorting of folders with more than 2 levels (#1485569)
alec
2008-12-04
- typo
alec
2008-11-27
- Allow UTF-8 folder names in config (#1485579)
alec
2008-09-22
- there's no 'locale_string' option now
alec
2008-09-19
Made config files location configurable (#1485215)
thomasb
2008-09-03
Auto-detect client language and timezone if desired by config/prefs
thomasb
2008-08-27
- added options to use syslog instead of log file (#1484850)
alec
2008-07-28
Show appropriate error message if config files are missing
thomasb
2008-06-18
Add fallback to old 'skin_path' property + indent with spaces instead of tabs
thomasb
2008-06-15
- actually we don't need default_skin option
alec
2008-06-15
- Added option to select skin in user preferences (#1485031)
alec
2008-06-14
More code cleanup
thomasb
2008-05-15
Link global config array with class props (to be removed)
thomasb
2008-05-09
Call load_host_config() and add reference to Howto_Config (#1485040)
thomasb
2008-05-07
More code cleanup + oop-ization
thomasb
2008-04-30
Next step: introduce the application class 'rcmail' and get rid of some globa...
thomasb