summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/FeedData.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-22Adding Author and Feed Cookie.Jesse Morgan
* Adding an Author indicator on the feed. * Adding showfeed cookie to enable/disable feed demo. * Hiding the feed on the introduction chapter. * Adding whitespace compression to all pages.
2014-02-22Adding support to post new messages.Jesse Morgan
Other Changes: * JsonEncodedProvider no longer implements Provider. * Only the first answer is shown. Others slide down. * Switch going deeper and the feed.
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.