Thomas Bruederli
1cf15ef4a5
Make rcube_result_set implement the PHP iterator interface
12 years ago
Thomas Bruederli
b81b0c3b2e
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
d9e16f02aa
Set treelist items to position:realtive to correctly align toggle icons
12 years ago
Aleksander Machniak
8bfbd5e9f9
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Aleksander Machniak
ee01be5b5b
Add dummy index.html file for Selenum tests
12 years ago
Thomas Bruederli
873ae9e9de
Add work-around for IE <= 8 which doesn't support :last-child CSS selector
12 years ago
Thomas Bruederli
18de07e86f
Set the new treelist class to all mailboxlist objects
12 years ago
Thomas Bruederli
e654d9bd24
Better indentation styles for mailbox list
12 years ago
Thomas Bruederli
e5615b97cf
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
3c309af066
- Refactored the hierarchical mailboxlist control into a separate widget class
...
- Build address book directories list as hierarchical list
- Make address book groups collapsible using the new new treelist widget
- Use encoded identifiers for address book directory list items
12 years ago
Thomas Bruederli
b7ea947844
Define a global style for tree lists
12 years ago
Thomas Bruederli
f5aecf055b
Only trigger timers when dragging is active
12 years ago
Aleksander Machniak
41db2bf47d
Slightly improve database driver chack
12 years ago
Aleksander Machniak
8466690851
Set root URL to our index.html, for better performance
...
See https://github.com/sebastianbergmann/phpunit-selenium/issues/217
12 years ago
Aleksander Machniak
a2a1f8d7ed
Added automated in-browser tests (PHPUnit + Selenium Web Driver)
12 years ago
Aleksander Machniak
cbaf7a2fb0
Fix spellcheck button menu in IE8 (change z-index and move the button to the right)
12 years ago
Aleksander Machniak
00b9c25f24
Improve contacts import interface, add #message object
12 years ago
Aleksander Machniak
b61041e655
Fix "empty" ACL entry when there's "User, " in user input field
12 years ago
Thomas Bruederli
737b629c6f
Bring back lost text braking width adjustment when quoting blockquote parts
12 years ago
Thomas Bruederli
72e24b7a63
Catch connection timeouts on message sending form submissions
12 years ago
Aleksander Machniak
66d3099485
Make get_instance() a static method
12 years ago
Aleksander Machniak
e4a6ebc1d9
Fix typo
12 years ago
Aleksander Machniak
532bc5b5e5
Small fixes for Opera
12 years ago
Aleksander Machniak
bc53e22440
Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()
12 years ago
Aleksander Machniak
0987b40239
Small fix to initial splitter position
12 years ago
Aleksander Machniak
a27b877288
Add addressbook widget on compose page in classic skin
12 years ago
Thomas Bruederli
bcbfe0ba45
Make searchbox properly scale to 100% using box-sizing trick ( #1488381 )
12 years ago
Thomas Bruederli
bb6f4b2b5d
Refactored blockquote quotion routine in html2text conversion: it now correctly converts multiple and/or nested blockquotes
12 years ago
Thomas Bruederli
bd0daee7fd
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
6c27c3b55e
Add search box to compose address book widget ( #1488381 )
12 years ago
Thomas Bruederli
7bdfd78426
Define generic .searchbox styles
12 years ago
Thomas Bruederli
13dc9f2c86
Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()
12 years ago
Aleksander Machniak
18372a236d
Send LOGOUT only when closing connection in logged state ( #1487784 )
12 years ago
Aleksander Machniak
01fc82d0ef
Fix new browser window size in Chrome ( #1488931 ), make new windows smaller
12 years ago
Aleksander Machniak
bbdd624e12
Added embed.css for classic skin, improved/unified warnings style (button is still different), cleanup
12 years ago
Thomas Bruederli
1730cf8d7b
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages)
12 years ago
Thomas Bruederli
11d7e6c825
Add file type icons for pgp/pks7 signatures and attached email messages
12 years ago
Thomas Bruederli
6d57b11d83
Save some vertical space in message part view
12 years ago
Thomas Bruederli
5c99f5df6b
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
55ee252d65
Allow to shrink any file passed as argument
12 years ago
Aleksander Machniak
6ff0c30f19
Fix login in case when default_host is an array with one element ( #1488928 )
12 years ago
Thomas Bruederli
40917b0b34
Updated changelog
12 years ago
Thomas Bruederli
e114a60406
Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable.
...
Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
12 years ago
Thomas Bruederli
293a5798af
Use the right variable for IPv6 check
12 years ago
Aleksander Machniak
f3713a6330
Merge pull request #55 from raoulbhatia/master
...
prevent access to UPGRADING via .htaccess
12 years ago
Aleksander Machniak
55a2e5eca1
Submit Addressbook advanced search form with Enter key ( #1488568 )
12 years ago
Raoul Bhatia
5422e6d5ae
prevent access to UPGRADING via .htaccess
12 years ago
Aleksander Machniak
60753b05fa
Support autofocus attribute on input elements
12 years ago
Aleksander Machniak
87a96809c7
Rtrim() quoted lines on conversion to flowed format (according to RFC2646)
12 years ago
Aleksander Machniak
7ebed11b05
More improvements to format=flowed handling + fix in wordwrap() used internally by format_flowed()
12 years ago