summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/model/MessageThread.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan
2014-03-31Enabling the Feed and various bug fixes.Jesse Morgan
* Fixing thread ordering. * Adding a limit of 5 threads per topic. * Changing frontend /account references to UserRecord.
2014-02-20Added support for displaying message on Feed.Jesse Morgan
Changed MessageThread so that a thread always contains one original message. Added support in JsonEncodedProvider for JavaTypes in addition to classes. Updated communityfeed.ftl to actually display questions and answers.
2014-02-01Adding the feed backend support.Jesse Morgan