github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2013-04-23 01:59 pm

[dreamwidth/dw-free] b5ff48: (Bug 5025) Enables markdown parsing for replies-by...

Branch: refs/heads/release-1.15
Home: https://github.com/dreamwidth/dw-free
Commit: b5ff48b932dc9930ef630acd7b59a972c0458d44
https://github.com/dreamwidth/dw-free/commit/b5ff48b932dc9930ef630acd7b59a972c0458d44
Author: Afuna <fu@dreamwidth.org>
Date: 2013-04-23 (Tue, 23 Apr 2013)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/DW/EmailPost/Comment.pm
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/Comment.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/S2/EntryPage.pm
M cgi-bin/LJ/S2/ReplyPage.pm
M cgi-bin/LJ/Talk.pm
M htdocs/talkread.bml
M htdocs/tools/recent_comments.bml

Log Message:
-----------
(Bug 5025) Enables markdown parsing for replies-by-email

So. Gmail automatically hardwraps sent messages. We can strive to unwrap
it, with the attendant difficulties (what if the wrapping is in the
middle of an HTML tag? what about multiple line breaks vs single line
breaks?), or we can rely on a library which is meant to handle text like
this.

So. Markdown -- HTML still works, along with the various formatting
shortcuts markdown offers.

For a certain subset of users who regularly use their mobile phones,
this should also be easier than switching keyboards to type angled
brackets/quotes

We use regular markdown, with a variant of @username to refer to a
specific user.


Commit: ef4f9d1c0dc7d9aaa07901bb3b04566229c83d4d
https://github.com/dreamwidth/dw-free/commit/ef4f9d1c0dc7d9aaa07901bb3b04566229c83d4d
Author: Mark Smith <mark@qq.is>
Date: 2013-04-23 (Tue, 23 Apr 2013)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/DW/EmailPost/Comment.pm
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/Comment.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/S2/EntryPage.pm
M cgi-bin/LJ/S2/ReplyPage.pm
M cgi-bin/LJ/Talk.pm
M htdocs/talkread.bml
M htdocs/tools/recent_comments.bml

Log Message:
-----------
Merge pull request #360 from afuna/comment-markdown-bug5025

(Bug 5025) Enables markdown parsing for replies-by-email


Compare: https://github.com/dreamwidth/dw-free/compare/cf377b285bdb...ef4f9d1c0dc7