alecpl
bfb7d6e681
- Fix dont_override setting does not override existing user preferences ( #1487664 )
2011-02-15 19:36:10 +00:00
alecpl
e8d5bdc84e
- Fix IDNA support when IDN/INTL modules are in use ( #1487742 )
2011-02-03 13:58:07 +00:00
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
2011-01-12 18:25:02 +00:00
alecpl
7c9850da45
- Improve handling of whitespace characters after closing PHP tag in localization and config files
2010-12-22 19:17:47 +00:00
alecpl
5c461bada9
- Update phpdoc ( #1486958 )
2010-09-29 16:47:05 +00:00
alecpl
e99991996d
- Add Internationalized Domain Name (IDNA) support ( #1483894 )
2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
alecpl
086767c8f2
- Added mail_header_delimiter validation
2010-09-04 07:59:48 +00:00
alecpl
bb8721aaeb
- Support dynamic hostname (%d/%n) variables in configuration options ( #1485438 )
2010-06-03 08:02:12 +00:00
alecpl
2eb7943f2a
- code cleanup (mostly identation fixes)
2010-04-23 11:25:37 +00:00
thomascube
b545d3e838
Fix loading of plugin configs: user prefs will always survive ( #1486368 )
2010-02-18 18:01:53 +00:00
alecpl
10eedbe75a
- add file/line definitions to raise_error() calls
2010-01-28 11:27:16 +00:00
alecpl
1d786c86bf
- fixed svn keywords
2010-01-18 19:05:11 +00:00
alecpl
d079afd44f
- use absolute paths to prevent errors when writing to logfiles from shutdown function
2009-12-02 10:48:06 +00:00
thomascube
3597cc2c1b
Plugins should not overwrite existing config props
2009-11-09 16:18:58 +00:00
alecpl
77edef7ebd
- fix bug in rcube_config::header_delimiter()
2009-07-17 07:41:12 +00:00
alecpl
e6ee84bcf8
- check is_readable in load_from_file()
2009-06-20 07:50:12 +00:00
alecpl
7dbe2fa6bf
- get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins)
2009-05-25 09:22:59 +00:00
thomascube
c73b195e5d
Add function for plugins to load a local config file
2009-05-21 20:34:28 +00:00
alecpl
a5897a3e38
- Support UTF-7 encoding in messages ( #1485832 )
2009-05-20 09:55:15 +00:00
alecpl
2471d3a979
- Added possibility to encrypt received header, option 'http_received_header_encrypt',
...
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
2009-04-19 17:44:29 +00:00
till
cbbef379a5
* bumping up copyright (happy new year ;-))
2009-01-17 01:55:39 +00:00
alecpl
0b5539e3dc
- Fix sorting of folders with more than 2 levels ( #1485569 )
2008-12-06 18:52:18 +00:00
alecpl
1ce913becc
- typo
2008-12-04 07:01:21 +00:00
alecpl
9abd0f0089
- Allow UTF-8 folder names in config ( #1485579 )
...
- Add junk_mbox option configuration in installer (#1485579 )
2008-11-27 11:25:31 +00:00
alecpl
cdc539d561
- there's no 'locale_string' option now
2008-09-22 09:28:13 +00:00
thomascube
bba657e64f
Made config files location configurable ( #1485215 )
2008-09-19 18:26:34 +00:00
thomascube
c8ae2497b7
Auto-detect client language and timezone if desired by config/prefs
2008-09-03 16:03:19 +00:00
alecpl
b77d0dd6c5
- added options to use syslog instead of log file ( #1484850 )
...
- added Logging & Debugging section in Installer
- fixed config from $_POST for next installer steps saving
- fixed and re-enabled debug_level setting in installer
2008-08-27 10:58:33 +00:00
thomascube
8c72e33d37
Show appropriate error message if config files are missing
2008-07-28 11:45:35 +00:00
thomascube
4230651565
Add fallback to old 'skin_path' property + indent with spaces instead of tabs
2008-06-18 07:13:04 +00:00
alecpl
67effe9904
- actually we don't need default_skin option
2008-06-15 10:37:08 +00:00
alecpl
e58df3adc9
- Added option to select skin in user preferences ( #1485031 )
...
- template_exists() moved to rcube_template class
2008-06-15 09:19:47 +00:00
thomascube
83a7636872
More code cleanup
2008-06-14 12:23:08 +00:00
thomascube
033478df29
Link global config array with class props (to be removed)
2008-05-15 20:05:20 +00:00
thomascube
2ca388d0d7
Call load_host_config() and add reference to Howto_Config ( #1485040 )
2008-05-09 12:26:45 +00:00
thomascube
1854c4525b
More code cleanup + oop-ization
2008-05-07 09:38:44 +00:00
thomascube
197601ef5f
Next step: introduce the application class 'rcmail' and get rid of some global vars
2008-04-30 08:21:42 +00:00