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 |
|
David Ormsbee
|
5ba76a505f
|
Merge pull request #572 from MITx/feature/arjun/fix_progress_scores_order
Fixing order that problem scores are displayed on the progress page
|
2012-08-28 08:06:32 -07: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 |
|
David Ormsbee
|
18127cf967
|
Merge pull request #569 from MITx/feature/rocha/wiki-cheatsheet
Refactored wiki cheatsheet code.
|
2012-08-28 07:59:05 -07:00 |
|
Calen Pennington
|
1fe0ccbf25
|
Merge pull request #576 from MITx/feature/victor/fix-trailing-location-url
Remove trailing slash from ajax url in ModuleSystem
|
2012-08-28 07:21:47 -07:00 |
|
Victor Shnayder
|
bd2374b6fe
|
Remove trailing slash from ajax url in ModuleSystem
* also add a check for valid location in modx_dispatch
|
2012-08-28 10:22:08 -04:00 |
|
Arjun Singh
|
947ec74afc
|
Let JS responses return >1 point
|
2012-08-28 06:13:41 -07:00 |
|
Arjun Singh
|
3842c39f8a
|
Fixing order that problem scores are displayed in
|
2012-08-27 23:52:27 -07:00 |
|
pmitros
|
113535dbdf
|
Merge pull request #570 from MITx/johnhess/unique_students
updated admin_dashboard to show count of unique students
|
2012-08-27 17:35:35 -07:00 |
|
kimth
|
377b09e170
|
Adjust comments
|
2012-08-27 20:07:54 -04:00 |
|
kimth
|
82a0d065a7
|
Use enumerate in loops
|
2012-08-27 20:04:48 -04:00 |
|
kimth
|
297df37fc0
|
Drop unnecessary iterator index
|
2012-08-27 19:59:22 -04:00 |
|
kimth
|
6302283183
|
Drop unnecessary .keys()
|
2012-08-27 19:57:46 -04:00 |
|
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 |
|
John Hess
|
2cf4b28cf7
|
added additional query to show number of users with any given number of registrations (power users)
|
2012-08-27 19:22:19 -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 |
|
John Hess
|
a9a73561f4
|
updated admin_dashboard to show count of unique students
|
2012-08-27 19:05:00 -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 |
|
jarv
|
828e169a49
|
Merge pull request #568 from MITx/feature/cale/eagerly-load-modulestores
Feature/cale/eagerly load modulestores
|
2012-08-27 15:52:53 -07: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 |
|
David Ormsbee
|
57c6bfc3a6
|
commenting out the pre-loading of modules until we get a better way in place (that doesn't hang on deploy)
|
2012-08-27 18:46:13 -04:00 |
|
Carlos Andrés Rocha
|
8b0d1f09e0
|
Refactored wiki cheatsheet code.
|
2012-08-27 18:30:38 -04:00 |
|
David Ormsbee
|
d524062652
|
Put quick check so we don't load course modules on init unless we're actually running in Django
|
2012-08-27 17:47:37 -04:00 |
|
kimth
|
b45fb750b2
|
CorrectMap allows unmatched keywords
|
2012-08-27 17:12:20 -04:00 |
|
David Ormsbee
|
d2e64d1354
|
Merge pull request #551 from MITx/feature/victor/slash-in-url_names
Allow location url_names to contain ':', mapping to / on file load
|
2012-08-27 13:34:52 -07:00 |
|
David Ormsbee
|
4e9ce2bd4b
|
Merge pull request #565 from MITx/feature/victor/fix-queue-access-control
Fix latent bug in access checks in get_module
|
2012-08-27 13:34:00 -07:00 |
|
David Ormsbee
|
db02832807
|
Merge pull request #567 from MITx/feature/cale/eagerly-load-modulestores
Eagerly load modulestores on server startup
|
2012-08-27 13:27:20 -07:00 |
|
Calen Pennington
|
01d0697165
|
Eagerly load modulestores on server startup
|
2012-08-27 16:26:35 -04:00 |
|
Victor Shnayder
|
1e72e1c91e
|
change 404 message
|
2012-08-27 16:24:43 -04:00 |
|
arjun810
|
49cffd80fd
|
Merge pull request #566 from MITx/feature/ibrahim/fix_discussion_sorting
Fix bug with sorting discussion forums
|
2012-08-27 13:07:03 -07:00 |
|
Ibrahim Awwal
|
773a32e39f
|
Fix bug with sorting discussion forums (event was not being passed into the event handler).
|
2012-08-27 13:00:02 -07: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 |
|
David Ormsbee
|
b9f929ff30
|
Merge pull request #564 from MITx/feature/rocha/wiki-cheatsheet
Feature/rocha/wiki cheatsheet
|
2012-08-27 11:37:54 -07:00 |
|