# # ChangeLog for branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy # # Generated by Trac 1.2 # May 12, 2024, 12:13:21 AM Sun, 15 Mar 2009 22:09:47 GMT gav [74] * branches/TaskRewrite/src/.classpath (modified) * branches/TaskRewrite/src/application.properties (modified) * branches/TaskRewrite/src/build.xml (modified) * branches/TaskRewrite/src/gnuMims-test.launch (added) * branches/TaskRewrite/src/gnuMims.launch (modified) * branches/TaskRewrite/src/grails-app/controllers/EntryController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/EntryTypeController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/ModificationController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/ModificationTypeController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskGroupController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskPriorityController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskStatusController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskTypeController.groovy (modified) * branches/TaskRewrite/src/ivy.xml (added) * branches/TaskRewrite/src/ivysettings.xml (added) * branches/TaskRewrite/src/plugins (deleted) * branches/TaskRewrite/src/web-app/WEB-INF/applicationContext.xml (modified) * branches/TaskRewrite/src/web-app/WEB-INF/tld/spring.tld (modified) Migrate /branches/TaskRewrite to grails-1.1 Tue, 10 Mar 2009 00:39:34 GMT gav [72] * branches/TaskRewrite/src/grails-app/controllers/PersonController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy (modified) Complete change to AppAdmin and AppUser roles. Mon, 09 Feb 2009 06:37:43 GMT gav [62] * branches/TaskRewrite/src/grails-app/controllers/AuthorityController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/BaseController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy (modified) Add import security to required files. Sun, 08 Feb 2009 13:28:04 GMT gav [59] * branches/TaskRewrite/src/grails-app/conf/BootStrap.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/AppCoreController.groovy (added) * branches/TaskRewrite/src/grails-app/controllers/AuthorityController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/BaseController.groovy (added) * branches/TaskRewrite/src/grails-app/controllers/LoginController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/LogoutController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy (added) * branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy (added) * branches/TaskRewrite/src/grails-app/domain/Person.groovy (modified) * branches/TaskRewrite/src/grails-app/domain/PersonGroup.groovy (added) * branches/TaskRewrite/src/grails-app/domain/PersonGroupType.groovy (added) * branches/TaskRewrite/src/grails-app/views/_adminmenubar.gsp (added) * branches/TaskRewrite/src/grails-app/views/appCore (added) * branches/TaskRewrite/src/grails-app/views/appCore/admin.gsp (added) * branches/TaskRewrite/src/grails-app/views/appCore/create.gsp (added) * branches/TaskRewrite/src/grails-app/views/appCore/edit.gsp (added) * branches/TaskRewrite/src/grails-app/views/appCore/home.gsp (added) * branches/TaskRewrite/src/grails-app/views/appCore/list.gsp (added) * branches/TaskRewrite/src/grails-app/views/appCore/show.gsp (added) * branches/TaskRewrite/src/grails-app/views/authority/create.gsp (added) * branches/TaskRewrite/src/grails-app/views/authority/edit.gsp (added) * branches/TaskRewrite/src/grails-app/views/authority/list.gsp (added) * branches/TaskRewrite/src/grails-app/views/authority/show.gsp (added) * branches/TaskRewrite/src/grails-app/views/layouts/main.gsp (modified) * branches/TaskRewrite/src/grails-app/views/login/auth.gsp (added) * branches/TaskRewrite/src/grails-app/views/login/denied.gsp (added) * branches/TaskRewrite/src/grails-app/views/login/openIdAuth.gsp (added) * branches/TaskRewrite/src/grails-app/views/person/create.gsp (added) * branches/TaskRewrite/src/grails-app/views/person/edit.gsp (added) * branches/TaskRewrite/src/grails-app/views/person/list.gsp (added) * branches/TaskRewrite/src/grails-app/views/person/show.gsp (added) * branches/TaskRewrite/src/web-app/css/main.css (modified) * branches/TaskRewrite/src/web-app/images/Contentbg.png (added) * branches/TaskRewrite/src/web-app/images/background_fog.jpg (added) * branches/TaskRewrite/src/web-app/images/bottomBg.png (added) * branches/TaskRewrite/src/web-app/images/brushed_metal.png (added) * branches/TaskRewrite/src/web-app/images/gnuMimsIcon.ico (added) * branches/TaskRewrite/src/web-app/images/gnuMimsLogo.png (added) * branches/TaskRewrite/src/web-app/images/linkPanel.png (added) * branches/TaskRewrite/src/web-app/images/linkPanel_long.png (added) * branches/TaskRewrite/src/web-app/images/logo.png (added) * branches/TaskRewrite/src/web-app/images/topBg.png (added) * branches/TaskRewrite/src/web-app/index.gsp (modified) Lots of changes to setup Acegi, should be complete with all current ...