Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-18Spelling (#8001)Josh Soref
2020-07-18Fix regression where drag-n-drop content was empty on mail messages listAleksander Machniak
2020-07-01Improve JS Edge version detection, add support for Edge Chromium (#6952)johndoh
2020-05-04Remove depreciated jquery.trim function (#7371)johndoh
2020-03-15Allow possibility to define the container of a table with a fixed header (#7239)johndoh
2020-03-14Add selection element to theads as well as tbodies (#7238)johndoh
2019-11-26Fix so use of Ctrl+A does not scroll the list (#7020)Aleksander Machniak
2019-08-09Use Left/Right Arrow keys to faster move over threaded messages list (#6399)Aleksander Machniak
Fixed some inconsistencies in list widget expand/collapse code. Made the arrow keys behavior like in Thunderbird, i.e.: - Right Arrow expands thread or selects closest child if already expanded, - Left Arrow collapses thread or jumps to closest parent, - Left Arrow + Ctrl selects top-most parent, - Up/Down Arrow keys behavior didn't change.
2019-08-02Select all records on the current list page with CTRL + A (#6813)Aleksander Machniak
2019-06-10Changes in `display_next` setting (#6795)Aleksander Machniak
- Move it to Preferences > User Interface > Main Options - Make it apply to Contacts interface too - Make it apply only if deleting/moving a previewed message/contact
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2019-03-04Fix bug where next row wasn't selected after deleting a collapsed thread (#6655)Aleksander Machniak
2019-02-17Fix bug when aborting dragging with ESC key didn't stop the move action (#6623)Aleksander Machniak
+ small code improvements + focus the list on drag start to make sure it's focused state is up-to-date which is needed for proper keypress handling (e.g. ESC key on drag action)
2018-05-10Support enabling checkbox selection on list after intialization and existing ↵Aleksander Machniak
records
2018-04-26Use timer to differentiate touch or touch + hold events (#6259)johndoh
2018-04-21Allow plugins to prevent multiple execution of getselection JS event (#6256)johndoh
2018-02-25Trigger getselection in get_single_selection() (#6180)johndoh
Make it so that the event getselection is triggered when either rcube_list_widget::get_selection() or rcube_list_widget::get_single_selection() is called
2018-01-11Fix drop action (using jquery-ui draggable) on rcube_list_widgetAleksander Machniak
2018-01-02Disable tabIndex on selection checkboxesAleksander Machniak
2017-12-27Fix so Shift selection also works on list selection checkboxesAleksander Machniak
2017-11-21Fix so clicking pushgroup link on contacts list does not load group ↵Aleksander Machniak
information page Added a general way to mark all such links with data-action-link attribute.
2017-11-13Append "..." to draglayer as div, the same as other drag entriesAleksander Machniak
2017-10-16Elastic skin support for managesieve (part II)Aleksander Machniak
2017-09-12Add (unified) get_next/get_prev/get_single_selection methods for list and ↵Aleksander Machniak
treelist widgets
2017-09-07Code simplificationAleksander Machniak
2017-07-23Add 'getselection' event to the list widgetAleksander Machniak
2017-07-07improve detection for Egde browser and add pointer event support (#5783)JohnDoh
add support for pointer events on list widget, use either pointer or touch events, not both
2017-03-15Fix update_row() for lists with checkbox selectionAleksander Machniak
2017-03-03Added optional checkbox selection for the list widgetAleksander Machniak
2016-09-17Widescreen layout aka three column view (#5093)Aleksander Machniak
2016-08-29Fix so messages list does not lose focus when releasing drag-n-drop outside ↵Aleksander Machniak
of the list
2016-05-20Fix bug where message list columns could be in wrong order after column ↵Aleksander Machniak
drag-n-drop and list sorting
2016-04-21Fix message list multi-select/deselect issue (#5219)Aleksander Machniak
2016-02-14Fix list row selection when provided uid is number not a stringAleksander Machniak
2015-09-30Fix responses list update issue after response name change (#1490555)Aleksander Machniak
2015-07-31Fix some javascript errors in rare situations (#1490441)Aleksander Machniak
2015-07-31Fix wrong positioning of message list header on page scroll in Webkit ↵Aleksander Machniak
browsers (#1490035)
2015-04-18Fix mouseup event handling when dragging a list record (#1490359)Aleksander Machniak
This fixes drag-n-drop on managesieve filters list.
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden ↵Aleksander Machniak
element (#1490318)
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-10Fix css selectors in resize() for IE (#1490213)Aleksander Machniak
2014-10-25Catch only left-button clicks on the list widget's mouseup handlerAleksander Machniak
2014-09-02Don't cancel event on parent focusAleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, ↵Aleksander Machniak
#1490033)
2014-08-05Make possible to skip some elements from subject cell when creating text for ↵Aleksander Machniak
drag layer
2014-07-26Handle clicks on list parent element from the list widgetAleksander Machniak
2014-06-10Fix unintentional unselection with Ctrl+Up/Down in toggleselect modeAleksander Machniak
2014-06-09Fix so list record identifier can be '0'Aleksander Machniak
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-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli