Commit Graph

66 Commits

Author SHA1 Message Date
Aleksander Machniak
651c7b6e9d Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149) 2012-08-26 18:20:28 +02:00
Aleksander Machniak
413df054ad CS fixes (mostly tab -> spaces) 2012-08-12 11:47:45 +02:00
Thomas Bruederli
aff970b5d3 Replace some forgotten references to skins/default (#1488591) 2012-08-09 21:56:00 +02:00
Thomas Bruederli
a9cbbae0c8 Override default skin value read from user prefs 2012-07-30 14:36:51 +02:00
Thomas Bruederli
9f1652e29e Adapt to new default skin folder namimg 2012-07-30 12:04:43 +02:00
Thomas Bruederli
baecd8becc Move the hard-coded list of fields used to list contacts to a central location 2012-07-26 17:18:38 +02:00
Aleksander Machniak
740875e5cd Add skin name to the (javascript) environment 2012-06-13 11:42:12 +02:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
alecpl
be98dfc2c0 - Replace some references to rcmail with rcube 2012-04-16 11:59:08 +00:00
alecpl
1aceb9cec8 - Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
  renamed main.inc into rcube_bc.inc
2012-04-16 11:02:21 +00:00
alecpl
0c259682f6 - Merge devel-framework branch, resolved conflicts 2012-04-13 08:52:02 +00:00
thomascube
e65c36d172 Fixed typo 2012-01-24 07:42:34 +00:00
alecpl
0ac41603d4 - Better handling of legacy config (#1488312) 2012-01-19 14:04:20 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
alecpl
e86a21bd83 - Fix typo in timezone handling, more exception catching 2012-01-06 10:55:07 +00:00
alecpl
c21d7fa787 - Update timezone in user prefs too (#1488291) 2012-01-05 09:56:18 +00:00
thomascube
5879c09ca0 Use proper timezones from PHP's internal timezonedb (#1485592) 2012-01-04 12:47:50 +00:00
alecpl
0829b76598 - Fix merging some configuration options in update.sh script (#1485864) 2011-11-26 14:31:50 +00:00
thomascube
f4f4354fea This timezone stuff really is a hard one... 2011-09-28 14:41:04 +00:00
thomascube
985e410012 Unset auto timezone value if overwritten by user prefs 2011-09-28 14:26:23 +00:00
thomascube
801b69d3ab Fix timezone settings 2011-09-28 14:21:41 +00:00
thomascube
65082b3adb Distinguish standard timezone offset and DST of client 2011-09-28 11:49:37 +00:00
thomascube
da71783bc9 Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs 2011-08-25 20:09:36 +00:00
alecpl
1837173634 - Plugin API: Added 'config_get' hook 2011-07-25 07:49:14 +00:00
alecpl
f52c4f441f - Simplify undo message, add dots at the end of messages 2011-07-21 11:15:18 +00:00
alecpl
23b49558cd - Fix handling of debug_level=4 in ajax requests (#1487831) 2011-04-12 09:06:49 +00:00
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