Re: [PATCH] Add help text to project and patch_project fields

2018-10-01 Thread Daniel Axtens
Stephen Finucane writes: > On Mon, 2018-10-01 at 22:25 +1000, Daniel Axtens wrote: >> Stephen Finucane writes: >> >> > On Mon, 2018-10-01 at 05:37 -0400, Veronika Kabatova wrote: >> > > >> > > - Original Message - >> > > > From: "Stephen Finucane" >> > > > To: "Daniel Axtens" ,

[PULL REQUEST] Pull request for branch stephenfin/the-great-bootstrapification

2018-10-01 Thread Stephen Finucane
Time to switch to Bootstrap 4. I've sent this as a pull request due to the size of the some of the files (if various SMTP servers didn't drop them, the mailing list would). However, there isn't a whole lot going on here. I mostly update all the dependencies I can to the latest version and then

Re: [PATCH] templates: Avoid recursive call

2018-10-01 Thread Stephen Finucane
On Mon, 2018-10-01 at 22:42 +0100, Stephen Finucane wrote: > We had registered an event handler on a checkbox in table header which > would call a function, 'checkboxes', on all checkboxes within that > table. This function, in turn, causes does its work and then triggers > event handlers for all

[PATCH] templates: Avoid recursive call

2018-10-01 Thread Stephen Finucane
We had registered an event handler on a checkbox in table header which would call a function, 'checkboxes', on all checkboxes within that table. This function, in turn, causes does its work and then triggers event handlers for all modified checkboxes which include the original table header

Re: [PATCH] Add help text to project and patch_project fields

2018-10-01 Thread Stephen Finucane
On Mon, 2018-10-01 at 22:25 +1000, Daniel Axtens wrote: > Stephen Finucane writes: > > > On Mon, 2018-10-01 at 05:37 -0400, Veronika Kabatova wrote: > > > > > > - Original Message - > > > > From: "Stephen Finucane" > > > > To: "Daniel Axtens" , vkaba...@redhat.com, > > > >

Re: [PATCH] Add help text to project and patch_project fields

2018-10-01 Thread Veronika Kabatova
- Original Message - > From: "Stephen Finucane" > To: "Veronika Kabatova" > Cc: "Daniel Axtens" , patchwork@lists.ozlabs.org > Sent: Monday, October 1, 2018 11:57:09 AM > Subject: Re: [PATCH] Add help text to project and patch_project fields > > On Mon, 2018-10-01 at 05:37 -0400,

Re: [PATCH v3 3/5] models: Convert Series-Patch relationship to 1:N

2018-10-01 Thread Daniel Axtens
Hi Stephen, > +class Migration(migrations.Migration): > + > +dependencies = [ > +('patchwork', '0031_add_patch_series_fields'), > +] > + > +operations = [ > +# Copy SeriesPatch.series, SeriesPatch.number to Patch.series_alt, > +# Patch.number. Note that there

Re: [PATCH] Add help text to project and patch_project fields

2018-10-01 Thread Daniel Axtens
Stephen Finucane writes: > On Mon, 2018-10-01 at 05:37 -0400, Veronika Kabatova wrote: >> >> - Original Message - >> > From: "Stephen Finucane" >> > To: "Daniel Axtens" , vkaba...@redhat.com, >> > patchwork@lists.ozlabs.org >> > Sent: Sunday, September 30, 2018 12:23:13 AM >> >

Re: [PATCH] Add help text to project and patch_project fields

2018-10-01 Thread Stephen Finucane
On Mon, 2018-10-01 at 05:37 -0400, Veronika Kabatova wrote: > > - Original Message - > > From: "Stephen Finucane" > > To: "Daniel Axtens" , vkaba...@redhat.com, > > patchwork@lists.ozlabs.org > > Sent: Sunday, September 30, 2018 12:23:13 AM > > Subject: Re: [PATCH] Add help text to

Re: [PATCH] Add help text to project and patch_project fields

2018-10-01 Thread Veronika Kabatova
- Original Message - > From: "Stephen Finucane" > To: "Daniel Axtens" , vkaba...@redhat.com, > patchwork@lists.ozlabs.org > Sent: Sunday, September 30, 2018 12:23:13 AM > Subject: Re: [PATCH] Add help text to project and patch_project fields > > On Sat, 2018-09-29 at 01:24 +1000,