summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility/articleenhancer
AgeCommit message (Collapse)Author
2013-09-05ArticleEnhancer unit test modified for multiple XPath-resultsbastei
2013-08-29allow more than one article enhancer per url based on the url regex, also ↵Bernhard Posselt
allow embedded youtube videos that start with //
2013-08-28Possible backwards incompatible change by using the link provided by ↵Bernhard Posselt
simplepie instead of the user for the url hash. This prevents duplication of the feed when adding a slightly different feed url which points to the same feed and allows a speedup from O(n) to O(1) for article enhanchers
2013-08-28add enhancers for articles, fix #14Bernhard Posselt