sanfordstudent
d13e456959
Merge pull request #12939 from edx/sstudent/TNL-4924
...
moving milestones/gating check to access.py
2016-07-11 16:21:53 -04:00
Sanford Student
5db58c0038
moving milestones check to access.py
2016-07-11 14:32:52 -04:00
cahrens
8980d1ab2d
Switch disabling of XBlocks to XBlockConfiguration.
...
Also allows dynamic updates.
TNL-4668
2016-07-06 11:04:53 -04:00
Toby Lawrence
bc990d5d75
Merge pull request #12911 from edx/PERF-344
...
[PERF-344] Add versioning of cached course assets to allow graceful cache invalidation
2016-07-05 19:34:27 -04:00
Toby Lawrence
4e22affb24
[PERF-344] Add versioning of cached course assets to allow graceful cache invalidation
...
When releasing the versioned assets work, we stumbled on a problem with old pickled
versions of the StaticContent objects residing in cache, which triggered a bug in the
code. Not wanting to blow away all cached items, we ended up having to revert and add
in some backwards-compatible helper code to ease the transition.
With this, we'll now utilize the version argument that Django's caching interface
allows, in conjunction with a constant value that can be modified when breaking changes
are being made, to let us gracefully ignore older cached course assets.
2016-07-05 15:15:47 -04:00
Kevin Kim
0bf8fc4b44
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
2016-07-05 17:45:13 +00:00
Saleem Latif
5ccc80b42f
Fix footer test failures
2016-07-03 00:11:45 +05:00
tasawernawaz
860dabe4f6
show messge on progress page when user is in audit mode. ECOM-4797
2016-06-30 20:13:51 +05:00
Matt Drayer
68312bdd2d
Revert "Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming""
...
2. Update COMPREHNSIVE_THEME_DIR to COMPREHENSIVE_THEME_DIRS
3. Update paver commands to support multi theme dirs
4. Updating template loaders
5. Add ENABLE_COMPREHENSIVE_THEMING flag to enable or disable theming via settings
6. Update tests
7. Add backward compatibility for COMPREHEHNSIVE_THEME_DIR
2016-06-30 15:19:51 +05:00
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
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
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
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
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
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
J. Clifford Dyer
7b75d1d452
Add transformer that collects grading data.
...
TNL-4449
2016-05-26 16:15:34 -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
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
sigberto
6e0fb24dab
Display correct timezone on timestamp for question submission
...
The view for submission history used to grab the timezone from the database (UTC) and
appeded the TIME_ZONE variable after (could be any time zone). Adjusted displayed
timedate to the TIME_ZONE variable. Added unittest checks the localized datetime
object used by submission history for the expected hour difference.
2016-05-16 12:26:37 -07:00
wajeeha-khalid
05b2e65e0f
MA-2247 return student view data for discussion module
2016-05-09 17:37:31 +05:00
Calen Pennington
ccaafce05b
Merge pull request #12205 from cpennington/disable-caching-in-tests
...
Disable caching in LMS tests
2016-05-06 15:22:48 -04:00
sanfordstudent
db52e0334f
Merge pull request #12333 from edx/sstudent/MA-2252
...
Sstudent/ma 2252
2016-05-05 12:52:09 -04:00