[Mailman-Developers] Reg: Writing tests for Mailman modules

2017-01-07 Thread Siddhartha Gairola
Hi, To get familiar with the code I wiould like to write some tests for mailman. Which module should I get started with? Also some prototypes for writing tests would be helpful. Thank you. Regards, Siddhartha Gairola ___ Mailman-Developers mailing list

Re: [Mailman-Developers] Reg: core and Hyperkitty issues

2017-01-07 Thread Stephen J. Turnbull
Barry Warsaw writes: > Cool! Have you looked through the Gitlab issues for both trackers? > Are there any that interest you? He and I are already working on Postorius #127. Kibitzers welcome! Steve ___ Mailman-Developers mailing list Mailman-Develo

[Mailman-Developers] Reg: Postorius Issue 127

2017-01-07 Thread Stephen J. Turnbull
Siddhartha Gairola writes: > So this is what we have to implement for postorius - > "if the post is from a moderated member, the moderator has a checkbox to > clear the member's moderation when accepting the post." Right. > But I am not too sure how to get this done. I guess it would require

Re: [Mailman-Developers] Reg: Postorius Issue 127

2017-01-07 Thread Mark Sapiro
On 01/07/2017 08:46 AM, Stephen J. Turnbull wrote: > > Model: since the user's moderation bit is already set, it must be > present. Since you're just asked to clear it, which is a normal > operation for bits, probably no change to model is needed. > > Template: implements checkbox formatting. N