source: trunk/grails-app/domain

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @545   13 years tabma - fixed Advanced Import Wizard (preferredIdentifier issues)
(edit) @541   13 years duh - more indentation and documentation shite.…
(edit) @540   13 years duh - fixed indentation shite!!! - samples dev commit
(edit) @538   13 years roberth Improved template editor. Moving fields and basic editing works already.
(edit) @536   13 years roberth Samples are now shown in the study overview page. Also some tests are …
(edit) @534   13 years tabma - rewrote MappingColumn? (and underlying methods) to have a String …
(edit) @527   13 years roberth Adding of contacts is made possible in the study creation wizard.
(edit) @518   13 years roberth Publications can be added to a study in the create study wizard. …
(edit) @514   13 years jahn fixed minor inconsistentcy.
(edit) @513   13 years keesvb version 0.2.3, deleted sampleTemplates field in Template as it will …
(edit) @511   13 years jahn Slightly extended for REST communication.
(edit) @510   13 years duh - wizard saving second version
(edit) @507   13 years roberth Implemented file upload template fields
(edit) @506   13 years keesvb changed giveDomainFields() implementations in TemplateEntity? to static
(edit) @500   13 years duh - reformatted some indentations - set svn keyword expansion
(edit) @497   13 years roberth Implemented RELTIME parsing and showing in the wizard. Also made TEXT …
(edit) @496   13 years duh - set svn keyword expansion
(edit) @493   13 years keesvb changed SamplingEvent? definitions in Bootstrap and coupled …
(edit) @487   13 years roberth Added net RELTIME template field type to contain relative times (e.g. …
(edit) @482   13 years keesvb solved compilation error, added relative date type, restructured …
(edit) @465   13 years keesvb typing error
(edit) @464   13 years keesvb workaround for Postgres, TEXT field are not stored properly
(edit) @459   13 years vinlud Check empty string ontology selector
(edit) @458   13 years roberth Subject class changed again to improve performance. Also updated …
(edit) @455   13 years keesvb Reverting Subject optimization as it breaks the study create wizard on …
(edit) @454   13 years roberth Improved study list to be able to handle one or more studies. Also …
(edit) @453   13 years roberth Improved study list, study detail view and study comparison. Also …
(edit) @442   13 years roberth Updated studies list and added institute and department properties to …
(edit) @435   13 years duh - trying to fetch template fields when no template is set breaks the …
(edit) @422   13 years duh - consistent debugging
(edit) @421   13 years keesvb cleaned up BootStrap? and re-added Samples, updated study/show to also …
(edit) @416   13 years duh - updated Events to handle constraints properly - updated event wizard
(edit) @415   13 years tabma - refactored code and templates of the Importer Wizard, now makes use …
(edit) @414   13 years duh - moved term / ontology setter to TemplateEntity? for transparent …
(edit) @413   13 years duh - removed a domain field did not work properly (example: setting as …
(edit) @410   13 years keesvb another obvious bugfix in fieldExists
(edit) @409   13 years keesvb OK, that refactoring was too enthusiastic, switching back getField() …
(edit) @408   13 years keesvb reverted changes which removed domain fields from the domain classes, …
(edit) @406   13 years keesvb added study tests, skip study adds when in test environment in …
(edit) @398   13 years keesvb added Ontology/Term? and Subject integration tests
(edit) @397   13 years duh - reformatted source code - added mega huge big ASCII comments to …
(edit) @396   13 years duh - fixed incomplete implementation of domain fields (getters, setters …
(edit) @394   13 years keesvb added ontology specifications to Subject species and Sample material …
(edit) @392   13 years keesvb switched back from the fancy 'integrate domain fields as system fields …
(edit) @390   13 years duh - refactored TemplateEntity? to check for and handle event + domain …
(edit) @389   13 years duh - reverted changes of revisions 386, 387 and 388 as they completely …
(edit) @388   13 years roberth Removed DomainTemplateField? references from Events, Samples and Subjects
(edit) @387   13 years roberth Temporary 'domain template fields' were actually not necessary in the …
(edit) @386   13 years roberth Updated the template entities to be able to return domain fields, …
(edit) @384   13 years keesvb FINALLY found a possible way to integrate the domain fields as …
(edit) @382   13 years roberth Updated the fields of person to contain title, gender, prefix and …
(edit) @381   13 years duh - null bugfix - improved template field handling
(edit) @375   13 years keesvb added giveDomainFields to TemplateEntity? entities, fixed some problems …
(edit) @370   13 years roberth Updated studies list to handle the new data model. Updated the …
(edit) @361   13 years roberth Added controllers and views for Person, PersonAffiliation? and …
(edit) @359   13 years duh - set keyword expansion
(edit) @353   13 years duh - refactored termField tag - refactored subjects page - added terms …
(edit) @352   13 years duh - removed the study fields that should be moved into template(s)
(edit) @350   13 years keesvb added ontology/term properties, getting code to work from clean build: …
(edit) @349   13 years duh - added more templates to bootstrap - added a 300ms delay to …
(edit) @348   13 years keesvb added ontology list for ontology template fields
(edit) @345   13 years keesvb long-awaited code-breaking commit: cleanup of domain classes
(edit) @339   13 years keesvb added plant template to BootStrap?
(edit) @338   13 years keesvb changed TemplateEntity?.giveFields to reflect ordering as well, also …
(edit) @337   13 years keesvb fixed random template field order problem
(edit) @336   13 years duh - nullpointer bugfix in TemplateEntity?
(edit) @335   13 years duh - templated fields are now properly set as well as unset - showing …
(edit) @333   13 years tabma - changed search for Stringlist items to case-insensitive (reading …
(edit) @332   13 years duh - introduced template fields validation - added i18n messaging for …
(edit) @321   13 years tabma - identifying columns get stored using 'name' attribute of entities as …
(edit) @313   13 years keesvb added giveDomainFields to TemplateEntity?
(edit) @306   13 years duh - commented out bad piece of convenienve code... see email for more …
(edit) @300   13 years duh - it makes no sense using a regular expression mathing for a-zA-Z0-9 …
(edit) @299   13 years duh - set keyword expansion
(edit) @296   13 years duh - refactored template field handeling in the wizard - added …
(edit) @295   13 years keesvb removed debug message
(edit) @290   13 years keesvb debugged EventDescription?.save, added comment field for template …
(edit) @288   13 years jahn Event's create and edit action have been tested and are now working. …
(edit) @287   13 years jahn Event's create and edit action have been tested and are now working. …
(edit) @276   13 years keesvb removed some obsolete files, updated start screen text
(edit) @273   13 years tabma - Excel file is parsed, per row a record is created containing …
(edit) @271   13 years jahn Cleaned up getTerm() function.
(edit) @269   13 years keesvb upgraded to webflow plugin 1.2.1, added templates to BootStrap?, …
(edit) @267   13 years jahn Added convenience function that creates a Term if it does not exist in …
(edit) @259   13 years tabma - Entity record creator implemented (using MappingColumn?)
(edit) @257   13 years duh - added limited auto parsing for DATE template entity values that are …
(edit) @256   13 years tabma - Template enums now used instead of POI Celltypes
(edit) @255   13 years tabma - rewrite of celltype detection
(edit) @251   13 years tabma - TemplateStudyField? and MappingColumn? changed fieldnames - session …
(edit) @247   13 years duh - set keyword expansion
(edit) @246   13 years duh - increased session lifetime to 7 days - improved wizard study …
(edit) @245   13 years tabma - columnmapping added
(edit) @239   13 years keesvb updated TemplateEntity? with a correct setFieldValue, also added …
(edit) @238   13 years duh Refectored version of the wizard - initial template page has been …
(edit) @236   13 years keesvb updated TemplateEntity? to include empty maps, also added the …
(edit) @235   13 years jahn The options that protocol parameters can take on are no longer …
(edit) @234   13 years jahn The options that parameters can take on are no longer represented by …
(edit) @232   13 years keesvb adjusted Event-Sample relationship to go into EventGroup?, added …
(edit) @229   13 years keesvb updated study/show to show multiple subject templates
(edit) @228   13 years keesvb study template convenience methods
Note: See TracRevisionLog for help on using the revision log.