Split text parsing and rendering into two filters
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 25 Jul 2015 08:51:31 +0000 (10:51 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 25 Jul 2015 08:56:41 +0000 (10:56 +0200)
commit5777a17f983636923bc2231daec8d0383955d1f5
tree5dd2ff5a287c53ccadeb0a7e025d5a35d0c09ba6
parent616d826774d0ac43e1152ec6a4f5c3c198b95483
Split text parsing and rendering into two filters
14 files changed:
src/main/java/net/pterodactylus/sone/template/ParserFilter.java
src/main/java/net/pterodactylus/sone/template/RenderFilter.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/web/WebInterface.java
src/main/java/net/pterodactylus/sone/web/ajax/EditImageAjaxPage.java
src/main/resources/templates/imageBrowser.html
src/main/resources/templates/include/browseAlbums.html
src/main/resources/templates/include/viewPost.html
src/main/resources/templates/include/viewReply.html
src/main/resources/templates/invalid.html
src/main/resources/templates/notify/newVersionNotification.html
src/main/resources/templates/notify/soneInsertNotification.html
src/main/resources/templates/viewSone.html
src/test/java/net/pterodactylus/sone/template/ParserFilterTest.java [new file with mode: 0644]
src/test/java/net/pterodactylus/sone/template/RenderFilterTest.java [new file with mode: 0644]