Bug#754873: [tracker.debian.org] subscription from profile email check verification

2014-07-25 Thread Joseph Herlant
Control: tags -1 + patch Hi, Sorry for the late answer. I finally made a verification of the checkbox and the field using jquery (client-side only to reduce the potential impact of the modification). I also added a basic subscription test (as this tab had none). The checkbox is now checked by

Bug#754873: [tracker.debian.org] subscription from profile email check verification

2014-07-15 Thread Joseph Herlant
Package: tracker.debian.org Severity: wishlist Hi, When I go to my profile, click on Subscriptions, enter a valid package name in the debian package name field and click on the Subscribe button (forgetting to check my email address), I have an error 404: - Not Found The

Bug#754873: [tracker.debian.org] subscription from profile email check verification

2014-07-15 Thread Raphael Hertzog
Hi, On Tue, 15 Jul 2014, Joseph Herlant wrote: When I go to my profile, click on Subscriptions, enter a valid package name in the debian package name field and click on the Subscribe button (forgetting to check my email address), I have an error 404: Duh, I saw that error as well but I

Bug#754873: [tracker.debian.org] subscription from profile email check verification

2014-07-15 Thread Joseph Herlant
Hi Raphaƫl, Yes, I could do that but as I'm quite busy at home these days, it may need to wait for the week-end. Just one thing: I think the easiest way to do that would be with using forms (a CheckboxSelectMultiple with a ValidationError). But no form has been used for the

Bug#754873: [tracker.debian.org] subscription from profile email check verification

2014-07-15 Thread Raphael Hertzog
Hi, On Tue, 15 Jul 2014, Joseph Herlant wrote: Just one thing: I think the easiest way to do that would be with using forms (a CheckboxSelectMultiple with a ValidationError). But no form has been used for the distro_tracker.accounts part of the application. Is it ok if I go and create one