]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Ticket 1870: drop unnecessary Tidy module installation requirement.
authorBrion Vibber <brion@pobox.com>
Mon, 30 Nov 2009 16:09:30 +0000 (08:09 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 30 Nov 2009 17:12:19 +0000 (09:12 -0800)
commit10f40661a2f517393331b554c2fec295c8c160e8
tree78e77eb9025463410ce4f45747081316315515d4
parenta2e4ac2fe857dbc6cfc55b2fb86f5f848f144b26
Ticket 1870: drop unnecessary Tidy module installation requirement.

Tidy was only being used by a couple of non-default URL shortener plugins,
PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML
via DOMDocument (using the default DOM module which is already used by
other dependencies).

Added xml, dom, and simplexml modules to the requirements check
in install.php, as they were being used but not checked for.

Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string
instead of as a SimpleXML node object.
README
install.php
plugins/LilUrl/LilUrlPlugin.php
plugins/PtitUrl/PtitUrlPlugin.php
plugins/TightUrl/TightUrlPlugin.php
plugins/UrlShortener/UrlShortenerPlugin.php