Directory src/grails-app/controllers/

Directory Deleted:
2009-04-05 15:41
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/src/grails-app/controllers

Lines of Code

src/grails-app/controllers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 69 (100.0%) 1707 (100.0%) 24.7
gav 53 (76.8%) 897 (52.5%) 16.9
gavin 8 (11.6%) 641 (37.6%) 80.1
tuxta 8 (11.6%) 169 (9.9%) 21.1

Most Recent Commits

gav 2009-04-05 15:41 Rev.: 103

Rename /src to /appsrc in preparation for moving /trunk/src/* to /trunk/

0 lines of code changed in 10 files:

  • src/grails-app/controllers: AppCoreController.groovy (del), AssignedPersonController.groovy (del), AssignedPersonDetailedController.groovy (del), BaseAppAdminController.groovy (del), EntryDetailedController.groovy (del), PersonController.groovy (del), TaskController.groovy (del), TaskDetailedController.groovy (del), TaskModificationController.groovy (del), TaskModificationTypeController.groovy (del)
gav 2009-04-05 13:01 Rev.: 99

Tweaking to the Change Password view, control and errors.
Remove /web-app/plugins dir.

4 lines of code changed in 1 file:

  • src/grails-app/controllers: AppCoreController.groovy (+4 -3)
gav 2009-04-04 18:41 Rev.: 98

Installed help-balloons plugin.
Adjust security config to allow javascript and help-balloons folders.
Add "Repeat password" to change password.
Detailed Entry views, including only allow user to edit their own entries.
Adjust Entry constraints.
Add comments to layouts/main.gsp.
Work on TaskDetailed view to show entry durations and allow editing.
Entry duration formatting to CSS and increased base font size to 14px.

47 lines of code changed in 2 files:

  • src/grails-app/controllers: AppCoreController.groovy (+16 -8), EntryDetailedController.groovy (+31 -10)
gav 2009-04-01 05:07 Rev.: 97

Squashed the password validation bug in Person edit

18 lines of code changed in 2 files:

  • src/grails-app/controllers: AssignedPersonDetailedController.groovy (+1 -1), PersonController.groovy (+17 -18)
gav 2009-03-31 05:43 Rev.: 96

Implemented the bulk of AssignedPerson domain

250 lines of code changed in 6 files:

  • src/grails-app/controllers: AssignedPersonController.groovy (new 99), AssignedPersonDetailedController.groovy (new 99), BaseAppAdminController.groovy (new 9), TaskController.groovy (+23 -9), TaskDetailedController.groovy (new)
gav 2009-03-29 23:56 Rev.: 93

Rename Modification and ModificationType domains to TaskModification and TaskModificationType respectively. Re-generate controller and views. Update ERD. It's an evil but a necessary mouthful as we may want to track other modifications later.

198 lines of code changed in 2 files:

  • src/grails-app/controllers: TaskModificationController.groovy (new 99), TaskModificationTypeController.groovy (new 99)
gav 2009-03-25 04:26 Rev.: 91

More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController delete action.

102 lines of code changed in 4 files:

  • src/grails-app/controllers: AppCoreController.groovy (+3), EntryDetailedController.groovy (new 88), PersonController.groovy (+11 -3)
gav 2009-03-24 16:07 Rev.: 89

TaskRewrite has satisfied its purpose so moved to /trunk.

195 lines of code changed in 2 files:

  • src/grails-app/controllers: PersonController.groovy (new 114), TaskController.groovy (new 81)
gav 2009-03-24 16:03 Rev.: 88

Remove /trunk/src in preparation for copy of /branches/TaskRewrite/src move.

0 lines of code changed in 12 files:

  • src/grails-app/controllers: BaseController.groovy (del), EntryController.groovy (del), EntryTypeController.groovy (del), ModificationController.groovy (del), ModificationTypeController.groovy (del), PersonController.groovy (del), PersonGroupController.groovy (del), PersonGroupTypeController.groovy (del), TaskController.groovy (del), TaskGroupController.groovy (del), TypeOfModificationController.groovy (del), TypeOfPersonGroupController.groovy (del)
gav 2009-02-03 18:06 Rev.: 49

Work on Task logic and entry creation

2 lines of code changed in 1 file:

  • src/grails-app/controllers: EntryController.groovy (+2)
gav 2009-01-31 10:33 Rev.: 44

Update main layout.
Create and add topBg.png
Basic auth for admin/user adjust BoosStrap and controllers to match.

2 lines of code changed in 1 file:

  • src/grails-app/controllers: PersonController.groovy (+2)
gav 2009-01-29 20:31 Rev.: 40

Added login page and adjusted Person domain/views/controller and BootStrap.
Add beforeInterceptor() to all controllers.
Added BaseController.
Added adminmenubar adjust layout and css to suite.

79 lines of code changed in 10 files:

  • src/grails-app/controllers: BaseController.groovy (new 12), EntryController.groovy (+4 -2), EntryTypeController.groovy (+4 -2), ModificationController.groovy (+4 -2), ModificationTypeController.groovy (+4 -2), PersonController.groovy (+35 -2), PersonGroupController.groovy (+4 -2), PersonGroupTypeController.groovy (+4 -2), TaskController.groovy (+4 -2), TaskGroupController.groovy (+4 -2)
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

641 lines of code changed in 8 files:

  • 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)
tuxta 2008-11-25 15:58 Rev.: 19

Set up BootStrap and tweaked Domain classes

164 lines of code changed in 2 files:

  • src/grails-app/controllers: PersonGroupController.groovy (new 82), TypeOfPersonGroupController.groovy (new 82)
tuxta 2008-11-25 11:37 Rev.: 16

Created grails app and init domain classes

5 lines of code changed in 6 files:

  • 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)
Generated by StatSVN 0.4.0