summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_config.php
AgeCommit message (Collapse)Author
2012-04-16- Replace some references to rcmail with rcubealec
git-svn-id: https://svn.roundcube.net/trunk@6092 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-16- Framework refactoring (I hope it's the last one):alec
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc git-svn-id: https://svn.roundcube.net/trunk@6091 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-24Fixed typothomasb
git-svn-id: https://svn.roundcube.net/trunk@5815 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-19- Better handling of legacy config (#1488312)alec
git-svn-id: https://svn.roundcube.net/trunk@5806 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-06- Fix typo in timezone handling, more exception catchingalec
git-svn-id: https://svn.roundcube.net/trunk@5733 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-05- Update timezone in user prefs too (#1488291)alec
git-svn-id: https://svn.roundcube.net/trunk@5714 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-04Use proper timezones from PHP's internal timezonedb (#1485592)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5707 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alec
git-svn-id: https://svn.roundcube.net/trunk@5494 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28This timezone stuff really is a hard one...thomasb
git-svn-id: https://svn.roundcube.net/trunk@5289 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Unset auto timezone value if overwritten by user prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5288 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Fix timezone settingsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5287 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Distinguish standard timezone offset and DST of clientthomasb
git-svn-id: https://svn.roundcube.net/trunk@5285 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-25Move timezone computation to rcube_config; don't override ↵thomasb
SESSION['timezone'] when saving prefs git-svn-id: https://svn.roundcube.net/trunk@5132 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Plugin API: Added 'config_get' hookalec
git-svn-id: https://svn.roundcube.net/trunk@4962 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-21- Simplify undo message, add dots at the end of messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4951 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-12- Fix handling of debug_level=4 in ajax requests (#1487831)alec
git-svn-id: https://svn.roundcube.net/trunk@4646 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15- Fix dont_override setting does not override existing user preferences ↵alec
(#1487664) git-svn-id: https://svn.roundcube.net/trunk@4551 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-22- Improve handling of whitespace characters after closing PHP tag in ↵alec
localization and config files git-svn-id: https://svn.roundcube.net/trunk@4363 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-04- Added mail_header_delimiter validationalec
git-svn-id: https://svn.roundcube.net/trunk@3937 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alec
git-svn-id: https://svn.roundcube.net/trunk@3701 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- code cleanup (mostly identation fixes)alec
git-svn-id: https://svn.roundcube.net/trunk@3553 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-18Fix loading of plugin configs: user prefs will always survive (#1486368)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3274 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-18- fixed svn keywordsalec
git-svn-id: https://svn.roundcube.net/trunk@3211 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-02- use absolute paths to prevent errors when writing to logfiles from ↵alec
shutdown function git-svn-id: https://svn.roundcube.net/trunk@3148 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-09Plugins should not overwrite existing config propsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3102 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-17- fix bug in rcube_config::header_delimiter()alec
git-svn-id: https://svn.roundcube.net/trunk@2760 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-20- check is_readable in load_from_file()alec
git-svn-id: https://svn.roundcube.net/trunk@2665 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-25- get rid of 'plugins_dir' option, plugins directory must be in Roundcube ↵alec
root (like skins) git-svn-id: https://svn.roundcube.net/trunk@2530 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-21Add function for plugins to load a local config filethomasb
git-svn-id: https://svn.roundcube.net/trunk@2516 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-20- Support UTF-7 encoding in messages (#1485832)alec
git-svn-id: https://svn.roundcube.net/trunk@2505 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-16- Added possibility to encrypt received header, option ↵alec
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security git-svn-id: https://svn.roundcube.net/trunk@2491 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-06- Fix sorting of folders with more than 2 levels (#1485569)alec
git-svn-id: https://svn.roundcube.net/trunk@2126 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- typoalec
git-svn-id: https://svn.roundcube.net/trunk@2113 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-27- Allow UTF-8 folder names in config (#1485579)alec
- Add junk_mbox option configuration in installer (#1485579) git-svn-id: https://svn.roundcube.net/trunk@2094 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-22- there's no 'locale_string' option nowalec
git-svn-id: https://svn.roundcube.net/trunk@1881 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Made config files location configurable (#1485215)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1854 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1722 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-27- added options to use syslog instead of log file (#1484850)alec
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer git-svn-id: https://svn.roundcube.net/trunk@1683 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-28Show appropriate error message if config files are missingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1614 208e9e7b-5314-0410-a742-e7e81cd9613c