Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  stories

Latest revisions

# Date Author Comment
1d7dcde3 01/11/2017 03:40 AM Tomer Brisker

Fixes #17972 - Simplify new trend form js and helpers

Migrated the js to webpack as well.

fba692db 12/28/2016 03:34 AM Gail Steiger

fixes #17600 - Storybook does not draw chart

9356b0b3 12/21/2016 10:11 AM Daniel Lobato Garcia

Fixes #17516 - Update jquery to 2.2.4 to fix XSS

Affected versions of the package (< 1.12) are vulnerable to Cross-site
Scripting (XSS) attacks when a cross-domain ajax request is performed
without the dataType option causing text/javascript responses to be...

ccc3a646 12/13/2016 02:18 PM Tomer Brisker

Fixes #17627 - remove tooltips after clicking back

Turbolinks will keep the page cached as it is when a link with a tooltip
is clicked, so that clicking back will show the page with the tooltip
still active. This will make sure any tooltips are hidden when a page is...

83afcbec 12/13/2016 10:26 AM Tomer Brisker

Fixes #17570 - Only execute `onContentLoad` once per page

When an event is triggered, jQuery attempts to execute the on<name>
method if it exists for event <name>. We were also manually triggering
the `onContentLoad` every time the `ContentLoad` event was triggered,...

8a860811 12/07/2016 09:11 AM Ohad Levy

fixes #17287 - add storybook support

ed2d72e6 12/06/2016 09:39 AM Gail Steiger

Fixes #17580 - React Chart Component has unsafe function

9a082a8b 12/04/2016 04:37 PM Tomer Brisker

Fixes #17571 - Refactor tfm.tools to use ES6 syntax

This also extracts the inherited user roles function to a sepereate
module, adds tests and refactors it. These changes also fix two other
issues:
1. a possible stored XSS in usergroup names,
2. tooltips on tables were broken (due to => syntax not changing `this`)

f81ed5ce 12/04/2016 10:58 AM Gail Steiger

Fixes #17569 - prevent error on chart component unmount

a18cc1f1 11/30/2016 05:00 AM Tomer Brisker

Fixes #17501 - Display tooltips on dashboard widgets (#4067)

View revisions

Also available in: Atom