- 23 Dec, 2015 1 commit
-
-
Tim Krones committed
-
- 20 Nov, 2015 3 commits
-
-
Fix flaky tests
Matjaz Gregoric committed -
And remove .travis.yml file.
Matjaz Gregoric committed
-
- 19 Nov, 2015 1 commit
-
-
See code comment for more info. Unfortunately, I wasn't able to find anything better than time.sleep().
Matjaz Gregoric committed
-
- 18 Nov, 2015 1 commit
-
-
Matjaz Gregoric committed
-
- 17 Nov, 2015 2 commits
-
-
We would often see 'Broken pipe' errors pulluting the logs when running tests. Broken pipe errors occur when browser aborts connection. It can be because the browser was navigated to a different url before the current page finished loading, but it could also be because it started downloading an image, but decided that the image didn't change after loading part of it, and aborts the connection to use the version from the cache. The broken pipe errors are benign and are actually suppressed by default in Django 1.8.
Matjaz Gregoric committed -
The scrolling is not entirely precise, it's sometimes off by a pixel or two. Increase the tolerance to 2 pixels.
Matjaz Gregoric committed
-
- 13 Nov, 2015 2 commits
-
-
Competing Evidence: Fix issues from client QA
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
- 12 Nov, 2015 4 commits
-
-
Tim Krones committed
-
The videos have to be resized after each step is displayed, because they are sized to fit into their container at load time, but since the container isn't visible at load time, the videos end up with wrong dimensions. Trigger video resize after displaying each step.
Matjaz Gregoric committed -
The scrollIntoView function can be called multiple times, which resulted in multiple (10+) scroll animations getting queued. After the first animation successfully scrolled to the top of the step, the others kept running one by one. The animations weren't visible because the element was already scrolled to its final position, but if you tried manually scrolling down while the animations were still running, the window would be scrolled right back up.
Matjaz Gregoric committed -
A small light grey copyright notice is displayed below the buttons of mentoring and step blocks. It is hidden in the apros theme.
Matjaz Gregoric committed
-
- 11 Nov, 2015 4 commits
-
-
Also includes a drive-by fix that makes integration tests for plot blocks more robust.
Tim Krones committed -
Tim Krones committed
-
Tim Krones committed
-
Tim Krones committed
-
- 09 Nov, 2015 1 commit
-
-
Fix a few layout issues in Step Builder
Braden MacDonald committed
-
- 06 Nov, 2015 3 commits
-
-
Braden MacDonald committed
-
Braden MacDonald committed
-
Braden MacDonald committed
-
- 03 Nov, 2015 2 commits
-
-
Refactored Step Builder Messages
Sven Marnach committed -
Braden MacDonald committed
-
- 02 Nov, 2015 7 commits
-
-
Braden MacDonald committed
-
Braden MacDonald committed
-
Braden MacDonald committed
-
Braden MacDonald committed
-
* Change conditional message configuration to strings (better XML) * Don't use student_view for embedded content in Studio or XBlock workbench
Braden MacDonald committed -
Braden MacDonald committed
-
Braden MacDonald committed
-
- 29 Oct, 2015 2 commits
-
-
Step Builder: Fix JS error that causes crash if no review step is present
Tim Krones committed -
Step Builder: Make sure tooltips for plot points work across different browsers
Tim Krones committed
-
- 28 Oct, 2015 2 commits
-
-
Tim Krones committed
-
Tim Krones committed
-
- 27 Oct, 2015 5 commits
-
-
Fix various bugs found in QA
Braden MacDonald committed -
Braden MacDonald committed
-
Braden MacDonald committed
-
Braden MacDonald committed
-
Braden MacDonald committed
-