- 11 Jul, 2016 1 commit
-
-
[PERF-346] Add a second version component to versioned course asset URLs
Toby Lawrence committed
-
- 10 Jul, 2016 1 commit
-
-
This version component reflects the "version" of the StaticContent objects which we cache server-side. If the layout of those objects changes between releases, errors occur when loading them from cache. By using a separate version value, which can be incremented on its own after a change has been made to the StaticContent class, we can avoid loading older cached content and in turn take advantage of these changes faster, without needing to intervene operationally.
Toby Lawrence committed
-
- 09 Jul, 2016 1 commit
-
-
AC-521 fixes 'data-table' ignores
Chris committed
-
- 08 Jul, 2016 10 commits
-
-
Chris Rodriguez committed
-
Move deprecating of XBlocks to new XBlockConfiguration model
Christina Roberts committed -
Move disabling of XBlocks to new XBlockConfiguration model
Christina Roberts committed -
Updated to check and ensure the progress Detail is a string before lo…
Albert (AJ) St. Aubin committed -
TNL-4723 Added basic JS test to check for progress with integer detail Added another test with a non-string value to force the failure state with data returns a non-string value Removed test with unrealistic int input for progress_detail Cleaned up duplicate code in renderProgress tests
Albert St. Aubin committed -
[TE-1511] Make --with-xunit(mp)? and --xunit(mp)?-file match in all test suites
Calen Pennington committed -
Calen Pennington committed
-
Update translations (autogenerated message)
Ned Batchelder committed -
Ned Batchelder committed
-
Fixed CCX coach dashboard access issues
Peter Pinch committed
-
- 07 Jul, 2016 9 commits
-
-
Amir Qayyum Khan committed
-
Add OpenStack Swift support
Braden MacDonald committed -
Update the django-wiki version number.
John Eskew committed -
Revert "Remove receipt page links' bottom borders"
Joyce Zhu committed -
quiet some noisy logs
Adam committed -
Joyce Zhu committed
-
Added author
Albert (AJ) St. Aubin committed -
AC-520 fixes `section` ignores
Chris committed
-
- 06 Jul, 2016 14 commits
-
-
Change IRC references to Slack
Ned Batchelder committed -
Adam Palay committed
-
John Eskew committed
-
Chris Rodriguez committed
-
Ned Batchelder committed
-
Albert St. Aubin committed
-
AC-518 updates `button-name` todo; needs TinyMCE work
Chris committed -
Replaces settings value. TNL-4669
cahrens committed -
Also allows dynamic updates. TNL-4668
cahrens committed -
Chris Rodriguez committed
-
Bump UI Toolkit version to 1.4.1
Brian Jacobel committed -
Required for the breadcrumbs work I will be doing later this week. Also should issues we are seeing with NPM this morning.
Brian Jacobel committed -
E. Kolpakov committed
-
Program detail page touchups
Renzo Lucioni committed
-
- 05 Jul, 2016 4 commits
-
-
[PERF-344] Add versioning of cached course assets to allow graceful cache invalidation
Toby Lawrence committed -
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.
Toby Lawrence committed -
Convert Dates for Time Zone
Kevin Kim committed -
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
Kevin Kim committed
-