Aleksander Machniak
a856e8a972
Fix typo
11 years ago
Aleksander Machniak
2fac32a89c
Fix folder-selector position
11 years ago
Aleksander Machniak
4520fa0f38
Code cleanup and small fixes (after pull request merge)
11 years ago
Aleksander Machniak
1b988f9574
Merge branch 'master' of https://github.com/simonpl/roundcubemail into simonpl-master
...
Conflicts:
CHANGELOG
11 years ago
Aleksander Machniak
4a051cd99f
Fix unintentional unselection with Ctrl+Up/Down in toggleselect mode
11 years ago
Aleksander Machniak
62c45161c4
ACL: Improved UI accessibility
11 years ago
simonp
12514266b9
Move login/hosts to seperate function
11 years ago
Aleksander Machniak
e4c1799752
Merge pull request #197 from dpc22/fix_mail_css
...
Small CSS fix
11 years ago
Aleksander Machniak
f67d372449
Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails
11 years ago
Aleksander Machniak
51cae1f5ec
Fix keyboard event detection in Opera ( #1489929 )
11 years ago
Aleksander Machniak
13b33da51a
Managesieve: Improved UI accessibility
11 years ago
David Carter
776ddd6d85
New optional HTML/plaintext view icons in #messageheader mean that
...
we need wider CSS margin on the message subject.
Otherwise a long subject line runs behind the extra icons.
This shows up frequently with the threecol plugin installed:
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout
(I have submitted a pull request to make that work with 1.0.1)
However you see the same problem with the standard mailbox view
if a message has a very long subject line.
11 years ago
Aleksander Machniak
ba5c53e5c3
Send X-UA-Compatible as HTTP header instead of meta tag
11 years ago
Aleksander Machniak
20ac879b4b
Fix so list record identifier can be '0'
11 years ago
Aleksander Machniak
19138ef7a9
Make sure set_env and add_label commands are always sent first - other commands might depend on them.
...
Fixes loading message in managesieve filters frame.
11 years ago
Aleksander Machniak
1f2699675d
Fix mouse selection on autocomplete lists
11 years ago
simonp
6f7042e582
Fix for login/hosts exceptions
11 years ago
simonp
9e9c03cb90
Moved functionality from password_first to password_init
11 years ago
Aleksander Machniak
594746a1e1
Removed redundant margins for HTML message bodies
11 years ago
Aleksander Machniak
709ccc08f5
Merge pull request #195 from dpc22/folder_realnames
...
Use show_real_foldernames in folder_selector().
11 years ago
David Carter
4a9a0e1f0f
The following:
...
program/steps/mail/compose.inc :: rcmail_store_target_selection()
program/steps/settings/edit_folder.inc :: rcmail_folder_form()
both try to localise mailbox names.
Push the logic down into the folder_selector() method which can use:
$this->config->get('show_real_foldernames')
to decide the correct default behaviour.
Clients functions and methods can still override by adding 'realnames'
named parameter to the folder_selector() call. The obvious example is
the Settings -> Preferences -> Special Folders screen.
11 years ago
Aleksander Machniak
a5fe9a651f
Small code improvements and cleanup
11 years ago
Thomas Bruederli
23756ff705
Localize mail toolbar menu titles
11 years ago
Thomas Bruederli
d6b733ebed
Update Changelog
11 years ago
Thomas Bruederli
5f7ef8f95d
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Thomas Bruederli
bf33799377
Navigate with arrow keys only in treelist widgets; fix keyboard event detection in IE; new text label to help screen readers
11 years ago
Aleksander Machniak
778d2363f1
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
64f7d6758f
Select/scroll to previously selected message when returning from message page ( #1489023 )
11 years ago
Thomas Bruederli
3445ca1a4f
Fix keyboard interaction with decorated <select> elements (Firefox only)
11 years ago
Thomas Bruederli
8bd59c3327
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Thomas Bruederli
a46a10f19c
Don't hide voice contents with display:none, otherwise they're not read. Fix icon styles for compose contacts list
11 years ago
Aleksander Machniak
4f3f3b47e2
Fix regression where html code is sent as plain text ( #1488649 )
11 years ago
Thomas Bruederli
ebfdc0925f
Fix check for data-* attributes after merge with dev-accessibility
11 years ago
Thomas Bruederli
7fafb4d0d2
Remove leftover from merge; set alt text for contact photo
11 years ago
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
11 years ago
Aleksander Machniak
17a76c3fd7
Fixed Save button in classic skin of Vacation interface ( #1489926 )
11 years ago
Aleksander Machniak
c5bfe69e21
Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir
11 years ago
Thomas Bruederli
3412e50b54
Fix attachment menu structure and aria-attributes
11 years ago
Thomas Bruederli
761ee4c575
Fix typo in aria-attribute
11 years ago
Thomas Bruederli
6d3ab605b1
Make autocomplete widget actually work with screen readers
11 years ago
Thomas Bruederli
f25be2b863
Render localized texts for icon-style messagelist headers
11 years ago
Thomas Bruederli
72afe3153c
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
11 years ago
Thomas Bruederli
24e89eceed
Add fieldset legends and input element labels to contact edit form
11 years ago
Aleksander Machniak
354c7d3c6c
Fix folders sorting in case when special folders are subfolders of INBOX
11 years ago
Thomas Bruederli
77043f8469
Apply accessibility improvements to the settings section
11 years ago
Thomas Bruederli
f0928eac13
Fix keyboard navigation and focus/blur behavior in list widgets; register real link element as menu opener
11 years ago
Thomas Bruederli
e75d5e813a
Simplify CSS boder/background styles for listing elements with focus indicator
11 years ago
Thomas Bruederli
4984078a56
Fix list keyboard navigation with toggleselect on
11 years ago
Thomas Bruederli
458af8d30a
Apply accessibility improvements to the address book task
11 years ago
Thomas Bruederli
5cf77e1159
Use jQuery UI tabs widget for tabbed fieldsets
11 years ago