-
gav
2009-09-28 10:01
#3
Rev.: 139
-
921 lines of code changed in 45 files:
-
application.properties (+2 -1)
-
grails-app/conf:
Config.groovy (new),
SecurityConfig.groovy (+4 -2)
-
grails-app/controllers:
AppCoreController.groovy (+10 -12),
AssetDetailedController.groovy (+20 -5),
InventoryItemDetailedController.groovy (+20 -5),
TaskDetailedController.groovy (+54 -14)
-
grails-app/domain:
Person.groovy (+2 -2)
-
grails-app/i18n:
messages.properties (+15)
-
grails-app/views:
_about.gsp (new 102),
_adminmenubar.gsp (del),
index.gsp (new)
-
grails-app/views/appCore:
acknowledgements.gsp (del),
appAdmin.gsp (+2 -1),
changePassword.gsp (+38 -38),
changeSessionTimeout.gsp (+4 -4),
home.gsp (del),
manager.gsp (+13 -4),
options.gsp (del),
start.gsp (new 74)
-
grails-app/views/assetDetailed:
create.gsp (+3 -4),
edit.gsp (+2 -4),
list.gsp (+2 -3),
search.gsp (new 67),
show.gsp (+2 -4)
-
grails-app/views/entryDetailed:
edit.gsp (+1 -1)
-
grails-app/views/inventoryItemDetailed:
create.gsp (+3 -4),
edit.gsp (+2 -4),
list.gsp (+2 -3),
search.gsp (new 72),
show.gsp (+2 -4)
-
grails-app/views/layouts:
main.gsp (+15 -4)
-
grails-app/views/login:
auth.gsp (+8 -1)
-
grails-app/views/taskDetailed:
create.gsp (+3 -6),
edit.gsp (+2 -4),
list.gsp (+20 -21),
listSubTasks.gsp (+3 -3),
search.gsp (new 124),
show.gsp (+12 -13)
-
grails-app/views/taskRecurringScheduleDetailed:
show.gsp (+5 -5)
-
web-app/css:
main.css (+140 -19),
tabviewCustom.css (+1 -1)
-
gav
2009-09-18 13:33
#2
Rev.: 138
-
9 lines of code changed in 4 files:
-
README (+2 -1),
application.properties (+2 -1)
-
doc:
DatabaseDesign.tex (+3 -8)
-
grails-app/conf:
SecurityConfig.groovy (+2)
-
gav
2009-09-01 22:10
#1
Rev.: 137
-
459 lines of code changed in 29 files:
-
.classpath (+59 -59),
README (+3),
application.properties (+3 -3),
gnuMims.launch (+2 -2)
-
doc:
gnuMimsErd.dia (changed)
-
grails-app/conf:
BootStrap.groovy (+2 -2)
-
grails-app/controllers:
TaskDetailedController.groovy (+15 -1),
TaskRecurringScheduleDetailedController.groovy (+61 -72)
-
grails-app/domain:
TaskRecurringSchedule.groovy (+15 -14)
-
grails-app/i18n:
messages.properties (+4)
-
grails-app/jobs:
TaskRecurringScheduleJob.groovy (+4 -4)
-
grails-app/services:
DateUtilService.groovy (new 24),
TaskService.groovy (new 13)
-
grails-app/views/entryDetailed:
edit.gsp (+2 -2)
-
grails-app/views/taskDetailed:
show.gsp (+48 -17)
-
grails-app/views/taskRecurringSchedule:
create.gsp (+30 -3),
edit.gsp (+30 -3),
list.gsp (+7 -7),
show.gsp (+23 -2)
-
grails-app/views/taskRecurringScheduleDetailed:
create.gsp (+23 -1),
edit.gsp (+25 -3),
list.gsp (+2 -2),
show.gsp (+46 -16)
-
test/unit:
DateUtilServiceTests.groovy (new 15)
-
web-app/WEB-INF:
sitemesh.xml (+3 -3)
-
web-app/WEB-INF/tld:
grails.tld (-408)