- 19 Nov, 2013 9 commits
-
-
Declare PYTHONPATH in i18n:test rake task
Sarina Canelake committed -
Alert users when forum AJAX requests fail
Greg Price committed -
AJAX requests on forums pages occasionally fail (usually when a request to the comments service times out), but the user is not made aware of the failure. This manifests as either the system not appearing to store state (e.g. if an attempt to flag a post fails) or something taking forever to load. Now, a modal will pop up to alert the user that a request has failed and instruct them to reload the page. In the longer term, we should fix each user gesture that results in an AJAX call to gracefully handle a failure by resetting the state of the world appropriately and aleritng the user. JIRA: FOR-37
Greg Price committed -
Greg Price committed
-
Flowerhack/feature/refactor to track enrollment
Julia Hansbrough committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Video player: fix acceptance test.
polesye committed -
polesye committed
-
- 18 Nov, 2013 14 commits
-
-
LMS: add CSRF token to register form
David Baumgold committed -
Add template for checkboxes to studio.
polesye committed -
Stop video skipping links from showing up when not needed and address the issue of skip links for multiple videos.
Giulio Gratta committed -
adding override for GITHUB_REPO_ROOT
John Jarvis committed -
John Jarvis committed
-
allow override for STATIC_URL
John Jarvis committed -
This is the base directory for course data
John Jarvis committed -
Stop video skipping links from showing up when not needed and address the issue of skip links for multiple videos. Fixes BLD-521
Giulio Gratta committed -
John Jarvis committed
-
fix emission of enrollment events from the CMS
Gabe Mulley committed -
fix spammy log messages from course_id tracking in CMS
Gabe Mulley committed -
I suspect there are very few circumstances that an enrollment event is emitted from the CMS, but if it ever were to happen, it would bomb out because the "crum" middleware is not used in that app. We are hoping to replace this request caching hack in the near future, but for now it is the best option we could come up with. I noticed the stack appear when I created a new course in my dev environment. Presumably the course author is automatically enrolled in the course, which, causes the tracking code to bomb out. Luckily we catch the error and just log it, but we really should be capturing this type of enrollment event.
Gabe Mulley committed -
Gabe Mulley committed
-
polesye committed
-
- 15 Nov, 2013 10 commits
-
-
Email port to beta dash and new option for shibboleth courses
dcadams committed -
Fixed bug where Flash photo taker would fail
Julia Hansbrough committed -
Julia Hansbrough committed
-
into beta dashboard. Also includes new functionality, in both legacy and beta dashboard, to include appropriate email text for a Shibboleth course.
David Adams committed -
Video player: improvements.
polesye committed -
polesye committed
-
Julia Hansbrough committed
-
Video: tests to check speed change
polesye committed -
Change save_item and create_item to be RESTful.
Christina Roberts committed -
polesye committed
-
- 14 Nov, 2013 7 commits
-
-
Julia Hansbrough committed
-
cahrens committed
-
hidden-module-unicode: Return unicode string to pass assertion
David Baumgold committed -
Studio: Resolves Notifications UI showing in IE9 + CSS Split
Brian Talbot committed -
cahrens committed
-
Sarina/persist student answers on error
Sarina Canelake committed -
Part of STUD-847.
cahrens committed
-