[yocto] [patchwork][PATCH 0/3] Support range select in patch-list

Jose Lamego jose.a.lamego at linux.intel.com
Tue Feb 28 15:07:31 PST 2017


Selecting multiple items in a patch list must be done manually,
one item at a time, providing a poor user experience.

These changes add the jquery.tablecheckbox plugin and call it from
the patch-list tables to allow users to select single / multiple / all
table row(s) by clicking.

A function specific to the series view is used to provide the mentioned
feature too.

[YOCTO #10819]

Jose Lamego (3):
  series.js: support shift-select range
  jquery.tablecheckbox: add plugin for multiselect functionality
  patch-list: call tablecheckbox plugin from patch-list

 htdocs/js/jquery.tablecheckbox.js             | 165 ++++++++++++++++++++++++++
 htdocs/js/series.js                           |  31 +++++
 patchwork/templates/patchwork/patch-list.html |   2 +
 3 files changed, 198 insertions(+)
 create mode 100644 htdocs/js/jquery.tablecheckbox.js

-- 
1.9.1




More information about the yocto mailing list