Changes between Version 4 and Version 5 of Ticket #801, comment 89


Ignore:
Timestamp:
Nov 19, 2015, 4:41:54 PM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #801, comment 89

    v4 v5  
    1111
    1212 1. Outermost Ant build file `build.xml` in `/` updated with new version requirements for Java and BASE.
    13  2. Data access object class/file `Annotationtype.java` in `src/net/sf/basedb/meludi/dao/` updated with new kit annotation types for library preparation kit lot numbers, last updated date, number of times used, and unused wells for FPA aliquots.
    14  3. Data access object class/file `Subtype.java` in `src/net/sf/basedb/meludi/dao/` updated by definition of a new library preparation kit subtype, `Subtype.LIBRARY_PREPARATION_KIT`, corresponding to the same subtype in BASE.
    15  4. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` updated to include the new kit annotation types.[[BR]]b. Public method `<T extends BasicItem<?> & Nameable> T createMeludiRole(SessionControl sc, MeludiRole<T> role)` updated by removing `BasicItem` argument to `<T extends BasicItem & Nameable> T createMeludiRole(SessionControl sc, MeludiRole<T> role)`.
     13 2. JSP file `edit_libprep_kit_details.jsp` in `resources/´libprep/` updated by exchanging name of flag "Available" for "Active".
     14 3. Javascript file `edit_libprep_kit_details.js` in `resources/´libprep/` updated by exchanging name of flag "Available" for "Active". Functions `initPage()` and `saveDetails()` updated to display the negation of kit attribute `inactive` value as "`yes`" or "`no`".
     15 4. JSP file `inspect_libprep_kit_data.jsp` in `resources/´libprep/` updated by exchanging "available" for "active" in the library preparation kit filter menu.
     16 5. Javascript file `inspect_libprep_kit_data.js` in `resources/´libprep/` updated.
     17 6. Javascript file `select_dna_for_start_plate.js` in `resources/´libprep/` updated.
     18 7. Data access object class/file `Annotationtype.java` in `src/net/sf/basedb/meludi/dao/` updated with new kit annotation types for library preparation kit lot numbers, last updated date, number of times used, and unused wells for FPA aliquots.
     19 8. Data access object class/file `Subtype.java` in `src/net/sf/basedb/meludi/dao/` updated by definition of a new library preparation kit subtype, `Subtype.LIBRARY_PREPARATION_KIT`, corresponding to the same subtype in BASE.
     20 9. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` updated to include the new kit annotation types.[[BR]]b. Public method `<T extends BasicItem<?> & Nameable> T createMeludiRole(SessionControl sc, MeludiRole<T> role)` updated by removing `BasicItem` argument to `<T extends BasicItem & Nameable> T createMeludiRole(SessionControl sc, MeludiRole<T> role)`.