/trunk Developers: tuxta

Login name:
tuxta
Total Commits:
152 (3.2%)
Lines of Code:
8055 (7.7%)
Most Recent Commit:
2009-01-31 22:13

Activity by Clock Time

Activity by Hour of Day for tuxta

Activity by Day of Week for tuxta

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 152 (100.0%) 8055 (100.0%) 52.9
src/ 10 (6.6%) 7014 (87.1%) 701.4
src/web-app/css/ 11 (7.2%) 362 (4.5%) 32.9
src/grails-app/views/personGroup/ 4 (2.6%) 306 (3.8%) 76.5
src/grails-app/controllers/ 8 (5.3%) 169 (2.1%) 21.1
src/grails-app/domain/ 21 (13.8%) 88 (1.1%) 4.1
src/grails-app/views/layouts/ 6 (3.9%) 43 (0.5%) 7.1
src/test/integration/ 17 (11.2%) 30 (0.4%) 1.7
src/grails-app/conf/ 7 (4.6%) 21 (0.3%) 3.0
src/web-app/ 2 (1.3%) 20 (0.2%) 10.0
doc/ 8 (5.3%) 2 (0.0%) 0.2
src/web-app/js/prototype/ 11 (7.2%) 0 (0.0%) 0.0
src/web-app/js/ 1 (0.7%) 0 (0.0%) 0.0
src/web-app/images/skin/ 11 (7.2%) 0 (0.0%) 0.0
src/web-app/images/ 8 (5.3%) 0 (0.0%) 0.0
src/web-app/WEB-INF/tld/ 4 (2.6%) 0 (0.0%) 0.0
src/web-app/WEB-INF/ 2 (1.3%) 0 (0.0%) 0.0
src/test/ 1 (0.7%) 0 (0.0%) 0.0
src/src/ 2 (1.3%) 0 (0.0%) 0.0
src/grails-app/views/ 3 (2.0%) 0 (0.0%) 0.0
src/grails-app/i18n/ 11 (7.2%) 0 (0.0%) 0.0
src/grails-app/conf/spring/ 1 (0.7%) 0 (0.0%) 0.0
src/grails-app/ 3 (2.0%) 0 (0.0%) 0.0

Activity of tuxta

Most Recent Commits

tuxta 2009-01-31 22:13 Rev.: 46

Fix page length

1 lines of code changed in 1 file:

  • src/web-app/css: public.css (+1 -2)
tuxta 2009-01-31 21:41 Rev.: 45

1st gui draft complete, added the bottom section to the content area

1 lines of code changed in 1 file:

  • src/web-app/css: public.css (+1 -1)
tuxta 2009-01-30 00:18 Rev.: 43

1st gui draft complete, added the bottom section to the content area

8 lines of code changed in 1 file:

  • src/web-app/css: public.css (+8 -7)
tuxta 2009-01-29 22:38 Rev.: 41

1st gui draft complete, added the bottom section to the content area

10 lines of code changed in 2 files:

  • src/grails-app/views/layouts: main.gsp (+1 -1)
  • src/web-app/css: public.css (+9 -9)
tuxta 2009-01-27 22:47 Rev.: 38

1st gui draft complete, added the bottom section to the content area

16 lines of code changed in 4 files:

  • src/grails-app/views/layouts: main.gsp (+2), public.gsp (+2)
  • src/web-app/css: main.css (+6), public.css (+6)
tuxta 2009-01-27 17:21 Rev.: 37

2nd update to the gui, fixed content width, and changed the links background image.

37 lines of code changed in 3 files:

  • src/web-app/css: main.css (+15 -3), public.css (+22 -13)
  • src/web-app/images: linkPanel.png (new)
tuxta 2009-01-27 00:56 Rev.: 36

1st update to the style, added wrapper and content to public.css and pointed main.gsp to it. Still have issues with inner content being to wide, work on that next

4364 lines of code changed in 9 files:

  • src: stacktrace.log (new 4039)
  • src/grails-app/views/layouts: main.gsp (+11 -5), public.gsp (new 22)
  • src/web-app/css: main.css (+1), public.css (new 291)
  • src/web-app/images: Contentbg.png (new), bottomBg.png (new), brushed_metal.png (new), logo.png (new)
tuxta 2008-11-25 16:11 Rev.: 20

Update bootstrap

2 lines of code changed in 1 file:

  • src/grails-app/conf: BootStrap.groovy (+2 -1)
tuxta 2008-11-25 15:58 Rev.: 19

Set up BootStrap and tweaked Domain classes

2076 lines of code changed in 16 files:

  • src: stacktrace.log (+1563)
  • src/grails-app/conf: BootStrap.groovy (+14 -1)
  • src/grails-app/controllers: PersonGroupController.groovy (new 82), TypeOfPersonGroupController.groovy (new 82)
  • src/grails-app/domain: Person.groovy (+2 -2), PersonGroup.groovy (+6 -2), TaskGroup.groovy (+1 -1), TypeOfEntry.groovy (+4 -2), TypeOfModification.groovy (+4), TypeOfPersonGroup.groovy (+6 -2)
  • src/grails-app/views: typeOfPersonGroup (new)
  • src/grails-app/views/personGroup: create.gsp (new 74), edit.gsp (new 93), list.gsp (new 60), show.gsp (new 79)
  • src/test/integration: TypeOfPersonGroupControllerTests.groovy (new 6)
