Age | Commit message (Expand) | Author |
2020-10-08 | Fixed issue where new phenotype groups wouldn't be saved to the self.datasets... | zsloan |
2020-10-08 | Allowed mapping method description text to shrink with screen size | zsloan |
2020-10-08 | Adjusted some widths/classes to allow correlation description text to expand/... | zsloan |
2020-10-08 | Changed the min-width of trait page main div in order to allow trait descript... | zsloan |
2020-10-08 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2020-10-08 | Merge pull request #452 from zsloan/authentication_bug_fix | zsloan |
2020-10-08 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2020-10-08 | Merge pull request #455 from zsloan/temp_trait_scatterplot_fix | zsloan |
2020-10-08 | When generating links to correlation scatterplots (in corr results and corr m... | zsloan |
2020-10-06 | Merge pull request #454 from zsloan/update_docs_fix | zsloan |
2020-10-06 | Made change that should fix error when trying to change page text using ckeditor | zsloan |
2020-10-06 | Merge pull request #453 from zsloan/index_page_textarea_fix | zsloan |
2020-10-06 | Fixed issue where drop-down arrows and textarea corners couldn't be clicked w... | zsloan |
2020-10-05 | Replaced "+" with "and" in transform text | zsloan |
2020-10-05 | Changed the way tranform functions work | zsloan |
2020-10-05 | Simplified if statements | zsloan |
2020-10-05 | Changed order of JS imports to both make DataTables objects available to all ... | zsloan |
2020-10-05 | Added square root to the transform functions that are only active if there ar... | zsloan |
2020-10-05 | Fixed issue that was causing SE column to not show up in the trait page table | zsloan |
2020-10-02 | Converted transform functions to use DataTables API to work with scroller + f... | zsloan |
2020-10-02 | Added function that pulls input data out of table and inserts it as hidden in... | zsloan |
2020-10-02 | There were two copies of the "submit_special" function in both show_trait.js ... | zsloan |
2020-10-02 | Checked if owner_id is "none" to avoid an error when trying to access the res... | zsloan |
2020-10-02 | Merge pull request #450 from zsloan/corr_matrix_error_fix | zsloan |
2020-10-02 | Ignore utf-8 encoding errors | BonfaceKilz |
2020-10-02 | Split author's list into it's own variable | BonfaceKilz |
2020-10-02 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into build/pyth... | BonfaceKilz |
2020-10-02 | Apply PEP 8 formatting | BonfaceKilz |
2020-10-02 | Cast variable properly to avoid type exceptions | BonfaceKilz |
2020-10-02 | Replace is_integer with isinstance when checking for an int value | BonfaceKilz |
2020-10-02 | Update natural_sort function | BonfaceKilz |
2020-10-02 | Remove unnecessary commented out blocks | BonfaceKilz |
2020-10-02 | Cast "previous_chr" to an int | BonfaceKilz |
2020-10-01 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into corr_matri... | zsloan |
2020-10-01 | Convert trait attributes to utf-8 strings if they were bytes | BonfaceKilz |
2020-10-01 | Make object JSON serializable | BonfaceKilz |
2020-09-30 | Merge pull request #449 from zsloan/table_sort_fix | zsloan |
2020-09-30 | Changed the logic for adding 0 to the PCA results to do so when the | zsloan |
2020-09-30 | Added "natural-minus-na" sorting for relevant columns in the correlation | zsloan |
2020-09-30 | Fixed issue where columns sorted by inner text (text inside link tags) | zsloan |
2020-09-30 | Removed unused code from TempDataSet class | zsloan |
2020-09-30 | Add missing import | BonfaceKilz |
2020-09-30 | Apply pep 8 formatting | BonfaceKilz |
2020-09-30 | Fix StopIteration error thrown in view collections page | BonfaceKilz |
2020-09-30 | Fix import in tests | BonfaceKilz |
2020-09-29 | Merge pull request #448 from zsloan/misc_rob_changes | zsloan |
2020-09-29 | Trait page link-out buttons were previously inside <a> tags, but this | zsloan |
2020-09-29 | Removed "Color By Trait" button from the Bar Chart, because it was meant | zsloan |
2020-09-29 | Made a variety of changes to table pages | zsloan |
2020-09-29 | Remove undefined variable | BonfaceKilz |