summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-14Unify some labelsAleksander Machniak
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-06The following:David Carter
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.
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
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
2014-06-04Improved video support, all tinymce related resources moved to ↵Aleksander Machniak
program/js/tinymce/roundcube dir
2014-06-04Render localized texts for icon-style messagelist headersThomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-04Add fieldset legends and input element labels to contact edit formThomas Bruederli
2014-06-03Apply accessibility improvements to the settings sectionThomas Bruederli
2014-06-03Apply accessibility improvements to the address book taskThomas Bruederli
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-06-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view
2014-06-02CS fixesAleksander Machniak
2014-05-30Implemented Text Editor widget that integrates all operations onAleksander Machniak
textareas including HTML editor and spellchecking
2014-05-29Remove (was: ...) from message subject on reply (#1489375)Aleksander Machniak
2014-05-28Add message status labels to clientThomas Bruederli
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc
2014-05-28TinyMCE4: Fix spellchecker resumeAleksander Machniak
2014-05-28Bring back "Add To Dictionary" featureAleksander Machniak
2014-05-27Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵Aleksander Machniak
TinyMCE4
2014-05-27Plugin API: Add folder and uid arguments to message_headers_output hookAleksander Machniak
2014-05-21Fix so current page is reset on list-mode change (#1489907)Aleksander Machniak
2014-05-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-17Merge branch 'dev-text2html'Aleksander Machniak
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files
2014-05-13Bring back the old behaviour where text messages without format=flowed are ↵Aleksander Machniak
auto-wrapped. Make it the default in text2html class.
2014-05-13Fix some typos and skip some function calls irrelevant in multi-folder modeAleksander Machniak
2014-05-12Performance fix: don't send vcard/photo data to the browser after contact updateAleksander Machniak
2014-05-12Bypass cache when counting EXISTS messagesAleksander Machniak
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-08Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6Aleksander Machniak
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2014-05-06Allow <> characters in spellchecking textAleksander Machniak
2014-05-03add preferences_section_header hookcorbosman
2014-05-01Update to TinyMCE 4.xAleksander Machniak
2014-04-28Make identity name field optional (#1489510)Aleksander Machniak
Get rid of unhelpful error message.
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-24Fix possibly wrong error message when contact with the same email exists on ↵Aleksander Machniak
move/copy
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-23Fix saving of search settings in 'all folders' modeThomas Bruederli
2014-04-23Remove debug outputThomas Bruederli
2014-04-23Further refine cross-folder searching:Thomas Bruederli
- Store incomplete search results in session and re-send search requests to the server if returned before complete (this should avoid hitting request timeouts). - Display full folder path on mouseover in message list - Remove pthreads implementation stuff as this wasn't really working
2014-04-23Fix so browser capabilities check is done really only once a sessionAleksander Machniak
2014-04-18Consider search scope (and changes) for filter searches + disable folder ↵Thomas Bruederli
operation commands in multi-folder search mode (#1485234)
2014-04-18Merge pull request #175 from chriskulbacki/masterThomas B.
Skins sorted by skin name in the Settings.
2014-04-18Support messages import from zip archivesAleksander Machniak
2014-04-18Remove IE<7 specific codeAleksander Machniak