Jeremy Bowman
165f348a36
Merge pull request #14696 from edx/jmbowman/PLAT-1198
...
PLAT-1198 Fix flaky navigation buttons test
2017-03-16 10:09:08 -04:00
Attiya Ishaque
474ad1a01b
Merge pull request #14693 from edx/ai/TNL-6188-escaping
...
TNL-6188 Escaping in course outline section & subsection.
2017-03-16 18:58:22 +05:00
attiyaishaque
abcbb09414
TNL-6188 Escaping in course outline section & subsection.
2017-03-16 11:13:28 +05:00
Jeremy Bowman
c28e67732e
PLAT-1198 Fix flaky navigation buttons test
2017-03-15 15:45:22 -04:00
Jesse Zoldak
173e592203
Merge pull request #14697 from edx/zoldak/pin-sinon
...
Pin sinon version to be under v2.0.0
2017-03-15 15:42:49 -04:00
Ari Rizzitano
d96bd9449b
Merge pull request #14565 from edx/arizzitano/xblock-poll-1.2.6
...
update xblock-poll version to 1.2.6
2017-03-15 15:08:31 -04:00
Jesse Zoldak
20447f287e
Pin sinon version to be under v2.0.0
2017-03-15 14:55:44 -04:00
Brian Jacobel
de32e69b8d
Merge pull request #14680 from edx/bjacobel/discussion-dupe-ids
...
Fix duplicated ids in discussion action menus
2017-03-15 13:28:51 -04:00
Saleem Latif
0300fb1c6e
Merge pull request #14683 from edx/saleem-latif/ENT-238
...
ENT-238: Version upgrade of edx-enterprise to 0.27.0
2017-03-15 11:27:32 +05:00
Eric Fischer
e9b193436b
Merge pull request #14688 from edx/efischer/email_all_modes
...
All modes are valid bulk email targets
2017-03-14 16:15:15 -04:00
Ned Batchelder
cba73414be
Merge pull request #14677 from edx/nedbat/safer-make-clean
...
Safer "make clean"
2017-03-14 15:34:05 -04:00
David Ormsbee
291945b6f0
Merge pull request #14686 from edx/ormsbee/test_startup_speed_monkeypatch_kombu
...
Test speedup: Monkey patch Kombu entrypoints fn.
2017-03-14 15:24:38 -04:00
Eric Fischer
39363c1171
All modes are valid bulk email targets
2017-03-14 14:43:40 -04:00
David Ormsbee
294bbe7fe0
Test speedup: Monkey patch Kombu entrypoints fn.
...
We monkey patch Kombu's entrypoints listing because scanning through
this accounts for the majority of LMS/Studio startup time for tests,
and we don't use custom Kombu serializers (which is what this is for).
Still, this is pretty evil, and should be taken out when we update
Celery to the next version where it looks like this method of custom
serialization has been removed.
FWIW, this is identical behavior to what happens in Kombu if
pkg_resources isn't available.
2017-03-14 13:45:40 -04:00
Ned Batchelder
23c1ee3231
Merge pull request #14679 from edx/nedbat/flexible-help-link-tests
...
HelpContextProcessorTest improvements from the Ficus branch.
2017-03-14 10:20:57 -04:00
Ned Batchelder
f7f16b0a93
Safer "make clean"
...
This would fail if the "git clean" step failed, and would not restore
your private files. Running it again would then fail to make an empty
tarball, clobbering the saved private files. Now we are more resilient
to a number of failure modes.
2017-03-14 10:00:13 -04:00
Saleem Latif
a33fd16267
Version upgrade of edx-enterprise to 0.27.0
2017-03-14 14:20:02 +05:00
Mushtaq Ali
40621b6cc2
Merge pull request #14315 from edx/mushtaq/move-component
...
Move a component
2017-03-14 12:58:20 +05:00
Brian Jacobel
85fc5871d6
Fix template to escape rendered strings
2017-03-13 17:50:16 -04:00
Brian Jacobel
b3674b34ab
Fix duplicated ids in discussion action menus
2017-03-13 15:14:01 -04:00
Ned Batchelder
5e5f0c170e
The exact version differs by open edx release
...
(cherry picked from commit 1c7f35d44a68010f3dd9110061e9ecc55a641043)
2017-03-13 14:13:55 -04:00
Ari Rizzitano
9033cd4cc8
bump xblock-poll to 1.2.6 (TNL-6359, TNL-6360)
...
temporarily point xblock poll at my fork for testing
try egg version 1.2.6
actual bump
2017-03-13 13:34:57 -04:00
Ned Batchelder
fa5e286236
Simplify HelpContextProcessorTest a little
...
(cherry picked from commit acee7b55aff0c73c08552199c536d84555bcaae4)
2017-03-13 13:21:46 -04:00
Albert (AJ) St. Aubin
be0fad1b4b
Merge pull request #14662 from edx/aj/TNL-6356_show_answer_notification
...
Updates to add a show answer notification and update focus when the
2017-03-13 13:00:31 -04:00
Jeremy Bowman
54d9bbd848
Merge pull request #14635 from edx/jmbowman/async_course_export_2
...
PLAT-1121 Export courses asynchronously
2017-03-13 11:34:59 -04:00
Albert St. Aubin
b4956cf1cb
Updates to add a show answer notification and update focus when the notification is shown.
...
TNL-6356
2017-03-13 09:31:40 -04:00
Jeremy Bowman
8d36c3825c
PLAT-1121 Export courses asynchronously
2017-03-13 09:00:11 -04:00
Saleem Latif
d40e8c05e8
Merge pull request #14660 from edx/saleem-latif/ENT-232
...
ENT-232: Add a switch for selecting pagination traversal in edx_api_utils
2017-03-13 16:57:25 +05:00
Saleem Latif
381d136a06
Add a switch for selecting pagination traversal in edx_api_utils
2017-03-13 16:03:34 +05:00
Mushtaq Ali
7ab699bce6
Merge pull request #14659 from edx/mushtaq/remove-banner-logging
...
Remove success banner on container state change
2017-03-13 12:08:24 +05:00
Clinton Blackburn
4cc7628696
Upgraded to Python Social Auth 0.2.21 to resolve migration issue
2017-03-10 23:06:02 -05:00
Simon Chen
5cd3a86382
Merge pull request #14668 from edx/schen/add_logging
...
Add logging for user cookie send for sailthru
2017-03-10 13:29:40 -05:00
Simon Chen
764ef48332
Add logging for user cookie send for sailthru
2017-03-10 10:10:37 -05:00
Mushtaq Ali
cb2d78bf34
Add logging on move xblock
...
Add i18n to backend error messages in case they appear to end user
Remove success banner when trying to publish or discard changes on container page
2017-03-10 19:25:03 +05:00
Jillian Vogel
36be4b2499
Merge pull request #14631 from open-craft/jill/ent-204-consent-wiki-forums
...
[ENT-204] Require data sharing consent before accessing forum and wiki
2017-03-10 12:09:23 +10:30
Jillian Vogel
25383a603e
Ensure Enterprise-integrated courses require user consent before granting access to Wiki and Discussion forum.
...
* User-facing links are gated; internal services are not.
* Adds view decorator data_sharing_consent_required
* Renames `get_course_specific_consent_url` to `get_enterprise_consent_url`,
which now checks `consent_needed_for_course` before returning a consent URL.
2017-03-10 09:29:24 +10:30
Cliff Dyer
27dc58464b
Merge pull request #14639 from edx/neem/scorable-xblock
...
Make instructor_tasks aware of ScorableXBlockMixin
2017-03-09 17:08:47 -05:00
J. Cliff Dyer
21b224ec59
Give instructor task knowledge of new rescore.
...
* Bump xblock version
* Update rescore instructor task helper to handle generic rescore.
* Add set_score to grade signal handler.
2017-03-09 14:59:06 -05:00
Ned Batchelder
7d7f17a3b3
Merge pull request #14663 from edx/nedbat/update-translations
...
Update translations (autogenerated message)
2017-03-09 14:03:09 -05:00
Brian Jacobel
6eda14e72e
Merge pull request #14629 from edx/bjacobel/bourbon-warnings
...
Quiet Bourbon deprecation warnings, UXPL upgrade 0.18.1
2017-03-09 12:42:18 -05:00
Ned Batchelder
9d9266f1c5
Update translations (autogenerated message)
2017-03-09 16:17:10 +00:00
Albert (AJ) St. Aubin
ee68726bf2
Merge pull request #14655 from edx/aj/fix_cms_style_bug
...
Update to Studio style for recent capa action bar style changes
2017-03-09 08:42:15 -05:00
Ned Batchelder
15a4fc420a
Update translations (autogenerated message)
2017-03-09 12:08:25 +00:00
Rabia Iftikhar
687a48c71d
Merge pull request #14624 from edx/ri/TNL-6610-fix-more-button
...
TNl-6610 Fix "more" menu on discussion post for global staff.
2017-03-09 16:41:09 +05:00
rabiaiftikhar
ccfa3ea74d
TNl-6610 Fix "more" menu on discussion post for global staff.
2017-03-09 14:16:31 +05:00
Mushtaq Ali
3a9dc5de04
Merge pull request #14625 from edx/mushtaq/bug-bash-fixes
...
Move Bug fixes
2017-03-09 11:36:55 +05:00
Calen Pennington
0c30c06a78
Merge pull request #14656 from edx/release-mergeback-to-master
...
Merge release back to master
2017-03-08 15:23:50 -05:00
Albert St. Aubin
86e202c5ab
Update to Studio style for recent capa action bar style changes
2017-03-08 14:23:19 -05:00
Albert (AJ) St. Aubin
22f58606af
Merge pull request #14564 from edx/aj/TNL-6347_headers
...
Aj/tnl 6347 headers
2017-03-08 13:27:40 -05:00
Nimisha Asthagiri
1224e341de
Revert "Merge pull request #14588 from edx/efischer/kill_stuff"
...
This reverts commit 83f2be4929 , reversing
changes made to 01ed17426f .
2017-03-08 13:10:48 -05:00