Age | Commit message (Expand) | Author |
2020-10-14 | Moved show_trait_statistics.html styling to show_trait.css and fixed a minor ... | zsloan |
2020-10-13 | Added styling from show_trait_details.html to show_trait.css | zsloan |
2020-10-13 | Changed styling in show_trait.html to use CSS instead | zsloan |
2020-10-13 | Merge branch 'testing', remote-tracking branch 'origin' into move_styling_to_css | zsloan |
2020-10-13 | Merge pull request #456 from zsloan/misc_rob_changes | zsloan |
2020-10-13 | Added right-alignment for trait_value_input text fields in sample table to CS... | zsloan |
2020-10-13 | Merge pull request #459 from zsloan/table_width_changes | zsloan |
2020-10-12 | Wrap args of print statements correctly using braces | BonfaceKilz |
2020-10-12 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-10-09 | Change some column and overall table widths for search result table and view ... | zsloan |
2020-10-09 | Merge pull request #458 from BonfaceKilz/tests/add-extra-tests-for-collections | BonfaceKilz |
2020-10-09 | Apply PEP 8 to buffer | BonfaceKilz |
2020-10-09 | Add test for process_traits from collections.py | BonfaceKilz |
2020-10-09 | Fix export function on traits and analysis page | BonfaceKilz |
2020-10-09 | Update base64 conversion | BonfaceKilz |
2020-10-09 | Replace string concat("+") with python3's f-string | BonfaceKilz |
2020-10-09 | Replace "ncores" with "nthreads" param to r_CTLscan | BonfaceKilz |
2020-10-09 | Use built-in array as a named import | BonfaceKilz |
2020-10-09 | Update base64 conversion | BonfaceKilz |
2020-10-09 | Convert cmp function into a key function | BonfaceKilz |
2020-10-09 | Apply PEP-8 formatting | BonfaceKilz |
2020-10-08 | Fixed remaining issue that applies to all dataset types | zsloan |
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 | 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 |