Opened 9 years ago
Closed 9 years ago
#880 closed task (fixed)
MeLuDI v.1.4.2 bug fixes and improvements
Reported by: | olle | Owned by: | olle |
---|---|---|---|
Priority: | major | Milestone: | MeLuDI v1.4.3 |
Component: | net.sf.basedb.meludi | Keywords: | |
Cc: |
Description
This ticket covers bug fixes and improvements to MeLuDI v.1.4.2.
Change History (7)
comment:1 by , 9 years ago
Status: | new → assigned |
---|
comment:2 by , 9 years ago
Traceability note:
- MeLuDi v.1.0 was introduced in Ticket #690 (MeLuDi - Registration wizard for melanoma-lung cancer projects).
- MeLuDi v.1.1 was introduced in Ticket #718 (MeLuDi v.1.0 bug fixes and improvements).
- MeLuDi v.1.2 was introduced in Ticket #725 (MeLuDi v.1.1 bug fixes and improvements).
- MeLuDI v.1.2.1 was introduced in Ticket #759 (MeLuDi v.1.2 bug fixes and improvements).
- MeLuDI v.1.2.2 was introduced in Ticket #767 (MeLuDI v.1.2.1 bug fixes and improvements).
- MeLuDI v.1.2.3 was introduced in Ticket #768 (MeLuDI v.1.2.2 bug fixes and improvements).
- MeLuDI v.1.2.4 was introduced in Ticket #777 (MeLuDI v.1.2.3 bug fixes and improvements).
- MeLuDI v.1.2.5 was introduced in Ticket #786 (MeLuDI v.1.2.4 bug fixes and improvements).
- MeLuDI v.1.3.1 was introduced in Ticket #792 (MeLuDI v.1.2.5 bug fixes and improvements).
- First version of library preparation wizards was introduced in Ticket #801 (MeLuDI library preparation wizards first version).
- MeLuDI v.1.3.2 was introduced in Ticket #802 (MeLuDI v.1.3.1 bug fixes and improvements).
- MeLuDI v.1.3.3 was introduced in Ticket #815 (MeLuDI v.1.3.2 bug fixes and improvements).
- MeLuDI v.1.4.0 was introduced in Ticket #816 (MeLuDI v.1.3.3 bug fixes and improvements).
- MeLuDI v.1.4.1 was introduced in Ticket #836 (MeLuDI v.1.4.0 bug fixes and improvements).
- MeLuDI v.1.4.2 was introduced in Ticket #837 (MeLuDI v.1.4.1 bug fixes and improvements).
comment:3 by , 9 years ago
(In [3868]) Refs #880. Updates due to version number change to "1.4.3-dev
".
- Version number changed to "
1.4.3-dev
":
a. Outermost Ant XML build filebuild.xml
in/
updated.
b. Extensions XML configuration fileextensions.xml
inMETA-INF/
updated.
c. Javascript filemeludi-2.js
inresources/
updated.
d. Javascript filesamplereportgenerator.js
inresources/reports/
updated.
e. Java class/fileMeludi.java
insrc/net/sf/basedb/meludi/
updated.
comment:4 by , 9 years ago
(In [3870]) Refs #880. File selection dialogs for data in tabular format now open with hint to show files with file extension ".csv" or ".tsv":
- JSP file
add_consumables_lot_number_file.jsp
in/resources/libprep/
updated in input field for opening a consumables lot number file to accept files with file extension ".csv" or ".tsv". - JSP file
add_new_libprep_kit.jsp
in/resources/libprep/
updated in input field for opening a reagent lot number file to accept files with file extension ".csv" or ".tsv".
comment:5 by , 9 years ago
(In [3871]) Refs #880. MeLuDI updated in library preparation wizards to use BASE static cache to store temporary data, instead of using temporary files:
- Java servlet class/file
LibPrepServlet.java
insrc/net/sf/basedb/meludi/servlet/
updated:
a. Protected methodvoid doGet(HttpServletRequest req, HttpServletResponse resp)
updated for commands "DownloadReagentLotNoFile
", "DownloadLibPrepKitDataFile
", and "DownloadLibPrepFile
" to retrieve data from BASE static cache, instead of from a temporary file.
b. Protected methodvoid doPost(HttpServletRequest req, HttpServletResponse resp)
updated for commands "PrepareDownloadReagentLotNoFile
", "PrepareDownloadLibPrepKitDataFile
", and "PrepareDownloadLibPrepFile
" to store data in BASE static cache, instead of in a temporary file.
comment:6 by , 9 years ago
(In [3872]) Refs #880. Updates due to version number change to "1.4.3
".
- Version number changed to "
1.4.3
":
a. Outermost Ant XML build filebuild.xml
in/
updated.
b. Extensions XML configuration fileextensions.xml
inMETA-INF/
updated.
c. Javascript filemeludi-2.js
inresources/
updated.
d. Javascript filesamplereportgenerator.js
inresources/reports/
updated.
e. Java class/fileMeludi.java
insrc/net/sf/basedb/meludi/
updated.
comment:7 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ticket closed as MeLuDI version 1.4.3 has been created.
Ticket accepted.