CVSROOT:        /cvs/gnome
Module name:    yarrr
Changes by:     walters 05/03/31 10:06:46

Modified files:
        web/stylesheets: chat.css topic.css 
        src/org/gnome/yarrr: ReferencableObject.java Whiteboard.java 
                             Chat.java YarrrXmlRpcMethods.java 
                             LiveComment.java ClosedComment.java 
                             YarrrServlet.java Discussion.java 
                             ActiveTopic.java Yarrr.java 
                             ReferencableObjectRegistry.java 
        .externalToolBuilders: Deploy To Production Tomcat Server.launch 
                               Deploy To Local Tomcat Server.launch 
        .              : ChangeLog 
        web            : topic.js topic.jsp referencableobject.js 
                         comment.js 
Added files:
        src/org/gnome/yarrr: Person.java 

Log message:
2005-03-31  Colin Walters  <[EMAIL PROTECTED]>

* Deploy To Local Tomcat Server.launch, Deploy to Production Tomcat 
Server.launch:
Really require web/tomcat-launch.properties; see Documentation/Deploying to 
Tomcat.txt.
* Person.java: New file.
* ReferencableObjectRegistry: Make all methods and members static; no point in 
having multiple
registries really.  This avoids us having to pass in Yarrr or ActiveTopic to 
everything.
* ActiveTopic.java: Make most member variables private.  Add presentPersons 
member and
getPresentPersons() method.  Update pollForChanges to take Person name as well 
as
session id.  Insert Person into present people, remove when Person has stopped 
polling.
* Chat.java: Updated for static ROR.
* ClosedComment.java: Ditto.
* Discussion.java: Ditto.
* LiveComment.java: Ditto.
* ReferencableObject.java: Ditto.
* Whiteboard.java: Ditto.
* YarrrServlet.java: Ditto.
* Yarrr.java: Add comment.
* YarrrXmlRpcMethods.java: Add getPresentPersons() XML-RPC method.
* comment.js: Remove call to register.
* referencableobject.js: Add deregister function.
* topic.js: Add getPresentPersons.  Add global registerObject and 
deregisterObject, and
use them after creating objects instead of doing it in constructor.  This 
reverts
Alex's change to add theTopic.poll in object update methods.  A number of 
cleanups and
function renames to map changes into the update() method.  Some work on 
updating list
of present people, doesn't work yet for some reason.
* topic.jsp: Add presentpersons div, and add topic title to sidebar.
* chat.css: Make comment areas bigger.
* topic.css: Some style for topic title, etc.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=yarrr&who=walters&date=explicit&mindate=2005-03-31%2010:05&maxdate=2005-03-31%2010:07

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

Reply via email to