Commit Graph

10188 Commits

Author SHA1 Message Date
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
Matthew Mongeau
82c9d045cd Initial work on single thread view. 2012-08-27 17:24:05 -04:00
kimth
b45fb750b2 CorrectMap allows unmatched keywords 2012-08-27 17:12:20 -04:00
Matthew Mongeau
5d67e01f1c Style fixes 2012-08-27 16:41:52 -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
Matthew Mongeau
91c5b88248 Initial sidebar 2012-08-27 16:21:12 -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
kimth
b50f9759e1 Catch queuekey --> queuestate KeyError in conversion 2012-08-27 14:08:57 -04:00
Tom Giannattasio
d0a8027ad3 Merge branch 'master' into feature/rocha/wiki-cheatsheet 2012-08-27 11:49:09 -04:00
Tom Giannattasio
7b3098edc0 fixed cheatsheet bug on new article page 2012-08-27 11:48:54 -04:00
Victor Shnayder
84732d03b6 add note about ":" in format docs 2012-08-27 11:43:47 -04:00
Victor Shnayder
f81f94ec67 Allow location url_names to contain ':', mapping to / on file load
* New format: {tag}://{org}/{course}/{category}/{name}[@{revision}]
* Updated tests, code
* Added test chapter with : in url_name in toy course
* added test html page with : in url_name
* added a note to docs
2012-08-27 11:37:22 -04:00
Victor Shnayder
7e2e90cfa5 move comment into function re: #549 2012-08-27 11:29:13 -04:00
Calen Pennington
5bd919b5dc Merge pull request #549 from MITx/feature/victor/unique-names
Feature/victor/unique names
2012-08-27 08:25:31 -07:00
Calen Pennington
3480665602 Merge pull request #541 from MITx/feature/ichuang/add-manage-course-groups-command
add manage_course_groups command to lms_migration
2012-08-27 08:16:42 -07:00
Victor Shnayder
9102c7609c Fix latent bug in access checks in get_module
* All access checks now done for the "user" param, ignoring request.user
  - This matters for xqueue callbacks and for instructor view of student progress
* An effect of this change is that if a student couldn't see their own 'progress' tab,
  the course instructor won't be able to see it either
2012-08-27 10:20:16 -04:00
Kyle Fiedler
9d6bf9a8fd Added some fixes for the calculator 2012-08-27 10:15:31 -04:00
Matthew Mongeau
8d747e4423 Conditionally show calculator 2012-08-27 10:15:30 -04:00
Matthew Mongeau
db492cc400 Add back in calculator related code. 2012-08-27 09:43:37 -04:00
Matthew Mongeau
80b31f46df Wip 2012-08-27 09:43:37 -04:00
Tom Giannattasio
9b5285ad8a Merge branch 'master' into feature/rocha/wiki-cheatsheet 2012-08-27 09:08:48 -04:00
Victor Shnayder
25c83bbb5d xml format docs! 2012-08-26 21:55:55 -04:00
kimth
af871d92aa Send ext grader the time of submission 2012-08-26 21:15:34 +00:00
David Ormsbee
c6d06a3a27 Merge pull request #562 from MITx/feature/rocky/discussion
fixed a tiny bug that loading icon sometimes doesn't appear at the right place / doesn't go away
2012-08-26 13:02:28 -07:00
kimth
79568dfdf6 Add error logging for external grader messages 2012-08-26 17:37:01 +00:00
kimth
c406be8c6a Check grader message has proper XML structure 2012-08-26 13:43:21 +00:00
Rocky Duan
eb8ee01d21 fixed a tiny bug that loading icon sometimes doesn't appear at the right place / doesn't go away 2012-08-25 12:12:57 -07:00
jarv
c1cd075853 Merge pull request #561 from MITx/feature/change_wiki_repo
Switch django-wiki dependency to a clone in our org
2012-08-25 09:21:55 -07:00
David Ormsbee
e7b67d7225 Switch django-wiki dependency to a clone in our org so that local changes are easier to make 2012-08-25 12:15:03 -04:00
David Ormsbee
955dc94711 Merge pull request #554 from MITx/feature/victor/fix-staff-profile-view
Set request.user = student when impersonating a student
2012-08-25 08:39:46 -07:00
David Ormsbee
d042578ab5 Merge pull request #560 from MITx/rocha/master
Important fix! Remove HTML tags from Markdown code.
2012-08-25 08:35:22 -07:00
Carlos Andrés Rocha
1f7a1065ef Important fix! Remove HTML tags from Markdown code. 2012-08-25 10:54:43 -04:00