CVSROOT: /cvs/gnome Module name: yarrr Changes by: dave_malcolm 05/02/03 05:13:46
Modified files: src/org/gnome/yarrr/tests: TopicTests.java src/org/gnome/yarrr: Message.java Topic.java Yarrr.java Topic.hbm.xml . : ChangeLog src/org/gnome/yarrr/servlet: YarrrServlet.java JavaScriptGenerator.java web : dynamic-message-list.js Log message: 2005-02-03 David Malcolm <[EMAIL PROTECTED]> * make Messages implement Comparable, sort them by their sentTime * make Hibernate autosort the messages in the Topic association * refactor createNewMessagesSinceLastUpdate into separate methods, with and without a topicID * getUpdates and addMessage now take a topicID; javascript passes currentTopicID back for this * added lots of debug spewage for now * add a Topic.getMessagesNewerThan method, and a test case for this * use a TreeSet rather than a HashSet for Topic's set of messages so that it can be comparable (avoiding a Hibernate exception) URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=yarrr&who=dave_malcolm&date=explicit&mindate=2005-02-03%2005:12&maxdate=2005-02-03%2005:14 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list