alisan617
a154fea9f9
submit button in RTL
2016-10-24 10:04:38 -04:00
Albert (AJ) St. Aubin
c01df60014
Merge pull request #13786 from edx/aj/TNL-5549_problemMetaRefactor
...
Aj/tnl 5549 problem meta refactor
2016-10-21 13:03:32 -04:00
Albert St. Aubin
dbb66f8c09
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string
...
TNL-5549
2016-10-21 06:40:20 -04:00
Nimisha Asthagiri
aa000c1a3d
Support for rescoring a problem only if the new score is higher
...
TNL-5046
2016-10-20 15:08:54 -04:00
Chris Rodriguez
3b9c970ce5
AC-582 progress page markup corrections
2016-10-20 12:55:59 -04:00
alisan617
6255e20262
Merge pull request #13646 from edx/alisan/capa-i18n-btn-bar-fix-TNL-5642
...
Capa button bar attempt message position for i18n
2016-10-20 11:55:21 -04:00
Robert Raposa
13222adf05
Upgrade MathJax to 2.7.
2016-10-20 10:53:04 -04:00
Cliff Dyer
ac48c2e42f
Merge pull request #13716 from edx/cdyer/fix-problem-block-tests
...
Make problem block tests more realistic.
2016-10-20 10:36:45 -04:00
J. Cliff Dyer
1cfff02f06
Add tests for scoring of diverse problem types.
...
Includes:
* CAPA
* ORA
* LTI
* LTI-Consumer
* SGA
* Randomized Content Block
TNL-5692
TNL-5464
2016-10-20 09:29:55 -04:00
alisan617
a43c1e9469
change layout in submit button bar for i18n
2016-10-20 09:27:48 -04:00
Mushtaq Ali
387f210363
Add support for additional answers for Numerical Input problems
...
TNL-5581
2016-10-20 09:40:01 +00:00
Christina Roberts
19ce439360
Merge pull request #13710 from edx/christina/capa-edit-coffee
...
Convert problem/edit.coffee to JS
2016-10-19 17:45:29 -04:00
cahrens
113aec25bf
eslint corrections
2016-10-19 16:19:10 -04:00
Saleem Latif
38931957e2
Add testing for 'saml' management command
2016-10-19 12:49:41 +05:00
Ayub khan
d3fcb44631
Merge pull request #13782 from edx/ECOM-5846
...
ECOM-5846 Add more logs for enrollment api
2016-10-19 11:51:04 +05:00
Nimisha Asthagiri
6e7f131c40
Merge pull request #13790 from edx/release
...
Merge Release to Master
2016-10-18 19:23:23 -04:00
Nimisha Asthagiri
d078b65ea7
Merge pull request #13754 from edx/flaky/video-test
...
Fix flaky test: test_youtube_id_w_different_local_server_sub
2016-10-18 16:42:43 -04:00
cahrens
0fb37ceeb6
Replace with JS code.
2016-10-18 16:27:29 -04:00
cahrens
337d4947c0
Rename to edit.js
2016-10-18 16:27:29 -04:00
Christina Roberts
7de60d1278
Merge pull request #13764 from edx/christina/tnl-5735
...
Fix screen-reader capa status prefixing
2016-10-18 14:43:01 -04:00
Christina Roberts
b693d98a1f
Merge pull request #13531 from Bound3R/patch-1
...
Remove invalid selector
2016-10-18 14:38:46 -04:00
Robert Raposa
4d301b9b98
Revert MathJax -full config.
2016-10-18 13:55:25 -04:00
Toby Lawrence
6704e17afd
[TNL-5632] Optimize the single_thread view.
...
Firstly, we're now explicitly instructing the comments service to not
return thread responses/comments if the request isn't AJAX. So, if you
load the URL for a single discussion thread in your browser, this would
be a non-AJAX call and we'll avoid loading the responses for the entire
thread behind-the-scenes. Big win here for large threads.
Next, we removed a redundant "get threads" call which was also happening
behind-the-scenes. This call was redundant as the front-end JS also
grabs the thread list when a topic is chosen, so we were making an
extranenous call for no benefit. Poof, gone!
Finally, we added some caching of database queries that are required to
drive a lot of the permissions/cohorts machinery around discussion.
This will have a minimal effect but introduced a cleaner way to apply
general memoization at the per-request level which will let us further
cache things as we identify them as issues.
2016-10-18 13:11:30 -04:00
cahrens
485a88fabc
Prefix status with Question number.
...
TNL-5735
2016-10-18 12:58:16 -04:00
Christina Roberts
971f102b1d
Merge pull request #13743 from edx/christina/capa-display-conversion
...
Convert capa/display.coffee to JS.
2016-10-18 12:56:28 -04:00
Douglas Hall
9cf6880534
Merge pull request #13777 from edx/douglashall/fix_session_cookie_domain_middleware
...
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
2016-10-18 11:20:43 -04:00
cahrens
a1d3c31681
eslint fixes and other cleanup
2016-10-18 09:33:59 -04:00
Douglas Hall
ac390e13f6
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
2016-10-18 09:07:03 -04:00
Saleem Latif
cb527f1e39
Fix NameError issue for saml mangemement command
2016-10-18 17:25:43 +05:00
Ayub-Khan
d9e5c9e9ee
added logs
2016-10-18 07:29:17 +00:00
Nimisha Asthagiri
8f3a865cee
Fix flaky test: test_youtube_id_w_different_local_server_sub
...
TNL-5759
2016-10-17 21:43:22 -04:00
Christina Roberts
046ee7bd96
Merge pull request #12923 from CredoReference/static-page-for-instructors-only
...
Ability to hide Pages from students
2016-10-17 17:10:33 -04:00
Robert Raposa
13495d88ab
Use MathJax -full config.
2016-10-17 16:50:31 -04:00
J. Cliff Dyer
87e2308801
Added flaky tests.
...
New tickets:
TNL-5770
TNL-5771
TNL-5772
TNL-5773
TNL-5774
TNL-5775
2016-10-17 11:59:46 -04:00
Bill DeRusha
a36df010c0
Fix for UTM parameter tracking when UTM not present
2016-10-17 10:28:47 -04:00
Gregory Martin
2f868e5e24
Merge pull request #13733 from edx/yro_localized-datetime
...
Set up DateUtil factory, modify requests to handle moment-timezones, moment-with-locales.
2016-10-17 10:10:58 -04:00
Tasawer Nawaz
252880e5de
Merge pull request #13740 from edx/tasawer/ecom-5684/forgot-password-verbiage-pdate
...
Forgot Password - Verbiage Update
2016-10-17 16:03:55 +05:00
Ahsan Ulhaq
21746f1e93
update error messages in enrollment API
...
ECOM-4763
2016-10-17 13:15:24 +05:00
tasawernawaz
ab8e5b82b6
Forgot Password - Verbiage Update
...
ECOM-5684
2016-10-17 11:56:35 +05:00
Andy Armstrong
39a461d8f7
Merge pull request #13698 from edx/andya/move-cors-csrf
...
Move cors_crsf to openedx/core
2016-10-16 20:07:37 -04:00
Robert Raposa
988db7b152
Merge pull request #13751 from edx/robrap/cleanup-student-urls
...
Clean up student/urls.py
2016-10-14 16:45:10 -04:00
Christina Roberts
a5fa635b24
Merge pull request #13753 from edx/christina/tnl-5758
...
Flaky course outline bok choy test.
2016-10-14 16:11:22 -04:00
Dmitry Viskov
bb09fdb7be
Ability to hide Pages from students
2016-10-14 22:43:26 +03:00
Greg Martin
4ddda443b8
Implement localized datetimes in browser
...
moment-timezone require config
jasmine test fix, duplicate req. cleanup
2016-10-14 15:25:38 -04:00
cahrens
c9284835e1
Minor changes for flaky test.
...
This test has been very flaky on master, but the failure
is not reproducible. Trying a few things that might help.
TNL-5758
2016-10-14 15:16:47 -04:00
Christina Roberts
65723e2b12
Merge pull request #13758 from edx/christina/tnl-5513
...
Fix textbook tests so a11y tests only run in a11y test phase
2016-10-14 14:47:40 -04:00
Andy Armstrong
03c3ee53e5
Move cors_crsf to openedx/core
2016-10-14 13:59:01 -04:00
cahrens
3e6b545f5e
Change to only run a11y test in a11y phase.
...
Not able to reproduce flakiness.
TNL-5513
2016-10-14 13:39:54 -04:00
cahrens
1b03a0090d
Replace with CoffeeScript generated version of JS.
...
Includes reformatting to 4 spaces.
2016-10-14 13:14:19 -04:00
cahrens
7a443737f6
Convert display.coffee to js.
...
First just rename.
2016-10-14 13:13:14 -04:00