[PATCH 0/7] Support delegation to non-maintainers

Damien Lespiau damien.lespiau at intel.com
Wed Sep 9 23:20:25 AEST 2015


On Wed, Sep 09, 2015 at 01:59:07PM +0100, Stephen Finucane wrote:
> Add support for delegating patches to users other than maintainers, as
> requested on the mailing list:
> 
>   https://lists.ozlabs.org/pipermail/patchwork/2015-July/001351.html
> 
> The required change to enable this is actually very small but in order
> to prevent "a select-box with 1360 users to scroll through" it is
> necessary to implement some form of autocomplete:
> 
>   https://lists.ozlabs.org/pipermail/patchwork/2015-July/001355.html
> 
> This is achieved through use of JQuery UI's autocomplete widget.

FWIW, my big UI series has another way of doing UI components, using
bootstrap (http://getbootstrap.com/), and another way of doing
autocompletion, using selectize.js (http://brianreavis.github.io/selectize.js/)

-- 
Damien


More information about the Patchwork mailing list