Jillian Vogel
e19fb06e9d
Merge pull request #12582 from open-craft/feature/discussion_xblock
...
Convert Discussion Module to XBlock
2016-06-29 20:49:35 +12:00
E. Kolpakov
33b3dfcc92
Converts Discussion XModule to Discussion XBlock
...
* Renames discussion_module to discussion_xblock
* Moves common/lib/xmodule/xmodule_discussion to openedx/core/lib/xblock_builtin/xblock_discussion
2016-06-29 06:47:04 +12:00
Eric Fischer
f22d673980
Remove MaxScoresCache ( #12878 )
...
Performance improvement, this cache is no longer needed thanks
to block_structure caching data.
TNL-4874
2016-06-28 14:04:00 -04:00
Eric Fischer
664cafc962
Combine get_course_blocks() calls for grading performance ( #12877 )
...
When getting progress, we need these blocks in two locations. They
do not need to be individually fetched.
2016-06-28 10:03:58 -04:00
Nimisha Asthagiri
1798b1f1bc
Merge pull request #12567 from edx/tnl/grading
...
Grading uses Block Transformers
2016-06-24 09:01:30 -04:00
Nimisha Asthagiri
fb120426e0
Fix Typos
2016-06-23 20:22:32 -04:00
Nimisha Asthagiri
d0fcabd407
CCX: Use Modulestore Field Overrides instead of User-specific Overrides
2016-06-23 20:22:32 -04:00
Nimisha Asthagiri
74a3665289
Update query and mongo counts
2016-06-23 20:22:32 -04:00
Nimisha Asthagiri
f016647fef
Enable Block Transformer Registry in tests
2016-06-23 20:22:31 -04:00
Nimisha Asthagiri
02e6925275
Update grades to use Block Structures
2016-06-23 20:22:31 -04:00
Eric Fischer
d3128f4d36
Masquerading staff override hidden special exams [TNL-4808] ( #12806 )
...
Allows staff using "view as specific student" mode to bypass edx-proctoring
hiding special exams from students, to allow for more useful debugging.
Includes "shim" pattern library implementation of alerts, and a bokchoy
test for this functionality.
2016-06-23 16:54:57 -04:00
Michael Frey
6efc461fb6
mjfrey/micro-settings-merge: Override base dictionary keys with microsite configuration keys
...
* mattdrayer: Add helpers.get_value test
* mattdrayer: Change to simpler implementation, per @douglashall
* mattdrayer: Address quality violations and test failures
2016-06-21 23:28:36 -04:00
Ibrahim
603546a04a
replace references to settings.PLATFORM_NAME in edx-platform with theme overrides
2016-06-17 18:33:19 +05:00
Eric Fischer
fdc6d91588
update_in_cache on lms worker ( #12689 )
...
This commit "undoes"a previous hotfix, and allows a cms course_publish
signal to trigger a block_structure update_course_in_cache task, which
is run on an lms worker queue.
Changes:
-exposes ALTERNATE_QUEUE_ENVS
-adds routing layer in celery.py
-moves prior dev_with_worker settings file to devstack_with_worker
-moves course_block api functionality into openedx/core/djangoapps/content/block_structure
2016-06-16 18:01:06 -04:00
Awais
0bd1f4ccdd
Adding logic to check if cert is invalidate then user cannot see the regen button.
...
ECOM-4217
2016-06-15 19:02:06 +05:00
Ben Patterson
707b682fe0
Revert "Adding logic to check if cert is invalidate then user cannot see the …"
2016-06-14 12:03:17 -04:00
Awais Qureshi
a361d44bfd
Merge pull request #12666 from edx/awais786/ECOM-4217-certs-invalidate-by-instructor
...
Adding logic to check if cert is invalidate then user cannot see the …
2016-06-14 13:50:17 +05:00
Awais
112aa71fe0
Adding logic to check if cert is invalidate then user cannot see the regen button.
...
ECOM-4217
2016-06-11 15:26:30 +05:00
Calen Pennington
fc1e0b6637
Use the Django TestClient for course_creator unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:31 -04:00
Calen Pennington
57f7271b0b
Use the Django TestClient for courseware unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:30 -04:00
Simon Chen
7a300483b7
ECOM-4640 make sure honor cert students also see generate cert button ( #12687 )
2016-06-08 14:58:31 -04:00
Ahsan Ulhaq
7e88a88604
Financial Assistance Form Updates
...
ECOM-4544
2016-06-08 21:18:49 +05:00
Calen Pennington
df2f347ac2
Merge pull request #12670 from cpennington/reset-urls-favicon-tests
...
Reset urls favicon tests
2016-06-07 12:02:45 -04:00
Calen Pennington
12d239801e
Merge pull request #12628 from cpennington/test-i18n-reset-translations
...
Test i18n reset translations
2016-06-07 10:44:07 -04:00
Calen Pennington
c124fb343b
Make test_favicon tests work independently
2016-06-07 10:02:44 -04:00
Calen Pennington
bdf08fc7e2
Separate CourseInfo tests into a separate ModulestoreTestCase
2016-06-06 13:57:56 -04:00
Andy Armstrong
7e2a174eec
Move discussion board to the Pattern Library
...
TNL-4622
2016-06-02 12:48:12 -04:00
Calen Pennington
6963c5307b
Deactivate translations after all i18n tests in courseware so that they don't leak to future tests
2016-06-02 11:06:59 -04:00
Kevin Kim
aecb809205
Merge pull request #12553 from edx/kkim/neg_vert_positions
...
Changed courseware/views/index.py to fix negative vertical positions
2016-06-02 10:32:21 -04:00
Douglas Hall
a07a762f73
Merge pull request #12555 from edx/hasnain-naveed/MAYN-193
...
MAYN-193 Use django_sites_extensions.middleware.RedirectMiddleware to enable redirects
2016-06-01 21:18:01 -04:00
Kevin Kim
17b8dfa94d
Changed courseware/views/index.py to fix negative vertical positions
...
TNL-4408
2016-06-01 20:16:46 +00:00
Hasnain
11454640da
Added middleware to redirect the user from expired course page to all courses page.
2016-06-01 14:56:27 -04:00
Matt Drayer
42af66cee7
mattdrayer/determine-correct-checkout: Select proper checkout workflow based on context
2016-06-01 00:39:15 -04:00
Cliff Dyer
4e77d50982
Merge pull request #12396 from edx/cdyer/grading-transformer
...
Add transformer to collect grades data
2016-05-27 09:39:34 -04:00
Brian Wilson
a36aa68fd7
Add new export_olx management command.
...
This moves the functionality of the 'export_course' management command from lms/djangoapps/courseware
over to the Studio codebase. This reflects its use going forward to be run with cms settings, to
export the content of the Studio modulestore instead of the LMS modulestore. The management
command is used by an analytics workflow to output course content for researchers.
2016-05-26 17:26:59 -04:00
J. Clifford Dyer
7b75d1d452
Add transformer that collects grading data.
...
TNL-4449
2016-05-26 16:15:34 -04:00
Brian Jacobel
182921f1f1
Merge pull request #12433 from edx/bjacobel/upgrade-jquery
...
Upgrade jQuery to 2.2
2016-05-25 09:07:07 -04:00
cahrens
4ba07bf7a4
Assorted test and dependency fixes to cms-squire and cms
...
isRejected is deprecated.
Actually serve the slick library in LMS jasmine tests
customwmd doesn't need to wait for DOM ready event
... In order to define a class and extend the Markdown class.
2016-05-24 16:53:34 -04:00
Bill DeRusha
136f3d3467
Merge pull request #12552 from edx/release
...
Merge Release 2016-05-24 to Master
2016-05-24 16:11:35 -04:00
Simon Chen
e6137dd6af
ECOM-4007 Prevent the issuing of HC certs to verified learners that haven't ID verified
2016-05-23 11:44:14 -04:00
Peter Fogg
c1a59cc0b3
Fix date summaries with Unicode format issues.
...
This issue would show up when date formatting strings are translated
with Unicode characters (like when testing with fake Esperanto
translations).
2016-05-23 11:15:09 -04:00
Gabe Mulley
1ee87c887a
Merge pull request #12212 from CredoReference/assigned-tags-included-in-the-emitted-event
...
Connected aside information is included in the emitted event (on check)
2016-05-20 09:41:10 -04:00
Calen Pennington
2aa9967189
Merge pull request #12386 from cpennington/cale/concurrent-unit-tests
...
[EV-12] Run LMS unit tests concurrently on jenkins
2016-05-19 14:25:24 -04:00
Dmitry Viskov
21bbcc9f35
Connected aside information is included in the emitted event (on check)
2016-05-19 17:37:40 +03:00
Calen Pennington
a07f53e020
Run middleware on a RequestFactory generated request in tests
2016-05-18 14:10:28 -04:00
attiyaishaque
48e7fc8125
Bokchoy Test Deleted.
2016-05-18 11:40:59 +05:00
attiyaishaque
275a31ec42
Change in Bokchoy test according to new design.
2016-05-18 11:40:58 +05:00
attiyaishaque
19ea9ae9a0
Unit tests added and changes in enroll_staff view.
2016-05-18 11:40:58 +05:00
attiyaishaque
b19264974b
Adding unit test
2016-05-18 11:40:58 +05:00
attiyaishaque
94b58c2df6
Adding bokchoy test and change in html file.
2016-05-18 11:40:57 +05:00