Permalink
rss_feed_displ…
Commits on Dec 18, 2015
-
-
-
Make imporvements to sanitizeHTML and tests
Mainly to cover more cases with self-parsing version. Also fix issue with images and links allowed incorrectly.
-
Put back unforgiving version of sanitizeHTML alongside new version
Make all options available in RSS plugin. Test all options.
-
-
-
-
-
-
Create unit test for sanitizeHTML.ts
Change sanitizeHTML so Mithril reference is passed in to deal with mocha loading issue. Maybe this can be improved further later so "m" does not have to be passed in.
-
This is to test sanitizeHTML webapp library that uses Mithril. Mithril version 0.2
-
Copy sanitizeHTML.ts from NarraFirma project
This version creates a Mithril vdom from a subset of HTML tags with no parameters
-
-
Commits on Dec 17, 2015
-
-
Add server stub for proxy callback
Call stub from RSS plugin, updating GUI with result.
-
-
-