Commit Graph

38763 Commits

Author SHA1 Message Date
Eric Fischer
db2eb2dced Merge pull request #13599 from edx/efischer/tnl-4895
Masquerade should not apply to user dropdown
2016-10-03 15:31:31 -04:00
Jillian Vogel
f7fba5525d Merge pull request #13483 from open-craft/itsjeyd/inline-discussion-assets
Have DiscussionXBlock take care of loading assets it depends on
2016-10-04 02:13:31 +10:30
Ahsan Ulhaq
1c00f1fed3 Merge pull request #13538 from edx/ahsan/ECOM-4641-Invalidate-all-access-tokens-refresh-tokens-on-password-reset
Invalidate access token
2016-10-03 20:33:18 +05:00
Saleem Latif
96fb00cff8 Merge pull request #13612 from edx/saleem-latif/WL-611
WL-611: Fix "Access Denied" when downloading report
2016-10-03 17:16:04 +05:00
Tim Krones
baa9d06e97 Have DiscussionXBlock take care of loading JS and CSS files it depends on.
* Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies,
  which respect PIPELINE_ENABLED setting when determining dependencies.
* Move new discussion-related Sass files into discussion subdirectory.
* Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock.
* Remove unused "course" parameter from context for DiscussionXBlock.student_view.
* Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet.
* Load MathJax only once, and include code for configuring MathJax in discussion bundle.
* Make sure username renders correctly in DiscussionXBlock response header.
* Move WYSIWYIG Markdown editor styles to _build-discussion.scss.
* Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss.
* Keep courseware-chromeless.html in sync with courseware.html.
* Load CSS for discussions on Teams tab.  This makes it possible to remove CSS for discussions from Sass files for "Course" tab.
* Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
2016-10-03 22:11:31 +10:30
Saleem Latif
434584114a Fix "Access Denied" when downloading report 2016-10-03 15:05:54 +05:00
Ahsan
c5d975577a Invalidate access token
ECOM-4641
2016-10-03 13:02:52 +05:00
Eric Fischer
46ed93807c Review feedback and actual fix
TIL about defining variables in Mako templates.
2016-09-30 16:27:17 -04:00
Eric Fischer
b3e4e81e97 TNL-4895 User dropdown reflects real user
Exposes real_user to the user_dropdown template, allowing for the requested
feature change of keeping the profile links pointed at the real user's profile.
2016-09-30 16:27:17 -04:00
Eric Fischer
5573690af6 Merge pull request #13618 from edx/efischer/more_reverts
Unbreak master
2016-09-30 15:04:17 -04:00
J. Cliff Dyer
628e4cfe63 Revert "Flaky test decorators. Tickets exist:"
This reverts commit 988bfa046b.
2016-09-30 14:55:43 -04:00
J. Cliff Dyer
aaa37d6797 Revert "Annotate flaky decorators with ticket numbers."
This reverts commit 25bd32bc1c.
2016-09-30 14:55:28 -04:00
J. Cliff Dyer
25bd32bc1c Annotate flaky decorators with ticket numbers. 2016-09-30 14:43:38 -04:00
J. Cliff Dyer
988bfa046b Flaky test decorators. Tickets exist:
TNL-5643:
    test_lms_courseware:ProctoredExamTest.test_timed_exam_flow
TNL-4132:
    test_lms_matlab_problem:MatlabProblemTest.test_run_code
TNL-5582:
    test_studio_course_info.UsersCanAddUpdatesTest.test_delete_course_update
TNL-5691:
    test_account_settings.AccountSettingsPageTest.test_full_name_field
2016-09-30 14:15:11 -04:00
Adam
9aa35cd8ad Merge pull request #13614 from edx/efischer/revert_grades
Potential Grades revert PR
2016-09-30 14:08:58 -04:00
Eric Fischer
853d2a8688 Revert "Handle null weighted_possible values safely."
This reverts commit 2ec95262ab.
2016-09-30 14:08:44 -04:00
Cliff Dyer
e1a0b116dc Merge pull request #13615 from edx/beryl/allow_null_weighted_possible
Handle null weighted_possible values safely.
2016-09-30 12:25:39 -04:00
Bill DeRusha
102ec18351 Merge pull request #11986 from mreyk/master
Added number receipt to the PDF filename
2016-09-30 12:08:31 -04:00
Alison Hodges
9c27a8ec82 Merge pull request #13477 from deepsrijit1105/master
Lower case the term partner manager in UI strings
2016-09-30 10:50:42 -04:00
J. Cliff Dyer
2ec95262ab Handle null weighted_possible values safely.
Rather than failing, treat them as unscored blocks.

