- 02 May, 2016 4 commits
-
-
Patch Release 2016-05-02 WL Studio Course Details Fields
Douglas Hall committed -
asadiqbal committed
-
Ibrahim committed
-
Ibrahim committed
-
- 27 Apr, 2016 1 commit
-
-
Release Candidate rc/2016-04-26
David Ormsbee committed
-
- 25 Apr, 2016 2 commits
-
-
Change BlockStructure logging from DEBUG to INFO
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 22 Apr, 2016 33 commits
-
-
Load jquery-ui by default in LMS suite.
Usman Khalid committed -
Usman Khalid committed
-
Use Karma as test runner with Jasmine 2.4.
Usman Khalid committed -
Call analytics.track on receipt page
Ahsan Ulhaq committed -
Ehtesham committed
-
Ehtesham committed
-
Ehtesham committed
-
Ehtesham committed
-
Usman Khalid committed
-
Andy Armstrong committed
-
Usman Khalid committed
-
muzaffaryousaf committed
-
Usman Khalid committed
-
muzaffaryousaf committed
-
Usman Khalid committed
-
Usman Khalid committed
-
Usman Khalid committed
-
Usman Khalid committed
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
Usman Khalid committed
-
Usman Khalid committed
-
TNL-4102
muzaffaryousaf committed -
AC-383 language menu events only when menu opens
clrux committed -
Clytwynec/ac 367
Christine Lytwynec committed -
wait needed for notes pages.
Ben Patterson committed -
Fix flaky videoplayer bokchoy test.
Usman Khalid committed -
Updating cookies settings
Edward Zarecor committed -
SUST-40 – Eliminate unwanted problem_get ajax requests flooding the LMS.
M. Rehan committed -
ECOM-4101
Ahsan Ulhaq committed -
Usman Khalid committed
-
An event is being fired on actions (Check/Save/Reset) to keep track of updated problems. On coming back to already visited sequence position, while putting sequence contents in container, only those problems that are found outdated, are going to be updated from earlier tracked problems. [SUST-40]
Qubad786 committed -
The page visit requires an ajax request to get the notes. Without waiting for that to complete, additional navigation results in a socket error. Example failure from the stub service: ```python Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 657, in __init__ self.finish() File "/usr/lib/python2.7/SocketServer.py", line 716, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe ```
Ben Patterson committed
-