source: trunk/grails-app/domain

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @442   14 years roberth Updated studies list and added institute and department properties to …
(edit) @435   14 years duh - trying to fetch template fields when no template is set breaks the …
(edit) @422   14 years duh - consistent debugging
(edit) @421   14 years keesvb cleaned up BootStrap? and re-added Samples, updated study/show to also …
(edit) @416   14 years duh - updated Events to handle constraints properly - updated event wizard
(edit) @415   14 years tabma - refactored code and templates of the Importer Wizard, now makes use …
(edit) @414   14 years duh - moved term / ontology setter to TemplateEntity? for transparent …
(edit) @413   14 years duh - removed a domain field did not work properly (example: setting as …
(edit) @410   14 years keesvb another obvious bugfix in fieldExists
(edit) @409   14 years keesvb OK, that refactoring was too enthusiastic, switching back getField() …
(edit) @408   14 years keesvb reverted changes which removed domain fields from the domain classes, …
(edit) @406   14 years keesvb added study tests, skip study adds when in test environment in …
(edit) @398   14 years keesvb added Ontology/Term? and Subject integration tests
(edit) @397   14 years duh - reformatted source code - added mega huge big ASCII comments to …
(edit) @396   14 years duh - fixed incomplete implementation of domain fields (getters, setters …
(edit) @394   14 years keesvb added ontology specifications to Subject species and Sample material …
(edit) @392   14 years keesvb switched back from the fancy 'integrate domain fields as system fields …
(edit) @390   14 years duh - refactored TemplateEntity? to check for and handle event + domain …
(edit) @389   14 years duh - reverted changes of revisions 386, 387 and 388 as they completely …
(edit) @388   14 years roberth Removed DomainTemplateField? references from Events, Samples and Subjects
(edit) @387   14 years roberth Temporary 'domain template fields' were actually not necessary in the …
(edit) @386   14 years roberth Updated the template entities to be able to return domain fields, …
(edit) @384   14 years keesvb FINALLY found a possible way to integrate the domain fields as …
(edit) @382   14 years roberth Updated the fields of person to contain title, gender, prefix and …
(edit) @381   14 years duh - null bugfix - improved template field handling
(edit) @375   14 years keesvb added giveDomainFields to TemplateEntity? entities, fixed some problems …
(edit) @370   14 years roberth Updated studies list to handle the new data model. Updated the …
(edit) @361   14 years roberth Added controllers and views for Person, PersonAffiliation? and …
(edit) @359   14 years duh - set keyword expansion
(edit) @353   14 years duh - refactored termField tag - refactored subjects page - added terms …
(edit) @352   14 years duh - removed the study fields that should be moved into template(s)
(edit) @350   14 years keesvb added ontology/term properties, getting code to work from clean build: …
(edit) @349   14 years duh - added more templates to bootstrap - added a 300ms delay to …
(edit) @348   14 years keesvb added ontology list for ontology template fields
(edit) @345   14 years keesvb long-awaited code-breaking commit: cleanup of domain classes
(edit) @339   14 years keesvb added plant template to BootStrap?
(edit) @338   14 years keesvb changed TemplateEntity?.giveFields to reflect ordering as well, also …
(edit) @337   14 years keesvb fixed random template field order problem
(edit) @336   14 years duh - nullpointer bugfix in TemplateEntity?
(edit) @335   14 years duh - templated fields are now properly set as well as unset - showing …
(edit) @333   14 years tabma - changed search for Stringlist items to case-insensitive (reading …
(edit) @332   14 years duh - introduced template fields validation - added i18n messaging for …
(edit) @321   14 years tabma - identifying columns get stored using 'name' attribute of entities as …
(edit) @313   14 years keesvb added giveDomainFields to TemplateEntity?
(edit) @306   14 years duh - commented out bad piece of convenienve code... see email for more …
(edit) @300   14 years duh - it makes no sense using a regular expression mathing for a-zA-Z0-9 …
(edit) @299   14 years duh - set keyword expansion
(edit) @296   14 years duh - refactored template field handeling in the wizard - added …
(edit) @295   14 years keesvb removed debug message
(edit) @290   14 years keesvb debugged EventDescription?.save, added comment field for template …
(edit) @288   14 years jahn Event's create and edit action have been tested and are now working. …
(edit) @287   14 years jahn Event's create and edit action have been tested and are now working. …
(edit) @276   14 years keesvb removed some obsolete files, updated start screen text
(edit) @273   14 years tabma - Excel file is parsed, per row a record is created containing …
(edit) @271   14 years jahn Cleaned up getTerm() function.
(edit) @269   14 years keesvb upgraded to webflow plugin 1.2.1, added templates to BootStrap?, …
(edit) @267   14 years jahn Added convenience function that creates a Term if it does not exist in …
(edit) @259   14 years tabma - Entity record creator implemented (using MappingColumn?)
(edit) @257   14 years duh - added limited auto parsing for DATE template entity values that are …
(edit) @256   14 years tabma - Template enums now used instead of POI Celltypes
(edit) @255   14 years tabma - rewrite of celltype detection
(edit) @251   14 years tabma - TemplateStudyField? and MappingColumn? changed fieldnames - session …
(edit) @247   14 years duh - set keyword expansion
(edit) @246   14 years duh - increased session lifetime to 7 days - improved wizard study …
(edit) @245   14 years tabma - columnmapping added
(edit) @239   14 years keesvb updated TemplateEntity? with a correct setFieldValue, also added …
(edit) @238   14 years duh Refectored version of the wizard - initial template page has been …
(edit) @236   14 years keesvb updated TemplateEntity? to include empty maps, also added the …
(edit) @235   14 years jahn The options that protocol parameters can take on are no longer …
(edit) @234   14 years jahn The options that parameters can take on are no longer represented by …
(edit) @232   14 years keesvb adjusted Event-Sample relationship to go into EventGroup?, added …
(edit) @229   14 years keesvb updated study/show to show multiple subject templates
(edit) @228   14 years keesvb study template convenience methods
(edit) @227   14 years duh - Template::findAllByEntity(..) did not work as expected. Now you are …
(edit) @226   14 years ademcan Study List and Study Comparaison with new Template version
(edit) @225   14 years keesvb commit of missing file
(edit) @224   14 years keesvb revised templating system: templates are now per entity rather than …
(edit) @212   14 years keesvb refactored template entity code into TemplateEntity?, added more …
(edit) @209   14 years duh - added events, eventDescriptions, etc
(edit) @208   14 years keesvb added EventGroup? entity
(edit) @203   14 years tabma - rewrote to HashMap? based columns (columns are always unique, storing …
(edit) @201   14 years jahn Added some features: subgrouping by event groups and times, select all …
(edit) @197   14 years jahn Modified convenience function for displaying date differences to …
(edit) @192   14 years duh - temporary commit - rewriting grouping javascript - uncommented the …
(edit) @190   14 years duh - set keyword expansion
(edit) @189   14 years duh - previous commits broke application bootstrapping: - fixed some …
(edit) @188   14 years keesvb clarified clean data feature example in sandbox
(edit) @187   14 years keesvb changed definition of clean data layer, implemented it for the …
(edit) @186   14 years keesvb added samples, assays and clinical data to bootstrap, modified clean …
(edit) @185   14 years keesvb data classes for persisting import mappings
(edit) @184   14 years keesvb Deleted transcriptomics data model: moved some classes to study …
(edit) @179   14 years keesvb added missing class for study template
(edit) @178   14 years duh - refactoring grouping functionality
(edit) @177   14 years keesvb added mouse genotype fields to bootstrap, replaced giveAllFields in …
(edit) @176   14 years keesvb added first version of importer data model, added helper methods to …
(edit) @168   14 years jahn Removed ProtocolInstance? and ProtocolParameterInstance?.
(edit) @167   14 years jahn Events have a convenience method for formating Durations Strings now. …
(edit) @166   14 years jahn Samples have names now.
(edit) @162   14 years duh - set keyword expansion
(edit) @161   14 years jahn SubjectGroups? need names in order to be displayed as query resutlts.
Note: See TracRevisionLog for help on using the revision log.