Commit Graph

890 Commits

Author SHA1 Message Date
ichuang
520d5620d0 more general catch for gunicorn sync error 2012-09-03 20:37:33 -04:00
ichuang
dbeca659bd suppress gunicorn error which is being caught by errortracker. The
gunicorn error is of this form:

Traceback (most recent call last):
  File "/home/ike/mitx_all/python/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 33, in run
    client, addr = self.socket.accept()
  File "/usr/lib/python2.7/socket.py", line 202, in accept
    sock, addr = self._sock.accept()
error: [Errno 11] Resource temporarily unavailable
2012-09-03 20:32:07 -04:00
ichuang
4341ea7689 fix bug in modulestore reload: etree parser must be specified explicitly 2012-09-02 22:40:50 -04:00
Tom Giannattasio
881404bab7 Merge pull request #602 from MITx/bug/kfiedler/sequence-nav
Added fix for the sequnce nave hovers
2012-08-31 14:01:26 -07:00
Kyle Fiedler
60ea621560 Remove problem-answer class that will now not be used 2012-08-31 16:55:50 -04:00
David Ormsbee
69ea7aa873 Merge pull request #597 from MITx/feature/victor/nested-links
Feature/victor/nested links
2012-08-31 13:48:05 -07:00
Kyle Fiedler
f2fc51bd35 Added class problem-and-answer with margin on the bottom 2012-08-31 16:08:41 -04:00
Kyle Fiedler
520256f67a Added fix for the sequnce nave hovers 2012-08-31 14:17:03 -04:00
kimth
05da125aed Merge pull request #600 from MITx/feature/kfiedler/hints
Added styles for problems
2012-08-31 10:30:50 -07:00
Kyle Fiedler
440539c081 Removed js from textbox 2012-08-31 13:27:32 -04:00
Kyle Fiedler
e6f9f8d9b0 Add js to the problem and move around that css and js to accomodate Tonys new HTML Structure 2012-08-31 11:15:06 -04:00
Arjun Singh
b58436545a Add note about positional modules; check for videosequence. 2012-08-31 06:45:59 -07:00
David Ormsbee
785ddb5df1 Merge pull request #584 from MITx/feature/victor/double-double-html
Fix inline html bug.
2012-08-31 05:34:22 -07:00
David Ormsbee
717223be92 Merge pull request #577 from MITx/feature/victor/fix-url_name-cleanup
Feature/victor/fix url name cleanup
2012-08-31 05:32:18 -07:00
Arjun Singh
32cb0897e9 Fixing sequentials nested inside of verticals, provides a path to sequentials nested in sequentials. Changes jump_to to redirect to courseware index. 2012-08-31 04:24:52 -07:00
Victor Shnayder
d815d50aee Remove obsolete eager flag for xml modulestore
* has to be eager
2012-08-30 19:26:50 -04:00
Victor Shnayder
484735bf03 make jump_to go to right position in a sequence. 2012-08-30 18:55:38 -04:00
Victor Shnayder
021ccde1b4 Make jump_to work with the xml modulestore
* it now works in the context of a specific course_id
* add tracking of parent locations to xml modulestore
* adjust lots of tests, including some refactoring
* NOT working yet: jumping to the right position in a sequence.
2012-08-30 18:47:11 -04:00
Kyle Fiedler
1939b001e4 Added better animation in 2012-08-30 16:26:01 -04:00
Kyle Fiedler
bc288424a4 Rework styles for test results and style file upload 2012-08-30 15:22:27 -04:00
Kyle Fiedler
3be48e5012 Formatted new hints and testing blocks 2012-08-30 13:18:01 -04:00
Kyle Fiedler
a9f624115c Added styles for hints 2012-08-30 13:18:01 -04:00
David Ormsbee
8c5b203dfb Merge pull request #591 from MITx/kimth/gentler-frontend
A gentler, more helpful frontend
2012-08-30 10:10:44 -07:00
kimth
86409a2a26 Adjust comments for Sequence js 2012-08-29 22:11:26 -04:00
kimth
bb55a76379 Allow courseware to navigate to specific tabs of a sequence 2012-08-29 22:01:16 -04:00
kimth
e62f8d7562 More info in StudentInputError 2012-08-29 20:03:26 -04:00
Arjun Singh
5d6bed863a Fix discussions in xmodules 2012-08-29 16:41:01 -07:00
kimth
1fd2f0c601 Fix double show answer bug 2012-08-29 18:02:37 -04:00
Arjun Singh
5c5d11409a Temporary fix to make uncaptioned videos display reasonably. Will replace with proper solution. 2012-08-29 13:58:22 -07:00
David Ormsbee
50c682e459 Merge pull request #583 from MITx/rocha/master
[#35065403] Lets video player work if subtitles cannot be loaded
2012-08-29 07:01:58 -07:00
Arjun Singh
ac65e47e21 Getting rid of an alert. People don't like alerts. 2012-08-29 03:15:30 -07:00
Victor Shnayder
fe50f94437 Fix inline html bug.
* problem was in trying to remove the outer <html> + </html> tags.
* cleaned up the stringify function to be less magical, and more
  obviously correct.

[Fix #35136297]
2012-08-28 19:54:57 -04:00
Carlos Andrés Rocha
aa063d5729 [#35065403] Lets video player continue to work if subtitles cannot be loaded 2012-08-28 18:18:37 -04:00
Arjun Singh
6a6b24af79 Disable jsresponse file compilation; done manually for now. 2012-08-28 12:40:49 -07:00
David Ormsbee
88e485315d Merge pull request #571 from MITx/feature/arjun/contextualize_js_params
Contextualizing javascript parameters
2012-08-28 11:07:49 -07:00
kimth
bad24df842 Adjust tests to reflect XML requirement for external grader messages 2012-08-28 13:31:06 -04:00
kimth
09b2f4e55c Merge branch 'master' into kimth/check-grader-html 2012-08-28 13:16:14 -04:00
kimth
fa074277cf Adjust CodeResponse comments 2012-08-28 12:59:30 -04:00
kimth
4970d9d9f9 Don't need time import, have datetime 2012-08-28 12:55:04 -04:00
kimth
eb48cae887 Consolidate the timestamp uses in CodeResponse 2012-08-28 12:50:48 -04:00
kimth
da07db7c7b Merge branch 'kimth/send-idhash' of https://github.com/MITx/mitx into kimth/send-idhash 2012-08-28 12:43:34 -04:00
kimth
fb5501855c Merge master 2012-08-28 12:37:24 -04:00
David Ormsbee
88baeee1fb Merge pull request #575 from MITx/feature/arjun/fix_js_points
Let JS responses return >1 point
2012-08-28 08:32:57 -07:00
Victor Shnayder
9277f5df8e Minor cleanups to url name checking
* better error messages
* better fallback names
* architectural TODO for later...
2012-08-28 11:27:47 -04:00
David Ormsbee
231b8c6aa4 Merge pull request #548 from MITx/kimth/limit-queue-dos
Kimth/limit queue dos
2012-08-28 08:03:02 -07:00
kimth
024b9db10d Log errors in external grader message parsing 2012-08-28 09:27:27 -04:00
Arjun Singh
947ec74afc Let JS responses return >1 point 2012-08-28 06:13:41 -07:00
Arjun Singh
f7ebc4dd23 Load params from json 2012-08-28 00:49:32 -07:00
Arjun Singh
8ed9ab44e7 Contextualizing javascript parameters 2012-08-27 23:49:07 -07:00
kimth
377b09e170 Adjust comments 2012-08-27 20:07:54 -04:00