[TNL-5689](https://openedx.atlassian.net/browse/TNL-5689): Server error when
checking a problem.
2016-09-30 10:21:35 -04:00
sanfordstudent
e3db08f194 Merge pull request #13539 from edx/sstudent/TNL-5601
fire SCORE_CHANGED on student state reset
2016-09-30 09:34:59 -04:00
Renzo Lucioni
51c2444de3 Merge pull request #13601 from edx/renzo/exclude-utm
Leverage the catalog's exclude_utm parameter
2016-09-30 08:56:31 -04:00
Renzo Lucioni
eb50f4d38b Leverage the catalog's exclude_utm parameter
We don't need stripping code on this end anymore. This closes out ECOM-5782.
2016-09-29 18:17:58 -04:00
Eric Fischer
e4c626d362 Merge pull request #13607 from edx/release
Hotfix 2016-09-29b release to master
2016-09-29 18:06:21 -04:00
Eric Fischer
510b84ed86 Merge pull request #13606 from edx/hotfix/2016-09-29b
Drop noisy grades logging to debug level
2016-09-29 16:02:16 -04:00
Ned Batchelder
91bae6701d Merge pull request #13605 from edx/ned/update-translations
Update translations (autogenerated message)
2016-09-29 15:30:52 -04:00
Jesse Zoldak
7b68181f8d Merge pull request #13571 from edx/zoldak/TE-1711
Install pa11ycrawler v1.5.4 from PyPi
2016-09-29 14:27:59 -04:00
Nimisha Asthagiri
1628c17695 Merge pull request #13603 from edx/beryl/grades_reset_capa
Update grade when CAPA problem state is reset
2016-09-29 14:01:21 -04:00
Eric Fischer
ce067618c9 Drop noisy grades logging to debug level
These need to be dropped down to avoid splunk, as they are currently
flooding our infrastructure.
2016-09-29 13:58:19 -04:00
Sanford Student
e9f92bd05a fire SCORE_CHANGED on student state reset 2016-09-29 13:42:12 -04:00
Jesse Zoldak
18dcc7abf5 Install pa11ycrawler from pypi 2016-09-29 13:16:24 -04:00
Waheed Ahmed
c67c640902 Merge pull request #13504 from edx/waheed/ecom-5303-4188-fix-focus-on-dialog-boxes
Fixed keyboard focus remains within modal simulated dialogs.
2016-09-29 21:22:46 +05:00
John Eskew
6ae4f4494c Merge pull request #13604 from edx/release
Merging Django 1.8.15 upgrade hotfix to master.
2016-09-29 11:57:02 -04:00
Alison Hodges
61dd7807df Merge pull request #13570 from edx/ahodges/help_theme
Fixes DOC-3360 to make help context-sensitive
2016-09-29 11:50:15 -04:00
Ned Batchelder
7dce728108 Update translations (autogenerated message) 2016-09-29 14:59:41 +00:00
Asad Iqbal
202d0cadeb Merge pull request #13577 from edx/asadiqbal08/WL-612
WL-612 Report buttons are not displayed for White Label courses
2016-09-29 19:59:41 +05:00
John Eskew
e2619bb211 Merge pull request #13598 from edx/release-candidate
Upgrade Django to 1.8.15
2016-09-29 10:44:17 -04:00
Waheed Ahmed
44efb654fd Fixed keyboard focus remains within modal simulated dialogs.
ECOM-4188
ECOM-5303
2016-09-29 19:21:03 +05:00
Cliff Dyer
c050ccc318 Merge pull request #13461 from edx/cdyer/test-block-types
Create test to exercise grading multiple block types
2016-09-29 10:13:00 -04:00
asadiqbal
03ed0347c4 - WL-612 2016-09-29 18:23:44 +05:00
Nimisha Asthagiri
d3d776388f Update grade when CAPA problem state is reset
TNL-5686
2016-09-29 08:44:37 -04:00
J. Cliff Dyer
ddb383c3c2 Test different problem types. 2016-09-28 16:38:38 -04:00
Matthew Piatetsky
9ba9772239 Merge pull request #13596 from edx/matthewpiatetsky/ECOM-5820/rename_order_event
ECOM-5820 Rename completed order event
2016-09-28 16:13:37 -04:00
Adam
cd2203ebd2 Merge pull request #13521 from edx/adam/update-dump-neo4j-command
set neo4j configuration at the command line
2016-09-28 15:35:13 -04:00
Christopher Lee
4c56c24238 Merge pull request #13589 from proversity-org/proversity/feature-mobile-org-filter
mobile api filter enrollments by org
2016-09-28 13:35:35 -04:00
John Eskew
d9354e2d69 Upgrade Django to 1.8.15 2016-09-28 13:31:14 -04:00
Christina Roberts
1473bd6107 Merge pull request #13592 from edx/christina/merge-release
Christina/merge release
2016-09-28 12:47:15 -04:00
Stu Young
0344eff28f Merge pull request #13575 from edx/estute/remove-commit-from-codecov-command
removed git commit from codecov call
2016-09-28 11:51:15 -04:00
Brian Jacobel
e42c1f8576 Merge pull request #13541 from edx/bjacobel/url.min.js
Prevent url.min.js from being loaded outside a bundle
2016-09-28 11:23:44 -04:00
Matthew Piatetsky
58a4f68a0b Rename completed order event 2016-09-28 14:12:22 +00:00