source: trunk/grails-app/controllers/dbnp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1633   12 years s.h.sikkema Fixed 'Assay has no value (null)' error in assay exporter
(edit) @1632   12 years s.h.sikkema Fixed 'Assay has no value (null)' error in assay exporter
(edit) @1631   12 years s.h.sikkema Fixed 'Assay has no value (null)' error in assay exporter
(edit) @1628   12 years work - removed obosolete setup wizard - 0.6.6 milestone
(edit) @1626   12 years work - added initial support of a return URI; not working properly though…
(edit) @1621   12 years robert Fixed some bugs in simple wizard and study view page
(edit) @1618   12 years robert Solved issue #351
(edit) @1617   12 years robert Bugfix in advanced query
(edit) @1614   12 years work - fixed indentation
(edit) @1612   12 years robert Update simple wizard to import subject without a name correctly and …
(edit) @1611   12 years robert Improved simple study wizard
(edit) @1610   12 years robert Improved simple import wizard to be able to import events
(edit) @1609   12 years robert Improved simple editing wizard
(edit) @1608   12 years robert Fixed bug with hibernate and transactional services in the simple wizard
(edit) @1605   12 years s.h.sikkema commit for Robert: see if webflow works when all logic is moved to …
(edit) @1603   12 years work - importer wizard for studies is instantiating a study from the hidden …
(edit) @1601   12 years robert
(edit) @1599   12 years work to e or not to e
(edit) @1598   12 years work and false!
(edit) @1597   12 years work uncommented try/catch block
(edit) @1596   12 years robert Solved #344 - retrieving module data is now done using POST
(edit) @1594   12 years robert Finishing touch after refactoring entity tokens (#329)
(edit) @1591   12 years robert Improved simple wizard so that is can edit studies
(edit) @1588   12 years s.h.sikkema Fixed tests (except webtests); cleaned up …
(edit) @1584   12 years work - did some more restyling of the home page (ticket #339) - …
(edit) @1583   12 years s.h.sikkema UI improvements to assay exporter (ticket #159)
(edit) @1581   12 years work set keyword expansion
(edit) @1576   12 years robert - Solved locking problems with module communication - Fixed a null …
(edit) @1570   12 years robert Small bugfixes of bugs that appeared during deployment of metagenomics …
(edit) @1565   12 years robert Fixed #260 (study wizard in safari) and fixed a bug when adding a …
(edit) @1562   12 years t.w.abma - added extra check in mapping step for date fields, someone entering …
(edit) @1559   12 years s.h.sikkema Assay export functionality
(edit) @1556   12 years t.w.abma - wizard error showing up too early removed, now only showing after …
(edit) @1555   12 years t.w.abma - disabled <Enter> key to prevent submission of form (JS) - using …
(edit) @1553   12 years robert First version of a simple wizard
(edit) @1545   12 years work - removed obsolete bgdt imports
(edit) @1542   12 years t.w.abma - "existing*" string being removed after refreshing the first step in …
(edit) @1540   12 years robert Refactored studyWizardController so that methods can also work without …
(edit) @1539   12 years robert Fixed #299: readers and writers are not correctly saved
(edit) @1538   12 years t.w.abma - fixed small "existing*" bug/feature with an extra check, so after a …
(edit) @1536   12 years t.w.abma - fixed refresh of first page in import wizard, to fix: …
(edit) @1531   12 years t.w.abma - added more detailed SQL exception after saving mappings
(edit) @1530   12 years t.w.abma - added belongsTo relation to import mapping domain
(edit) @1528   12 years t.w.abma - fixed small refresh issue (lazy loading)
(edit) @1527   12 years t.w.abma - Importermappings can now be fully retrieved and stored in step 2 of …
(edit) @1526   12 years robert Added assay search and improved query form
(edit) @1525   12 years t.w.abma - Importer tests on hold due to missing parse() method in Template …
(edit) @1524   12 years robert Refactored some of the querying stuff and built in 'check all' checkboxes
(edit) @1515   12 years t.w.abma - added load/save button to mappings page - fuzzy button applies fuzzy …
(edit) @1514   12 years t.w.abma - removed popup solution for properties and changed it into simple …
(edit) @1512   12 years robert Improved query views
(edit) @1511   12 years t.w.abma - added initial property manager (load/save import mappings) just in case
(edit) @1509   12 years work - gdt to 0.0.10 - bgdt to 0.0.4 - ajaxflow to 0.2.0 - removed …
(edit) @1505   12 years t.w.abma - fuzzy matching and don't import improved in the properties step of …
(edit) @1503   12 years j.saito Added missing import line.
(edit) @1502   12 years t.w.abma - uploaded file in import wizard now checked for being an Excel …
(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) @1494   12 years robert Implemented pagination on study list pages
(edit) @1492   12 years t.w.abma - corrected StringList? items in the mappings page are now also …
(edit) @1490   12 years robert Implemented enhancement #258, opening an assay outside the frame. This …
(edit) @1489   12 years t.w.abma - improved missing values in stringlist fields, still to fix: make …
(edit) @1488   12 years work - moved biological parts of gdt into a sub-plugin bgdt (biological …
(edit) @1482   12 years robert Implemented saving of queries
(edit) @1473   12 years s.h.sikkema Fixed tests and removed obsolete ones so grails test-app works with …
(edit) @1472   12 years t.w.abma - after assigning properties, entities are read from Excel and invalid …
(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) @1467   12 years work - migrated js, css to gdt - moved termEditor to gdt - fixed double …
(edit) @1461   12 years work - added wizard tags to gdt taglib
(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) @1445   12 years s.h.sikkema Rudimentary assay export functionality
(edit) @1444   12 years work - changed the view to use the static variable from gdt instead of …
(edit) @1443   12 years work - refactored the importer to use the dynamic entities of gdt, instead …
(edit) @1440   12 years robert Made the studytoken, assaytoken and sampletoken stable identifiers, as …
(edit) @1439   12 years work - move templateEditor into gdt plugin - refactored templateEditor - …
(edit) @1436   12 years robert Improved querying, fixed some tests and added imports of the GDT plugin
(edit) @1432   12 years robert Made querying aware of the templates being moved to a plugin. Also …
(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) @1424   12 years robert Improved querying and created a possibility to search for assays
(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) @1419   12 years work - importer title fixed - indentation fixed - all fixed time for drinks
(edit) @1418   12 years work - enabled authentication in importer
(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) @1415   12 years robert First version of advanced querying
(edit) @1413   12 years work - removed 'tab' logic from importercontroller
(edit) @1411   12 years t.w.abma - cleaned up importer service and controller (and removed flow …
(edit) @1392   12 years work - resolves edit study wizard issues, main ticket #275
(edit) @1390   12 years work - quicksave sets the study page to page 7 (done) - set svn ignore
(edit) @1388   12 years t.w.abma - added popup dialog with warning for first page of importer when not …
(edit) @1387   12 years t.w.abma - authentication check added
(edit) @1381   12 years t.w.abma - removing cells, concurrentModificationException fixed?
(edit) @1380   12 years t.w.abma - removing cells, concurrentModificationException fixed?
Note: See TracRevisionLog for help on using the revision log.