summaryrefslogtreecommitdiff
path: root/extlib/Services/oEmbed.php
AgeCommit message (Collapse)Author
2010-11-15Drop PEAR Services_oEmbed -- ended up replaced by our oEmbedHelper wrapper. ↵Brion Vibber
The extra validation available there is problematic, and their code for building HTML for us wasn't being used anyway.
2009-09-01Allow whitespace before and after the = and require space before the href in ↵Craig Andrews
<link href="url"> html
2009-08-31Allow the oEmbed <link> tag to be split across linesCraig Andrews
2009-07-15Fixed bugs in oEmbed library's discovery routinesCraig Andrews
2009-02-03Added PEAR Services/oEmbed and its dependencies for multimedia integration.Robin Millette