Age | Commit message (Collapse) | Author |
|
|
|
|
|
uploads
|
|
|
|
|
|
|
|
parameters for the 'compose' command
|
|
|
|
|
|
|
|
compose addressbook
|
|
Unify code for identities and responses deletion.
|
|
|
|
|
|
Missing $ added in get_uids call
|
|
|
|
|
|
|
|
This enables image button and file browser in html editor for signatures
|
|
|
|
|
|
|
|
|
|
add aria-label for meaningful voice output on delete icons
|
|
|
|
|
|
link (#1489942)
|
|
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.
|
|
page (#1489023)
|
|
|
|
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
|
|
program/js/tinymce/roundcube dir
|
|
|
|
|
|
|
|
|
|
|
|
window (#1489919)
|
|
keyboard navigation within the mail view
|
|
|
|
textareas including HTML editor and spellchecking
|
|
|
|
|
|
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
|
|
|
|
|
|
TinyMCE4
|
|
|
|
|
|
Fix so when switching editor mode original version of signature is used (#1488849)
|