|
From: <rga...@us...> - 2002-11-03 20:46:20
|
Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv16885
Modified Files:
status.xml
Log Message:
Improved handling of preferences. Now uses a separate Preferences manager. The user no longer needs to define parameters in the editor window, they are there by default. If the user has customised any settings they will be retained inbetween installs.
Index: status.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/status.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** status.xml 1 Nov 2002 22:05:44 -0000 1.8
--- status.xml 3 Nov 2002 20:46:16 -0000 1.9
***************
*** 1,91 ****
<?xml version="1.0"?>
! <?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/status.xsl"?>
<status>
-
<developers>
! <!-- in strict id alphabetical order -->
! <person name="Ross D. Gardler" id="rdg" email="ro...@sa..."/>
! <person name="Stuart Gardler" id="smgardler" email="st...@wk..."/>
! <person name="Michael Lever" id="leverm" email="mi...@fa..."/>
</developers>
!
<todo>
! <actions priority="high">
! <action context="design" assigned-to="all">
! Design the data structures for team management in the core system.
! </action>
! <action context="code" assigned-to="all">
! Make the 0.1.1alpha release accessible as a Cocoon web app.
! </action>
! </actions>
</todo>
<changes>
<release version="" date="">
! <description>This is release moves the prior 0.1.1alpha release to
! a Cocoon application rather than a standalone application. This enable
! the creation of a web based interface to the system. The first part of which
! is the Auot Scoring facilites found inthe previous release.</description>
! <action dev="rdg" type="update">
! Added additional feedback via the log when calculating score and made
! information panes appear in the GUI in a different order. This is so
! the system doesn't look "dead" whilst calculating.
! </action>
! <action dev="rdg" type="bugfix" id="630866">
! Fixed bug preventing local files being loaded into the browser on Windows.
! </action>
! <action dev="rdg" type="add">
! Added basic ANT support. For compile and run targets Ant is much faster because
! it does not have the overhead that comes with starting Centipede. However, Centipede
! remains as the main build tool.
! </action>
</release>
<release version="0.1.1alpha1" date="29 October 2002">
! <description>Scrapes BBC textual commentaries of Barclaycard Premiership games and
! generates scores accordingly. How the events are scraped and how the scores are
! calculated is defined in configuration files.</description>
! <action dev="rdg" type="add">
! Added ability to override preferences so that config files are stored
! locally rather than remotely.
! </action>
! <action dev="rdg" type="add">
! Addition of CSMS skin for the community web site.
! </action>
! <action dev="rdg" type="add">
! Addition of JDepend metrics report to the community site.
! </action>
! <action dev="rdg" type="update">
! Various refactorings and code style checks in response to checkstyle reports.
! </action>
! <action dev="rdg" type="update">
! Local browser now displays commentary before any other files are loaded, this improves performance
! because the browser will download the file in parallel to the configuration files.
! </action>
! <action dev="rdg" type="update">
! Local browser now displays contents of local file as well as remote urls when parsing.
! </action>
! <action dev="rdg" type="update">
! Now able tp check for duplicate events in the event parser using the <duplicateDetection>
! element of the the event definition in the parser config file.
! </action>
! <action dev="rdg" type="update">
! Removed permanent tab panes for Events XML, Scores XML and Scores HTML.
! These are now created as they are needed.
! </action>
! <action dev="rdg" type="update">
! Added list BBC commentary URLs to the getURL dialog used to enter
! the URL of a page to parse. You can now either type an URL or select one
! in the combo box.
! </action>
! <action dev="rdg" type="add">
! Added Event notification to EventParser and EventParserListener to allow feedback to the
! application.
! </action>
! <action dev="rdg" type="add">
! ControlCentre now controls the native broswer to display the commentary page.
! This should assist in verifying calculated scores.
! </action>
</release>
! </changes>
</status>
--- 1,99 ----
<?xml version="1.0"?>
! <?xml-stylesheet type="text/xsl"
! href="tools/antipede/resources/stylesheets/status.xsl"?>
<status>
<developers>
! <!-- in strict id alphabetical order -->
! <person name="Ross D. Gardler" id="rdg" email="ro...@sa..." />
!
! <person name="Stuart Gardler" id="smgardler" email="st...@wk..." />
!
! <person name="Michael Lever" id="leverm" email="mi...@fa..." />
</developers>
!
<todo>
! <actions priority="high">
! <action context="design" assigned-to="all">Design the data structures
! for team management in the core system.</action>
!
! <action context="code" assigned-to="all">Make the 0.1.1alpha release
! accessible as a Cocoon web app.</action>
! </actions>
</todo>
<changes>
<release version="" date="">
! <description>This is release moves the prior 0.1.1alpha release to a
! Cocoon application rather than a standalone application. This enable the
! creation of a web based interface to the system. The first part of which
! is the Auot Scoring facilites found inthe previous
! release.</description>
!
! <action dev="rdg" type="update">Improved handling of preferences. Now
! uses a separate Preferences manager. The user no longer needs to define
! parameters in the editor window, they are there by default. If the
! user has customised any settings they will be retained inbetween installs.</action>
!
! <action dev="rdg" type="update">Added additional feedback via the log
! when calculating score and made information panes appear in the GUI in a
! different order. This is so the system doesn't look "dead" whilst
! calculating.</action>
!
! <action dev="rdg" type="bugfix" id="630866">Fixed bug preventing local
! files being loaded into the browser on Windows.</action>
!
! <action dev="rdg" type="add">Added basic ANT support. For compile and
! run targets Ant is much faster because it does not have the overhead
! that comes with starting Centipede. However, Centipede remains as the
! main build tool.</action>
</release>
+
<release version="0.1.1alpha1" date="29 October 2002">
! <description>Scrapes BBC textual commentaries of Barclaycard Premiership
! games and generates scores accordingly. How the events are scraped and
! how the scores are calculated is defined in configuration
! files.</description>
!
! <action dev="rdg" type="add">Added ability to override preferences so
! that config files are stored locally rather than remotely.</action>
!
! <action dev="rdg" type="add">Addition of CSMS skin for the community web
! site.</action>
!
! <action dev="rdg" type="add">Addition of JDepend metrics report to the
! community site.</action>
!
! <action dev="rdg" type="update">Various refactorings and code style
! checks in response to checkstyle reports.</action>
!
! <action dev="rdg" type="update">Local browser now displays commentary
! before any other files are loaded, this improves performance because the
! browser will download the file in parallel to the configuration
! files.</action>
!
! <action dev="rdg" type="update">Local browser now displays contents of
! local file as well as remote urls when parsing.</action>
!
! <action dev="rdg" type="update">Now able tp check for duplicate events
! in the event parser using the <duplicateDetection> element of the
! the event definition in the parser config file.</action>
!
! <action dev="rdg" type="update">Removed permanent tab panes for Events
! XML, Scores XML and Scores HTML. These are now created as they are
! needed.</action>
!
! <action dev="rdg" type="update">Added list BBC commentary URLs to the
! getURL dialog used to enter the URL of a page to parse. You can now
! either type an URL or select one in the combo box.</action>
!
! <action dev="rdg" type="add">Added Event notification to EventParser and
! EventParserListener to allow feedback to the application.</action>
!
! <action dev="rdg" type="add">ControlCentre now controls the native
! broswer to display the commentary page. This should assist in verifying
! calculated scores.</action>
</release>
! </changes>
</status>
+
|