# # ChangeLog for trunk/grails-app/controllers/StudyController.groovy # # Generated by Trac 1.0.2 # Aug 14, 2022, 8:47:08 PM Fri, 06 Nov 2009 14:48:47 GMT duh [53] * trunk/grails-app/conf/BuildConfig.groovy (modified) * trunk/grails-app/conf/NimbleBootStrap.groovy (modified) * trunk/grails-app/conf/NimbleConfig.groovy (modified) * trunk/grails-app/conf/NimbleSecurityFilters.groovy (modified) * trunk/grails-app/conf/NimbleUrlMappings.groovy (modified) * trunk/grails-app/conf/spring/resources.groovy (modified) * trunk/grails-app/controllers/ExperimentController.groovy (modified) * trunk/grails-app/controllers/HomeController.groovy (modified) * trunk/grails-app/controllers/QueryController.groovy (modified) * trunk/grails-app/controllers/StudyController.groovy (modified) -added keyword expansion Thu, 29 Oct 2009 16:46:11 GMT keesvb [40] * trunk/grails-app/conf/DataSource.groovy (modified) * trunk/grails-app/conf/NimbleBootStrap.groovy (modified) * trunk/grails-app/controllers/ExperimentController.groovy (added) * trunk/grails-app/controllers/StudyController.groovy (modified) * trunk/grails-app/domain/Experiment.groovy (modified) * trunk/grails-app/domain/Study.groovy (modified) * trunk/grails-app/views/index.gsp (modified) * trunk/grails-app/views/study (deleted) * trunk/lib/mysql-connector-java-5.1.8-bin.jar (added) changed study and experiment schema, added mysql production database Thu, 29 Oct 2009 15:06:49 GMT duh [39] * trunk/grails-app/controllers/BaseController.groovy (modified) * trunk/grails-app/controllers/ErrorController.groovy (deleted) * trunk/grails-app/controllers/StudyController.groovy (modified) * trunk/grails-app/controllers/TestController.groovy (deleted) * trunk/grails-app/views/index.gsp (modified) - removed obsolete controllers and logic - update temporary debug ... Wed, 28 Oct 2009 15:08:08 GMT keesvb [35] * trunk/grails-app/controllers/StudyController.groovy (added) * trunk/grails-app/domain/Study.groovy (modified) * trunk/grails-app/views/index.gsp (modified) * trunk/grails-app/views/query (added) * trunk/grails-app/views/study (added) * trunk/grails-app/views/study/create.gsp (added) * trunk/grails-app/views/study/edit.gsp (added) * trunk/grails-app/views/study/list.gsp (added) * trunk/grails-app/views/study/show.gsp (added) * trunk/web-app/css/jquery-ui (added) * trunk/web-app/css/jquery-ui/images (added) * trunk/web-app/css/jquery-ui/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_diagonal-maze_40_000000_10x10.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_10_eceadf_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_10_f8f7f6_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_15_eceadf_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_15_f7f3de_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_15_ffffff_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_65_654b24_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-bg_fine-grain_68_b83400_60x60.png (added) * trunk/web-app/css/jquery-ui/images/ui-icons_222222_256x240.png (added) * trunk/web-app/css/jquery-ui/images/ui-icons_3572ac_256x240.png (added) * trunk/web-app/css/jquery-ui/images/ui-icons_8c291d_256x240.png (added) * trunk/web-app/css/jquery-ui/images/ui-icons_b83400_256x240.png (added) * trunk/web-app/css/jquery-ui/images/ui-icons_fbdb93_256x240.png (added) * trunk/web-app/css/jquery-ui/images/ui-icons_ffffff_256x240.png (added) * trunk/web-app/css/jquery-ui/jquery-ui-1.7.2.custom.css (added) * trunk/web-app/js/jquery-ui-1.7.2.custom.min.js (added) added jquery-ui manually (install-jquery-plugin seems broken) and ...