source: trunk/grails-app/services

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1583   12 years s.h.sikkema UI improvements to assay exporter (ticket #159)
(edit) @1581   12 years work set keyword expansion
(edit) @1577   12 years robert Resolved problems with module communication
(edit) @1576   12 years robert - Solved locking problems with module communication - Fixed a null …
(edit) @1568   12 years j.saito Added support for matching tempaltes that are present in system. In …
(edit) @1561   12 years s.h.sikkema Removed some imports and a reference to dbnp.studycapturing.Book to …
(edit) @1560   12 years j.saito Added import methods for XML import of studies. Still not workig (and …
(edit) @1559   12 years s.h.sikkema Assay export functionality
(edit) @1553   12 years robert First version of a simple wizard
(edit) @1545   12 years work - removed obsolete bgdt imports
(edit) @1536   12 years t.w.abma - fixed refresh of first page in import wizard, to fix: …
(edit) @1527   12 years t.w.abma - Importermappings can now be fully retrieved and stored in step 2 of …
(edit) @1518   12 years j.saito Fixed bug relating to Publication and SecUser?.
(edit) @1517   12 years robert Bugfix in module communication
(edit) @1516   12 years j.saito Exporter for representing Study objects as XML and parsing them back. …
(edit) @1515   12 years t.w.abma - added load/save button to mappings page - fuzzy button applies fuzzy …
(edit) @1509   12 years work - gdt to 0.0.10 - bgdt to 0.0.4 - ajaxflow to 0.2.0 - removed …
(edit) @1508   12 years robert - Made file upload directory configurable (#282) - Fixed bug in …
(edit) @1506   12 years robert Removed some comments
(edit) @1501   12 years robert - Number of seconds for the rest controller to keep data in cache is …
(edit) @1499   12 years t.w.abma - removed some debug statements
(edit) @1492   12 years t.w.abma - corrected StringList? items in the mappings page are now also …
(edit) @1489   12 years t.w.abma - improved missing values in stringlist fields, still to fix: make …
(edit) @1482   12 years robert Implemented saving of queries
(edit) @1471   12 years work - double imports
(edit) @1469   12 years t.w.abma - importer doesn't crash on empty (null) rows in an Excel sheet …
(edit) @1458   12 years robert - Implemented a cache for module rest calls, to increase performance …
(edit) @1457   12 years work - fixed missing imports caused by Intellij's smart refactoring... …
(edit) @1456   12 years business moved gdt package to org.dbnp, moved tests for RelTime?, …
(edit) @1455   12 years s.h.sikkema Using moduleCommunicationService now to fetch measurement data from module
(edit) @1446   12 years robert Implemented convenience method to call rest methods on modules
(edit) @1445   12 years s.h.sikkema Rudimentary assay export functionality
(edit) @1442   12 years robert The new stable identifiers (see r1440 and #255) were not yet used when …
(edit) @1430   12 years work - set keyword expansion
(edit) @1426   12 years work - Resolved part of improvement #225 - refactored the template model …
(edit) @1425   12 years s.h.sikkema Rudimentary assay export functionality
(edit) @1422   12 years work - fixed importer issue with the authentication service not being …
(edit) @1421   12 years work - fixed importer issue with the authentication service not being …
(edit) @1417   12 years work - did some extreme programming with Tjeerd to fix issues in the …
(edit) @1416   12 years t.w.abma - again fixed the importer, persisting seemed to work fine, but …
(edit) @1411   12 years t.w.abma - cleaned up importer service and controller (and removed flow …
(edit) @1402   12 years t.w.abma - minor fix in saveDatamatrix method in ImporterService?, by adding …
(edit) @1376   12 years t.w.abma - casting errors are nog being ignored, but are at least logged, …
(edit) @1367   12 years t.w.abma - added dialog (based on study wizard) for more detailed information …
(edit) @1357   12 years robert Implemented module notification when a study changes (#259)
(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   13 years t.w.abma - improved error messaging in the last step of the wizard
(edit) @1207   13 years t.w.abma - added an initial simple overview in last step of import wizard …
(edit) @1202   13 years t.w.abma - removed extra step and implemented a failed cells check in step 3 …
(edit) @1197   13 years business deleted old clinical module stuff, don't know why it is still in…
(edit) @1190   13 years t.w.abma - removed debugging info
(edit) @1187   13 years t.w.abma - fixed transient and samples.name error (the latter was caused by …
(edit) @1171   13 years t.w.abma - added add / modify to date template chooser - added some JS to …
(edit) @1164   13 years t.w.abma - removed INTEGER/FLOAT support in the Import Wizard and replaced them …
(edit) @1143   13 years t.w.abma - import wizard: fuzzy matching for column properties (step 2) implemented
(edit) @1141   13 years t.w.abma - added fuzzy matching to importer tag library
(edit) @1126   13 years t.w.abma - initial fuzzy logic incorporated in Importer service
(edit) @1122   13 years t.w.abma - preview fixed (sometimes didn't show all values read from Excel), …
(edit) @1121   13 years t.w.abma - rewrote part of the importer and added a ImportRecord? and ImportCell?
(edit) @1103   13 years t.w.abma - added error page for importer - empty ontologies detected in Excel …
(edit) @1093   13 years t.w.abma - failed cells correction now implemented in an extra step which …
(edit) @1087   13 years s.h.sikkema Added xlsx import functionality
(edit) @1083   13 years t.w.abma - added logic for cleaning up 'failed cells' in the imported datamatrix
(edit) @1058   13 years t.w.abma - added failed cells view/logic - fixed Study-owner bug
(edit) @1050   13 years t.w.abma - initial "failed cells" logic figured out, now extracts cells from …
(edit) @1045   13 years t.w.abma - temporary removed addition of failed cells to when using …
(edit) @1044   13 years t.w.abma - added record which contains failed columns, should be passed to an …
(edit) @1028   13 years t.w.abma - fixed NPE when empty cells were read from Excel and the property, …
(edit) @1002   13 years t.w.abma - added functionality to check for existing entities when importing …
(edit) @999   13 years t.w.abma - fixed constraint violation error by adding parent to the entities
(edit) @993   13 years t.w.abma - fixed exception which came when trying to import data which cannot …
(edit) @983   13 years robert New type of authentication and authorization added to the rest …
(edit) @976   13 years robert Authentication and authorization for studies is added, according to …
(edit) @936   13 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 …
Note: See TracRevisionLog for help on using the revision log.