Opened 8 years ago

Closed 8 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 olle, 8 years ago

Status: newassigned

Ticket accepted.

comment:2 by olle, 8 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 olle, 8 years ago

(In [3868]) Refs #880. Updates due to version number change to "1.4.3-dev".

  1. Version number changed to "1.4.3-dev":
    a. Outermost Ant XML build file build.xml in / updated.
    b. Extensions XML configuration file extensions.xml in META-INF/ updated.
    c. Javascript file meludi-2.js in resources/ updated.
    d. Javascript file samplereportgenerator.js in resources/reports/ updated.
    e. Java class/file Meludi.java in src/net/sf/basedb/meludi/ updated.

comment:4 by olle, 8 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":

  1. 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".
  2. 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 olle, 8 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:

  1. Java servlet class/file LibPrepServlet.java in src/net/sf/basedb/meludi/servlet/ updated:
    a. Protected method void 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 method void 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 olle, 8 years ago

(In [3872]) Refs #880. Updates due to version number change to "1.4.3".

  1. Version number changed to "1.4.3":
    a. Outermost Ant XML build file build.xml in / updated.
    b. Extensions XML configuration file extensions.xml in META-INF/ updated.
    c. Javascript file meludi-2.js in resources/ updated.
    d. Javascript file samplereportgenerator.js in resources/reports/ updated.
    e. Java class/file Meludi.java in src/net/sf/basedb/meludi/ updated.

comment:7 by olle, 8 years ago

Resolution: fixed
Status: assignedclosed

Ticket closed as MeLuDI version 1.4.3 has been created.

Note: See TracTickets for help on using tickets.