/trunk Developers: gavin

Login name:
gavin
Total Commits:
91 (1.9%)
Lines of Code:
3913 (3.8%)
Most Recent Commit:
2009-01-20 20:08

Activity by Clock Time

Activity by Hour of Day for gavin

Activity by Day of Week for gavin

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 91 (100.0%) 3913 (100.0%) 43.0
src/ 2 (2.2%) 1066 (27.2%) 533.0
src/grails-app/controllers/ 8 (8.8%) 641 (16.4%) 80.1
src/grails-app/views/person/ 4 (4.4%) 416 (10.6%) 104.0
src/grails-app/views/entry/ 8 (8.8%) 412 (10.5%) 51.5
src/grails-app/views/task/ 4 (4.4%) 395 (10.1%) 98.7
src/grails-app/views/modification/ 4 (4.4%) 312 (8.0%) 78.0
src/grails-app/views/taskGroup/ 4 (4.4%) 283 (7.2%) 70.7
src/grails-app/conf/ 2 (2.2%) 106 (2.7%) 53.0
doc/ 11 (12.1%) 73 (1.9%) 6.6
src/grails-app/domain/ 11 (12.1%) 61 (1.6%) 5.5
src/grails-app/views/modificationType/ 8 (8.8%) 58 (1.5%) 7.2
src/grails-app/views/entryType/ 8 (8.8%) 36 (0.9%) 4.5
src/grails-app/views/personGroupType/ 4 (4.4%) 28 (0.7%) 7.0
src/grails-app/views/personGroup/ 4 (4.4%) 18 (0.5%) 4.5
src/web-app/ 1 (1.1%) 5 (0.1%) 5.0
src/grails-app/views/layouts/ 1 (1.1%) 3 (0.1%) 3.0
src/web-app/images/ 2 (2.2%) 0 (0.0%) 0.0
doc/logo/ 5 (5.5%) 0 (0.0%) 0.0

Activity of gavin

Most Recent Commits

gavin 2009-01-20 20:08 Rev.: 25

Add to BootStrap, work on Domain classes update ERD to match, again.

185 lines of code changed in 22 files:

  • doc: openMimEr.dia (changed)
  • src/grails-app/conf: BootStrap.groovy (+37 -12)
  • src/grails-app/domain: Entry.groovy (+3 -6), EntryType.groovy (+2 -7), ModificationType.groovy (-3), TaskGroup.groovy (+1 -1)
  • src/grails-app/views/entry: create.gsp (+24 -15), edit.gsp (+24 -15), list.gsp (+12 -12), show.gsp (+17 -10)
  • src/grails-app/views/entryType: create.gsp (-9), edit.gsp (+10 -3), list.gsp (-4), show.gsp (+8 -2)
  • src/grails-app/views/modificationType: create.gsp (+9 -9), edit.gsp (+9 -9), list.gsp (+4 -4), show.gsp (+7 -7)
  • src/grails-app/views/personGroup: create.gsp (+3 -3), edit.gsp (+9 -9), list.gsp (+2 -2), show.gsp (+4 -4)
gavin 2009-01-20 20:05 Rev.: 24

Add to BootStrap, work on Domain classes update ERD to match.

0 lines of code changed in 1 file:

  • src: stacktrace.log (del)
gavin 2009-01-19 21:21 Rev.: 22

Delete typeOfClass * and add openMim logo again.

75 lines of code changed in 17 files:

  • doc/logo: openMimIcon.jpg (new), openMimLogo.jpg (new), openMimLogo.odg (new), openMimLogo.png (new), openMimLogo_280x84.jpg (new)
  • src/grails-app/views/entryType: create.gsp (new 9), edit.gsp (new 3), list.gsp (new 4), show.gsp (new 2)
  • src/grails-app/views/modificationType: create.gsp (new 9), edit.gsp (new 9), list.gsp (new 4), show.gsp (new 7)
  • src/grails-app/views/personGroupType: create.gsp (new 9), edit.gsp (new 9), list.gsp (new 4), show.gsp (new 6)
gavin 2009-01-19 20:31 Rev.: 21

Remove TypeOfClass and change to ClassType. Update ERD to match.
Create and add openMimLogo/Icon.
Generate-all *.
Configure BootStrap and add entries, some not saving yet.
Update DatabaseDesign.tex and index.gsp

3581 lines of code changed in 43 files:

  • doc: DatabaseDesign.tex (+1 -1), openMimEr.dia (changed)
  • src: stacktrace.log (+1066)
  • src/grails-app/conf: BootStrap.groovy (+69 -16)
  • src/grails-app/controllers: EntryController.groovy (+79 -1), EntryTypeController.groovy (new 82), ModificationController.groovy (+79 -1), ModificationTypeController.groovy (new 82), PersonController.groovy (+79 -1), PersonGroupTypeController.groovy (new 82), TaskController.groovy (+79 -1), TaskGroupController.groovy (+79 -1)
  • src/grails-app/domain: Entry.groovy (+1 -1), EntryType.groovy (new 19), Modification.groovy (+3 -3), ModificationType.groovy (new 17), Person.groovy (+2 -1), PersonGroup.groovy (+2 -2), PersonGroupType.groovy (new 11)
  • src/grails-app/views/entry: create.gsp (new 83), edit.gsp (new 102), list.gsp (new 64), show.gsp (new 86)
  • src/grails-app/views/layouts: main.gsp (+3 -3)
  • src/grails-app/views/modification: create.gsp (new 83), edit.gsp (new 86), list.gsp (new 64), show.gsp (new 79)
  • src/grails-app/views/person: create.gsp (new 83), edit.gsp (new 150), list.gsp (new 64), show.gsp (new 119)
  • src/grails-app/views/task: create.gsp (new 92), edit.gsp (new 127), list.gsp (new 64), show.gsp (new 112)
  • src/grails-app/views/taskGroup: create.gsp (new 65), edit.gsp (new 84), list.gsp (new 56), show.gsp (new 78)
  • src/web-app: index.gsp (+5 -6)
  • src/web-app/images: openMimIcon.jpg (new), openMimLogo.jpg (new)
gavin 2008-11-25 09:49 Rev.: 14

Steven and Gavin RC for core of ERD done.

0 lines of code changed in 1 file:

  • doc: openMimEr.dia (changed)
gavin 2008-11-24 17:16 Rev.: 13

Add more attributes and notes to ERD.

0 lines of code changed in 1 file:

  • doc: openMimEr.dia (changed)
gavin 2008-11-20 20:26 Rev.: 12

Added many more Inventory attributes.

0 lines of code changed in 1 file:

  • doc: openMimEr.dia (changed)
gavin 2008-11-16 11:31 Rev.: 11

Increased export resolution of openMimEr.png and ProjectManagementFlowchart.png
Adjusted scale of png files in DatabaseDesign.tex
Work on openMimEr.dia:
Added some TypesOf.
Added to Inventory attributes.
Started ContactDetails.
Started Asset ERD.

1 lines of code changed in 4 files:

  • doc: DatabaseDesign.tex (+1 -1), ProjectManagementFlowchart.png (changed), openMimEr.dia (changed), openMimEr.png (changed)
gavin 2008-11-12 19:48 Rev.: 8

Start Latex documentaion.

71 lines of code changed in 1 file:

  • doc: DatabaseDesign.tex (new 71)
Generated by StatSVN 0.4.0