- 21 Jul, 2016 1 commit
-
-
TNL-4670
cahrens committed
-
- 13 Jul, 2016 3 commits
-
-
Account for settings.STATIC_URL in XBlock resource URLs when rewriting them.
Toby Lawrence committed -
rewriting them. In PERF-341, we adjusted the static_replace middleware to try and exclude static XBlock resource URLs from being interpreted as the marker URLs used to signify course assets in course content. Since they both started with /static, this could, and did, cause issues where linking directly to the assets of an XBlock within, say, one of its templates, would lead to that link being rewritten and ultimately being incorrect. The fix attempted to see if the link started with the prefix that all static XBlock resource URLs start, and if so, it returned them unmodified. We incorrectly assumed that our testing captured all cases, and since we're here, we know that this was wrong. We weren't accounting for cases when the URLs being generated had the STATIC_URL configuration value prefixed -- https://example.com/static/xblock/.... -- and so our direct check of seeing if such a URL started with "/static/xblock" would always fail, leading to the erroneous rewriting and nonsensical output. This fix checks if the link either starts with the prefix OR if it starts with the STATIC_URL value and contains the prefix overall. There is a small overlap between the STATIC_URL and the prefix we check for, so an inconsistency could arise down the line if we changed our STATIC_URL to use a difference base directory, but our tests will at least catch the issue now.
Toby Lawrence committed -
Add flag allow toggle logistration footer
Douglas Hall committed
-
- 12 Jul, 2016 12 commits
-
-
AC-517 fixes `color-contrast` ignores
Chris committed -
caseylitton committed
-
caseylitton committed
-
Chris Rodriguez committed
-
Safelint violation count
Chris committed -
Mark test for skipping SOL-1811
Jesse Zoldak committed -
Chris Rodriguez committed
-
Add ConfigurationModel governing integration with the catalog service.
Renzo Lucioni committed -
Jesse Zoldak committed
-
AC-486 updating tabbed_view to use proper accessibility rules
Chris committed -
Chris Rodriguez committed
-
asadiqbal08/WL-552 ID-Verification message is responsive in activate account page
Asad Iqbal committed
-
- 11 Jul, 2016 16 commits
-
-
moving milestones/gating check to access.py
sanfordstudent committed -
Remove pycharm project files and gitignore
Fred Smith committed -
Unify JWT generation code
Renzo Lucioni committed -
WL-541 Add recipient key to Zendesk ticket creation API request payload
Douglas Hall committed -
Douglas Hall committed
-
This is the first in a series of commits that will retrieve and use data from the catalog API. Part of ECOM-4566.
Renzo Lucioni committed -
Sanford Student committed
-
Update version of XBlock repo.
John Eskew committed -
Fred Smith committed
-
Fred Smith committed
-
alisan617 committed
-
alisan617 committed
-
PY-2016.1.4 <alisantang@C02RP0YSG8WM.tld Create IntelliLang.xml, laf.xml, ide.general.xml, web-browsers.xml, Default.xml, databaseSettings.xml, diff.xml, git.xml, keymap.xml, debugger.xml, packages.xml
alisan617 committed -
Conflicts: diff.xml
alisan617 committed -
[PERF-346] Add a second version component to versioned course asset URLs
Toby Lawrence committed -
asadiqbal 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 6 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 -
John Eskew committed
-
John Eskew committed
-