Merge branch 'mark-as-read' into next
[Sone.git] / src / main / java / net / pterodactylus / sone / web / CreatePostPage.java
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenUse new template engine.
2011-01-18 David ‘Bombe’ RodenMerge branch 'select-sender-identity' into next
2011-01-18 David ‘Bombe’ RodenParse sender from request and set it as posting Sone.
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-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1' into message-recipient
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAllow creation of post with recipient using HTTP POST.
2010-11-21 David ‘Bombe’ RodenIncrease the possible length of “returnPage” because...
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-10-28 David ‘Bombe’ RodenMove login requirement to SoneTemplatePage.
2010-10-19 David ‘Bombe’ RodenAlways use correct return page.
2010-10-19 David ‘Bombe’ RodenReturn to correct page when user tries to post an empty...
2010-10-19 David ‘Bombe’ RodenReturn to original page after creating the post.
2010-10-16 David ‘Bombe’ RodenDon’t add the new Post to the Sone ourselves, Core...
2010-10-15 David ‘Bombe’ RodenAllow Sone, Post, and Reply creation only through the...
2010-10-14 David ‘Bombe’ RodenMove post creation back to CreatePostPage.
2010-10-14 David ‘Bombe’ RodenStore the originating Sone in the post.
2010-10-14 David ‘Bombe’ RodenAdd posting ability.