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
b89bb7e6b3
Merge pull request #12933 from edx/saleem-latif/fix-footer-test-failure
...
Fix footer test failures
2016-07-03 01:12:38 +05:00
Saleem Latif
5ccc80b42f
Fix footer test failures
2016-07-03 00:11:45 +05:00
Renzo Lucioni
d738188550
Add upgrade section to program detail course cards.
...
Displays a message and link when a user is enrolled in a program's course run but must upgrade in order to be eligible for the program certificate. ECOM-4220.
2016-07-02 01:23:20 -04:00
Nimisha Asthagiri
69410948c9
Reduce number of transformer traversals ( #12881 )
...
This change improves grading performance by combining what had previously been
multiple course tree traversals into a single traversal with combined
filtering logic.
2016-07-01 12:28:33 -04: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
wajeeha-khalid
115c2ced4f
Merge pull request #12798 from edx/jia/MA-2531
...
MA-2531: fix unread_comment_count for 'read' patch
2016-06-29 11:01:57 +05:00
Calen Pennington
b31d1cb8ab
Merge pull request #12831 from cpennington/xunit-only-in-ci
...
Clean up paver arguments
2016-06-28 16:26:47 -04: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
Kevin Kim
d0be769f1d
Merge pull request #12667 from edx/kkim/tz_pref_AS
...
Time Zone in Account Settings
2016-06-28 13:10:10 -04:00
PaulWattenberger
aa078dfda2
Pwattenberger/sailthru enroll ( #12816 )
...
* Partial changes for purchase tracking
* Continued changes for purchase tracking
* Clean up code quality issues
* Clean up code quality issues
* Responses to code review
* Fix code quality flaged issues
* Fix code quality flaged issues
* Fix code quality flaged issues
* Fix problem processing sailthru_content cookie
2016-06-28 11:13:21 -04:00
Kevin Kim
059985b9ec
Added time zone field to user account settings, currently hidden behind a feature flag.
2016-06-28 14:33:56 +00: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
Calen Pennington
ef89c75b19
Deprecate paver arguments with '_' in them in favor of versions with '-'
2016-06-27 15:21:28 -04:00
Nimisha Asthagiri
525e047533
Merge pull request #12857 from edx/tnl/grading-query-fixup
...
Grading followup
2016-06-24 13:42:01 -04:00
Douglas Hall
56055cc47e
Merge branch 'release' into douglashall/merge_patch_2016_06_22_to_master
2016-06-24 11:07:43 -04:00
Nimisha Asthagiri
a7a6fa77fe
Grading followup
...
1. update query counts with more accuracy
2. don't use defaultdict in block_structure
2016-06-24 09:07:45 -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
wajeeha-khalid
d4b5b07662
MA-2531: fix unread_comment_count for 'read' patch
2016-06-24 12:38:25 +05:00
J. Cliff Dyer
d2670a1110
Certificate Tests: remove EventTrackingTestCase when unneeded
2016-06-23 20:22:33 -04:00
Nimisha Asthagiri
57dde6516a
Update ENABLED_CACHES values
2016-06-23 20:22:33 -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
1fbb4b8b25
Update BlockStructure API
2016-06-23 20:22:31 -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
George Schneeloch
f8da2f1e37
Edited docstring to have URL match urls.py
2016-06-23 16:01:49 -04:00
E. Kolpakov
2b8c02a759
Discussion coffee files to JS
2016-06-23 11:05:36 -04:00
Douglas Hall
51d8580982
Fix default from email lookups
2016-06-22 13:54:57 -04:00
Michael Frey
ad45681a53
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-22 13:54:56 -04:00
Michael Frey
48b80b519f
Merge pull request #12811 from edx/mjfrey/micro-settings-merge
...
mjfrey/micro-settings-merge: Override base dictionary keys with microsite configuration keys
2016-06-22 08:31:50 -04:00
Syed Hasan raza
01c8b3499c
Merge pull request #12790 from edx/shr/bug/ECOM-4645-Certificate-exception-whitelisted-users
...
exception_handling_for_unverified_cert_status
2016-06-22 15:46:49 +05:00
Syed Hassan Raza
5f7cdcd30a
exception_handling_for_unverified_cert_status
2016-06-22 13:33:40 +05: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
Andy Armstrong
037e27b268
Merge pull request #12208 from edx/andya/use-ui-toolkit-helpers
...
Use the UI Toolkit's spec helpers
2016-06-21 10:55:26 -04:00
Andy Armstrong
d462c73fd8
Use the UI Toolkit's spec helpers.
2016-06-21 10:16:00 -04:00
Renzo Lucioni
10ad29f33c
Merge pull request #12757 from edx/renzo/link-to-detail
...
Link program listing cards to detail pages
2016-06-21 09:37:02 -04:00
Awais
7ae64b4fb6
If support user re-generates the cert. Removes the invalidation entry if exists.
...
ECOM-4199
2016-06-21 14:08:56 +05:00
Renzo Lucioni
9cd7c93223
Link program listing cards to detail pages
...
When program detail pages are enabled, cards on the listing page will link to their respective detail pages. Includes extensive cleanup of program listing tests. ECOM-4227.
2016-06-20 16:34:57 -04:00
Matt Drayer
a9cfa74650
Merge pull request #12775 from edx/asadiqbal08/WL-515
...
WL-515 Update Activate Account message page
2016-06-20 10:20:19 -04:00
asadiqbal
4e38b2e4e8
WL-515 Update Activate Account message page
2016-06-20 14:34:17 +05:00
Ibrahim
603546a04a
replace references to settings.PLATFORM_NAME in edx-platform with theme overrides
2016-06-17 18:33:19 +05:00