Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29352643: Issue 4377 - Add Configurable Form to Email Service (Closed)

Created:
Sept. 12, 2016, 11 a.m. by Jon Sonesen
Modified:
Sept. 13, 2016, 11:48 a.m.
CC:
saroyanm, Philip Hill
Visibility:
Public.

Description

Issue 4377 - Add Configurable Form to Email Service Repository: hg.adblockplus.org/sitescripts

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comments #

Patch Set 3 : adds test and fixed logic in handler #

Patch Set 4 : fixed make_error to properly build message and fix test to fail if message not built #

Total comments: 17
Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -0 lines) Patch
M .sitescripts.example View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
A sitescripts/formmail/test/template/test.mail View 1 chunk +10 lines, -0 lines 0 comments Download
A sitescripts/formmail/test/test_formmail2.py View 1 2 3 1 chunk +110 lines, -0 lines 0 comments Download
A sitescripts/formmail/web/formmail2.py View 1 2 3 1 chunk +139 lines, -0 lines 17 comments Download

Messages

Total messages: 14
Jon Sonesen
Sept. 12, 2016, 11 a.m. (2016-09-12 11:00:31 UTC) #1
Jon Sonesen
Hey guys, so we are gonna want to try and get this review done ASAP ...
Sept. 12, 2016, 11:03 a.m. (2016-09-12 11:03:00 UTC) #2
Vasily Kuznetsov
https://codereview.adblockplus.org/29352643/diff/29352644/.sitescripts.example File .sitescripts.example (right): https://codereview.adblockplus.org/29352643/diff/29352644/.sitescripts.example#newcode15 .sitescripts.example:15: sitescripts.formmail.web.formmail = We also need to add formmail2 here ...
Sept. 12, 2016, 11:33 a.m. (2016-09-12 11:33:20 UTC) #3
Jon Sonesen
addressed comments
Sept. 12, 2016, 12:16 p.m. (2016-09-12 12:16:57 UTC) #4
Jon Sonesen
adds test and fixed logic in handler
Sept. 12, 2016, 1:58 p.m. (2016-09-12 13:58:07 UTC) #5
Sebastian Noack
How about replacing "formmail", rather than adding another module? I suppose you did it that ...
Sept. 12, 2016, 2:11 p.m. (2016-09-12 14:11:50 UTC) #6
Vasily Kuznetsov
On 2016/09/12 14:11:50, Sebastian Noack wrote: > How about replacing "formmail", rather than adding another ...
Sept. 12, 2016, 3:17 p.m. (2016-09-12 15:17:46 UTC) #7
Sebastian Noack
Yes, we should unify the setup afterwards, and remove the legacy code, either way. This ...
Sept. 12, 2016, 4:51 p.m. (2016-09-12 16:51:51 UTC) #8
Vasily Kuznetsov
Thanks, Sebastian, this is very constructive. I definitely second your comments about how this was ...
Sept. 12, 2016, 5:48 p.m. (2016-09-12 17:48:29 UTC) #9
Vasily Kuznetsov
LGTM
Sept. 12, 2016, 6:19 p.m. (2016-09-12 18:19:22 UTC) #10
Sebastian Noack
I'm afraid that even if we do it that way, those changes aren't ready to ...
Sept. 12, 2016, 10:11 p.m. (2016-09-12 22:11:50 UTC) #11
Vasily Kuznetsov
Thanks for looking into it, Sebastian. I agree pretty much with all your comments. Since ...
Sept. 13, 2016, 7:15 a.m. (2016-09-13 07:15:54 UTC) #12
Vasily Kuznetsov
I addressed the last round of comments. The review continues here: https://codereview.adblockplus.org/29352643/ https://codereview.adblockplus.org/29352643/diff/29352714/sitescripts/formmail/web/formmail2.py File sitescripts/formmail/web/formmail2.py ...
Sept. 13, 2016, 9:03 a.m. (2016-09-13 09:03:28 UTC) #13
Vasily Kuznetsov
Sept. 13, 2016, 9:06 a.m. (2016-09-13 09:06:31 UTC) #14
Sorry, wrong link, actually the new review is this:
https://codereview.adblockplus.org/29352795/

Powered by Google App Engine
This is Rietveld