Aleksander Machniak
|
f226549d4f
|
Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval
|
12 years ago |
Thomas Bruederli
|
086b153ae2
|
Improve client-side timezone detection using jsTimezoneDetect by Jon Nylander (#1488725); removed obsolete dstactive detection
|
12 years ago |
Thomas Bruederli
|
7bcd291517
|
Make sure the timezone config option always contains a valid value
|
12 years ago |
Aleksander Machniak
|
651c7b6e9d
|
Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149)
|
12 years ago |
Aleksander Machniak
|
413df054ad
|
CS fixes (mostly tab -> spaces)
|
12 years ago |
Thomas Bruederli
|
aff970b5d3
|
Replace some forgotten references to skins/default (#1488591)
|
12 years ago |
Thomas Bruederli
|
a9cbbae0c8
|
Override default skin value read from user prefs
|
12 years ago |
Thomas Bruederli
|
9f1652e29e
|
Adapt to new default skin folder namimg
|
12 years ago |
Thomas Bruederli
|
baecd8becc
|
Move the hard-coded list of fields used to list contacts to a central location
|
12 years ago |
Aleksander Machniak
|
740875e5cd
|
Add skin name to the (javascript) environment
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
alecpl
|
be98dfc2c0
|
- Replace some references to rcmail with rcube
|
13 years ago |
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
|
13 years ago |
alecpl
|
0c259682f6
|
- Merge devel-framework branch, resolved conflicts
|
13 years ago |
thomascube
|
e65c36d172
|
Fixed typo
|
13 years ago |
alecpl
|
0ac41603d4
|
- Better handling of legacy config (#1488312)
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
c321a955a7
|
Merged devel-framework branch (r5746:5779) back into trunk
|
13 years ago |
alecpl
|
e86a21bd83
|
- Fix typo in timezone handling, more exception catching
|
13 years ago |
alecpl
|
c21d7fa787
|
- Update timezone in user prefs too (#1488291)
|
13 years ago |
thomascube
|
5879c09ca0
|
Use proper timezones from PHP's internal timezonedb (#1485592)
|
13 years ago |
alecpl
|
0829b76598
|
- Fix merging some configuration options in update.sh script (#1485864)
|
13 years ago |
thomascube
|
f4f4354fea
|
This timezone stuff really is a hard one...
|
13 years ago |
thomascube
|
985e410012
|
Unset auto timezone value if overwritten by user prefs
|
13 years ago |
thomascube
|
801b69d3ab
|
Fix timezone settings
|
13 years ago |
thomascube
|
65082b3adb
|
Distinguish standard timezone offset and DST of client
|
13 years ago |
thomascube
|
da71783bc9
|
Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs
|
13 years ago |
alecpl
|
1837173634
|
- Plugin API: Added 'config_get' hook
|
13 years ago |
alecpl
|
f52c4f441f
|
- Simplify undo message, add dots at the end of messages
|
13 years ago |
alecpl
|
23b49558cd
|
- Fix handling of debug_level=4 in ajax requests (#1487831)
|
14 years ago |
alecpl
|
bfb7d6e681
|
- Fix dont_override setting does not override existing user preferences (#1487664)
|
14 years ago |
alecpl
|
e8d5bdc84e
|
- Fix IDNA support when IDN/INTL modules are in use (#1487742)
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
alecpl
|
7c9850da45
|
- Improve handling of whitespace characters after closing PHP tag in localization and config files
|
14 years ago |
alecpl
|
5c461bada9
|
- Update phpdoc (#1486958)
|
14 years ago |
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
086767c8f2
|
- Added mail_header_delimiter validation
|
14 years ago |
alecpl
|
bb8721aaeb
|
- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)
|
15 years ago |
alecpl
|
2eb7943f2a
|
- code cleanup (mostly identation fixes)
|
15 years ago |
thomascube
|
b545d3e838
|
Fix loading of plugin configs: user prefs will always survive (#1486368)
|
15 years ago |
alecpl
|
10eedbe75a
|
- add file/line definitions to raise_error() calls
|
15 years ago |
alecpl
|
1d786c86bf
|
- fixed svn keywords
|
15 years ago |
alecpl
|
d079afd44f
|
- use absolute paths to prevent errors when writing to logfiles from shutdown function
|
15 years ago |
thomascube
|
3597cc2c1b
|
Plugins should not overwrite existing config props
|
15 years ago |
alecpl
|
77edef7ebd
|
- fix bug in rcube_config::header_delimiter()
|
16 years ago |
alecpl
|
e6ee84bcf8
|
- check is_readable in load_from_file()
|
16 years ago |
alecpl
|
7dbe2fa6bf
|
- get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins)
|
16 years ago |
thomascube
|
c73b195e5d
|
Add function for plugins to load a local config file
|
16 years ago |
alecpl
|
a5897a3e38
|
- Support UTF-7 encoding in messages (#1485832)
|
16 years ago |