[dreamwidth/dw-free] 091a7d: (Bug 4196) New comments by replying to comment not...
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 091a7ddbaf06e8443d4b027e54206c0854a89d77
https://github.com/dreamwidth/dw-free/commit/091a7ddbaf06e8443d4b027e54206c0854a89d77
Author: Afuna <fu@dreamwidth.org>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M bin/checkconfig.pl
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M bin/worker/incoming-email
A cgi-bin/DW/CleanEmail.pm
A cgi-bin/DW/EmailPost.pm
A cgi-bin/DW/EmailPost/Base.pm
A cgi-bin/DW/EmailPost/Comment.pm
A cgi-bin/DW/EmailPost/Entry.pm
M cgi-bin/LJ/Comment.pm
R cgi-bin/LJ/Emailpost.pm
M cgi-bin/LJ/Emailpost/Web.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Talk.pm
M etc/config.pl
M htdocs/admin/spamreports.bml
M htdocs/admin/spamreports.bml.text
M htdocs/admin/userlog.bml
M htdocs/manage/emailpost.bml
M htdocs/manage/emailpost.bml.text
M htdocs/tools/recent_emailposts.bml
A t/cleanemail.t
A t/emailpost-comment.t
M t/emailpost.t
Log Message:
-----------
(Bug 4196) New comments by replying to comment notifications
* Refactors the existing LJ::Emailpost into
DW::EmailPost/DW::EmailPost::Base/DW::EmailPost::Entry/DW::EmailPost::Comment
* DW::EmailPost::Entry works by providing a PIN, same as before
* DW::EmailPost::Comment works by having a one-time auth per
comment/comment thread, not time-limited, automatically generated by
DW
* comment notification email has a Reply-To header, and additional
instructions. Instead of going through the comment form, simply
"reply" via the email client.
Commit: 07da8d40274125e1246b087cfd47cdac02d2dfaa
https://github.com/dreamwidth/dw-free/commit/07da8d40274125e1246b087cfd47cdac02d2dfaa
Author: Mark Smith <mark@qq.is>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M bin/checkconfig.pl
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M bin/worker/incoming-email
A cgi-bin/DW/CleanEmail.pm
A cgi-bin/DW/EmailPost.pm
A cgi-bin/DW/EmailPost/Base.pm
A cgi-bin/DW/EmailPost/Comment.pm
A cgi-bin/DW/EmailPost/Entry.pm
M cgi-bin/LJ/Comment.pm
R cgi-bin/LJ/Emailpost.pm
M cgi-bin/LJ/Emailpost/Web.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Talk.pm
M etc/config.pl
M htdocs/admin/spamreports.bml
M htdocs/admin/spamreports.bml.text
M htdocs/admin/userlog.bml
M htdocs/manage/emailpost.bml
M htdocs/manage/emailpost.bml.text
M htdocs/tools/recent_emailposts.bml
A t/cleanemail.t
A t/emailpost-comment.t
M t/emailpost.t
Log Message:
-----------
Merge pull request #346 from afuna/reply-to-comment-email-bug4196
(Bug 4196) New comments by replying to comment notifications
Compare: https://github.com/dreamwidth/dw-free/compare/07a0dbc6ef6c...07da8d402741
Home: https://github.com/dreamwidth/dw-free
Commit: 091a7ddbaf06e8443d4b027e54206c0854a89d77
https://github.com/dreamwidth/dw-free/commit/091a7ddbaf06e8443d4b027e54206c0854a89d77
Author: Afuna <fu@dreamwidth.org>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M bin/checkconfig.pl
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M bin/worker/incoming-email
A cgi-bin/DW/CleanEmail.pm
A cgi-bin/DW/EmailPost.pm
A cgi-bin/DW/EmailPost/Base.pm
A cgi-bin/DW/EmailPost/Comment.pm
A cgi-bin/DW/EmailPost/Entry.pm
M cgi-bin/LJ/Comment.pm
R cgi-bin/LJ/Emailpost.pm
M cgi-bin/LJ/Emailpost/Web.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Talk.pm
M etc/config.pl
M htdocs/admin/spamreports.bml
M htdocs/admin/spamreports.bml.text
M htdocs/admin/userlog.bml
M htdocs/manage/emailpost.bml
M htdocs/manage/emailpost.bml.text
M htdocs/tools/recent_emailposts.bml
A t/cleanemail.t
A t/emailpost-comment.t
M t/emailpost.t
Log Message:
-----------
(Bug 4196) New comments by replying to comment notifications
* Refactors the existing LJ::Emailpost into
DW::EmailPost/DW::EmailPost::Base/DW::EmailPost::Entry/DW::EmailPost::Comment
* DW::EmailPost::Entry works by providing a PIN, same as before
* DW::EmailPost::Comment works by having a one-time auth per
comment/comment thread, not time-limited, automatically generated by
DW
* comment notification email has a Reply-To header, and additional
instructions. Instead of going through the comment form, simply
"reply" via the email client.
Commit: 07da8d40274125e1246b087cfd47cdac02d2dfaa
https://github.com/dreamwidth/dw-free/commit/07da8d40274125e1246b087cfd47cdac02d2dfaa
Author: Mark Smith <mark@qq.is>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M bin/checkconfig.pl
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M bin/worker/incoming-email
A cgi-bin/DW/CleanEmail.pm
A cgi-bin/DW/EmailPost.pm
A cgi-bin/DW/EmailPost/Base.pm
A cgi-bin/DW/EmailPost/Comment.pm
A cgi-bin/DW/EmailPost/Entry.pm
M cgi-bin/LJ/Comment.pm
R cgi-bin/LJ/Emailpost.pm
M cgi-bin/LJ/Emailpost/Web.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Talk.pm
M etc/config.pl
M htdocs/admin/spamreports.bml
M htdocs/admin/spamreports.bml.text
M htdocs/admin/userlog.bml
M htdocs/manage/emailpost.bml
M htdocs/manage/emailpost.bml.text
M htdocs/tools/recent_emailposts.bml
A t/cleanemail.t
A t/emailpost-comment.t
M t/emailpost.t
Log Message:
-----------
Merge pull request #346 from afuna/reply-to-comment-email-bug4196
(Bug 4196) New comments by replying to comment notifications
Compare: https://github.com/dreamwidth/dw-free/compare/07a0dbc6ef6c...07da8d402741
