Commit Graph

5248 Commits

Author SHA1 Message Date
kimth
b4b8f6bc7d Use with open(file) structure 2012-08-27 19:55:21 -04:00
kimth
2919389d8e Use os.path.join -- all of them... 2012-08-27 19:53:10 -04:00
kimth
7c5879a1a5 Use os.path.join 2012-08-27 19:50:47 -04:00
kimth
093f080641 Filesubmission input does not reveal queue length 2012-08-27 19:45:39 -04:00
kimth
3051c6aca7 Access system.xqueue properly as dict 2012-08-27 19:41:35 -04:00
kimth
26051f9939 Waittime passed through ModuleSystem.xqueue 2012-08-27 19:39:33 -04:00
kimth
a197f634ea Get_queuetime_str does not return None 2012-08-27 19:34:46 -04:00
kimth
572e88d5b2 Adjust wait message 2012-08-27 19:20:50 -04:00
kimth
03588c094c Move stdlib import location 2012-08-27 19:17:53 -04:00
kimth
4468fee8e5 Define dateformat variable in xqueue_interface 2012-08-27 19:15:28 -04:00
kimth
98542f79ec Define dateformat variable in xqueue_interface 2012-08-27 19:14:47 -04:00
kimth
50481c2a81 CodeResponse saves queuestate as dict 2012-08-27 19:04:36 -04:00
kimth
dca16ad007 CorrectMap uses dict to represent queuestate 2012-08-27 19:01:36 -04:00
kimth
0cff6fa30d Remove debugging comment 2012-08-27 18:51:38 -04:00
kimth
c462b1a917 Document CorrectMap.set 2012-08-27 18:50:31 -04:00
kimth
b45fb750b2 CorrectMap allows unmatched keywords 2012-08-27 17:12:20 -04:00
kimth
b53327a6a4 Correctmap state debugging continued... 2012-08-27 15:14:12 -04:00
kimth
ff38f5b390 Debugging correctmap state 2012-08-27 14:50:03 -04:00
kimth
b50f9759e1 Catch queuekey --> queuestate KeyError in conversion 2012-08-27 14:08:57 -04:00
kimth
45a64a9bd4 Hide queue length information from the student 2012-08-24 16:33:05 -04:00
kimth
3787307d93 Put WAITTIME_BETWEEN_REQUESTS in common rather than dev env 2012-08-24 11:23:26 -04:00
kimth
088d204d9c Added CodeResponse tests 2012-08-24 11:09:27 -04:00
kimth
97ab53e786 Queuekey --> Queuestate in tests 2012-08-24 08:28:47 -04:00
kimth
fdecaef7ef Fix datetime name conflict 2012-08-24 08:23:46 -04:00
kimth
95a7a5b08b Student must wait XQUEUE_WAITTIME_BETWEEN_REQUESTS between queueing submissions 2012-08-23 18:39:57 -04:00
kimth
673cc2bbb3 Keep queueuing time 2012-08-23 17:43:38 -04:00
kimth
77f928d118 Queuestate records both secret key and time of queue request 2012-08-23 17:24:59 -04:00
David Ormsbee
f9616c6ed3 Merge pull request #544 from MITx/feature/arjun/fix_password_reset_domain
making password reset email link have the current site's domain rather than edx.org hardcoded.
2012-08-23 11:58:09 -07:00
David Ormsbee
65c5a21a7f Merge pull request #543 from MITx/feature/arjun/fix_activation_domain
use the request's hostname rather than settings.SITE_NAME for activation emails
2012-08-23 11:57:55 -07:00
Arjun Singh
202edb0ecb making password reset email link have the current site's domain rather than edx.org hardcoded. 2012-08-23 11:47:30 -07:00
Arjun Singh
a7f1e7c147 use the request's hostname rather than settings.SITE_NAME for activation emails 2012-08-23 11:37:46 -07:00
David Ormsbee
afa67599ea Merge pull request #540 from MITx/feature/arjun/fix_discussion_syncing
getting rid of terrible hack in favor of re enabling the dispatcher to sync w/ the comment service
2012-08-23 10:09:02 -07:00
ichuang
ef3ec494ea Merge pull request #538 from MITx/feature/arjun/fix_partial_credit
partial credit for an inputfield

May want to couple this (in the future) with some UI feedback to indicate partial credit was awarded.
2012-08-23 10:04:51 -07:00
Arjun Singh
ed6317f37c getting rid of terrible hack in favor of re enabling the dispatcher to sync w/ the comment service 2012-08-23 10:03:36 -07:00
Arjun Singh
48e7966ef2 partial credit for an inputfield 2012-08-23 09:11:13 -07:00
Calen Pennington
4e3d821178 Merge pull request #537 from MITx/feature/cale/xqueue_callback_url_proto
Pull the http or https from the forwarded proto for the xqueue callback ...
2012-08-23 08:51:54 -07:00
Calen Pennington
f2c5a064aa Pull the http or https from the forwarded proto for the xqueue callback url 2012-08-23 11:49:23 -04:00
Calen Pennington
9a68d902aa Merge pull request #536 from MITx/feature/fix_404
Can't return Http404, have to raise it.
2012-08-23 08:29:17 -07:00
David Ormsbee
0b309ea40a Can't return Http404, have to raise it. 2012-08-23 11:27:54 -04:00
David Ormsbee
50f4fae955 Merge pull request #532 from MITx/feature/bridger/new_wiki
Updated django-wiki to better handle relative wiki links.
2012-08-23 07:39:33 -07:00
David Ormsbee
d05b3de018 Merge pull request #535 from MITx/feature/forum_unicode
fix unicode error on forum profile view page
2012-08-23 07:36:59 -07:00
David Ormsbee
2feda8467e fix unicode error on forum profile view page 2012-08-23 10:32:27 -04:00
Bridger Maxwell
07eead2349 Updated django-wiki to better handle relative wiki links. 2012-08-23 10:11:31 -04:00
David Ormsbee
7d7b5be95a Merge pull request #531 from MITx/feature/arjun/fix_discussion_sync
Feature/arjun/fix discussion sync
2012-08-23 07:04:02 -07:00
Arjun Singh
a075cc79fd remove stray import 2012-08-23 06:50:16 -07:00
Arjun Singh
7f3a4889b8 make discussions work for new users 2012-08-23 06:48:37 -07:00
David Ormsbee
0a6f5567e1 Merge pull request #530 from MITx/rocha/fix-for-https-video-player
Retrieving video information from YouTube using https instead of http.
2012-08-23 06:30:41 -07:00
jarv
ba3df747cc Merge pull request #529 from MITx/feature/cale/heartbeat-waits-for-courses
Make heartbeat url wait for courses to be loaded
2012-08-23 06:25:31 -07:00
Carlos Andrés Rocha
ad2fff2900 Retrieving video information from YouTube using https instead of http. 2012-08-23 09:24:51 -04:00
Calen Pennington
5af67c1bf2 Put course location urls in heartbeat page, rather than lists 2012-08-23 09:19:26 -04:00