tuxta 2008-11-25 13:22 Rev.: 18

Align domain classes to ERD.

1488 lines of code changed in 14 files:

  • src: stacktrace.log (+1410)
  • src/grails-app/domain: Entry.groovy (+3 -1), Modification.groovy (+2), Person.groovy (+4 -2), PersonGroup.groovy (new 10), Task.groovy (+5 -2), TaskGroup.groovy (+1), TypeOfEntry.groovy (new 17), TypeOfModification.groovy (+5), TypeOfPersonGroup.groovy (new 7)
  • src/test/integration: GroupTests.groovy (new 6), PersonGroupTests.groovy (new 6), TypeOfEntryTests.groovy (new 6), TypeOfPersonGroupTests.groovy (new 6)
tuxta 2008-11-25 11:44 Rev.: 17

Created grails app and init domain classes

27 lines of code changed in 62 files:

  • src/grails-app/conf/spring: resources.groovy (new)
  • src/grails-app/i18n: messages.properties (new), messages_de.properties (new), messages_es.properties (new), messages_fr.properties (new), messages_it.properties (new), messages_ja.properties (new), messages_nl.properties (new), messages_pt_BR.properties (new), messages_ru.properties (new), messages_th.properties (new), messages_zh_CN.properties (new)
  • src/grails-app/views: error.gsp (new), typeOfModification (new)
  • src/grails-app/views/layouts: main.gsp (new 5)
  • src/test/integration: EntryControllerTests.groovy (new), EntryTests.groovy (new), ModificationControllerTests.groovy (new), ModificationTests.groovy (new), PersonControllerTests.groovy (new), PersonTests.groovy (new), TaskControllerTests.groovy (new), TaskGroupControllerTests.groovy (new), TaskGroupTests.groovy (new), TaskTests.groovy (new), TypeOfModificationControllerTests.groovy (new), TypeOfModificationTests.groovy (new)
  • src/web-app: META-INF (new), index.gsp (new 20)
  • src/web-app/WEB-INF: applicationContext.xml (new), sitemesh.xml (new)
  • src/web-app/WEB-INF/tld: c.tld (new), fmt.tld (new), grails.tld (new), spring.tld (new)
  • src/web-app/css: main.css (new 2)
  • src/web-app/images: favicon.ico (new), grails_logo.jpg (new), spinner.gif (new)
  • src/web-app/images/skin: database_add.png (new), database_delete.png (new), database_edit.png (new), database_save.png (new), database_table.png (new), exclamation.png (new), house.png (new), information.png (new), shadow.jpg (new), sorted_asc.gif (new), sorted_desc.gif (new)
  • src/web-app/js: application.js (new)
  • src/web-app/js/prototype: animation.js (new), builder.js (new), controls.js (new), dragdrop.js (new), effects.js (new), prototype.js (new), rico.js (new), scriptaculous.js (new), slider.js (new), sound.js (new), unittest.js (new)
tuxta 2008-11-25 11:37 Rev.: 16

Created grails app and init domain classes

23 lines of code changed in 30 files:

  • src: application.properties (new 1), build.xml (new 1), lib (new), openMim.launch (new), openMim.tmproj (new), scripts (new), stacktrace.log (new)
  • src/grails-app: services (new), taglib (new), utils (new)
  • src/grails-app/conf: BootStrap.groovy (new 2), Config.groovy (new), DataSource.groovy (new 3), UrlMappings.groovy (new), hibernate (new)
  • src/grails-app/controllers: EntryController.groovy (new 1), ModificationController.groovy (new 1), PersonController.groovy (new 1), TaskController.groovy (new 1), TaskGroupController.groovy (new 1), TypeOfModificationController.groovy (new)
  • src/grails-app/domain: Entry.groovy (new 4), Modification.groovy (new 1), Person.groovy (new 2), Task.groovy (new 2), TaskGroup.groovy (new 2), TypeOfModification.groovy (new)
  • src/src: groovy (new), java (new)
  • src/test: unit (new)
tuxta 2008-11-13 13:04 Rev.: 10

Merge V01 (steven) with V03 (Gavin) ERD's

0 lines of code changed in 1 file:

  • doc: openMimEr.dia (changed)
tuxta 2008-11-13 10:27 Rev.: 9

Added docs

2 lines of code changed in 7 files:

  • doc: DatabaseDesign.tex (+2 -3), ERD_Schema.odt (new), ProjectManagementFlowchart.dia (new), ProjectManagementFlowchart.png (new), dataModel.png (new), openMimEr.dia (new), openMimEr.png (new)
Generated by StatSVN 0.4.0