You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(65) |
Oct
(22) |
Nov
(18) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(7) |
Mar
|
Apr
(21) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(5) |
Jul
|
Aug
(11) |
Sep
(15) |
Oct
(77) |
Nov
(6) |
Dec
(3) |
2005 |
Jan
(14) |
Feb
(24) |
Mar
(4) |
Apr
(1) |
May
(15) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(8) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Peter H. <che...@us...> - 2008-09-30 03:30:39
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10090/src/net/sourceforge/sysmod Modified Files: Entity.java GenerateModelTask.java Model.java Log Message: Refactoring of methods from GenerateModelTask into Model Modification of Model to return entities in a list in an order that lists entities with no dependencies first, and with dependencies only once the dependencies have been listed. |
From: Michael H. <mik...@us...> - 2005-12-08 00:25:54
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29029/src/net/sourceforge/sysmod/tests Removed Files: DatabaseTest.java DemoTest.java NullHttpServletRequest.java NullHttpSession.java Log Message: removed failing test code, updated velocity and idxml versions, removed jdbc driver since unnecessary, removed JavaGenerator since it no longer builds valid code (then again, it's likely the other language-specific generators will fail too, they're VERY deprecated) |
From: Michael H. <mik...@us...> - 2005-12-08 00:25:54
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/generators In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29029/src/net/sourceforge/sysmod/generators Removed Files: JavaGenerator.java Log Message: removed failing test code, updated velocity and idxml versions, removed jdbc driver since unnecessary, removed JavaGenerator since it no longer builds valid code (then again, it's likely the other language-specific generators will fail too, they're VERY deprecated) |
From: Michael H. <mik...@us...> - 2005-12-08 00:25:54
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29029/src/net/sourceforge/sysmod/support Modified Files: AbstractDataObject.java Log Message: removed failing test code, updated velocity and idxml versions, removed jdbc driver since unnecessary, removed JavaGenerator since it no longer builds valid code (then again, it's likely the other language-specific generators will fail too, they're VERY deprecated) |
From: Michael H. <mik...@us...> - 2005-12-08 00:25:54
|
Update of /cvsroot/sysmod/sysmod/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29029/lib Modified Files: idxml.jar Added Files: velocity-dep-1.4.jar Removed Files: jdbc7.1-1.2.jar velocity-dep-1.3.1.jar Log Message: removed failing test code, updated velocity and idxml versions, removed jdbc driver since unnecessary, removed JavaGenerator since it no longer builds valid code (then again, it's likely the other language-specific generators will fail too, they're VERY deprecated) |
From: Michael H. <mik...@us...> - 2005-12-05 05:38:55
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22737/template Modified Files: interface.vm Log Message: added method to check whether an "enum" valuetype has a particular string value rather than the longhand .equals(... comparison. |
From: Michael H. <mik...@us...> - 2005-12-05 05:38:21
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22636/template Modified Files: baseobject.vm Log Message: added method to check whether an "enum" valuetype has a particular string value rather than the longhand .equals(... comparison. |
From: Michael H. <mik...@us...> - 2005-12-05 05:36:19
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22234/src/net/sourceforge/sysmod/support Modified Files: JDBCPersister.java Log Message: better handling of the use of varargs in method calls and no longer forced to load linkto/children in a saveChanges method from the DB, should be faster now. |
From: Michael H. <mik...@us...> - 2005-12-05 05:34:34
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21860/src/net/sourceforge/sysmod/support Modified Files: ConnectionFactory.java AbstractFactory.java Log Message: better exception chaining for some SQL exceptions, makes for easier debugging. |
From: Michael H. <mik...@us...> - 2005-11-30 02:07:44
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3408/template Modified Files: factoryobject.vm Log Message: allow forms to use dotted or undotted notation by passing a blank or null prefix to the fill from http methods, move factory classes back to requiring implementations to be passed rather than working out on the fly. Removed some deprecations from null http session and servlet request objects. |
From: Michael H. <mik...@us...> - 2005-11-30 02:07:43
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3408/src/net/sourceforge/sysmod/support Modified Files: JDBCPersister.java Log Message: allow forms to use dotted or undotted notation by passing a blank or null prefix to the fill from http methods, move factory classes back to requiring implementations to be passed rather than working out on the fly. Removed some deprecations from null http session and servlet request objects. |
From: Michael H. <mik...@us...> - 2005-11-30 02:07:43
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3408/src/net/sourceforge/sysmod/tests Modified Files: NullHttpServletRequest.java NullHttpSession.java Log Message: allow forms to use dotted or undotted notation by passing a blank or null prefix to the fill from http methods, move factory classes back to requiring implementations to be passed rather than working out on the fly. Removed some deprecations from null http session and servlet request objects. |
From: Peter H. <che...@us...> - 2005-11-24 22:14:35
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3935/src/net/sourceforge/sysmod/support Modified Files: AbstractDataObject.java AbstractFactory.java AbstractViewObject.java DataInterface.java Log Message: Added CVS log file into some java files, Changed baseobject to set link value to null if parameter is null. Added method to Interface so that ID could be obtained without getting whole object. |
From: Peter H. <che...@us...> - 2005-11-24 22:14:35
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3935/template Modified Files: baseobject.vm interface.vm Log Message: Added CVS log file into some java files, Changed baseobject to set link value to null if parameter is null. Added method to Interface so that ID could be obtained without getting whole object. |
From: Peter H. <che...@us...> - 2005-11-21 01:47:58
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12069/src/net/sourceforge/sysmod/support Modified Files: EntityInterface.java Log Message: SQL - Adding support for referential integrity to scripts EntityInterface - Testing Log Comment |
From: Peter H. <che...@us...> - 2005-11-21 01:47:58
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/generators In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12069/src/net/sourceforge/sysmod/generators Modified Files: SQLGenerator.java Log Message: SQL - Adding support for referential integrity to scripts EntityInterface - Testing Log Comment |
From: Peter H. <che...@us...> - 2005-11-21 01:47:58
|
Update of /cvsroot/sysmod/sysmod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12069 Modified Files: build.xml Log Message: SQL - Adding support for referential integrity to scripts EntityInterface - Testing Log Comment |
From: Allan B. <all...@us...> - 2005-05-18 05:42:41
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20156/template Modified Files: viewobject.vm Log Message: Enabled linkto support in views |
From: Michael H. <mik...@us...> - 2005-05-17 05:02:07
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13546/src/net/sourceforge/sysmod/support Modified Files: AbstractDataObject.java DataInterface.java JDBCPersister.java Persister.java Log Message: changes to String handling (default not null handling) |
From: Michael H. <mik...@us...> - 2005-05-17 05:02:07
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13546/src/net/sourceforge/sysmod/tests Modified Files: DemoTest.java Log Message: changes to String handling (default not null handling) |
From: Michael H. <mik...@us...> - 2005-05-17 05:02:06
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13546/template Modified Files: baseobject.vm database.vm Log Message: changes to String handling (default not null handling) |
From: Michael H. <mik...@us...> - 2005-05-17 05:01:56
|
Update of /cvsroot/sysmod/sysmod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13546 Modified Files: build.xml Log Message: changes to String handling (default not null handling) |
From: Peter H. <che...@us...> - 2005-05-17 05:00:02
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13197/template Modified Files: viewfactory.vm Log Message: Minor mod to view factory |
From: Michael H. <mik...@us...> - 2005-05-16 03:50:49
|
Update of /cvsroot/sysmod/sysmod/src/net/sourceforge/sysmod/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5180/src/net/sourceforge/sysmod/support Modified Files: AbstractEntity.java Log Message: cleanup |
From: Michael H. <mik...@us...> - 2005-05-16 02:08:03
|
Update of /cvsroot/sysmod/sysmod/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812/template Modified Files: baseobject.vm Log Message: cleanup. |