source: trunk/grails-app/services

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1326   12 years t.w.abma - indendation fix
(edit) @1318   12 years t.w.abma - removed obsolete code
(edit) @1317   12 years t.w.abma - seems that depending on the Excel-sheet type a XSSFCell or HSSFCell …
(edit) @1316   12 years t.w.abma - trigger for restart (committed too fast between to commits?)
(edit) @1315   12 years t.w.abma - replaced HSSFCell by XSSFCell-object (returned when getting a cell …
(edit) @1311   12 years t.w.abma - removed parent-setters from saveDatamatrix-method in ImporterService?
(edit) @1277   12 years t.w.abma - rewrite of the Importer Wizard into an Ajaxflow
(edit) @1223   12 years t.w.abma - improved error messaging in the last step of the wizard
(edit) @1207   12 years t.w.abma - added an initial simple overview in last step of import wizard …
(edit) @1202   12 years t.w.abma - removed extra step and implemented a failed cells check in step 3 …
(edit) @1197   12 years business deleted old clinical module stuff, don't know why it is still in…
(edit) @1190   12 years t.w.abma - removed debugging info
(edit) @1187   12 years t.w.abma - fixed transient and samples.name error (the latter was caused by …
(edit) @1171   12 years t.w.abma - added add / modify to date template chooser - added some JS to …
(edit) @1164   12 years t.w.abma - removed INTEGER/FLOAT support in the Import Wizard and replaced them …
(edit) @1143   12 years t.w.abma - import wizard: fuzzy matching for column properties (step 2) implemented
(edit) @1141   12 years t.w.abma - added fuzzy matching to importer tag library
(edit) @1126   12 years t.w.abma - initial fuzzy logic incorporated in Importer service
(edit) @1122   12 years t.w.abma - preview fixed (sometimes didn't show all values read from Excel), …
(edit) @1121   12 years t.w.abma - rewrote part of the importer and added a ImportRecord? and ImportCell?
(edit) @1103   12 years t.w.abma - added error page for importer - empty ontologies detected in Excel …
(edit) @1093   12 years t.w.abma - failed cells correction now implemented in an extra step which …
(edit) @1087   12 years s.h.sikkema Added xlsx import functionality
(edit) @1083   12 years t.w.abma - added logic for cleaning up 'failed cells' in the imported datamatrix
(edit) @1058   12 years t.w.abma - added failed cells view/logic - fixed Study-owner bug
(edit) @1050   12 years t.w.abma - initial "failed cells" logic figured out, now extracts cells from …
(edit) @1045   12 years t.w.abma - temporary removed addition of failed cells to when using …
(edit) @1044   12 years t.w.abma - added record which contains failed columns, should be passed to an …
(edit) @1028   12 years t.w.abma - fixed NPE when empty cells were read from Excel and the property, …
(edit) @1002   12 years t.w.abma - added functionality to check for existing entities when importing …
(edit) @999   12 years t.w.abma - fixed constraint violation error by adding parent to the entities
(edit) @993   12 years t.w.abma - fixed exception which came when trying to import data which cannot …
(edit) @983   12 years robert New type of authentication and authorization added to the rest …
(edit) @976   12 years robert Authentication and authorization for studies is added, according to …
(edit) @936   12 years t.w.abma - Nimble removed, AAAA-plugin installed (based on Spring Security), …
(edit) @898   13 years keesvb update authentication service for REST services to also accept SHA256 …
(edit) @897   13 years keesvb fixed multiple bugs in importer, really implemented the header and …
(edit) @831   13 years keesvb first implementation of user-based REST services, only checks whether …
(edit) @735   13 years tabma - improved partial missing code documentation
(edit) @732   13 years tabma - added ability to choose sheet, header index and datamatrix index
(edit) @729   13 years tabma - removed duplicate import
(edit) @725   13 years keesvb enabled boolean field recognition of 'x', added SamplingEvent? field …
(edit) @724   13 years tabma - fixed break at SamplingEvent?
(edit) @723   13 years tabma - enabled SamplingEvent?
(edit) @706   13 years keesvb updated import logic to add events and samples to the study
(edit) @686   13 years tabma - improved validation in importerservice, now skips faulty entities …
(edit) @684   13 years tabma - integer column is now correctly returned as an integer …
(edit) @669   13 years tabma - added "Don' t import" functionality which ignores columns
(edit) @666   13 years tabma - unparsable values from Excel will be ignored
(edit) @655   13 years tabma - fixed header and column import with mouse test dataset
(edit) @634   13 years tabma - improved Excel cell type detection again, decimal values in an …
(edit) @632   13 years tabma - extra step for Simple Import Wizard implemented for easy adding and …
(edit) @589   13 years duh - removed debug line cluttering the catalina.out tomcat output…
(edit) @545   13 years tabma - fixed Advanced Import Wizard (preferredIdentifier issues)
(edit) @534   13 years tabma - rewrote MappingColumn? (and underlying methods) to have a String …
(edit) @507   13 years roberth Implemented file upload template fields
(edit) @489   13 years tabma - simple wizard, tag library for properties added with a …
(edit) @485   13 years tabma - refactored (now using configuration file where entities to be used …
(edit) @415   13 years tabma - refactored code and templates of the Importer Wizard, now makes use …
(edit) @397   13 years duh - reformatted source code - added mega huge big ASCII comments to …
(edit) @359   13 years duh - set keyword expansion
(edit) @350   13 years keesvb added ontology/term properties, getting code to work from clean build: …
(edit) @334   13 years tabma - removed debugging info
(edit) @333   13 years tabma - changed search for Stringlist items to case-insensitive (reading …
(edit) @328   13 years tabma - study can be selected, imported data fancier postview, lazy loading …
(edit) @322   13 years tabma - highlight columns which are null (unused fields and/or values could …
(edit) @321   13 years tabma - identifying columns get stored using 'name' attribute of entities as …
(edit) @312   13 years tabma - uniquely identified column selection moved to first page and changed …
(edit) @307   13 years tabma - dynamic finder used instead of getTerm-method to retrieve a term
(edit) @297   13 years tabma - imported data is now being saved in the database (be sure that you …
(edit) @284   13 years tabma - entities functionally persisted (TODO: conversion of String to Float …
(edit) @283   13 years tabma - final step in the wizard, implemented method in the ImporterService?
(edit) @274   13 years tabma - Excel data file data is parsed completely and entities are …
(edit) @273   13 years tabma - Excel file is parsed, per row a record is created containing …
(edit) @268   13 years tabma - identifier column added
(edit) @259   13 years tabma - Entity record creator implemented (using MappingColumn?)
(edit) @255   13 years tabma - rewrite of celltype detection
(edit) @247   13 years duh - set keyword expansion
(edit) @245   13 years tabma - columnmapping added
(edit) @231   13 years tabma - property page contains columns and field identifiers combined in the …
(edit) @203   13 years tabma - rewrote to HashMap? based columns (columns are always unique, storing …
(edit) @187   13 years keesvb changed definition of clean data layer, implemented it for the …
(edit) @169   13 years tabma - created taglibrary for importer and first implementation detection …
(edit) @147   13 years tabma - basic skeleton for the importer/previewer
(edit) @106   13 years keesvb added first version of clean data layer specification and clinical …
(edit) @34   13 years duh -removed testing authorization code -looking at 'apache shiro' and / …
(edit) @15   13 years duh -added initial implementation of authorization code
(edit) @14   13 years duh added keyword expansion
(edit) @13   13 years duh added some comments
(edit) @12   13 years duh Updated the BaseController? to incorporate basic authentication (not …
(add) @4   13 years duh Initial check-in of a fresh grails application
Note: See TracRevisionLog for help on using the revision log.