Commit Graph

  • 947ec74afc Let JS responses return >1 point Arjun Singh 2012-08-28 06:13:41 -07:00
  • ad745aa9bd pygraphviz requires libgraphviz-dev on ubuntu Arjun Singh 2012-08-28 05:53:33 -07:00
  • 02e076b725 adding pygraphviz Arjun Singh 2012-08-28 05:49:36 -07:00
  • f7ebc4dd23 Load params from json Arjun Singh 2012-08-28 00:49:32 -07:00
  • 3842c39f8a Fixing order that problem scores are displayed in Arjun Singh 2012-08-27 23:52:27 -07:00
  • 8ed9ab44e7 Contextualizing javascript parameters Arjun Singh 2012-08-27 23:48:42 -07:00
  • 113535dbdf Merge pull request #570 from MITx/johnhess/unique_students pmitros 2012-08-27 17:35:35 -07:00
  • 377b09e170 Adjust comments kimth 2012-08-27 20:07:54 -04:00
  • 82a0d065a7 Use enumerate in loops kimth 2012-08-27 20:04:48 -04:00
  • 297df37fc0 Drop unnecessary iterator index kimth 2012-08-27 19:59:09 -04:00
  • 6302283183 Drop unnecessary .keys() kimth 2012-08-27 19:57:46 -04:00
  • b4b8f6bc7d Use with open(file) structure kimth 2012-08-27 19:54:58 -04:00
  • 2919389d8e Use os.path.join -- all of them... kimth 2012-08-27 19:53:10 -04:00
  • 7c5879a1a5 Use os.path.join kimth 2012-08-27 19:50:47 -04:00
  • 093f080641 Filesubmission input does not reveal queue length kimth 2012-08-27 19:45:39 -04:00
  • 3051c6aca7 Access system.xqueue properly as dict kimth 2012-08-27 19:41:35 -04:00
  • 26051f9939 Waittime passed through ModuleSystem.xqueue kimth 2012-08-27 19:37:46 -04:00
  • a197f634ea Get_queuetime_str does not return None kimth 2012-08-27 19:34:46 -04:00
  • 2cf4b28cf7 added additional query to show number of users with any given number of registrations (power users) John Hess 2012-08-27 19:22:19 -04:00
  • 572e88d5b2 Adjust wait message kimth 2012-08-27 19:20:50 -04:00
  • 03588c094c Move stdlib import location kimth 2012-08-27 19:17:00 -04:00
  • 4468fee8e5 Define dateformat variable in xqueue_interface kimth 2012-08-27 19:15:28 -04:00
  • 98542f79ec Define dateformat variable in xqueue_interface kimth 2012-08-27 19:14:47 -04:00
  • a9a73561f4 updated admin_dashboard to show count of unique students John Hess 2012-08-27 19:05:00 -04:00
  • 50481c2a81 CodeResponse saves queuestate as dict kimth 2012-08-27 19:04:36 -04:00
  • dca16ad007 CorrectMap uses dict to represent queuestate kimth 2012-08-27 19:01:36 -04:00
  • 828e169a49 Merge pull request #568 from MITx/feature/cale/eagerly-load-modulestores jarv 2012-08-27 15:52:53 -07:00
  • 0cff6fa30d Remove debugging comment kimth 2012-08-27 18:51:38 -04:00
  • c462b1a917 Document CorrectMap.set kimth 2012-08-27 18:50:31 -04:00
  • 57c6bfc3a6 commenting out the pre-loading of modules until we get a better way in place (that doesn't hang on deploy) David Ormsbee 2012-08-27 18:46:13 -04:00
  • 8b0d1f09e0 Refactored wiki cheatsheet code. Carlos Andrés Rocha 2012-08-27 18:30:38 -04:00
  • d524062652 Put quick check so we don't load course modules on init unless we're actually running in Django David Ormsbee 2012-08-27 17:47:37 -04:00
  • 82c9d045cd Initial work on single thread view. Matthew Mongeau 2012-08-27 17:24:05 -04:00
  • b45fb750b2 CorrectMap allows unmatched keywords kimth 2012-08-27 17:12:20 -04:00
  • 5d67e01f1c Style fixes Matthew Mongeau 2012-08-27 16:41:52 -04:00
  • d2e64d1354 Merge pull request #551 from MITx/feature/victor/slash-in-url_names David Ormsbee 2012-08-27 13:34:52 -07:00
  • 4e9ce2bd4b Merge pull request #565 from MITx/feature/victor/fix-queue-access-control David Ormsbee 2012-08-27 13:34:00 -07:00
  • db02832807 Merge pull request #567 from MITx/feature/cale/eagerly-load-modulestores David Ormsbee 2012-08-27 13:27:20 -07:00
  • 01d0697165 Eagerly load modulestores on server startup Calen Pennington 2012-08-27 16:26:35 -04:00
  • 1e72e1c91e change 404 message Victor Shnayder 2012-08-27 16:24:43 -04:00
  • 91c5b88248 Initial sidebar Matthew Mongeau 2012-08-27 16:21:12 -04:00
  • 49cffd80fd Merge pull request #566 from MITx/feature/ibrahim/fix_discussion_sorting arjun810 2012-08-27 13:07:03 -07:00
  • 773a32e39f Fix bug with sorting discussion forums (event was not being passed into the event handler). Ibrahim Awwal 2012-08-27 12:59:07 -07:00
  • b53327a6a4 Correctmap state debugging continued... kimth 2012-08-27 15:14:12 -04:00
  • ff38f5b390 Debugging correctmap state kimth 2012-08-27 14:50:03 -04:00
  • b9f929ff30 Merge pull request #564 from MITx/feature/rocha/wiki-cheatsheet David Ormsbee 2012-08-27 11:37:54 -07:00
  • b50f9759e1 Catch queuekey --> queuestate KeyError in conversion kimth 2012-08-27 14:08:57 -04:00
  • d0a8027ad3 Merge branch 'master' into feature/rocha/wiki-cheatsheet Tom Giannattasio 2012-08-27 11:49:09 -04:00
  • 7b3098edc0 fixed cheatsheet bug on new article page Tom Giannattasio 2012-08-27 11:48:54 -04:00
  • 84732d03b6 add note about ":" in format docs Victor Shnayder 2012-08-27 11:43:47 -04:00
  • f81f94ec67 Allow location url_names to contain ':', mapping to / on file load Victor Shnayder 2012-08-22 09:59:01 -04:00
  • 7e2e90cfa5 move comment into function re: #549 Victor Shnayder 2012-08-27 11:29:13 -04:00
  • 5bd919b5dc Merge pull request #549 from MITx/feature/victor/unique-names Calen Pennington 2012-08-27 08:25:31 -07:00
  • 3480665602 Merge pull request #541 from MITx/feature/ichuang/add-manage-course-groups-command Calen Pennington 2012-08-27 08:16:42 -07:00
  • 9102c7609c Fix latent bug in access checks in get_module Victor Shnayder 2012-08-27 10:20:16 -04:00
  • 9d6bf9a8fd Added some fixes for the calculator Kyle Fiedler 2012-08-20 14:37:00 -04:00
  • 8d747e4423 Conditionally show calculator Matthew Mongeau 2012-08-17 12:07:45 -04:00
  • db492cc400 Add back in calculator related code. Matthew Mongeau 2012-08-17 10:59:51 -04:00
  • 80b31f46df Wip Matthew Mongeau 2012-08-17 10:39:01 -04:00
  • 9b5285ad8a Merge branch 'master' into feature/rocha/wiki-cheatsheet Tom Giannattasio 2012-08-27 09:08:48 -04:00
  • 25c83bbb5d xml format docs! Victor Shnayder 2012-08-26 21:55:55 -04:00
  • af871d92aa Send ext grader the time of submission kimth 2012-08-26 21:15:34 +00:00
  • c6d06a3a27 Merge pull request #562 from MITx/feature/rocky/discussion David Ormsbee 2012-08-26 13:02:28 -07:00
  • 79568dfdf6 Add error logging for external grader messages kimth 2012-08-26 17:37:01 +00:00
  • c406be8c6a Check grader message has proper XML structure kimth 2012-08-26 13:43:21 +00:00
  • eb8ee01d21 fixed a tiny bug that loading icon sometimes doesn't appear at the right place / doesn't go away Rocky Duan 2012-08-25 12:12:57 -07:00
  • c1cd075853 Merge pull request #561 from MITx/feature/change_wiki_repo jarv 2012-08-25 09:21:55 -07:00
  • e7b67d7225 Switch django-wiki dependency to a clone in our org so that local changes are easier to make David Ormsbee 2012-08-25 12:15:03 -04:00
  • 955dc94711 Merge pull request #554 from MITx/feature/victor/fix-staff-profile-view David Ormsbee 2012-08-25 08:39:46 -07:00
  • d042578ab5 Merge pull request #560 from MITx/rocha/master David Ormsbee 2012-08-25 08:35:22 -07:00
  • 1f7a1065ef Important fix! Remove HTML tags from Markdown code. Carlos Andrés Rocha 2012-08-25 10:53:20 -04:00
  • 25ea8b2990 Use LMS secret key to seed anonymizer kimth 2012-08-25 09:18:10 -04:00
  • f7c87aa7a1 Anonymous student id is a property of ModuleSystem kimth 2012-08-25 09:03:47 -04:00
  • 27459efcf7 Update CodeResponse test kimth 2012-08-25 08:06:17 -04:00
  • 1dcaf21f81 Send idhash kimth 2012-08-25 07:57:17 -04:00
  • 9734347c48 Merge pull request #556 from MITx/kimth/course-replace-in-infopage David Ormsbee 2012-08-24 14:52:48 -07:00
  • 828430d6c8 Merge pull request #557 from MITx/feature/tomg/courseware_signin David Ormsbee 2012-08-24 13:59:32 -07:00
  • 7a6fa1dd41 Fix access control for impersonation case Victor Shnayder 2012-08-24 16:52:19 -04:00
  • 115eebdb76 Use reverse for course_info url replacement kimth 2012-08-24 16:47:50 -04:00
  • 4a06decafd Merge branch 'master' into feature/tomg/courseware_signin Tom Giannattasio 2012-08-24 16:42:01 -04:00
  • 7d14632c3a added log in button to unauthenticated courseware Tom Giannattasio 2012-08-24 16:41:12 -04:00
  • 45a64a9bd4 Hide queue length information from the student kimth 2012-08-24 16:33:05 -04:00
  • b8659e084c Set request.user = student when impersonating a student Victor Shnayder 2012-08-24 16:30:16 -04:00
  • 31216ccd9f Do URL replacement in course info page kimth 2012-08-24 16:16:26 -04:00
  • d1760f9a22 styled markdown modal and link Tom Giannattasio 2012-08-24 16:14:04 -04:00
  • d095b7771a Merge pull request #555 from MITx/jarv/empty-defaults-for-comments-params David Ormsbee 2012-08-24 12:12:50 -07:00
  • 4c21abc433 empty default for comments_service_key and comments_url because it was breaking configs that do not have it in env.json John Jarvis 2012-08-24 15:05:18 -04:00
  • b5c90166df Merge pull request #553 from MITx/feature/bridger/new_wiki Calen Pennington 2012-08-24 11:47:25 -07:00
  • 24de129900 Merge pull request #550 from MITx/rocha/master bridger 2012-08-24 11:32:20 -07:00
  • 268a87442e Added SECURE_PROXY_SSL_HEADER to env/aws. Bridger Maxwell 2012-08-24 14:18:49 -04:00
  • 718e4c24b0 Merge pull request #552 from MITx/feature/arjun/fix_inline_disc David Ormsbee 2012-08-24 11:16:36 -07:00
  • f7e299d04e fix inline discussion Arjun Singh 2012-08-24 11:15:06 -07:00
  • 2bc9d08b25 Fixed WikiPath regexp. It was incorrectly matching [Title](Link) on the same line. Carlos Andrés Rocha 2012-08-24 14:11:35 -04:00
  • dc52956c28 don't list all users if too many ichuang 2012-08-24 14:09:57 -04:00
  • 8e9211d2dd Re-enabling link to wiki 'see all children'. The bug for which this was disabled is already fixed. Bridger Maxwell 2012-08-24 14:04:17 -04:00
  • 7a67fdc4ed Fix url_name loading Victor Shnayder 2012-08-24 13:54:46 -04:00
  • 2cf612051c turn subdomain listings off by default in dev env Victor Shnayder 2012-08-24 13:53:32 -04:00
  • 9cab1d9de8 fixed merge conflict Tom Giannattasio 2012-08-24 13:33:48 -04:00
  • b72ec72528 pulled temp data from gradebook Tom Giannattasio 2012-08-24 13:32:16 -04:00
  • d0f2f31063 Merge pull request #547 from MITx/feature/rocky/discussion David Ormsbee 2012-08-24 08:25:42 -07:00