Commit Graph

7722 Commits (6c1c60f3b908aa922a46cbae94a03eb162147b70)
 

Author SHA1 Message Date
Aleksander Machniak ebc9877def Add title attribute for settings menu 10 years ago
Aleksander Machniak a4b6f56e49 Fix list reload after sending message in another window (#1489931) - use checkmail instead of list command 10 years ago
Aleksander Machniak 1e22cb1e86 Unify some labels 10 years ago
Aleksander Machniak 47d8931484 Remove "min-width:0" - fixes unwanted horizontal scrollbar in message headers box 10 years ago
Aleksander Machniak 386e3ad424 Fix malformed recipient name when composing a message by clicking on mailto link (#1489942) 10 years ago
Aleksander Machniak abe381e3b0 Focus first input in password form on page load 10 years ago
Aleksander Machniak a41aaf3352 Move some code to legacy_browser plugin 10 years ago
Aleksander Machniak 3286c82deb Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak a856e8a972 Fix typo 10 years ago
Aleksander Machniak 2fac32a89c Fix folder-selector position 10 years ago
Aleksander Machniak 4520fa0f38 Code cleanup and small fixes (after pull request merge) 10 years ago
Aleksander Machniak 1b988f9574 Merge branch 'master' of https://github.com/simonpl/roundcubemail into simonpl-master
Conflicts:
	CHANGELOG
10 years ago
Aleksander Machniak 4a051cd99f Fix unintentional unselection with Ctrl+Up/Down in toggleselect mode 10 years ago
Aleksander Machniak 62c45161c4 ACL: Improved UI accessibility 10 years ago
simonp 12514266b9 Move login/hosts to seperate function 10 years ago
Aleksander Machniak e4c1799752 Merge pull request #197 from dpc22/fix_mail_css
Small CSS fix
10 years ago
Aleksander Machniak f67d372449 Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails 10 years ago
Aleksander Machniak 51cae1f5ec Fix keyboard event detection in Opera (#1489929) 10 years ago
Aleksander Machniak 13b33da51a Managesieve: Improved UI accessibility 10 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.
10 years ago
Aleksander Machniak ba5c53e5c3 Send X-UA-Compatible as HTTP header instead of meta tag 10 years ago
Aleksander Machniak 20ac879b4b Fix so list record identifier can be '0' 10 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.
10 years ago
Aleksander Machniak 1f2699675d Fix mouse selection on autocomplete lists 10 years ago
simonp 6f7042e582 Fix for login/hosts exceptions 10 years ago
simonp 9e9c03cb90 Moved functionality from password_first to password_init 10 years ago
Aleksander Machniak 594746a1e1 Removed redundant margins for HTML message bodies 10 years ago
Aleksander Machniak 709ccc08f5 Merge pull request #195 from dpc22/folder_realnames
Use show_real_foldernames in folder_selector().
10 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.
10 years ago
Aleksander Machniak a5fe9a651f Small code improvements and cleanup 10 years ago
Thomas Bruederli 23756ff705 Localize mail toolbar menu titles 10 years ago
Thomas Bruederli d6b733ebed Update Changelog 10 years ago
Thomas Bruederli 5f7ef8f95d Merge branch 'master' of github.com:roundcube/roundcubemail 10 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 10 years ago
Aleksander Machniak 778d2363f1 Merge branch 'master' of github.com:roundcube/roundcubemail 10 years ago
Aleksander Machniak 64f7d6758f Select/scroll to previously selected message when returning from message page (#1489023) 10 years ago
Thomas Bruederli 3445ca1a4f Fix keyboard interaction with decorated <select> elements (Firefox only) 10 years ago
Thomas Bruederli 8bd59c3327 Merge branch 'master' of github.com:roundcube/roundcubemail 10 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 10 years ago
Aleksander Machniak 4f3f3b47e2 Fix regression where html code is sent as plain text (#1488649) 10 years ago
Thomas Bruederli ebfdc0925f Fix check for data-* attributes after merge with dev-accessibility 10 years ago
Thomas Bruederli 7fafb4d0d2 Remove leftover from merge; set alt text for contact photo 10 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
10 years ago
Aleksander Machniak 17a76c3fd7 Fixed Save button in classic skin of Vacation interface (#1489926) 10 years ago
Aleksander Machniak c5bfe69e21 Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir 10 years ago
Thomas Bruederli 3412e50b54 Fix attachment menu structure and aria-attributes 10 years ago
Thomas Bruederli 761ee4c575 Fix typo in aria-attribute 10 years ago
Thomas Bruederli 6d3ab605b1 Make autocomplete widget actually work with screen readers 10 years ago
Thomas Bruederli f25be2b863 Render localized texts for icon-style messagelist headers 10 years ago
Thomas Bruederli 72afe3153c Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines 10 years ago