Aleksander Machniak
bc92ca56ef
Fixes after default->classic switch
12 years ago
Thomas Bruederli
6a3df52f82
Update changelog with default skin renaming
12 years ago
Thomas Bruederli
6843acc9fc
Merged changes to skin folders
12 years ago
Thomas Bruederli
9f1652e29e
Adapt to new default skin folder namimg
12 years ago
Thomas Bruederli
c40419bdfe
Rename old 'default' skin folder to 'classic'
12 years ago
Thomas B.
6d12536815
Merge pull request #14 from bes-internal/master
...
Use HTTP_HOST for %d in parse_host. Add %t for host name from SERVER_NAME
12 years ago
Aleksander Machniak
cfc27c9b76
Keep some resource files (images) in separate directory
12 years ago
Aleksander Machniak
71ee565dfc
Support connections to memcached socket file ( #1488577 )
12 years ago
Aleksander Machniak
5f8d59c054
Enable TinyMCE inlinepopups plugin
12 years ago
Aleksander Machniak
e9c8b9865f
Add lost file from Auth_SASL package
12 years ago
Aleksander Machniak
750fcf8ece
Update to TinyMCE 3.5.6
12 years ago
Thomas Bruederli
baecd8becc
Move the hard-coded list of fields used to list contacts to a central location
12 years ago
bes.internal
d359dcb6b3
use in parse_host HTTP_HOST for %d
...
Use in parse_host function for domain resolve HTTP_HOST not hostname.
add %t for hostname without first part
For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
12 years ago
Thomas Bruederli
5bc1233de8
Use the same hard-coded fields for vlv-based autocompletion as in steps/mail/autocomplete.inc
12 years ago
Aleksander Machniak
27bcb0026e
CS fixes
12 years ago
Aleksander Machniak
39797631d4
Support COPYUID responses (store it in $data property)
12 years ago
Aleksander Machniak
0d80fad9e0
CS improvements
12 years ago
Aleksander Machniak
2df262d448
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Aleksander Machniak
09e5fc99f8
Small performance improvement: use cookie 'secure' parameter if enabled
12 years ago
Aleksander Machniak
0afe279011
Set HttpOnly flag also for session cookie
12 years ago
Thomas Bruederli
fa8f6e610c
Correctly quote localized labels when used in javascript variables ( #1488567 )
12 years ago
Aleksander Machniak
e19fafae04
Prefer default addressbook also when checking for existence of MDN request recipient
12 years ago
Aleksander Machniak
23856c9d4e
Fix performance issue in message_headers_output hook handling,
...
Update version number
12 years ago
Aleksander Machniak
9620540a63
Fix 403 error on file uploads with drag&drop ( #1488539 )
12 years ago
Aleksander Machniak
a49e00a567
Update Changelog
12 years ago
Aleksander Machniak
40b6df30c5
Fixed scrollbars in Larry's iframes
12 years ago
Aleksander Machniak
c9dcb83132
Fixed PHP warning, added check for allowed characters in variable name
12 years ago
Aleksander Machniak
7eba08592d
Added translation for variable modifiers
12 years ago
Aleksander Machniak
ebb204793b
Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)
12 years ago
Aleksander Machniak
114cf1281b
Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication ( #1488571 )
12 years ago
Thomas Bruederli
7938312aaa
Show contact photos in mail view and preview
13 years ago
Thomas Bruederli
384948886c
Prepare to show contact photo of email sender in mail views
13 years ago
Thomas Bruederli
88fb563510
Avoid warnings; silently pipe http: urls through rcmail::url()
13 years ago
Thomas Bruederli
688d16e882
Join address book toolbars again
13 years ago
Thomas Bruederli
9d72713987
Fix drag&drop feature test on IE7
13 years ago
Thomas Bruederli
1c079c1ace
Put separated toolbars back together again; add min. width to mail view
13 years ago
Aleksander Machniak
840b4dbeb8
Simplified method of getting default addressbook.
...
Make sure to use the same source when adding contact and checking
if message is safe (sender is in addressbook).
Small code improvements.
13 years ago
Aleksander Machniak
2b21b97ef0
Use file_get_contents() to make code simpler and to fix possible infinite loop
13 years ago
Aleksander Machniak
146106a827
Support sqlite file mode setting
13 years ago
Aleksander Machniak
329eae0abd
Fix debugging in sqlite driver
13 years ago
Aleksander Machniak
3efc74654a
- Don't add attachments content into reply/forward/draft message body ( #1488557 )
13 years ago
Aleksander Machniak
8e926e6201
Move sequence_name() method into postgres driver class
13 years ago
Aleksander Machniak
3d231c88fa
CS fixes
13 years ago
Aleksander Machniak
c389a85978
Add get_variable() implementation
13 years ago
Thomas Bruederli
98d096004d
Improve iframe form buttons display: fix iframe heights and make footer buttons float if scrolling is active
13 years ago
Thomas Bruederli
30eb9eee28
Suppress error message popups on login screen
13 years ago
Thomas Bruederli
7794ae1387
Fix connection error alerts when page unloads ( #1488547 )
13 years ago
Aleksander Machniak
ef5f7fb13c
There's a case (reason unknown) when destroy() is called with empty session key.
...
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.
13 years ago
Aleksander Machniak
d239ee6df5
Add PDO to requirements, remove MDB2 package
13 years ago
Aleksander Machniak
e6e5cb12f5
Handle properly situation when PDO class doesn't exist
13 years ago