Commit 95da289
committed
updating to version sgn-456.0. Fixes an issue with a brapi call that mixed up trial names and descriptions; handles breeding program links correctly from the folder pages; adds years to the cxgn time ontology; adds high dimensionality phenotype (HDP) querying to the wizard; fixes javascript errors on the trial detail page; allows special characters in treatments and traits in the respective edit forms; allows accessions that are used in trials to be obsoleted.
1 parent 040956d commit 95da289
1 file changed
Lines changed: 1 addition & 1 deletion
- db/00205/AddTimeOntologyYear.pm+99
- db/00206/AddInstanceToMaterializedViews.pm+307
- db/00206/AddProtocolToMaterializedViews.pm+300
- js/source/entries/wizard.js+7-2
- js/source/legacy/CXGN/ComposeTrait.js+3
- js/source/legacy/solGS/loadAcronyms.js+36-40
- js/source/modules/wizard-downloads.js+73
- lib/CXGN/BrAPI/v2/Trials.pm+1-1
- lib/CXGN/Phenotypes/HighDimensionalPhenotypesSearch.pm+35-9
- lib/CXGN/Trial/Download.pm+3
- lib/CXGN/Trial/Download/Plugin/TrialHighDimensionalPhenotypeCSV.pm+219
- lib/CXGN/Trial/Download/Plugin/TrialHighDimensionalPhenotypeExcel.pm+245
- lib/SGN/Controller/AJAX/BreederSearch.pm+1-1
- lib/SGN/Controller/AJAX/Onto.pm+3-1
- lib/SGN/Controller/AJAX/Trait.pm+1-5
- lib/SGN/Controller/AJAX/Transformation.pm+1-16
- lib/SGN/Controller/AJAX/Treatment.pm+1-5
- lib/SGN/Controller/BreedersToolbox/Download.pm+42-1
- lib/SGN/Controller/Folder.pm+23-2
- lib/SGN/Controller/Ontology.pm+2
- lib/SGN/Controller/Stock.pm+1-8
- lib/SGN/Controller/solGS/Trait.pm+15-4
- mason/breeders_toolbox/breeder_search_page.mas+119
- mason/breeders_toolbox/trial.mas+20-10
- mason/breeders_toolbox/trial/repetitive_measurements_data.mas+1
- mason/breeders_toolbox/trial/trial_nirs_data.mas+2-3
- mason/ontology/compose_trait.mas+21-5
- mason/ontology/compose_treatment.mas+20-4
- mason/page/detail_page_2_col_section.mas+4-5
- mason/stock/delete.mas+1-4
- mason/stock/index.mas+1-2
- mason/tools/trait_designer.mas+1-1
- mason/tools/treatment_designer.mas+1-1
- mason/transformation/transformants_section.mas+2-4
- mason/transformation/transgenic_line_details_section.mas+1-3
- sgn.conf+2-1
- sgn_test.conf+2-2
- t/selenium2/tools/compose_trait.t+84
- t/unit_mech/AJAX/_BrAPIv2_phenotyping.t+2-2
0 commit comments