Aleksander Machniak
|
ce248f83e5
|
Remove useless code
|
13 years ago |
Aleksander Machniak
|
0e8c6da864
|
Fix "obj.href is undefined" error
|
13 years ago |
Aleksander Machniak
|
398238abf2
|
Remove redundant code
|
13 years ago |
Aleksander Machniak
|
c588d08835
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
13 years ago |
Aleksander Machniak
|
d15163ab6e
|
Fix XSS vulnerability in handling of text/enriched messages (#1488806)
|
13 years ago |
Thomas Bruederli
|
e30500643f
|
Enable default behavior of the browser when shift/ctrl-click task links (e.g. open in new window/tab)
|
13 years ago |
Aleksander Machniak
|
275728ab05
|
Remove debug code from last commit
|
13 years ago |
Aleksander Machniak
|
540e13b8d5
|
Fix warning when 'autovalues' property isn't set
|
13 years ago |
Aleksander Machniak
|
d9698de979
|
Fix handling of 'media' attribute on linked css (#1488789)
|
13 years ago |
Aleksander Machniak
|
f410c90261
|
Cache identities data in memory for faster access when get_identity() is called more than once
|
13 years ago |
Aleksander Machniak
|
003b17e238
|
jQuery-1.8.3
|
13 years ago |
Thomas Bruederli
|
3806f168b9
|
Fix skin template paths when linking js and css files (#1488790)
|
13 years ago |
Aleksander Machniak
|
2a5afe1cde
|
BINARY extension can't be used with $formatting=true on binary content
|
13 years ago |
Aleksander Machniak
|
4340d5e634
|
Fix excessive LFs at the end of composed message with top_posting=true (#1488797)
|
13 years ago |
Thomas Bruederli
|
2a0d3f7063
|
Make recent changes in skin template engine more backwards-compatible (#1488790)
|
13 years ago |
Thomas Bruederli
|
e43dcb0df3
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
13 years ago |
Aleksander Machniak
|
e5e2190e4e
|
Fix bug where leading blanks were stripped from quoted lines (#1488795)
|
13 years ago |
Thomas Bruederli
|
03149131f7
|
New feature: display attached images as thumbnails below message body
|
13 years ago |
Thomas Bruederli
|
92eb18b46a
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
13 years ago |
Thomas Bruederli
|
3f250a0fe6
|
Add config options to automatically generate LDAP attributes for new entries
|
13 years ago |
Aleksander Machniak
|
fb53c809a6
|
Fix AREA links handling (#1488792)
|
13 years ago |
Thomas Bruederli
|
91c0990385
|
Updated to jQuery 1.8.2 and jQuery UI 1.9.1
|
13 years ago |
Thomas Bruederli
|
2ad0a8d3f6
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
13 years ago |
Aleksander Machniak
|
9ce2398ef9
|
Fix regression in detecting if attachment should be displayed inline (is an image)
|
13 years ago |
Thomas Bruederli
|
19b0d444e7
|
Adapt to common naming scheme for template tag attributes
|
13 years ago |
Thomas Bruederli
|
df79b2638f
|
Tell client to open mailto: links in contact details in a new window (if configured)
|
13 years ago |
Aleksander Machniak
|
e0f7b920d5
|
Allow setting contentframe from template (as frame object attribute)
|
13 years ago |
Thomas Bruederli
|
28037aab4f
|
Fix syntax error
|
13 years ago |
Thomas Bruederli
|
c50fa82bec
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
13 years ago |
Thomas Bruederli
|
28de391182
|
Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication
|
13 years ago |
Aleksander Machniak
|
37633a6c79
|
Remove unused unEscape() method
|
13 years ago |
Aleksander Machniak
|
f6cd739a0a
|
Make sure affected_rows() method returns expected (consistent with other RDBMSes) result on MySQL
|
13 years ago |
Aleksander Machniak
|
e68fa71b0e
|
Fixed rcube_imap_generic::uncompressMessageSet() result when argument is empty. Added tests.
|
13 years ago |
Thomas Bruederli
|
762565ceea
|
Don't add signature (again) when opening compose view in a new window
|
13 years ago |
Thomas Bruederli
|
7bf6d2f01e
|
Don't open another window when replying to a message displayed in extwin
|
13 years ago |
Thomas Bruederli
|
cf57b2b130
|
Fix count display after inserting a new contact
|
13 years ago |
Thomas Bruederli
|
086b153ae2
|
Improve client-side timezone detection using jsTimezoneDetect by Jon Nylander (#1488725); removed obsolete dstactive detection
|
13 years ago |
Thomas Bruederli
|
dc6794f9c4
|
Don't add Bcc headers from identity twice (e.g. if already saved in draft)
|
13 years ago |
Aleksander Machniak
|
92cb7f56f3
|
Fix possible HTTP DoS on error in keep-alive requests (#1488782)
|
13 years ago |
Aleksander Machniak
|
9c299eb9e6
|
Make sure HTML part size>0 before assuming the message has got HTML part
|
13 years ago |
Aleksander Machniak
|
abe164367b
|
Fix HTML entities handling on addressbooks list
|
13 years ago |
Aleksander Machniak
|
111acf180d
|
Fix error in IE<8
|
13 years ago |
Thomas Bruederli
|
ddafe4e410
|
Merge branch 'dev-compose-newwindow'
|
13 years ago |
Thomas B.
|
f2d3fc1b5d
|
Merge pull request #38 from dupondje/master
Option to hide SQL addressbook
|
13 years ago |
Thomas Bruederli
|
8fa22e9c2f
|
Prepare template processor to handle skin inheritance
|
13 years ago |
Aleksander Machniak
|
575d34f974
|
Add deprecated alias clear_mailbox()
|
13 years ago |
Thomas Bruederli
|
eb514742ec
|
Show compose options if they were visible in opener
|
13 years ago |
Thomas Bruederli
|
838e4204b1
|
Fix new (empty) window opening on FF and others
|
13 years ago |
Thomas Bruederli
|
edfe79a46f
|
Refactored compose UI according to discussions on the mailing list
|
13 years ago |
Aleksander Machniak
|
e04e314440
|
Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686)
|
13 years ago |