github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2016-06-17 10:54 pm

[dreamwidth/dw-free] da47fc: Add LJ::dhtml to mirror LJ::ehtml (#1811)

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: da47fcd2b7f6faad041eb052b1f587ba46512cb2
https://github.com/dreamwidth/dw-free/commit/da47fcd2b7f6faad041eb052b1f587ba46512cb2
Author: kaberett <kaberett@gmail.com>
Date: 2016-06-18 (Sat, 18 Jun 2016)

Changed paths:
M cgi-bin/DW/CleanEmail.pm
M cgi-bin/DW/EmailPost/Entry.pm
M cgi-bin/DW/External/XPostProtocol/LJXMLRPC.pm
M cgi-bin/DW/Worker/ContentImporter/LiveJournal/Userpics.pm
M cgi-bin/LJ/TextUtil.pm

Log Message:
-----------
Add LJ::dhtml to mirror LJ::ehtml (#1811)

* Add LJ::dhtml to mirror LJ::ehtml

Fixes #1737.

Adds LJ::dhtml for symmetry with LJ::ehtml, which applies
HTML::Entities::decode (or equivalently HTML::Entities::decode_entities)
to an input string. Replaces HTML::Entities::decode(_entities) with
LJ::dhtml in the codebase.

* Tidying up comments