Last Published: 2008-05-27
www.Moth-Sailing.org
|
SourceForge Project
Overview
Introduction
Proposal
HowTo Hack
HowTo Help
WAR Downloads
Project Documentation
Project Information
Project Reports
July 2007 Commit Log
«
Development Statistics for The International Moth Class Association
Commit Logs
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
Number of Commits:
11
Number of Active Developers:
1
dougculnane
2007-07-31 21:42
#11
Rev.:
20
Add kati to develeoper list.
8
lines of code changed in
1 file
:
pom.xml
(+8)
dougculnane
2007-07-21 17:33
#10
Rev.:
18
fix javadoc package tags.
64
lines of code changed in
4 files
:
qalab.xml
(+50)
src/main/java/net/sf/imca/model
:
package.html
(+5 -1)
src/main/java/net/sf/imca/model/entities
:
package.html
(+4)
src/main/java/net/sf/imca/services
:
package.html
(+5 -1)
dougculnane
2007-07-21 17:24
#9
Rev.:
17
JSF starting to work.
42
lines of code changed in
5 files
:
src/main/webapp/WEB-INF
:
web.xml
(+15 -9)
src/main/webapp/css
:
style.css
(+10 -3)
src/main/webapp/layout
:
default.jsp
(+8 -2)
src/main/webapp/tiles
:
footer.jsp
(-1)
,
menu.jsp
(+9 -2)
dougculnane
2007-07-21 16:12
#8
Rev.:
16
Start Front end. Apache Tiles started.
261
lines of code changed in
26 files
:
.classpath
(+10 -10)
,
pom.xml
(+8 -1)
src/main/java/net/sf/imca/model
:
package.html
(new 1)
src/main/java/net/sf/imca/model/entities
:
package.html
(new 1)
src/main/java/net/sf/imca/services
:
package.html
(new 1)
src/main/webapp
:
index.jsp
(new)
,
login.jsp
(new 2)
,
register.jsp
(new 2)
src/main/webapp/WEB-INF
:
decorators
(del)
,
faces-config.xml
(new 30)
,
tiles.xml
(new 28)
,
web.xml
(+16 -8)
src/main/webapp/css
:
style.css
(new 100)
src/main/webapp/img/web
:
MothLogo.png
(new)
src/main/webapp/layout
:
default.jsp
(new 41)
src/main/webapp/tiles
:
banner.jsp
(new 2)
,
footer.jsp
(new 2)
,
home_body.jsp
(new 2)
,
login.jsp
(new 1)
,
menu.jsp
(new 10)
,
register.jsp
(new 1)
src/site
:
site.xml
(+1 -1)
src/site/resources
:
MothLogo.png
(new)
,
moth_logo.gif
(del)
dougculnane
2007-07-18 16:28
#7
Rev.:
14
remove unused inports
6
lines of code changed in
39 files
:
qalab.xml
(+6)
src/main/java/net/sf/imca/model
:
AssociationBO.java
(new)
,
BoatBO.java
(new)
,
PersonBO.java
(new)
src/main/java/net/sf/imca/model/entities
:
AddressEntity.java
(new)
,
AssociationEntity.java
(-2)
,
BoatVersionEntity.java
(new)
,
DesignEntity.java
(new)
,
EquipmentSupplierEntity.java
(-4)
,
EventEntity.java
(-2)
,
EventEntryEntity.java
(new)
,
FeeEntity.java
(-5)
,
FoilEntity.java
(-4)
,
MastEntity.java
(-4)
,
MembershipEntity.java
(new)
,
MembershipTypeEntity.java
(new)
,
PersonEntity.java
(-4)
,
SailEntity.java
(new)
,
SailingClubEntity.java
(new)
src/main/java/net/sf/imca/services
:
ImportData.java
(new)
dougculnane
2007-07-18 15:05
#6
Rev.:
13
pom fixes and SCM plugins activated.
89
lines of code changed in
4 files
:
pom.xml
(+6 -4)
,
qalab.xml
(+83)
src/site
:
site.xml
(new)
dougculnane
2007-07-18 11:26
#5
Rev.:
12
Copy out SCM plugins which are causing problems at the moment.
4
lines of code changed in
1 file
:
pom.xml
(+4 -2)
dougculnane
2007-07-18 11:24
#4
Rev.:
11
Add files missing from root.
872
lines of code changed in
4 files
:
.classpath
(new 10)
,
.project
(new 23)
,
pom.xml
(new 271)
,
qalab.xml
(new 568)
dougculnane
2007-07-18 11:18
#3
Rev.:
10
0
lines of code changed in
3 files
:
test/java/net/sf/imca/services
:
TestImportData.java
(del)
test/resources
:
test.properties
(del)
test/resources/META-INF
:
persistence.xml
(del)
dougculnane
2007-07-18 11:16
#2
Fix dir structure.
0
lines of code changed in
81 files
:
main/java/net/sf/imca/model
:
AssociationBO.java
(del)
,
BoatBO.java
(del)
,
DesignBO.java
(del)
,
EquipmentSupplierBO.java
(del)
,
EventBO.java
(del)
,
FeeBO.java
(del)
,
MembershipBO.java
(del)
,
MembershipTypeBO.java
(del)
,
PersonBO.java
(del)
main/java/net/sf/imca/model/entities
:
AddressEntity.java
(del)
,
AssociationDAO.java
(del)
,
AssociationEntity.java
(del)
,
BoatDAO.java
(del)
,
BoatEntity.java
(del)
,
BoatVersionEntity.java
(del)
,
DesignDAO.java
(del)
,
DesignEntity.java
(del)
,
EquipmentSupplierEntity.java
(del)
,
EventEntity.java
(del)
,
EventEntryEntity.java
(del)
,
FeeEntity.java
(del)
,
FoilEntity.java
(del)
,
MastEntity.java
(del)
,
MembershipEntity.java
(del)
,
MembershipTypeEntity.java
(del)
,
PersonEntity.java
(del)
,
SailEntity.java
(del)
,
SailNumberDAO.java
(del)
,
SailNumberEntity.java
(del)
,
SailingClubEntity.java
(del)
main/java/net/sf/imca/services
:
EnterEvent.java
(del)
,
ImportData.java
(del)
,
JoinImca.java
(del)
,
MemberUpdatesDetails.java
(del)
,
ReflectionUtil.java
(del)
,
RegisterBoat.java
(del)
,
SellBoat.java
(del)
main/resources
:
log4j.properties
(del)
main/resources/META-INF
:
persistence.xml
(del)
main/webapp
:
index.jsp
(del)
main/webapp/WEB-INF
:
decorators
(del)
,
html_basic.tld
(del)
,
jsf_core.tld
(del)
,
web.xml
(del)
main/webapp/jsp
:
CreateAccount.jsp
(del)
,
EditProfile.jsp
(del)
,
JoinIMCA.jsp
(del)
,
LogIn.jsp
(del)
main/webapp/jsp/Executive
:
EditFees.jsp
(del)
,
EditNews.jsp
(del)
,
EditOfficers.jsp
(del)
main/webapp/jsp/Member
:
EditBoat.jsp
(del)
,
EnterEvent.jsp
(del)
,
RegisterBoat.jsp
(del)
,
SellBoat.jsp
(del)
main/webapp/jsp/National
:
ConfirmFeesPaid.jsp
(del)
,
EditBoatsForSale.jsp
(del)
,
EditEvents.jsp
(del)
,
EditMembershipFees.jsp
(del)
,
EditMembershipTypes.jsp
(del)
,
EditNews.jsp
(del)
,
SendOutReminders.jsp
(del)
main/webapp/styles
:
forms.css
(del)
,
layout-1col.css
(del)
,
layout-navleft-1col.css
(del)
,
layout-navleft-2col.css
(del)
,
layout-navtop-1col.css
(del)
,
layout-navtop-3col.css
(del)
,
layout-navtop-localleft.css
(del)
,
layout-navtop-subright.css
(del)
,
layout.css
(del)
,
main.css
(del)
,
nav-horizontal.css
(del)
,
nav-vertical.css
(del)
,
tools.css
(del)
,
typo.css
(del)
site
:
site.xml
(del)
site/apt
:
how2hack.apt
(del)
,
proposal.apt
(del)
site/resources
:
moth_logo.gif
(del)
,
sf.png
(del)
dougculnane
2007-07-18 11:14
#1
Rev.:
6
import of maven project with start of JPA data model
0
lines of code changed in
84 files
:
main/java/net/sf/imca/model
:
AssociationBO.java
(new)
,
BoatBO.java
(new)
,
DesignBO.java
(new)
,
EquipmentSupplierBO.java
(new)
,
EventBO.java
(new)
,
FeeBO.java
(new)
,
MembershipBO.java
(new)
,
MembershipTypeBO.java
(new)
,
PersonBO.java
(new)
main/java/net/sf/imca/model/entities
:
AddressEntity.java
(new)
,
AssociationDAO.java
(new)
,
AssociationEntity.java
(new)
,
BoatDAO.java
(new)
,
BoatEntity.java
(new)
,
BoatVersionEntity.java
(new)
,
DesignDAO.java
(new)
,
DesignEntity.java
(new)
,
EquipmentSupplierEntity.java
(new)
,
EventEntity.java
(new)
,
EventEntryEntity.java
(new)
,
FeeEntity.java
(new)
,
FoilEntity.java
(new)
,
MastEntity.java
(new)
,
MembershipEntity.java
(new)
,
MembershipTypeEntity.java
(new)
,
PersonEntity.java
(new)
,
SailEntity.java
(new)
,
SailNumberDAO.java
(new)
,
SailNumberEntity.java
(new)
,
SailingClubEntity.java
(new)
main/java/net/sf/imca/services
:
EnterEvent.java
(new)
,
ImportData.java
(new)
,
JoinImca.java
(new)
,
MemberUpdatesDetails.java
(new)
,
ReflectionUtil.java
(new)
,
RegisterBoat.java
(new)
,
SellBoat.java
(new)
main/resources
:
log4j.properties
(new)
main/resources/META-INF
:
persistence.xml
(new)
main/webapp
:
index.jsp
(new)
main/webapp/WEB-INF
:
decorators
(new)
,
html_basic.tld
(new)
,
jsf_core.tld
(new)
,
web.xml
(new)
main/webapp/jsp
:
CreateAccount.jsp
(new)
,
EditProfile.jsp
(new)
,
JoinIMCA.jsp
(new)
,
LogIn.jsp
(new)
main/webapp/jsp/Executive
:
EditFees.jsp
(new)
,
EditNews.jsp
(new)
,
EditOfficers.jsp
(new)
main/webapp/jsp/Member
:
EditBoat.jsp
(new)
,
EnterEvent.jsp
(new)
,
RegisterBoat.jsp
(new)
,
SellBoat.jsp
(new)
main/webapp/jsp/National
:
ConfirmFeesPaid.jsp
(new)
,
EditBoatsForSale.jsp
(new)
,
EditEvents.jsp
(new)
,
EditMembershipFees.jsp
(new)
,
EditMembershipTypes.jsp
(new)
,
EditNews.jsp
(new)
,
SendOutReminders.jsp
(new)
main/webapp/styles
:
forms.css
(new)
,
layout-1col.css
(new)
,
layout-navleft-1col.css
(new)
,
layout-navleft-2col.css
(new)
,
layout-navtop-1col.css
(new)
,
layout-navtop-3col.css
(new)
,
layout-navtop-localleft.css
(new)
,
layout-navtop-subright.css
(new)
,
layout.css
(new)
,
main.css
(new)
,
nav-horizontal.css
(new)
,
nav-vertical.css
(new)
,
tools.css
(new)
,
typo.css
(new)
site
:
site.xml
(new)
site/apt
:
how2hack.apt
(new)
,
proposal.apt
(new)
site/resources
:
moth_logo.gif
(new)
,
sf.png
(new)
test/java/net/sf/imca/services
:
TestImportData.java
(new)
test/resources
:
test.properties
(new)
test/resources/META-INF
:
persistence.xml
(new)
Generated by
StatSVN
@VERSION@