- Nov 26, 2013
-
-
Calen Pennington authored
Updates to depend on the latest version of XBlock, which includes support for service-to-service (thirdparty) handler urls, which aren't authenticated with a user (unlike handler requests coming from the xblock client-side javascript). Co-author: Ned Batchelder <ned@edx.org>
-
- Nov 22, 2013
-
-
Calen Pennington authored
Fix LMS-1532 (partially instantiated XModules after an exception)
-
Calen Pennington authored
Fix for [LMS-1528], plus Changelog entry for the related feature
-
Adam Palay authored
-
Calen Pennington authored
-
Calen Pennington authored
Also cleans up test_view_authentication to use user factories for various user classes
-
Calen Pennington authored
Add release notes for 061a46be, concerning change to beta-tester groups
-
David Ormsbee authored
Sarina/dormsbee grades download
-
Calen Pennington authored
This guarantees that the ErrorModule will be created, instead of potentially using a partially instatiated broken module. Fixes [LMS-1532].
-
Calen Pennington authored
-
Adam Palay authored
remove field_data_cache from grades.grade and grades.progress_summary cleans grading code by adding wrappers
-
Ned Batchelder authored
Ned/pr 1745 lms 1492
-
Ned Batchelder authored
Webob represents uploaded files as cgi.FieldStorage objects. The XModule code expects pure Python file objects. Each FieldStorage object is wrapped to present the proper file interface, with file names. LMS-1492
-
Ned Batchelder authored
One test passes already, the other fails. Fix in next commit.
-
Ned Batchelder authored
These changes prepare for the changes to the tests that are coming, but make no change to the behavior themselves.
-
David Ormsbee authored
Having ENABLE_S3_GRADE_DOWNLOADS enabled by default in common.py could lead to surprising behavior for folks downstream. They'd suddenly see a grade download screen on their new instructor dashboard, but the links by default would be local files and couldn't be used in an actual production environment. So we disable by default and let people explicitly enable it and set it up for S3 if they wish. LMS-58
-
David Ormsbee authored
that are not present in a given student's gradeset. General code cleanup and addition of comments. Instructor dashboard API unit tests. LMS-58
-
Sarina Canelake authored
Restrict grade report generation to 'is_superuser' users (can be overridden with feature flag ALLOW_COURSE_STAFF_GRADE_DOWNLOADS); all staff users can download generated files. LMS-58
-
David Ormsbee authored
Hook up display of grade files ready for download to new instructor dashboard. LMS-58
-
- Nov 21, 2013
-
-
Ned Batchelder authored
Ned/cherry pick pr 1740
-
Don Mitchell authored
-
- Nov 20, 2013
-
-
Calen Pennington authored
Fix LMS-1493
-
Calen Pennington authored
This allows XModules (specifically CombinedOpenEnded) to use ajax_url during their init functions (which would, before, have thrown an exception). [LMS-1493]
-
Calen Pennington authored
Under normal operation, XModules are reloaded on each request from a student. CombinedOpenEnded modules have code that runs at initialization that validates the students state. These changes makes that code run during several long-form unit tests (testing CombinedOpenEnded across multiple 'requests'). These tests are marked as expectedFailure because they now exhibit the same failures as observed in [LMS-1493] (namely, the students state gets reset, because CombinedOpenEnded interprets system.ajax_url raising an error as meaning that the problem definition and the student answers are in conflict)
-
- Nov 19, 2013
-
-
John Jarvis authored
'ignore' shouldn't be use for ascii conversion
-
John Jarvis authored
The input string is not expected to contain any unicode characters
-
Giulio Gratta authored
Adding a YAML file to demonstrate how to include anonymized user IDs in Studio elements.
-
Christina Roberts authored
The forcing of IDs to non-draft must happen in base.py instead of draft....
-
John Jarvis authored
fixes issue where STATIC_URL was overwritten without git.revision
-
cahrens authored
-
John Jarvis authored
-
John Jarvis authored
-
cahrens authored
The draft.py solution only worked when the parent was also in the draft store.
-
John Jarvis authored
-
John Jarvis authored
fixes this commit - https://github.com/edx/edx-platform/commit/5ec77010e3bc0303cdb06ebf32e806936fd36ce6
-
Sarina Canelake authored
298.15 K is 25 C, not 0 (0 is defined to be at 273.15) #os
-
Mark Hoeber authored
Review all panel help text in Studio UI for Studio-924
-
Sarina Canelake authored
Change dummy locale to Esperanto
-
Jim Abramson authored
merge 2013-11-15 hotfix branch to master
-
Mark Hoeber authored
Reviewed and updated all on-page panel help text in Studio for clarity, consistency, and brevity. Updated template HTML files to change text STUD-924
-