Brian Jacobel
ab04f537c7
Merge pull request #13200 from edx/bjacobel/abort-discussion-request
...
Fix discussions error with unabortable jqXHRs
2016-08-09 12:21:00 -04:00
Brian Jacobel
994c6caa79
Bring a bugfix from discussions feature branch over
2016-08-09 10:54:38 -04:00
Brian Jacobel
163ff84699
Run eslint autofixer on /common
2016-08-08 15:59:18 -04:00
Brian Jacobel
a32fd27d60
Replace JSHint ignore directives with ESLint ones
2016-08-04 16:22:59 -04:00
Brian Jacobel
8ed78a387e
Fix TNL-5011 ( #13031 )
...
Vote button is now disabled for yourself, but count is still visible
2016-07-20 13:29:33 -04:00
E. Kolpakov
e0c7228d11
Quality, safe template linter and test fixes:
...
* Safe template linter reports zero violations on modified files
* Removed some (or most) coffeescript-genereated returns
* Big HTML chunks in JS converted to underscore templates
* Markdown processor - safe tempate linter compatibility
* Fixed double escaping HTML tags in code blocks caused by passing it through postMathJaxProcessor twice
2016-07-18 10:14:13 +03:00
E. Kolpakov
8d1e10bd8a
Fixes and improvements from solutions fork:
...
* Removing jQuery.ajax.beforeSend - it might be set globally and this code overrides it (part of 62fa253af6ee384f0766d72cd2d67bcf43697692)
* Avoid resetting Backbone history if already started (part of 9591b526bdd56163de0098099e46e44c566061f5)
* goHome no longer triggers thread:removed event - already triggered up the call stack (part of 9591b526bdd56163de0098099e46e44c566061f5)
* Avoid using beforeSend as it might be set globally (adapted from 2dfe104f3915efa546c85ef277eb75c5abb9b49b)
* Refactor triggering navigation to use constant/method instead of magic strings (part of 4843facd507b1cee8712bf10e96ff6c25c98bca2)
* Switching to using jQueyr.prop instead of jQuery.attr
* Fixed email notifications enable/disable (adapted from 8a7f022)
* Load thread if requested thread isn't loaded yet (adapted from e28dde32169b388235030dba945366f4c13e565f)
* Added ability to set custom css classes on search messages (adapted from b2e4c18905d7c7560838e264d6b218a3c4c6dc1f)
* Actually rerendering view with new model data when it is loaded/changed
2016-07-18 10:13:44 +03:00
alisan617
95b2bfbbee
Remove edx-icons usage in studio - TNL-4815
...
Remove edx-icons from edx-platform - TNL-4813
Remove edx-icons from LMS - TNL-4952
comment out baseline screenshot Bokchoy assertion tests
SOL-1937 Temporarily comment out baseline screenshot Bokchoy assertion tests
2016-07-13 19:43:59 -04:00
Chris
53c98f10cc
Merge pull request #12750 from edx/clrux/ac-486
...
AC-486 updating tabbed_view to use proper accessibility rules
2016-07-12 12:50:20 -04:00
Chris Rodriguez
298f168e23
AC-486 updating tabbed_view to be accessible
2016-07-12 11:01:11 -04:00
Diana Huang
6e538e1304
Fix issues with truncation.
2016-07-05 10:39:37 -04:00
Diana Huang
f4cf618154
Merge remote-tracking branch 'origin/release' into merge-release-into-master
2016-06-29 19:51:14 -04:00
Diana Huang
48726b71de
Make safe-linter happy.
2016-06-29 17:13:07 -04:00
Brian Jacobel
3cca6046fa
Revert "Change topic name truncation."
...
This reverts commit d75e633508 .
2016-06-29 15:06:49 -04:00
Brian Jacobel
24b22a8e84
Fix TNL-4392
2016-06-24 15:08:45 -04:00
Andy Armstrong
ac977ba4ce
Add back and fix missing discussion Jasmine tests
2016-06-23 15:43:04 -04:00
E. Kolpakov
2b8c02a759
Discussion coffee files to JS
2016-06-23 11:05:36 -04:00
Andy Armstrong
b1af59ad99
Move discussion .coffee files to .js
2016-06-23 11:05:36 -04:00
Andy Armstrong
d462c73fd8
Use the UI Toolkit's spec helpers.
2016-06-21 10:16:00 -04:00
Andy Armstrong
f713308984
Don't auto-update during Karma test runs
2016-06-20 14:42:21 -04:00
Andy Armstrong
fff88151d2
Convert XBlock runtime code to JavaScript
2016-06-19 12:55:20 -04:00
Ehtesham
f83efed9f6
making karma logs cleaner by limiting stack trace and browser log
2016-06-14 11:59:30 +05:00
Ehtesham
b31ba9d041
upgrade Pagingcollection to edx-ui-toolkit's PagingCollection
2016-05-27 04:35:44 +05:00
Brian Jacobel
f4bede6c5b
Fix library load paths (incl. jquery.scrollTo)
...
Simplify paths in karma_cms_squire require paths
2016-05-24 16:53:59 -04:00
Daniel Friedman
230f252bad
Fix the way jquery and jquery-migrate are loaded
...
Don't use symlinks to include node_modules
2016-05-24 16:53:51 -04:00
Daniel Friedman
15f148141f
Upgrade jQuery 1.7.2 to 2.2.0
...
FEDX-25
2016-05-24 16:52:50 -04:00
Usman Khalid
a2dadeaaf3
Added some documentation to Karma configuration files.
2016-05-05 22:42:04 +05:00
Usman Khalid
667a9b9ae6
Moved common files into karma.common.conf.js.
2016-05-05 22:42:04 +05:00
Usman Khalid
39f32f9869
Simplified normalizePathsForCoverage.
2016-05-05 22:42:03 +05:00
Usman Khalid
2839a42e0c
Moved jasmine addons to common/js/spec_helpers.
2016-05-05 22:42:02 +05:00
Usman Khalid
15acec2054
Simplify paths patterns in karma config files.
...
Files which are loaded via RequireJs do not need to be individually
declared in karma config files. If we give karma directories,
it will serve all the files in them.
2016-05-05 22:42:00 +05:00
Usman Khalid
713c79e0aa
Set included=false by default because we want to move towards RequireJs.
2016-05-05 22:39:59 +05:00
Usman Khalid
855fdbd387
Moved all logic from karma config files to karma.common.conf.js.
...
The config files just declare lists of files.
2016-05-05 22:38:34 +05:00
Usman Khalid
ecf233c1b4
Keep karma config file docs only in karma.common.conf.js. Duplicate stuff tends to get out of sync.
2016-05-05 22:35:54 +05:00
Usman Khalid
09594d6305
Merge pull request #12243 from edx/usman/tnl4416-spec-nesting
...
When using RequireJS load spec files one by one.
2016-04-29 17:09:57 +05:00
Usman Khalid
4d228199d1
When using RequireJS load spec files one by one.
...
Jasmine has a global stack for creating a tree of specs. We need to load
spec files one by one, otherwise some end up getting nested under others.
2016-04-29 15:54:47 +05:00
muzaffaryousaf
928d9a2694
Replace backbone-min to actual file.
2016-04-28 12:46:29 +05:00
muzaffaryousaf
a1cb7b8f39
Common, squire fixes required to upgrade backbonejs
...
TNL-4358
2016-04-27 12:48:45 +05:00
muzaffaryousaf
e89a32d5c6
Upgrade backbone via npm.
...
TNL-4335
2016-04-27 12:48:45 +05:00
Ehtesham
5b12f7d3dd
fixing quality
2016-04-22 19:09:36 +05:00
Ehtesham
8603026795
making preprocessor files path absolute to have coverage reporter include file only once
2016-04-22 19:09:35 +05:00
Ehtesham
51bf39fc35
adding includeAllSources property in coverage settings
2016-04-22 19:09:35 +05:00
Ehtesham
3507792b78
coverage fixes
2016-04-22 19:09:35 +05:00
Usman Khalid
d28f487235
Post rebase fixes.
2016-04-22 19:09:32 +05:00
Usman Khalid
c369e0ea1b
Increase Karma's browserNoActivityTimeout to prevent timeouts on Jenkins.
2016-04-22 19:09:32 +05:00
muzaffaryousaf
9cbfea2edd
Js test fixes for common, common-requirejs, xmodule.
2016-04-22 19:09:31 +05:00
Usman Khalid
afabc44e9e
Added karma-spec-reporter.
2016-04-22 19:09:30 +05:00
muzaffaryousaf
db672f4631
Karma configurations for common, lms and cms.
...
TNL-4102
2016-04-22 19:09:27 +05:00
Chris Rodriguez
df5520bdf9
Video player: adding Dragabilly to closed captions
...
* tests for dragging
* icon location reference updates
* pattern library usage
2016-04-14 15:29:38 -04:00
Andy Armstrong
db62db295c
Upgrade Underscore.string
...
FEDX-117
2016-04-04 10:18:43 -04:00