Changes between Version 11 and Version 12 of MolgenisPlugins


Ignore:
Timestamp:
2010-10-11T10:21:32+02:00 (14 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisPlugins

    v11 v12  
    2525  * Location: http://www.molgenis.org/svn/molgenis_projects/molgenis4phenotype/handwritten/java/plugin/addevent/
    2626  * Author: Erik
    27   * Function: Apply a protocol to one or more targets. Upon choosing the protocol, the AddEventMenuServlet gives back HTML for inputs to set the appropriate feature-values.
     27  * Function: Apply a protocol to one or more targets. Upon choosing the protocol, the !AddEventMenuServlet gives back HTML for inputs to set the appropriate feature-values.
    2828 * !AddLocation
    2929  * Location: http://www.molgenis.org/svn/molgenis_projects/molgenis4phenotype/handwritten/java/plugin/addlocation/
     
    3838  * Author: Erik
    3939  * Function: Choose an animal and then you are shown all the feature-values that have been applied to it. The ViewEventsServlet produces the right HTML.
    40  * ShowAnimalsInSubprojects
     40 * !ShowAnimalsInSubprojects
    4141  * Location: http://www.molgenis.org/svn/molgenis_projects/molgenis4phenotype/handwritten/java/plugin/experiments/
    4242  * Author: Erik
     
    4646  * Author: Erik
    4747  * Function: Show all DEC Projects (applications), allowing the user to add or edit.
    48  * ShowDecSubprojects
     48 * !ShowDecSubprojects
    4949  * Location: http://www.molgenis.org/svn/molgenis_projects/molgenis4phenotype/handwritten/java/plugin/experiments/
    5050  * Author: Erik
     
    5757  * Location: http://www.molgenis.org/svn/molgenis_projects/molgenis4phenotype/handwritten/java/plugin/listplugin/
    5858  * Author: Erik
    59   * Function: Show a matrix of targets x features. The user can select from a selectbox features they want to be shown. Selecting again removes the feature from the matrix again. It is possible to browse through the targets. Furthermore, the user can search in the whole table or in one or more columns, of which the result set can be saved into a targetgroup. jQuery technology is used to construct this matrix. The EventViewerJSONServlet is the underlying datasource, spitting out the data the user wants to see formatted in JSON, so jQuery can parse it into the matrix.
     59  * Function: Show a matrix of targets x features. The user can select from a selectbox features they want to be shown. Selecting again removes the feature from the matrix again. It is possible to browse through the targets. Furthermore, the user can search in the whole table or in one or more columns, of which the result set can be saved into a targetgroup. jQuery technology is used to construct this matrix. The !EventViewerJSONServlet is the underlying datasource, spitting out the data the user wants to see formatted in JSON, so jQuery can parse it into the matrix.
    6060 * !ListPlugin2
    6161  * Location: http://www.molgenis.org/svn/molgenis_projects/molgenis4phenotype/handwritten/java/plugin/animaldb/listplugin2/