# # ChangeLog for trunk/grails-app/controllers # # Generated by Trac 1.0.2 # May 24, 2022, 5:12:16 AM Thu, 27 May 2010 11:13:50 GMT tabma [485] * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_properties.gsp (modified) * trunk/grails-app/views/importer/index_advanced.gsp (modified) * trunk/grails-app/views/importer/index_simple.gsp (modified) * trunk/grails-app/views/importer/step2.gsp (moved) * trunk/grails-app/views/importer/step2_simple.gsp (modified) * trunk/grails-app/views/importer/step3.gsp (moved) * trunk/grails-app/views/importer/step3_simple.gsp (deleted) * trunk/grails-app/views/importer/step4.gsp (moved) * trunk/grails-app/views/importer/step4_simple.gsp (deleted) - refactored (now using configuration file where entities to be used ... Thu, 27 May 2010 06:36:24 GMT keesvb [482] * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldType.groovy (modified) * trunk/grails-app/views/common/_topnav.gsp (modified) * trunk/web-app/js/topnav.js (modified) solved compilation error, added relative date type, restructured ... Wed, 26 May 2010 15:40:41 GMT jahn [480] * trunk/grails-app/controllers/RestController.groovy (added) * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/src/groovy/dbnp (added) * trunk/src/groovy/dbnp/rest (added) * trunk/src/groovy/dbnp/rest/CCMCommunicationManager.groovy (added) * trunk/src/java/dbnp/data/CleanDataLayer.java (modified) Providing some methods for showing that REST/JSON actually works for ... Wed, 26 May 2010 14:53:45 GMT roberth [479] * trunk/grails-app/controllers/dbnp/studycapturing/PublicationController.groovy (modified) * trunk/grails-app/views/publication/add.gsp (added) * trunk/grails-app/views/publication/show.gsp (modified) * trunk/web-app/js/publication-chooser.js (added) * trunk/web-app/js/publication-chooser.pubmed.js (added) Created an interface to PubMed for searching publications. This is ... Wed, 26 May 2010 14:36:19 GMT vinlud [478] * trunk/grails-app/controllers/dbnp/query/SimpleQueryController.groovy (added) * trunk/grails-app/views/simpleQuery (added) * trunk/grails-app/views/simpleQuery/common (added) * trunk/grails-app/views/simpleQuery/common/_query.gsp (added) * trunk/grails-app/views/simpleQuery/mainPage.gsp (added) * trunk/web-app/css/simpleQuery.css (added) * trunk/web-app/js/simpleQuery.js (added) Initial structure simpleQuery Wed, 26 May 2010 10:16:05 GMT duh [470] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) -removed some debug lines Wed, 26 May 2010 10:10:54 GMT duh [469] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/pages/_groups.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) - bugfix #59, #60 & #61 --> all related to eachother - refactored ... Wed, 26 May 2010 10:04:33 GMT roberth [468] * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) Solved show method raising an exception with every call Wed, 26 May 2010 08:50:53 GMT roberth [467] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) * trunk/grails-app/views/study/show.gsp (modified) * trunk/web-app/css/studies.css (modified) * trunk/web-app/js/jquery-callback-1.2.js (added) * trunk/web-app/js/timeline-simile (added) * trunk/web-app/js/timeline-simile/CHANGES.txt (added) * trunk/web-app/js/timeline-simile/LICENSE.txt (added) * trunk/web-app/js/timeline-simile/README.txt (added) * trunk/web-app/js/timeline-simile/custom-timeline.js (added) * trunk/web-app/js/timeline-simile/images (added) * trunk/web-app/js/timeline-simile/images/blue-circle.png (added) * trunk/web-app/js/timeline-simile/images/bubble-bottom-arrow.png (added) * trunk/web-app/js/timeline-simile/images/bubble-bottom-left.png (added) * trunk/web-app/js/timeline-simile/images/bubble-bottom-right.png (added) * trunk/web-app/js/timeline-simile/images/bubble-bottom.png (added) * trunk/web-app/js/timeline-simile/images/bubble-left-arrow.png (added) * trunk/web-app/js/timeline-simile/images/bubble-left.png (added) * trunk/web-app/js/timeline-simile/images/bubble-right-arrow.png (added) * trunk/web-app/js/timeline-simile/images/bubble-right.png (added) * trunk/web-app/js/timeline-simile/images/bubble-top-arrow.png (added) * trunk/web-app/js/timeline-simile/images/bubble-top-left.png (added) * trunk/web-app/js/timeline-simile/images/bubble-top-right.png (added) * trunk/web-app/js/timeline-simile/images/bubble-top.png (added) * trunk/web-app/js/timeline-simile/images/close-button.png (added) * trunk/web-app/js/timeline-simile/images/copyright-vertical.png (added) * trunk/web-app/js/timeline-simile/images/copyright.png (added) * trunk/web-app/js/timeline-simile/images/dark-blue-circle.png (added) * trunk/web-app/js/timeline-simile/images/dark-green-circle.png (added) * trunk/web-app/js/timeline-simile/images/dark-red-circle.png (added) * trunk/web-app/js/timeline-simile/images/dull-blue-circle.png (added) * trunk/web-app/js/timeline-simile/images/dull-green-circle.png (added) * trunk/web-app/js/timeline-simile/images/dull-red-circle.png (added) * trunk/web-app/js/timeline-simile/images/gray-circle.png (added) * trunk/web-app/js/timeline-simile/images/green-circle.png (added) * trunk/web-app/js/timeline-simile/images/message-bottom-left.png (added) * trunk/web-app/js/timeline-simile/images/message-bottom-right.png (added) * trunk/web-app/js/timeline-simile/images/message-left.png (added) * trunk/web-app/js/timeline-simile/images/message-right.png (added) * trunk/web-app/js/timeline-simile/images/message-top-left.png (added) * trunk/web-app/js/timeline-simile/images/message-top-right.png (added) * trunk/web-app/js/timeline-simile/images/progress-running.gif (added) * trunk/web-app/js/timeline-simile/images/red-circle.png (added) * trunk/web-app/js/timeline-simile/images/top-bubble.png (added) * trunk/web-app/js/timeline-simile/scripts (added) * trunk/web-app/js/timeline-simile/scripts/l10n (added) * trunk/web-app/js/timeline-simile/scripts/l10n/cs (added) * trunk/web-app/js/timeline-simile/scripts/l10n/cs/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/cs/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/de (added) * trunk/web-app/js/timeline-simile/scripts/l10n/de/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/de/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/en (added) * trunk/web-app/js/timeline-simile/scripts/l10n/en/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/en/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/es (added) * trunk/web-app/js/timeline-simile/scripts/l10n/es/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/es/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/fr (added) * trunk/web-app/js/timeline-simile/scripts/l10n/fr/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/fr/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/it (added) * trunk/web-app/js/timeline-simile/scripts/l10n/it/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/it/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/nl (added) * trunk/web-app/js/timeline-simile/scripts/l10n/nl/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/nl/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/ru (added) * trunk/web-app/js/timeline-simile/scripts/l10n/ru/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/ru/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/se (added) * trunk/web-app/js/timeline-simile/scripts/l10n/se/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/se/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/tr (added) * trunk/web-app/js/timeline-simile/scripts/l10n/tr/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/tr/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/vi (added) * trunk/web-app/js/timeline-simile/scripts/l10n/vi/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/vi/timeline.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/zh (added) * trunk/web-app/js/timeline-simile/scripts/l10n/zh/labellers.js (added) * trunk/web-app/js/timeline-simile/scripts/l10n/zh/timeline.js (added) * trunk/web-app/js/timeline-simile/timeline-api.js (added) * trunk/web-app/js/timeline-simile/timeline-bundle.css (added) * trunk/web-app/js/timeline-simile/timeline-bundle.js (added) * trunk/web-app/js/timeline-simile/timeline_ajax (added) * trunk/web-app/js/timeline-simile/timeline_ajax/content (added) * trunk/web-app/js/timeline-simile/timeline_ajax/content/history.html (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-arrow-point-down.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-arrow-point-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-arrow-point-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-arrow-point-up.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-bottom-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-bottom-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-bottom.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-top-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-top-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/bubble-top.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/close-button.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/copy.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/message-bottom-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/message-bottom-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/message-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/message-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/message-top-left.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/images/message-top-right.png (added) * trunk/web-app/js/timeline-simile/timeline_ajax/scripts (added) * trunk/web-app/js/timeline-simile/timeline_ajax/scripts/signal.js (added) * trunk/web-app/js/timeline-simile/timeline_ajax/simile-ajax-api.js (added) * trunk/web-app/js/timeline-simile/timeline_ajax/simile-ajax-bundle.js (added) * trunk/web-app/js/timeline-simile/timeline_ajax/styles (added) * trunk/web-app/js/timeline-simile/timeline_ajax/styles/graphics-ie6.css (added) * trunk/web-app/js/timeline-simile/timeline_ajax/styles/graphics.css (added) Updated study view to show the events on a timeline. Tue, 25 May 2010 13:59:33 GMT duh [463] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - resolved [#62] changes are not saved in study create wizard Tue, 25 May 2010 10:05:59 GMT vinlud [459] * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) * trunk/grails-app/domain/dbnp/data/Term.groovy (modified) Check empty string ontology selector Tue, 25 May 2010 07:17:18 GMT vinlud [456] * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) * trunk/grails-app/views/termEditor/pages/terms.gsp (modified) Messaging & checks ontology selector Fri, 21 May 2010 08:04:49 GMT roberth [454] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/views/study/list_extended.gsp (deleted) * trunk/grails-app/views/study/show.gsp (modified) Improved study list to be able to handle one or more studies. Also ... Thu, 20 May 2010 15:02:22 GMT roberth [453] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/views/study/show.gsp (modified) * trunk/web-app/css/studies.css (added) Improved study list, study detail view and study comparison. Also ... Thu, 20 May 2010 12:57:31 GMT tabma [450] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) - first page of simple import wizard working with entity-/templatefilter Thu, 20 May 2010 12:56:52 GMT tabma [449] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/views/importer/index_simple.gsp (modified) - first page of simple import wizard working with entity-/templatefilter Wed, 19 May 2010 16:12:42 GMT roberth [442] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/PersonAffiliationController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonAffiliation.groovy (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/personAffiliation/create.gsp (modified) * trunk/grails-app/views/personAffiliation/edit.gsp (modified) * trunk/grails-app/views/personAffiliation/list.gsp (modified) * trunk/grails-app/views/personAffiliation/show.gsp (modified) * trunk/grails-app/views/study/list.gsp (modified) * trunk/grails-app/views/study/show.gsp (modified) Updated studies list and added institute and department properties to ... Wed, 19 May 2010 12:37:00 GMT duh [438] * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) * trunk/grails-app/views/termEditor/pages/terms.gsp (modified) * trunk/web-app/css/dialog.css (modified) * trunk/web-app/js/SelectAddMore.js (modified) - term editor initial version Wed, 19 May 2010 11:14:39 GMT roberth [437] * trunk/grails-app/controllers/dbnp/studycapturing/PublicationController.groovy (added) * trunk/grails-app/views/publication/create.gsp (added) * trunk/grails-app/views/publication/edit.gsp (added) * trunk/grails-app/views/publication/list.gsp (added) * trunk/grails-app/views/publication/show.gsp (added) * trunk/test/unit/dbnp/studycapturing/PublicationControllerTests.groovy (added) Added publication controller and views Tue, 18 May 2010 14:56:32 GMT duh [433] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/pages/_groups.gsp (modified) - fixed issue with the event view and controller logic where 1) ... Tue, 18 May 2010 14:42:11 GMT duh [432] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/common/_wizard.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) - events page now seperates 'events' from 'samplingEvents' - ... Tue, 18 May 2010 09:39:32 GMT duh [431] * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) - term editor has been using 'ontologies' instead of 'ontology' as a ... Tue, 18 May 2010 09:30:00 GMT duh [430] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - tweaked error messages in wizard Tue, 18 May 2010 09:26:21 GMT duh [429] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/web-app/css/cupertino (added) * trunk/web-app/css/cupertino/images (added) * trunk/web-app/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png (added) * trunk/web-app/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png (added) * trunk/web-app/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png (added) * trunk/web-app/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-icons_2694e8_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_2e83ff_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_3d80b3_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_72a7cf_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_ffffff_256x240.png (added) * trunk/web-app/css/cupertino/jquery-ui-1.8.1.custom.css (added) - commit crashed, recommitting jquery-ui 1.8.1 for jquery 1.4.x Mon, 17 May 2010 09:56:00 GMT duh [418] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/web-app/WEB-INF/tld/grails.tld (modified) * trunk/web-app/css (modified) * trunk/web-app/images (modified) * trunk/web-app/js (modified) - subjects can now be deleted properly - event grouping works - ... Wed, 12 May 2010 14:09:15 GMT tabma [417] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/views/importer/index.gsp (modified) * trunk/grails-app/views/importer/index_advanced.gsp (copied) * trunk/grails-app/views/importer/index_simple.gsp (added) * trunk/grails-app/views/importer/step1_advanced.gsp (moved) * trunk/grails-app/views/importer/step1_simple.gsp (added) * trunk/grails-app/views/importer/step2_advanced.gsp (added) * trunk/grails-app/views/importer/step2_simple.gsp (moved) * trunk/grails-app/views/importer/step3_advanced.gsp (added) * trunk/grails-app/views/importer/step3_simple.gsp (moved) * trunk/grails-app/views/importer/step4_advanced.gsp (added) * trunk/grails-app/views/importer/step4_simple.gsp (moved) - split up the templates in 'simple' and 'advanced' and created a new ... Wed, 12 May 2010 13:38:46 GMT duh [416] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) - updated Events to handle constraints properly - updated event wizard Wed, 12 May 2010 11:23:35 GMT tabma [415] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/importer/ImportMapping.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) - refactored code and templates of the Importer Wizard, now makes use ... Wed, 12 May 2010 10:12:33 GMT duh [414] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) - moved term / ontology setter to TemplateEntity for transparent ... Tue, 11 May 2010 14:58:23 GMT duh [411] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - workin in progress (but working!) Tue, 11 May 2010 14:01:58 GMT duh [407] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - implemented ontologyterm handler code in the subject page, note ... Tue, 11 May 2010 13:13:25 GMT duh [404] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - wizard controller temporary commit Fri, 07 May 2010 12:53:11 GMT duh [397] * trunk/grails-app/controllers/LoadController.groovy (modified) * trunk/grails-app/controllers/dbnp/data/OntologyController.groovy (modified) * trunk/grails-app/controllers/dbnp/data/TermController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/EventController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/PersonAffiliationController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/PersonController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/PersonRoleController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/SubjectController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/AssayType.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Compound.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Person.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonAffiliation.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonRole.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Publication.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/SamplingEvent.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/StudyPerson.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Template.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldType.groovy (modified) * trunk/grails-app/services/dbnp/clinicaldata/ClinicalDataLayerService.groovy (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) - reformatted source code - added mega huge big ASCII comments to ... Fri, 07 May 2010 12:24:27 GMT duh [396] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) - fixed incomplete implementation of domain fields (getters, setters ... Mon, 03 May 2010 13:55:29 GMT duh [390] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) - refactored TemplateEntity to check for and handle event + domain ... Wed, 28 Apr 2010 14:28:39 GMT duh [389] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/sandbox/index.gsp (modified) * trunk/grails-app/views/study/list.gsp (modified) * trunk/grails-app/views/study/show.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) * trunk/web-app/css/wizard.css (modified) * trunk/web-app/css/wizard.min.css (modified) - reverted changes of revisions 386, 387 and 388 as they completely ... Tue, 27 Apr 2010 08:25:43 GMT duh [385] * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/views/templateEditor/pages/templates.gsp (modified) - template editor view used Study as entity instead of the ... Mon, 26 Apr 2010 16:36:49 GMT duh [383] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) - initial event template Mon, 26 Apr 2010 14:53:36 GMT roberth [382] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/PersonController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Person.groovy (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/personAffiliation/list.gsp (modified) * trunk/grails-app/views/personRole/list.gsp (modified) * trunk/web-app/css/default_style.css (modified) Updated the fields of person to contain title, gender, prefix and ... Mon, 26 Apr 2010 12:31:00 GMT roberth [379] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/PersonRoleController.groovy (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/personAffiliation/create.gsp (modified) * trunk/grails-app/views/personAffiliation/edit.gsp (modified) * trunk/grails-app/views/personAffiliation/list.gsp (modified) * trunk/grails-app/views/personAffiliation/show.gsp (modified) * trunk/grails-app/views/personRole/create.gsp (modified) * trunk/grails-app/views/personRole/edit.gsp (modified) * trunk/grails-app/views/personRole/list.gsp (modified) * trunk/grails-app/views/personRole/show.gsp (modified) * trunk/web-app/css/default_style.css (modified) Updated the person, personrole and personaffiliation view templates ... Fri, 23 Apr 2010 14:16:44 GMT duh [377] * trunk/application.properties (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/views/templateEditor/elements (added) * trunk/grails-app/views/templateEditor/elements/_all.gsp (added) * trunk/grails-app/views/templateEditor/elements/_date.gsp (added) * trunk/grails-app/views/templateEditor/elements/_double.gsp (added) * trunk/grails-app/views/templateEditor/elements/_float.gsp (added) * trunk/grails-app/views/templateEditor/elements/_ineger.gsp (added) * trunk/grails-app/views/templateEditor/elements/_ontologyterm.gsp (added) * trunk/grails-app/views/templateEditor/elements/_string.gsp (added) * trunk/grails-app/views/templateEditor/elements/_stringlist.gsp (added) * trunk/grails-app/views/templateEditor/elements/_text.gsp (added) * trunk/grails-app/views/templateEditor/pages/templates.gsp (modified) * trunk/web-app/css/dialog.css (modified) - working on the templateEditor Fri, 23 Apr 2010 09:28:35 GMT duh [376] * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) * trunk/grails-app/views/templateEditor/pages/errorInvalidEntity.gsp (moved) * trunk/grails-app/views/templateEditor/pages/templates.gsp (moved) * trunk/grails-app/views/termEditor/pages/terms.gsp (moved) * trunk/grails-app/views/wizard/common/_navigation.gsp (modified) - refactored views - fixed bug in the termEditor Fri, 23 Apr 2010 09:26:57 GMT keesvb [375] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/SandboxController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/views/sandbox/index.gsp (modified) added giveDomainFields to TemplateEntity entities, fixed some ... Fri, 23 Apr 2010 09:02:31 GMT duh [374] * trunk/application.properties (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) - added crypto plugin - implemented blowfish encryption in Wizard ... Thu, 22 Apr 2010 15:07:09 GMT duh [373] * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/views/templateEditor/pages/_errorInvalidEntity.gsp (added) * trunk/grails-app/views/templateEditor/templates.gsp (modified) * trunk/web-app/css/dialog.css (modified) * trunk/web-app/js/SelectAddMore.js (modified) * trunk/web-app/js/SelectAddMore.min.js (modified) - template editor dynamically instantiates entities - dialog changes Thu, 22 Apr 2010 13:45:22 GMT duh [372] * trunk/application.properties (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/layouts/dialog.gsp (modified) * trunk/grails-app/views/templateEditor/templates.gsp (modified) * trunk/grails-app/views/termEditor/terms.gsp (modified) * trunk/web-app/css/dialog.css (added) * trunk/web-app/js/SelectAddMore.js (modified) * trunk/web-app/js/wizard.js (modified) - css changes - termEditor changes - templateEditor changes - etc Wed, 21 Apr 2010 15:31:52 GMT duh [368] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - WizardController not contain a 'refresh' action for the study flow Wed, 21 Apr 2010 15:26:21 GMT duh [367] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/common/_feedback.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/web-app/css/default_style.css (modified) * trunk/web-app/images/icons/famfamfam/application.png (added) * trunk/web-app/images/icons/famfamfam/application_add.png (added) * trunk/web-app/images/icons/famfamfam/application_cascade.png (added) * trunk/web-app/images/icons/famfamfam/application_delete.png (added) * trunk/web-app/images/icons/famfamfam/application_double.png (added) * trunk/web-app/images/icons/famfamfam/application_error.png (added) * trunk/web-app/images/icons/famfamfam/application_form.png (added) * trunk/web-app/images/icons/famfamfam/application_form_add.png (added) * trunk/web-app/images/icons/famfamfam/application_form_delete.png (added) * trunk/web-app/images/icons/famfamfam/application_form_edit.png (added) * trunk/web-app/images/icons/famfamfam/application_form_magnify.png (added) * trunk/web-app/images/icons/famfamfam/application_get.png (added) * trunk/web-app/images/icons/famfamfam/application_go.png (added) * trunk/web-app/images/icons/famfamfam/application_home.png (added) * trunk/web-app/images/icons/famfamfam/application_key.png (added) * trunk/web-app/images/icons/famfamfam/application_lightning.png (added) * trunk/web-app/images/icons/famfamfam/application_link.png (added) * trunk/web-app/images/icons/famfamfam/application_osx.png (added) * trunk/web-app/images/icons/famfamfam/application_osx_terminal.png (added) * trunk/web-app/images/icons/famfamfam/application_put.png (added) * trunk/web-app/images/icons/famfamfam/application_side_boxes.png (added) * trunk/web-app/images/icons/famfamfam/application_side_contract.png (added) * trunk/web-app/images/icons/famfamfam/application_side_expand.png (added) * trunk/web-app/images/icons/famfamfam/application_side_list.png (added) * trunk/web-app/images/icons/famfamfam/application_side_tree.png (added) * trunk/web-app/images/icons/famfamfam/application_split.png (added) * trunk/web-app/images/icons/famfamfam/application_tile_horizontal.png (added) * trunk/web-app/images/icons/famfamfam/application_tile_vertical.png (added) * trunk/web-app/images/icons/famfamfam/application_view_columns.png (added) * trunk/web-app/images/icons/famfamfam/application_view_detail.png (added) * trunk/web-app/images/icons/famfamfam/application_view_gallery.png (added) * trunk/web-app/images/icons/famfamfam/application_view_icons.png (added) * trunk/web-app/images/icons/famfamfam/application_view_list.png (added) * trunk/web-app/images/icons/famfamfam/application_view_tile.png (added) * trunk/web-app/images/icons/famfamfam/application_xp.png (added) * trunk/web-app/images/icons/famfamfam/application_xp_terminal.png (added) * trunk/web-app/images/icons/famfamfam/bug.png (added) * trunk/web-app/images/icons/famfamfam/bug_add.png (added) * trunk/web-app/images/icons/famfamfam/bug_delete.png (added) * trunk/web-app/images/icons/famfamfam/bug_edit.png (added) * trunk/web-app/images/icons/famfamfam/bug_error.png (added) * trunk/web-app/images/icons/famfamfam/bug_go.png (added) * trunk/web-app/images/icons/famfamfam/bug_link.png (added) * trunk/web-app/images/icons/famfamfam/layout.png (added) * trunk/web-app/images/icons/famfamfam/layout_add.png (added) * trunk/web-app/images/icons/famfamfam/layout_content.png (added) * trunk/web-app/images/icons/famfamfam/layout_delete.png (added) * trunk/web-app/images/icons/famfamfam/layout_edit.png (added) * trunk/web-app/images/icons/famfamfam/layout_error.png (added) * trunk/web-app/images/icons/famfamfam/layout_header.png (added) * trunk/web-app/images/icons/famfamfam/layout_link.png (added) * trunk/web-app/images/icons/famfamfam/layout_sidebar.png (added) * trunk/web-app/js/wizard.js (modified) - commented buggy bootstrap code - refactored wizard subject page - ... Tue, 20 Apr 2010 18:01:50 GMT roberth [361] * trunk/grails-app/controllers/dbnp/studycapturing/PersonAffiliationController.groovy (added) * trunk/grails-app/controllers/dbnp/studycapturing/PersonController.groovy (added) * trunk/grails-app/controllers/dbnp/studycapturing/PersonRoleController.groovy (added) * trunk/grails-app/domain/dbnp/studycapturing/Person.groovy (modified) * trunk/grails-app/views/common/_topnav.gsp (modified) * trunk/grails-app/views/person/create.gsp (added) * trunk/grails-app/views/person/edit.gsp (added) * trunk/grails-app/views/person/list.gsp (added) * trunk/grails-app/views/person/show.gsp (added) * trunk/grails-app/views/personAffiliation (added) * trunk/grails-app/views/personAffiliation/create.gsp (added) * trunk/grails-app/views/personAffiliation/edit.gsp (added) * trunk/grails-app/views/personAffiliation/list.gsp (added) * trunk/grails-app/views/personAffiliation/show.gsp (added) * trunk/grails-app/views/personRole (added) * trunk/grails-app/views/personRole/create.gsp (added) * trunk/grails-app/views/personRole/edit.gsp (added) * trunk/grails-app/views/personRole/list.gsp (added) * trunk/grails-app/views/personRole/show.gsp (added) * trunk/test/unit/dbnp/studycapturing/PersonAffiliationControllerTests.groovy (added) * trunk/test/unit/dbnp/studycapturing/PersonControllerTests.groovy (added) * trunk/test/unit/dbnp/studycapturing/PersonRoleControllerTests.groovy (added) Added controllers and views for Person, PersonAffiliation and ... Tue, 20 Apr 2010 12:42:20 GMT duh [359] * trunk/grails-app/controllers/FeedbackController.groovy (modified) * trunk/grails-app/controllers/HomeController.groovy (modified) * trunk/grails-app/controllers/LoadController.groovy (modified) * trunk/grails-app/controllers/SandboxController.groovy (modified) * trunk/grails-app/controllers/SearchableController.groovy (modified) * trunk/grails-app/controllers/dbnp/clinicaldata/ClinicalAssayController.groovy (modified) * trunk/grails-app/controllers/dbnp/clinicaldata/ClinicalMeasurementController.groovy (modified) * trunk/grails-app/controllers/dbnp/data/OntologyController.groovy (modified) * trunk/grails-app/controllers/dbnp/data/TermController.groovy (modified) * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/EventController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/SubjectController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalAssay.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalAssayInstance.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalFloatData.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalMeasurement.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalStringData.groovy (modified) * trunk/grails-app/domain/dbnp/data/FeatureBase.groovy (modified) * trunk/grails-app/domain/dbnp/data/FeatureType.groovy (modified) * trunk/grails-app/domain/dbnp/data/Ontology.groovy (modified) * trunk/grails-app/domain/dbnp/data/Term.groovy (modified) * trunk/grails-app/domain/dbnp/importer/ImportMapping.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Assay.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/AssayModule.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/AssayType.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Compound.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/EventGroup.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Person.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonAffiliation.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonRole.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Publication.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/SamplingEvent.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/StudyPerson.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Template.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldListItem.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldType.groovy (modified) * trunk/grails-app/domain/nimble/Profile.groovy (modified) * trunk/grails-app/domain/nimble/User.groovy (modified) * trunk/grails-app/services/dbnp/clinicaldata/ClinicalDataLayerService.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/common/_eventDescriptionTableRows.gsp (modified) * trunk/grails-app/views/common/_feedback.gsp (modified) * trunk/grails-app/views/common/_jquerytmsetup.gsp (modified) * trunk/grails-app/views/common/_login_panel.gsp (modified) * trunk/grails-app/views/common/_topnav.gsp (modified) * trunk/grails-app/views/error.gsp (modified) * trunk/grails-app/views/event/create.gsp (modified) * trunk/grails-app/views/event/createForEventDescription.gsp (modified) * trunk/grails-app/views/event/create_1.gsp (modified) * trunk/grails-app/views/event/create_auto.gsp (modified) * trunk/grails-app/views/event/create_timepicker.gsp (modified) * trunk/grails-app/views/event/edit.gsp (modified) * trunk/grails-app/views/event/list.gsp (modified) * trunk/grails-app/views/event/partial.gsp (modified) * trunk/grails-app/views/event/show.gsp (modified) * trunk/grails-app/views/home/index.gsp (modified) * trunk/grails-app/views/importer/common/_postview.gsp (modified) * trunk/grails-app/views/importer/common/_preview.gsp (modified) * trunk/grails-app/views/importer/common/_properties.gsp (modified) * trunk/grails-app/views/importer/index.gsp (modified) * trunk/grails-app/views/importer/step1.gsp (modified) * trunk/grails-app/views/importer/step2.gsp (modified) * trunk/grails-app/views/importer/step3.gsp (modified) * trunk/grails-app/views/importer/step4.gsp (modified) * trunk/grails-app/views/language/create.gsp (modified) * trunk/grails-app/views/language/edit.gsp (modified) * trunk/grails-app/views/language/list.gsp (modified) * trunk/grails-app/views/language/show.gsp (modified) * trunk/grails-app/views/layouts/dialog.gsp (modified) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/grails-app/views/layouts/nimble.gsp (modified) * trunk/grails-app/views/load/index.gsp (modified) * trunk/grails-app/views/query/common/_error.gsp (modified) * trunk/grails-app/views/query/common/_navigation.gsp (modified) * trunk/grails-app/views/query/common/_query.gsp (modified) * trunk/grails-app/views/query/common/_tabs.gsp (modified) * trunk/grails-app/views/query/mainPage.gsp (modified) * trunk/grails-app/views/query/pages/_biomarker.gsp (modified) * trunk/grails-app/views/query/pages/_group.gsp (modified) * trunk/grails-app/views/query/pages/_inputQuery.gsp (modified) * trunk/grails-app/views/query/pages/_result.gsp (modified) * trunk/grails-app/views/query/pages/_sample.gsp (modified) * trunk/grails-app/views/query/pages/_study.gsp (modified) * trunk/grails-app/views/query/results.gsp (modified) * trunk/grails-app/views/query/selectsample.gsp (modified) * trunk/grails-app/views/sandbox/index.gsp (modified) * trunk/grails-app/views/searchable/index.gsp (modified) * trunk/grails-app/views/study/create.gsp (modified) * trunk/grails-app/views/study/edit.gsp (modified) * trunk/grails-app/views/study/list.gsp (modified) * trunk/grails-app/views/study/list_extended.gsp (modified) * trunk/grails-app/views/study/show.gsp (modified) * trunk/grails-app/views/templateEditor/templates.gsp (modified) * trunk/grails-app/views/templates/nimble/help/_accountcreationpolicy.gsp (modified) * trunk/grails-app/views/templates/nimble/help/_passwordpolicy.gsp (modified) * trunk/grails-app/views/templates/nimble/help/_usernamepolicy.gsp (modified) * trunk/grails-app/views/templates/nimble/login/_login.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_accountregistration_email.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_emailchange_email.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_forgottenpassword_email.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_forgottenpassword_external_email.gsp (modified) * trunk/grails-app/views/templates/nimble/navigation/_topnavigation.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_banner.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_currentstatus.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_emailupdated.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_left.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_miniprofile.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_socialmedia.gsp (modified) * trunk/grails-app/views/termEditor/terms.gsp (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) * trunk/grails-app/views/wizard/common/_navigation.gsp (modified) * trunk/grails-app/views/wizard/common/_tabs.gsp (modified) * trunk/grails-app/views/wizard/common/_wizard.gsp (modified) * trunk/grails-app/views/wizard/index.gsp (modified) * trunk/grails-app/views/wizard/pages/_assays.gsp (modified) * trunk/grails-app/views/wizard/pages/_confirmation.gsp (modified) * trunk/grails-app/views/wizard/pages/_demo.gsp (modified) * trunk/grails-app/views/wizard/pages/_done.gsp (modified) * trunk/grails-app/views/wizard/pages/_error.gsp (modified) * trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/grails-app/views/wizard/pages/_groups.gsp (modified) * trunk/grails-app/views/wizard/pages/_modify.gsp (modified) * trunk/grails-app/views/wizard/pages/_protocols.gsp (modified) * trunk/grails-app/views/wizard/pages/_samples.gsp (modified) * trunk/grails-app/views/wizard/pages/_start.gsp (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/grails-app/views/wizard/pages/_templates.gsp (modified) * trunk/grails-app/views/wizard/pages/_timeline.gsp (modified) * trunk/web-app/js/SelectAddMore.js (modified) * trunk/web-app/js/SelectAddMore.min.js (modified) * trunk/web-app/js/development.js (modified) * trunk/web-app/js/jquery-ui-1.7.2.custom.min.js (modified) * trunk/web-app/js/jquery-ui-1.8rc3.custom.min.js (modified) * trunk/web-app/js/jquery.qtip-1.0.0-rc3.min.js (modified) * trunk/web-app/js/login_panel.js (modified) * trunk/web-app/js/ontology-chooser.js (modified) * trunk/web-app/js/ontology-chooser.min.js (modified) * trunk/web-app/js/swfobject.js (modified) * trunk/web-app/js/swfobject.min.js (modified) * trunk/web-app/js/table-editor.js (modified) * trunk/web-app/js/table-editor.min.js (modified) * trunk/web-app/js/timeline.js (modified) * trunk/web-app/js/timepicker-0.2.1.js (modified) * trunk/web-app/js/timepicker-0.2.1.min.js (modified) * trunk/web-app/js/topnav.js (modified) * trunk/web-app/js/wizard.js (modified) * trunk/web-app/js/wizard.min.js (modified) - set keyword expansion Tue, 20 Apr 2010 11:28:45 GMT duh [356] * trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy (added) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/common/_navigation.gsp (modified) * trunk/grails-app/views/wizard/index.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/test/unit/dbnp/studycapturing/TermEditorControllerTests.groovy (added) * trunk/web-app/css/wizard.css (modified) * trunk/web-app/css/wizard.min.css (modified) * trunk/web-app/js/SelectAddMore.js (added) * trunk/web-app/js/SelectAddMore.min.js (added) * trunk/web-app/js/wizard.js (modified) * trunk/web-app/js/wizard.min.js (modified) - introduced a JavaScript class to introduce generic 'add more' ... Tue, 20 Apr 2010 09:30:56 GMT keesvb [354] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) removed unneccesary imports from importer ;-) which still disabled ... Mon, 19 Apr 2010 13:56:17 GMT keesvb [351] * trunk/grails-app/controllers/dbnp/studycapturing/EventController.groovy (modified) removed EventDescription and Protocol references from ... Mon, 19 Apr 2010 13:45:35 GMT keesvb [350] * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (deleted) * trunk/grails-app/controllers/dbnp/studycapturing/ProtocolController.groovy (deleted) * trunk/grails-app/controllers/dbnp/studycapturing/ProtocolParameterController.groovy (deleted) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/data/Ontology.groovy (modified) * trunk/grails-app/domain/dbnp/data/Term.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/views/eventDescription (deleted) * trunk/grails-app/views/protocol (deleted) added ontology/term properties, getting code to work from clean ... Mon, 19 Apr 2010 11:05:48 GMT duh [349] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/web-app/css/wizard.min.css (modified) * trunk/web-app/js/ontology-chooser.js (modified) * trunk/web-app/js/ontology-chooser.min.js (modified) - added more templates to bootstrap - added a 300ms delay to ... Thu, 15 Apr 2010 15:06:19 GMT duh [344] * trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy (added) * trunk/grails-app/views/layouts/dialog.gsp (added) * trunk/grails-app/views/templateEditor (added) * trunk/grails-app/views/templateEditor/pages (added) * trunk/grails-app/views/templateEditor/templates.gsp (added) * trunk/src/templates/war/web.xml (modified) * trunk/test/unit/dbnp/studycapturing/TemplateEditorControllerTests.groovy (added) - initial template editor (for use in dialogs) Thu, 15 Apr 2010 11:16:10 GMT duh [343] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - small bugfix for modify study page (unset flow.study after cancel) Wed, 14 Apr 2010 09:36:53 GMT duh [341] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/common/_navigation.gsp (modified) * trunk/grails-app/views/wizard/pages/_modify.gsp (added) * trunk/grails-app/views/wizard/pages/_start.gsp (modified) * trunk/web-app/css/wizard.css (modified) * trunk/web-app/images/wizard/add-hover.png (deleted) * trunk/web-app/images/wizard/add.png (deleted) * trunk/web-app/images/wizard/big-button.jpg (added) * trunk/web-app/images/wizard/remove-hover.png (deleted) * trunk/web-app/images/wizard/remove.png (deleted) - refactored wizard start page so that the big green buttons actually ... Mon, 12 Apr 2010 13:11:34 GMT keesvb [338] * trunk/grails-app/controllers/SandboxController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/views/sandbox/index.gsp (modified) changed TemplateEntity.giveFields to reflect ordering as well, also ... Fri, 09 Apr 2010 13:11:35 GMT duh [335] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) - templated fields are now properly set as well as unset - showing ... Thu, 08 Apr 2010 16:02:16 GMT duh [332] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) - introduced template fields validation - added i18n messaging for ... Wed, 07 Apr 2010 09:24:56 GMT tabma [328] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_properties.gsp (modified) * trunk/grails-app/views/importer/step2.gsp (modified) * trunk/grails-app/views/importer/step3.gsp (modified) * trunk/web-app/css/importer.css (modified) - study can be selected, imported data fancier postview, lazy loading ... Tue, 06 Apr 2010 10:12:41 GMT duh [326] * trunk (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - fixed bug in wizard that caused the study page to break Wed, 31 Mar 2010 12:02:35 GMT tabma [321] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_preview.gsp (modified) - identifying columns get stored using 'name' attribute of entities ... Fri, 26 Mar 2010 13:57:31 GMT duh [317] * trunk/application.properties (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/common/_feedback.gsp (modified) * trunk/web-app/images/grails_logo.png (added) * trunk/web-app/js (modified) - upgraded project to Grails 1.2.2 - removed default grails shite ... Fri, 26 Mar 2010 12:02:39 GMT ademcan [316] * trunk/grails-app/controllers/SearchableController.groovy (modified) * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/grails-app/taglib/dbnp/query/QueryTagLib.groovy (modified) * trunk/grails-app/views/query/common/_error.gsp (modified) * trunk/grails-app/views/query/common/_query.gsp (modified) * trunk/grails-app/views/query/mainPage.gsp (modified) * trunk/grails-app/views/query/pages/_biomarker.gsp (modified) * trunk/grails-app/views/query/pages/_group.gsp (modified) * trunk/grails-app/views/query/pages/_inputQuery.gsp (added) * trunk/grails-app/views/query/pages/_result.gsp (modified) * trunk/grails-app/views/query/pages/_sample.gsp (modified) * trunk/grails-app/views/query/pages/_study.gsp (modified) * trunk/grails-app/views/study/list_extended.gsp (modified) * trunk/grails-app/views/study/show.gsp (modified) queryController changes Thu, 25 Mar 2010 14:48:03 GMT ademcan [315] * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/grails-app/taglib/dbnp/query/QueryTagLib.groovy (modified) * trunk/grails-app/views/query/common (added) * trunk/grails-app/views/query/common/_error.gsp (added) * trunk/grails-app/views/query/common/_navigation.gsp (added) * trunk/grails-app/views/query/common/_query.gsp (added) * trunk/grails-app/views/query/common/_tabs.gsp (added) query webflow Thu, 25 Mar 2010 14:16:57 GMT jahn [314] * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/grails-app/taglib/dbnp/query (added) * trunk/grails-app/taglib/dbnp/query/QueryTagLib.groovy (added) * trunk/grails-app/views/query/mainPage.gsp (moved) * trunk/grails-app/views/query/pages (added) * trunk/grails-app/views/query/pages/_biomarker.gsp (added) * trunk/grails-app/views/query/pages/_group.gsp (added) * trunk/grails-app/views/query/pages/_result.gsp (added) * trunk/grails-app/views/query/pages/_sample.gsp (added) * trunk/grails-app/views/query/pages/_study.gsp (added) Empty shell for Query workflow. Wed, 24 Mar 2010 10:52:14 GMT jahn [309] * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (modified) Added an actually non editable show. (Parameters script needs to be ... Mon, 22 Mar 2010 12:44:00 GMT duh [296] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) - refactored template field handeling in the wizard - added ... Mon, 22 Mar 2010 10:38:25 GMT keesvb [290] * trunk/application.properties (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/views/common/_partial.gsp (deleted) * trunk/grails-app/views/common/_topnav.gsp (modified) * trunk/grails-app/views/eventDescription/showMyProtocolFilled.gsp (modified) debugged EventDescription.save, added comment field for template ... Mon, 22 Mar 2010 01:56:15 GMT jahn [289] * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (modified) * trunk/grails-app/views/eventDescription/showMyProtocolFilled.gsp (modified) Views for EventDescription (edit and create) have been cleaned, ... Sun, 21 Mar 2010 13:17:51 GMT jahn [288] * trunk/grails-app/controllers/dbnp/studycapturing/EventController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/views/event/edit.gsp (modified) * trunk/grails-app/views/eventDescription/showPartial.gsp (modified) Event's create and edit action have been tested and are now working. ... Thu, 18 Mar 2010 14:58:06 GMT tabma [284] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) - entities functionally persisted (TODO: conversion of String to ... Thu, 18 Mar 2010 09:17:02 GMT tabma [283] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_postview.gsp (added) * trunk/grails-app/views/importer/step3.gsp (added) * trunk/grails-app/views/importer/step4.gsp (added) - final step in the wizard, implemented method in the ImporterService ... Wed, 17 Mar 2010 17:01:43 GMT duh [281] * trunk/grails-app/controllers/FeedbackController.groovy (added) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/common/_feedback.gsp (added) * trunk/grails-app/views/feedback (added) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/grails-app/views/layouts/nimble.gsp (modified) * trunk/test/unit/FeedbackControllerTests.groovy (added) * trunk/web-app/images/icons/famfamfam/comment.png (added) * trunk/web-app/images/icons/famfamfam/comment_add.png (added) * trunk/web-app/images/icons/famfamfam/comment_delete.png (added) * trunk/web-app/images/icons/famfamfam/comment_edit.png (added) * trunk/web-app/images/icons/famfamfam/comments.png (added) * trunk/web-app/images/icons/famfamfam/comments_add.png (added) * trunk/web-app/images/icons/famfamfam/comments_delete.png (added) - added initial version of visitor feedback, including template, ... Wed, 17 Mar 2010 14:42:48 GMT duh [280] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) - wizard error reporting resulted in overlapping error dialogs, the ... Wed, 17 Mar 2010 14:18:54 GMT duh [279] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) * trunk/grails-app/views/wizard/common/_navigation.gsp (modified) * trunk/grails-app/views/wizard/pages/_done.gsp (modified) * trunk/web-app/js/wizard.js (modified) - improved try catch block in wizard data saving - if saving fails, ... Wed, 17 Mar 2010 13:29:09 GMT duh [278] * trunk/grails-app/conf/DataSource.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) - fixed study wizard saving Wed, 17 Mar 2010 11:35:31 GMT duh [275] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/pages/_done.gsp (modified) * trunk/grails-app/views/wizard/pages/_error.gsp (added) * trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/web-app/js/wizard.js (modified) - initial version of wizard storing data; known issue: while ... Wed, 17 Mar 2010 10:39:58 GMT tabma [274] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) - Excel data file data is parsed completely and entities are ... Tue, 16 Mar 2010 14:36:14 GMT tabma [273] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) - Excel file is parsed, per row a record is created containing ... Tue, 16 Mar 2010 08:20:40 GMT jahn [270] * trunk/grails-app/controllers/dbnp/studycapturing/EventController.groovy (modified) Updated Event related create / edit view. Todo: get jquery selector ... Mon, 15 Mar 2010 21:40:37 GMT keesvb [269] * trunk/application.properties (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Template.groovy (modified) * trunk/grails-app/views/study/list_extended.gsp (modified) upgraded to webflow plugin 1.2.1, added templates to BootStrap, ... Mon, 15 Mar 2010 18:16:02 GMT tabma [268] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/views/importer/common/_properties.gsp (modified) - identifier column added Fri, 12 Mar 2010 15:12:53 GMT duh [260] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/grails-app/views/wizard/index.gsp (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/web-app/css/cupertino (added) * trunk/web-app/css/cupertino/images (added) * trunk/web-app/css/cupertino/images/ui-anim_basic_16x16.gif (added) * trunk/web-app/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png (added) * trunk/web-app/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png (added) * trunk/web-app/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png (added) * trunk/web-app/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png (added) * trunk/web-app/css/cupertino/images/ui-icons_2694e8_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_2e83ff_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_3d80b3_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_72a7cf_256x240.png (added) * trunk/web-app/css/cupertino/images/ui-icons_ffffff_256x240.png (added) * trunk/web-app/css/cupertino/jquery-ui-1.8rc3.custom.css (added) * trunk/web-app/css/wizard.css (modified) * trunk/web-app/js/jquery-ui-1.8rc3.custom.min.js (added) * trunk/web-app/js/ontology-chooser.js (added) * trunk/web-app/js/table-editor.js (modified) * trunk/web-app/js/wizard.js (modified) - upgraded jquery-ui to latest version - implemented ontology ... Thu, 11 Mar 2010 13:23:53 GMT duh [257] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/index.gsp (modified) * trunk/web-app/js/wizard.js (modified) - added limited auto parsing for DATE template entity values that are ... Thu, 11 Mar 2010 10:48:16 GMT tabma [256] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_preview.gsp (modified) - Template enums now used instead of POI Celltypes Wed, 10 Mar 2010 18:27:57 GMT tabma [255] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_preview.gsp (modified) - rewrite of celltype detection Wed, 10 Mar 2010 13:43:45 GMT keesvb [254] * trunk/grails-app/controllers/dbnp/data/TermController.groovy (added) added scaffolded Term controller again Wed, 10 Mar 2010 13:40:58 GMT keesvb [253] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/BaseController.groovy (deleted) * trunk/grails-app/controllers/ProtocolController.groovy (deleted) * trunk/grails-app/controllers/SandboxController.groovy (modified) * trunk/grails-app/controllers/TermController.groovy (deleted) * trunk/grails-app/controllers/dbnp/data (added) * trunk/grails-app/controllers/dbnp/data/OntologyController.groovy (moved) * trunk/grails-app/controllers/dbnp/studycapturing/ProtocolController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/ProtocolParameterController.groovy (moved) * trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy (moved) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateSubjectFieldController.groovy (deleted) * trunk/grails-app/views/sandbox/index.gsp (modified) Cleaned up BootStrap (removed accidental multiple addition of ... Tue, 09 Mar 2010 15:29:53 GMT duh [252] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/views/wizard/pages/_confirmation.gsp (modified) - wizard confirmation page developmental commit Tue, 09 Mar 2010 14:53:46 GMT tabma [251] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateStudyField.groovy (copied) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/test/unit/dbnp/studycapturing/TemplateStudyFieldTests.groovy (added) - TemplateStudyField and MappingColumn changed fieldnames - session ... Tue, 09 Mar 2010 13:16:07 GMT duh [250] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) * trunk/web-app/js/wizard.js (modified) - date and datetimefields are now handled independent of naming but ... Mon, 08 Mar 2010 22:58:23 GMT jahn [248] * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (modified) Made controller for saving action used by create and edit. Still ... Mon, 08 Mar 2010 17:29:14 GMT duh [247] * trunk/grails-app/conf/BaseFilters.groovy (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/conf/BuildConfig.groovy (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/conf/DataSource.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/UrlMappings.groovy (modified) * trunk/grails-app/conf/spring/resources.groovy (modified) * trunk/grails-app/controllers/BaseController.groovy (modified) * trunk/grails-app/controllers/HomeController.groovy (modified) * trunk/grails-app/controllers/LoadController.groovy (modified) * trunk/grails-app/controllers/OntologyController.groovy (modified) * trunk/grails-app/controllers/ProtocolController.groovy (modified) * trunk/grails-app/controllers/ProtocolParameterController.groovy (modified) * trunk/grails-app/controllers/SandboxController.groovy (modified) * trunk/grails-app/controllers/SearchableController.groovy (modified) * trunk/grails-app/controllers/StudyController.groovy (modified) * trunk/grails-app/controllers/TermController.groovy (modified) * trunk/grails-app/controllers/dbnp/clinicaldata/ClinicalAssayController.groovy (modified) * trunk/grails-app/controllers/dbnp/clinicaldata/ClinicalMeasurementController.groovy (modified) * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/controllers/dbnp/query/QueryController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/EventController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/EventDescriptionController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/ProtocolController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/SubjectController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/TemplateSubjectFieldController.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalAssay.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalAssayInstance.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalFloatData.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalMeasurement.groovy (modified) * trunk/grails-app/domain/dbnp/clinicaldata/ClinicalStringData.groovy (modified) * trunk/grails-app/domain/dbnp/data/FeatureBase.groovy (modified) * trunk/grails-app/domain/dbnp/data/FeatureType.groovy (modified) * trunk/grails-app/domain/dbnp/data/Ontology.groovy (modified) * trunk/grails-app/domain/dbnp/data/Term.groovy (modified) * trunk/grails-app/domain/dbnp/importer/Column.groovy (modified) * trunk/grails-app/domain/dbnp/importer/ImportMapping.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Assay.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/AssayModule.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/AssayType.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Compound.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Event.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/EventDescription.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/EventGroup.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/ParameterStringListItem.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Person.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonAffiliation.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/PersonRole.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Protocol.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/ProtocolParameter.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/ProtocolParameterType.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Publication.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/SamplingEvent.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/StudyPerson.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/SubjectGroup.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Template.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldListItem.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldType.groovy (modified) * trunk/grails-app/domain/nimble/Profile.groovy (modified) * trunk/grails-app/domain/nimble/User.groovy (modified) * trunk/grails-app/services/dbnp/clinicaldata/ClinicalDataLayerService.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/common/_eventDescriptionTableRows.gsp (modified) * trunk/grails-app/views/common/_jquerytmsetup.gsp (modified) * trunk/grails-app/views/common/_login_panel.gsp (modified) * trunk/grails-app/views/common/_partial.gsp (modified) * trunk/grails-app/views/common/_topnav.gsp (modified) * trunk/grails-app/views/error.gsp (modified) * trunk/grails-app/views/event/create.gsp (modified) * trunk/grails-app/views/event/createForEventDescription.gsp (modified) * trunk/grails-app/views/event/create_1.gsp (modified) * trunk/grails-app/views/event/create_auto.gsp (modified) * trunk/grails-app/views/event/create_timepicker.gsp (modified) * trunk/grails-app/views/event/edit.gsp (modified) * trunk/grails-app/views/event/list.gsp (modified) * trunk/grails-app/views/event/partial.gsp (modified) * trunk/grails-app/views/event/show.gsp (modified) * trunk/grails-app/views/eventDescription/create.gsp (modified) * trunk/grails-app/views/eventDescription/edit.gsp (modified) * trunk/grails-app/views/eventDescription/list.gsp (modified) * trunk/grails-app/views/eventDescription/show.gsp (modified) * trunk/grails-app/views/eventDescription/showMyProtocolEmpty.gsp (modified) * trunk/grails-app/views/eventDescription/showMyProtocolFilled.gsp (modified) * trunk/grails-app/views/eventDescription/showProtocolParameters.gsp (modified) * trunk/grails-app/views/home/index.gsp (modified) * trunk/grails-app/views/importer/common/_preview.gsp (modified) * trunk/grails-app/views/importer/common/_properties.gsp (modified) * trunk/grails-app/views/importer/index.gsp (modified) * trunk/grails-app/views/importer/step1.gsp (modified) * trunk/grails-app/views/importer/step2.gsp (modified) * trunk/grails-app/views/language/create.gsp (modified) * trunk/grails-app/views/language/edit.gsp (modified) * trunk/grails-app/views/language/list.gsp (modified) * trunk/grails-app/views/language/show.gsp (modified) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/grails-app/views/layouts/nimble.gsp (modified) * trunk/grails-app/views/load/index.gsp (modified) * trunk/grails-app/views/query/index.gsp (modified) * trunk/grails-app/views/query/results.gsp (modified) * trunk/grails-app/views/query/selectsample.gsp (modified) * trunk/grails-app/views/sandbox/index.gsp (modified) * trunk/grails-app/views/searchable/index.gsp (modified) * trunk/grails-app/views/study/create.gsp (modified) * trunk/grails-app/views/study/edit.gsp (modified) * trunk/grails-app/views/study/list.gsp (modified) * trunk/grails-app/views/study/list_backup.gsp (modified) * trunk/grails-app/views/study/list_extended.gsp (modified) * trunk/grails-app/views/study/show.gsp (modified) * trunk/grails-app/views/study/show_backup.gsp (modified) * trunk/grails-app/views/templates/nimble/help/_accountcreationpolicy.gsp (modified) * trunk/grails-app/views/templates/nimble/help/_passwordpolicy.gsp (modified) * trunk/grails-app/views/templates/nimble/help/_usernamepolicy.gsp (modified) * trunk/grails-app/views/templates/nimble/login/_login.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_accountregistration_email.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_emailchange_email.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_forgottenpassword_email.gsp (modified) * trunk/grails-app/views/templates/nimble/mail/_forgottenpassword_external_email.gsp (modified) * trunk/grails-app/views/templates/nimble/navigation/_topnavigation.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_banner.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_currentstatus.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_emailupdated.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_left.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_miniprofile.gsp (modified) * trunk/grails-app/views/templates/nimble/profile/_socialmedia.gsp (modified) * trunk/grails-app/views/wizard/common/_error.gsp (modified) * trunk/grails-app/views/wizard/common/_navigation.gsp (modified) * trunk/grails-app/views/wizard/common/_tabs.gsp (modified) * trunk/grails-app/views/wizard/common/_wizard.gsp (modified) * trunk/grails-app/views/wizard/index.gsp (modified) * trunk/grails-app/views/wizard/pages/_assays.gsp (modified) * trunk/grails-app/views/wizard/pages/_confirmation.gsp (modified) * trunk/grails-app/views/wizard/pages/_done.gsp (modified) * trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp (modified) * trunk/grails-app/views/wizard/pages/_events.gsp (modified) * trunk/grails-app/views/wizard/pages/_groups.gsp (modified) * trunk/grails-app/views/wizard/pages/_protocols.gsp (modified) * trunk/grails-app/views/wizard/pages/_samples.gsp (modified) * trunk/grails-app/views/wizard/pages/_start.gsp (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/grails-app/views/wizard/pages/_templates.gsp (modified) * trunk/grails-app/views/wizard/pages/_timeline.gsp (modified) * trunk/web-app/js/development.js (modified) * trunk/web-app/js/jquery-ui-1.7.2.custom.min.js (modified) * trunk/web-app/js/jquery.qtip-1.0.0-rc3.min.js (modified) * trunk/web-app/js/login_panel.js (modified) * trunk/web-app/js/swfobject.js (modified) * trunk/web-app/js/table-editor.js (modified) * trunk/web-app/js/timeline.js (modified) * trunk/web-app/js/timepicker-0.2.1.js (modified) * trunk/web-app/js/topnav.js (modified) * trunk/web-app/js/wizard.js (modified) - set keyword expansion Mon, 08 Mar 2010 17:25:07 GMT duh [246] * trunk/grails-app/conf/BaseFilters.groovy (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Protocol.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Study.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) - increased session lifetime to 7 days - improved wizard study ... Mon, 08 Mar 2010 16:53:30 GMT tabma [245] * trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy (modified) * trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy (modified) * trunk/grails-app/services/dbnp/importer/ImporterService.groovy (modified) * trunk/grails-app/taglib/dbnp/importer/ImporterTagLib.groovy (modified) * trunk/grails-app/views/importer/common/_preview.gsp (modified) * trunk/grails-app/views/importer/common/_properties.gsp (modified) - columnmapping added Fri, 05 Mar 2010 16:26:05 GMT duh [240] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) - added ajaxOnChange parameter support for elements. ... Fri, 05 Mar 2010 14:21:52 GMT duh [238] * trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/Template.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldListItem.groovy (modified) * trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldType.groovy (modified) * trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy (modified) * trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp (modified) * trunk/grails-app/views/wizard/pages/_start.gsp (added) * trunk/grails-app/views/wizard/pages/_study.gsp (modified) * trunk/grails-app/views/wizard/pages/_subjects.gsp (modified) * trunk/grails-app/views/wizard/pages/_templates.gsp (modified) * trunk/web-app/css/wizard.css (modified) * trunk/web-app/js/wizard.js (modified) Refectored version of the wizard - initial template page has been ...