This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
v0.2.13
0.2.13 (2015-07-28)
Bug Fixes
- add-to-cart: use gettext getPlural for msgs (501dfaeb, closes OICR-927)
- adv-search: working when authed (0a60a412, closes OICR-1067)
- ageDisplay: use years/days instead of ys/ds (85956828, closes OICR-1094)
- annotation: humanify center notification (fa450691, closes OICR-634)
- app:
- fix case clinical filtering (43817f41)
- Missing case link changes (3149a860)
- change pagination key to cases (700287ba)
- change participants.projects to cases.projects (27053b91)
- fix link urls for participant -> case (e51277eb)
- Update from participant_id to case_id (a371fc7e, closes OICR-1042)
- Ensure all models remove backdrop. (f019c4f1, closes OICR-938)
- Fix random infinite loops (bbba42f9)
- Fix broken dropdown menus. (65c1deb2)
- Entity counts of 1 link direct to entity (a5f76436, closes OICR-584)
- auth:
- build:
- cart:
- Update copy for help area. (4e8193ef, closes OICR-1066)
- pie charts updated to summary card (aff638b9)
- add filtered works with gql (c5df14ed, closes OICR-918)
- correct case count (c8f13ccf, closes OICR-894)
- speed up add all to cart (b10e16c6, closes OICR-886)
- Don't apply myproject filter for chart. (e8b1474b, closes OICR-881)
- ui updates (9a909383, closes OICR-883)
- cart item project id label (4b23990e, closes OICR-870)
- don't rename project_id to id (6415191f)
- update my projects col (5e0dba20)
- renames remove cart tooltip. (065156a7, closes OICR-856)
- download button (098df6e9, closes OICR-824)
- fixes cart actions (c0bb48a8)
- rm lzcompress from cart, too slow (5d39d070, closes OICR-737)
- Use proper directive for login. (1219e89c, closes OICR-741)
- Retrieve files before decompress (82cf62c8)
- dropdown toggle working again (5ad0df54)
- update header (3c9b0955)
- fix (369c3b98)
- related_ids always defined (b3c63ce3, closes OICR-646)
- refactor cart (acdf0f73, closes OICR-648, OICR-652)
- icons (584fe142)
- fix chart update (8b298101)
- cart-graphs: authorization instead of access (0f148edc, closes OICR-879)
- chart:
- charts: Ignore resize when not rendered. (1c475570, closes OICR-842)
- config: Move to a simpler config (04c74e47)
- download:
- export:
- export-tbl: close modal properly (a72a1964, closes OICR-955)
- facet: revert to make copy&paste work again (dbe47442, closes OICR-1098, OICR-1100)
- facets:
- facets-free-text: dont send empty filter (2cd61179, closes OICR-1007)
- file:
- files:
- githut:
- githut-graph: 0 not clickable (93bf8c84, closes OICR-897)
- gql:
- participant -> case icon (5d68f9bc)
- auto-insert [ if missing (75d6b415, closes OICR-925)
- mouse selects correct item (da127155)
- updates error message (83ce2223, closes OICR-946)
- always start dd selection at top (e733f022, closes OICR-947)
- better handling of default input with AS (60bf0c96, closes OICR-941)
- better handling of trailing val in list (b2d93bcc, closes OICR-940)
- removes trailing value in list using AS (0ede9274, closes OICR-928)
- handle NOT IN in query and auto suggest (4a639a1f, closes OICR-926)
- automatically add [ to list auto suggest (ac52db7a, closes OICR-925)
- handles numbers in auto suggest (bc86e48f, closes OICR-910)
- removes _missing from suggest (aa9ead6e, closes OICR-916)
- adds autosuggest support for missing (5c2640ae, closes OICR-912)
- remove old value (e89845af, closes OICR-911)
- removes second auto suggest on space (2212e5de, closes OICR-898)
- header: Don't use dropdown on xs view. (dd3cef5a, closes OICR-744)
- home: update home link (c1677f6e)
- ie: Remove usage of const. (a1d6efd5, closes OICR-838, OICR-805)
- login:
- participant:
- pc: advanced search fix (ce7e20d8)
- project: Update project summary title. (82359499, closes OICR-1015)
- projects:
- qsearch:
- query:
- quick: Ensure modal backdrop disappears. (05354be6, closes OICR-921, OICR-907)
- range: min and max issues (839cb8ce, closes OICR-829, OICR-804)
- range-facet: fix n undefined error (0f05aa22)
- range-facets: rm unit conv frm days to death (273fbfca)
- range-ui: only allow num & don't show weeks (93f06756)
- reports: table header (5ea190ca)
- reports-githut: fix and add tooltiptext (df37a7b3, closes OICR-708)
- search:
- Always show count for cases. (ca447dfa, closes OICR-1064)
- Fix days to death facet. (d8fc946e)
- Fix add filtered files for case. (24fa40aa, closes OICR-1047)
- Maintain bolded case in matched terms (8c7e146f)
- Ensure facet selections always update (0d141b76, closes OICR-882)
- fix access pie click (97c5a5e2, closes OICR-887)
- Case insensitive term match/highlight (9bc4ded6)
- Close modal if on that entity page. (96053443, closes OICR-854)
- Cases loading is much quicker. (54b3e22d, closes OICR-831)
- Fix matched term highlighting (d928cbe3)
- Reduce spacing on action buttons. (195cc91a, closes OICR-795)
- Remove all files button working. (a119aa3c, closes OICR-797)
- Annotation columns right aligned. (fe9fb987)
- summary:
- summary-card: needs graph for some reason (8f0e30c1)
- table:
- tableicious:
- tables:
- tbls: correctly arrange child headings again (2ce5c4a6)
- token: Fix token downloading. (d8f6ade4, closes OICR-743)
- user:
Features
- add-to-cart: show adding toast after 1s (ec8eeee5, closes OICR-860)
- annotation: Add Entity and Case searches. (94c8f857, closes OICR-1053)
- annotations: add notes as hidden tbl field (a4c64093, closes OICR-811)
- app:
- auth: Implement proper logout. (208eba18)
- cart:
- cart-directives: remove frm cart in dropdown (31a69526, closes OICR-900)
- case: add cart button (43f8e825, closes OICR-965)
- charts: Legend on hover (c1408023)
- export-tables: flatten, discard parent keys (35b74bb2, closes OICR-990)
- facets: date and input range facets (ed90b5d5, closes OICR-694, OICR-699)
- file: show download modals for related files (9c861def, closes OICR-975)
- fql: more info in error msg (2430bb8a, closes OICR-949)
- githut:
- gql:
- login:
-
- Add Restangular service for auth - Use Auth Restangular for token and login ([9c00533f](https://github.com/NCI-GDC/portal-ui/commit/9c00533f))
- don't read $cookie[x-auth-token]([25aee1c]%2825aee1c4), closes [OICR-670]%28https://jira.opensciencedatacloud.org/browse/OICR-670%29)
-
- pc: bar click (6d20f3df)
- project: Add annotations count to project. (beecfa7d, closes OICR-644)
- projects:
- quick:
- range-facets: display barchart ontop of range facets (1e1af03b, closes OICR-853)
- reports: hook up reports (9b9c2dda, closes OICR-891)
- search:
- Add submitter_id as hidden field (2ce73505, closes OICR-1041)
- Create summary card w/ tables. (7c1d8712, closes OICR-852)
- UI Updates for Data page. (3629723e, closes OICR-807)
- Charts navigate to file tab filtered (da5e1878, closes OICR-776)
- Quick Search prototype (1ce98acd, closes OICR-702)
- Better search page performance. (075180de, closes OICR-692)
- UI updates for search summary views. (f5e29d18, closes OICR-687)
- add tags as regular terms facet (bc03e480)
- summary click (b7c70b0d)
- summary: Add clear active filters button. (721b1d10, closes OICR-944)
- table:
- tableicious: Client side data support. (19008f9c, closes OICR-669)
- tbls: