[cvs] expresso/expresso-web/expresso/doc ChangeLog.xml
JCorporate Ltd
jcorp at jcorp2.servlets.net
Fri Jul 30 06:14:01 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc
In directory jcorp2.servlets.net:/tmp/cvs-serv26646
Modified Files:
ChangeLog.xml
Log Message:
new class - com.jcorporate.expresso.core.controller.TilesController
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.231
retrieving revision 1.232
diff -C2 -d -r1.231 -r1.232
*** ChangeLog.xml 17 Jul 2004 20:00:41 -0000 1.231
--- ChangeLog.xml 30 Jul 2004 13:13:59 -0000 1.232
***************
*** 6,9 ****
--- 6,16 ----
<version name="5.6" releaseDate="Not Yet Released">
<comment>Continued Updates</comment>
+ <new-feature title="new class - com.jcorporate.expresso.core.controller.TilesController">
+ <explanation>Expresso aware implementation of the org.apache.struts.tiles.Controller interface.
+ This allows for manipulation of the ControllerResponse for a particular
+ tile before it is displayed, independantly of the State currently being processed.
+ Developers should extend this class and code the execute() method.</explanation>
+ <contributor>Malcolm Wise</contributor>
+ </new-feature>
<new-feature title="Various JoinedDataObject enhancements/fixes">
<explanation>You can now specify which fields to retrieve from each dataobject in the join. This list
***************
*** 74,84 ****
</bug-fix>
<bug-fix title="When updating registration, SimpleRegistrationController was overwriting fields with other users' information">
! <explanation>When a user would update a registration domain object with fields that were not set to be
! displayed, data from another user (the first record retrieved by the database when doing a query
with no constraints) was copied into those fields.</explanation>
<contributor>Mike Traum</contributor>
</bug-fix>
<bug-fix title="Removing JobQueue entry for recurring job now removes the job from the CronTab">
! <explanation>When the JobHandler checks the JobQueue for new jobs, it will now also make sure
that the JobQueue entry for current CronTab entries associated with a JobQueue entry exists. If it
does not, the CronTab entry is deleted.</explanation>
--- 81,91 ----
</bug-fix>
<bug-fix title="When updating registration, SimpleRegistrationController was overwriting fields with other users' information">
! <explanation>When a user would update a registration domain object with fields that were not set to be
! displayed, data from another user (the first record retrieved by the database when doing a query
with no constraints) was copied into those fields.</explanation>
<contributor>Mike Traum</contributor>
</bug-fix>
<bug-fix title="Removing JobQueue entry for recurring job now removes the job from the CronTab">
! <explanation>When the JobHandler checks the JobQueue for new jobs, it will now also make sure
that the JobQueue entry for current CronTab entries associated with a JobQueue entry exists. If it
does not, the CronTab entry is deleted.</explanation>
More information about the cvs
mailing list