CVSROOT:        /cvs/gnome
Module name:    yarrr
Changes by:     dave_malcolm    05/02/03 00:25:41

Modified files:
        .              : ChangeLog 
        web            : dynamic-message-list.js yarrr.css 
        src/org/gnome/yarrr: Message.java Topic.java Topic.hbm.xml 
        src/org/gnome/yarrr/tests: TopicTests.java 
        src/org/gnome/yarrr/servlet: JavaScriptGenerator.java 
                                     YarrrServlet.java 
        src/org/gnome/yarrr/hibernate: HibernateUtil.java 
        Documentation  : Debugging.txt 

Log message:
2005-02-02  David Malcolm  <[EMAIL PROTECTED]>
Server classes:
* Add Topic.deleteAllTopics()
* Set up many-to-many Topic<->Message association in Topic.hbm.xml
* Fix deleteAllMessages and deleteAllTopics so they delete the association 
table (to avoid loss of referential integrity)
* Added TopicTests.testPersistMessages() to give the above a good workout

Servlet/clientside-Javascript:
* appendTopic() now takes a topicID rather than a URL; make this call a stubbed 
changeToTopic() function client-side; disable output of descriptions for now
* initiateUpdate() passes a topicID
* store a currentTopicID (currently hardcoded as ID=5, since this matches one 
of the topics in our initialisation data)
* Add JavaScriptGenerator.createEventReport method; note this in Debugging.txt
* Log the topicID in getUpdates
* Refactor logRequestParameters so it can be used to send debug reports via 
javascript
* add selected-topic and unselect-topic to the CSS with exciting coder-designed 
UI for now.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=yarrr&who=dave_malcolm&date=explicit&mindate=2005-02-03%2000:24&maxdate=2005-02-03%2000:26

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to