aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-05Replaced "+" with "and" in transform textzsloan
2020-10-05Changed the way tranform functions workzsloan
2020-10-05Simplified if statementszsloan
2020-10-05Changed order of JS imports to both make DataTables objects available to all ...zsloan
2020-10-05Added square root to the transform functions that are only active if there ar...zsloan
2020-10-05Fixed issue that was causing SE column to not show up in the trait page tablezsloan
2020-10-02Converted transform functions to use DataTables API to work with scroller + f...zsloan
2020-10-02Added function that pulls input data out of table and inserts it as hidden in...zsloan
2020-10-02There were two copies of the "submit_special" function in both show_trait.js ...zsloan
2020-09-25Fixed issue where attribute columns' alignment was offset by 1zsloan
2020-09-25Changed edit_data_change and block_by_index to use DataTables APIzsloan
2020-09-24Changed logic that defines the primary/other samplelists to be much morezsloan
2020-09-22Changed JS on trait page that updates basic stats and graphs/figures tozsloan
2020-09-18Made some style changes with whitespace/line-breakszsloan
2020-09-18Made a bunch of changes to move trait page DataTables initialization tozsloan
2020-09-16Changed references to se_exists to just get it as a property ofzsloan
2020-09-16Changed se_exists to a property so the SampleList instance can includezsloan
2020-09-16Applied PEP8 and removed commented out codezsloan
2020-09-15Added scroller to trait page and changed sample tables to use itzsloan
2020-09-08Changed the Add button color for all the different pages that use itzsloan
2020-09-08Search code now checks if there are more than 50,000 results beforezsloan
2020-09-08Changed regular and global search results table to use the new sortzsloan
2020-09-08Added a sort function (derived from the natural sort import) that alwayszsloan
2020-09-04Merge pull request #437 from BonfaceKilz/fix/use-correct-path-give-a-path-loc...BonfaceKilz
2020-09-04Update how static js/ css files are fetchedBonfaceKilz
2020-09-04Fix false positive testsBonfaceKilz
2020-09-01There was a missing quote in one of the javascript imports added by thezsloan
2020-09-01Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-09-01Fixed indent issue that could cause error when showing the haplotypezsloan
2020-09-01Merge pull request #434 from BonfaceKilz/Build/use-md5-js-from-guixBonfaceKilz
2020-09-01Add check for "md5.min.js" libraryBonfaceKilz
2020-09-01Use "md5.min.js" from guixBonfaceKilz
2020-09-01Merge pull request #433 from BonfaceKilz/Build/remove-cdnsBonfaceKilz
2020-09-01Check availability of several js and css filesBonfaceKilz
2020-09-01Remove commented out script tags that references CDNsBonfaceKilz
2020-09-01Replace CDNs with packages from guixBonfaceKilz
2020-09-01Merge pull request #432 from BonfaceKilz/Fix/add-missing-apostropheBonfaceKilz
2020-09-01Add missing apostrophe in url_for argsBonfaceKilz
2020-08-31Merge pull request #431 from BonfaceKilz/Build/add-d3-tipBonfaceKilz
2020-08-31Fixed text on not_authenticated to use proper grammarzsloan
2020-08-31Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-08-31Fixed issue that was causing updating resource default privileges to notzsloan
2020-08-31Add check for "d3-tip.js" js libraryBonfaceKilz
2020-08-31Merge pull request #429 from BonfaceKilz/chore/add-gh-templatesBonfaceKilz
2020-08-31Use d3-tip from guixBonfaceKilz
2020-08-31Merge pull request #430 from BonfaceKilz/Build/add-chroma-jsBonfaceKilz
2020-08-31Add github templates for filing bugs, user stories/ features and PRsBonfaceKilz
2020-08-31Add check for "chroma.js" dataTables extension pluginBonfaceKilz
2020-08-31Use chroma from guixBonfaceKilz
2020-08-31Merge pull request #428 from BonfaceKilz/chore/delete-datatables-extensions-f...BonfaceKilz