From nick at afternight.org Thu Dec 1 09:14:00 2011 From: nick at afternight.org (Nick Lanham) Date: Thu, 01 Dec 2011 15:14:00 +0100 Subject: [aur-dev] Select All in Package Listing Message-ID: <4ED78BA8.10303@afternight.org> There was some talk on the aur-general list about how it would be nice to have a select all option on the package listing page. This patch adds that. Note that I just dropped the javascript into a > +
> + | > + + title='' > + onClick='clickAll(this,document.getElementById("result_table"))' > + name='SelAllCheck' value='1' /> > + | > > >
From nick at afternight.org Fri Dec 2 05:12:24 2011
From: nick at afternight.org (Nick Lanham)
Date: Fri, 02 Dec 2011 11:12:24 +0100
Subject: [aur-dev] Select All in Package Listing
In-Reply-To: <20111202093534.GB18088@blizzard>
References: <4ED78BA8.10303@afternight.org> <20111202093534.GB18088@blizzard>
Message-ID: <4ED8A488.2040909@afternight.org>
Yeah, sorry about the patch format, I should have read the guidelines
more carefully. I will get it right when I re-submit.
I realized that there was probably a conscious avoidance of javascript
(which I'm generally for too), but for modifying dom elements like this,
it really does make sense. There would be a more convoluted way to do
it, sort of like how search is done, with a new request and a parameter
to indicate that all checkboxes should be checked or un-checked, so if
there's really a desire to keep js out of the code, let me know, and
I'll try to get that working for the re-submit.
Regards,
Nick
On 12/02/2011 10:35 AM, Lukas Fleischer wrote:
> On Thu, Dec 01, 2011 at 03:14:00PM +0100, Nick Lanham wrote:
>> There was some talk on the aur-general list about how it would be
>> nice to have a select all option on the package listing page. This
>> patch adds that.
> Please send full Git-formatted patches (generated by
> git-format-patch(1)) and please send them inline instead of attaching
> stuff.
>
>> Note that I just dropped the javascript into a
>> +
|
---|