Fix HTML encoding of ampersand.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / TemplatePage.java
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-02 David ‘Bombe’ RodenAdd page that renders a template but is not a Freenet...
2011-04-02 David ‘Bombe’ RodenRename TemplatePage to FreenetTemplatePage, which fits...
2011-04-02 David ‘Bombe’ RodenAllow pages to set titles per request.
2011-04-01 David ‘Bombe’ RodenMake classes static.
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
2011-01-19 David ‘Bombe’ RodenFix documentation to remove warning.
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenUse new template engine.
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-13 David ‘Bombe’ RodenMerge branch 'release-0.3.7' 0.3.7
2011-01-12 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-10 David ‘Bombe’ RodenRender templates in a thread-safe way.
2010-11-30 David ‘Bombe’ RodenActually post process after rendering the template!
2010-11-25 David ‘Bombe’ RodenMake the rendered template available in post processing.
2010-11-25 David ‘Bombe’ RodenAdd possibility to perform actions after the template...
2010-11-10 David ‘Bombe’ RodenShow template rendering time in milliseconds.
2010-10-19 David ‘Bombe’ RodenRedirect to “noPermission.html” if a POST request does...
2010-10-18 David ‘Bombe’ RodenLet a template page have an optional icon.
2010-10-18 David ‘Bombe’ RodenExpose the template to subclasses.
2010-10-13 David ‘Bombe’ RodenWhitespace fixes.
2010-10-13 David ‘Bombe’ RodenAdd possibility to redirect during processing.
2010-10-13 David ‘Bombe’ RodenImplement link-enabled callback interface.
2010-10-12 David ‘Bombe’ RodenAdd interface between templates and toadlets.