[cvs] expresso commit by rauld: Added Yves Henri Amaizo's contributions

JCorporate Ltd jcorp at jcorporate.com
Sat Apr 9 13:14:53 UTC 2005


Log Message:
-----------
Added Yves Henri Amaizo's contributions

Modified Files:
--------------
    expresso/expresso-web/expresso/doc:
        ChangeLog.xml

Revision Data
-------------
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.297
retrieving revision 1.298
diff -Lexpresso-web/expresso/doc/ChangeLog.xml -Lexpresso-web/expresso/doc/ChangeLog.xml -u -r1.297 -r1.298
--- expresso-web/expresso/doc/ChangeLog.xml
+++ expresso-web/expresso/doc/ChangeLog.xml
@@ -6,6 +6,40 @@
 	<project name="Expresso">
 		<version name="5.6.1" releaseDate="Not released yet">
 			<comment>Continued Updates</comment>
+
+                        <misc-change title="Added method deleTable() to class TableCreator">
+				<explanation>Added method deleTable(DBObject dbObj) to class com.jcorporate.expresso.core.db.TableCreator</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</misc-change>
+                        <misc-change title="Added method executeDDL() to class DBConnectionPool">
+				<explanation>Added method executeDDL(String theSQL) to class com.jcorporate.expresso.core.db.DBConnectionPool</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</misc-change>
+                        <misc-change title="Added method getSQLSelectStatement() to class MultiDBObject">
+				<explanation>Added method getSQLSelectStatement() to class com.jcorporate.expresso.core.dbobj.MultiDBObject</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</misc-change>
+                        <misc-change title="searchAndRetrieveList() refactoring in MultiDBObject">
+				<explanation>Refactored searchAndRetrieveList() to make use of the new getSQLSelectStatement() method.</explanation>
+				<contributor>Raul Davidovich</contributor>
+			</misc-change>
+                        <misc-change title="setFieldsToInput() has been improved in DBObject and JDBCDataObject">
+				<explanation>Improved use of setFieldsToInput() in com.jcorporate.expresso.core.dbobj.DBobject and com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject to specify fields which will be insert or update by the next query.</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</misc-change>
+                        <misc-change title="Added method addAll() to DataExecutorInterface and JDBCExecutor">
+				<explanation>Added method addAll(DataObject valueObject) to classes com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor and com.jcorporate.expresso.core.dataobjects.DataExecutorInterface</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</misc-change>
+                        <misc-change title="Table aliases can now be specified in the JDBC tag in expresso-config.xml">
+				<explanation>use parameter "tableAliasKeyword = "WORD"" in the JDBC tag in expresso-config.xml.
+                                the keyword will be used for building the FROM clause of the generated SQL statements</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</misc-change>
+			<bug-fix title="several bugfixes in DBObject related classes">
+				<explanation>minor and potentially serious bugfixes in the persistance layer of Expresso</explanation>
+				<contributor>Yves Henri Amaizo</contributor>
+			</bug-fix>
 			<new-feature title="Spanish translations">
 				<explanation>Spanish translations courtesy of Nahuel Espindola.
                 </explanation>
@@ -84,13 +118,13 @@
 				<contributor>Michael Rimov</contributor>
 			</bug-fix>
 			<new-feature title="New methods in User and EMailSender to allow for (among other things) embedding images in html emails">
-				<explanation>User.notify(String,String,boolean,MimeBodyPart) and EMailSender.addMimeAttachments allow adding MimeBodyPart's 
+				<explanation>User.notify(String,String,boolean,MimeBodyPart) and EMailSender.addMimeAttachments allow adding MimeBodyPart's
                 directly to emails. This can be used to set their headers, which can used, for example, to embed images in html emails.
                 </explanation>
 				<contributor>Mike Traum</contributor>
 			</new-feature>
 			<bug-fix title="Registration Approval Validation threw NPE when validation link was clicked">
-				<explanation>Due to a change in the Validation Controller, registariotn approval validation was not functional. This has been fixed.  
+				<explanation>Due to a change in the Validation Controller, registariotn approval validation was not functional. This has been fixed.
                 </explanation>
 				<contributor>Mike Traum</contributor>
 			</bug-fix>
@@ -105,7 +139,7 @@
 				<contributor>elftor, David Lloyd</contributor>
 			</bug-fix>
 			<bug-fix title="Emails without attachments no longer display as having attachments in clients">
-				<explanation>Emails sent with EMailSender without attachments were being displayed as 
+				<explanation>Emails sent with EMailSender without attachments were being displayed as
                 having attachments in many email clients. This is now fixed.
                 </explanation>
 				<contributor>Mike Traum</contributor>


More information about the cvs mailing list