Commit graph

13 commits

Author SHA1 Message Date
Alfredo Sumaran
ac3789d29f Merge branch 'fix-non-iife-classes' into 'master'
Ensure javascript classes declared outside an IIFE are properties of window

See merge request !8080
2016-12-28 16:43:55 +00:00
Mike Greiling
aac4aa1094 ensure classes declared outside an IIFE are properties of window 2016-12-14 12:07:54 -06:00
Mike Greiling
23f5865e18 expand remaining non-explicit eslint-disable blocks and factor out globals when no-undef encountered 2016-12-13 21:07:31 -06:00
Phil Hughes
a085e3fb97 Fixed resolved discussion timeago not rendering
Closes #24787
2016-11-22 11:47:26 +00:00
winniehell
02f94cf038 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
Douwe Maan
33edde50ab Don’t show “Resolve discussion” for non-author/members 2016-08-12 15:10:05 -05:00
Phil Hughes
433f1c42c3 Comment & resolve button no longer looks for can-resolve attribute
Fixed some bugs when removing notes
2016-08-04 09:52:17 +01:00
Phil Hughes
ee62a2fd5a Moved update headline HTML into discussion model 2016-08-01 11:31:35 +01:00
Phil Hughes
c51cbc1f2f Updated issues with jump tp button
Fixed styling bugs
2016-08-01 10:06:31 +01:00
Phil Hughes
9878356dbc Added JS spec tests for CommentsStore
Updated other tests
2016-07-29 15:03:58 +01:00
Phil Hughes
6f94f62f72 Correctly cycles the unresolved discussions
Switches back to discussion tab when clicking jump to next unresolved button
2016-07-29 13:31:32 +01:00
Phil Hughes
4e679819f2 Fixed failing tests 2016-07-29 11:52:08 +01:00
Phil Hughes
efb74875cf Moved most of the data handling into discussion & notes models
Reduced some duplicated code with compiling components
Fixed bug with resolve button tooltip not updating after resolving discussion
2016-07-29 11:19:56 +01:00