Ned Batchelder
cccd61ebf3
Make remaining dialogs in wiki accessible.
...
All the dialogs in the wiki are now accessible to screen readers.
Also, the "Switch to selected version" button did the odd thing of
reloading the page with the new version selected, but inside a dialog.
That is now fixed.
The merge dialog has a warning that looks kind of funky still, but you
can read it, unlike the previous code.
LMS-1337
2013-11-25 16:05:05 -05:00
Ned Batchelder
9a106a32d5
Merged master to rc/2013-11-21
2013-11-25 14:56:09 -05:00
Julia Hansbrough
fe5e2b3527
Refunding CertificateItem now marks parent Order refunded as well
2013-11-25 18:55:58 +00:00
Diana Huang
7a56e00d53
Merge pull request #1604 from edx/jarv/verified-certs
...
Jarv/verified certs
2013-11-25 07:37:13 -08:00
Jason Bau
e7b386c40a
fixes a branding test which was passing for a trivial (wrong) reason
2013-11-22 23:18:11 -08:00
Adam Palay
24aa0decb4
fix OrgInstructorRole definition and add tests
2013-11-22 13:00:45 -05:00
Calen Pennington
c0f570ceab
Fix [LMS-1528] (500 error when checking for beta access)
2013-11-22 13:00:45 -05:00
Calen Pennington
820e771171
Add failing test for [LMS-1528]
...
Also cleans up test_view_authentication to use user factories for
various user classes
2013-11-22 13:00:45 -05:00
Adam Palay
cf524906e0
more granular transactions in grading [LMS-1480]
...
remove field_data_cache from grades.grade and grades.progress_summary
cleans grading code by adding wrappers
2013-11-22 12:02:35 -05:00
Diana Huang
8d564f219d
Use Choices to track possible modes.
2013-11-22 11:22:49 -05:00
David Ormsbee
a99fd08004
Fix error case where we have items in our grading csv output
...
that are not present in a given student's gradeset.
General code cleanup and addition of comments.
Instructor dashboard API unit tests.
LMS-58
2013-11-22 10:06:28 -05:00
Sarina Canelake
e2423386cb
UX for Data Download tab on instructor dash
...
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
2013-11-22 10:06:22 -05:00
David Ormsbee
e0aa8cf78a
Grade report celery task and direct file push to S3 from the new instructor dashboard.
...
Hook up display of grade files ready for download to new instructor dashboard.
LMS-58
2013-11-22 10:06:10 -05:00
Jason Bau
835893c2ed
Merge pull request #1736 from edx/jbau/fix/cw-migrations
...
Fix 0010 courseware migration
2013-11-21 13:54:09 -08:00
Jason Bau
f0874d41c4
Fix 0010 courseware migration
2013-11-20 20:39:40 -08:00
Diana Huang
696f1df043
Pass through the certificate mode correctly.
2013-11-20 17:05:57 -05:00
Adam Palay
7b72a18551
more granular transactions in grading [LMS-1480]
...
remove field_data_cache from grades.grade and grades.progress_summary
cleans grading code by adding wrappers
2013-11-20 14:40:32 -05:00
Diana Huang
d72b61a5b0
Use class methods to find the enrollment mode.
2013-11-19 17:30:27 -05:00
Diana Huang
1656876699
If student has not passed verification, issue an honor code cert.
...
Also, display a message on their dashboard.
2013-11-19 17:12:49 -05:00
Diana Huang
fc46efb6c7
Fix bug in grabbing course enrollments.
...
LMS-1475
2013-11-19 14:03:05 -05:00
cahrens
705ccd01bc
An empty category will result in InvalidLocationErrors.
2013-11-19 13:41:44 -05:00
Julia Hansbrough
dac5d2ac0e
Merge pull request #1634 from edx/flowerhack/feature/refactor-to-track-enrollment
...
Flowerhack/feature/refactor to track enrollment
2013-11-19 06:27:22 -08:00
Julia Hansbrough
b075143d62
Small fix
2013-11-15 20:44:29 +00:00
John Jarvis
2fed61814a
fixing some typos
2013-11-15 13:35:55 -05:00
John Jarvis
2a31e3567e
sending template pdf with certificate request
2013-11-15 13:35:54 -05:00
David Adams
ed980f2189
Port of invitation/enroll/unenroll email functionality
...
into beta dashboard.
Also includes new functionality, in both legacy and beta
dashboard, to include appropriate email text for a
Shibboleth course.
2013-11-15 10:10:04 -08:00
Julia Hansbrough
f950ea106d
response to CR
2013-11-15 15:38:21 +00:00
Julia Hansbrough
e73489ec31
Response to CR
2013-11-14 22:34:18 +00:00
Will Daly
257021c63b
Merge pull request #1661 from edx/will/certificate-test-fix
...
Added explicit wait for payment page to load
2013-11-13 12:10:44 -08:00
Will Daly
a758ec782a
Added explicit wait for payment page to load
2013-11-13 14:48:10 -05:00
Calen Pennington
061a46beef
Formalize various access roles as objects
...
This centralizes the logic for group membership, and means that we
don't need to make queries to find out whether the legacy groups names exist.
2013-11-13 13:42:37 -05:00
Calen Pennington
68c182c055
Optimize and cache the query to find the list of groups a user is in
2013-11-13 09:03:02 -05:00
Usman Khalid
e370fb9585
Merge pull request #1502 from edx/usman/lms1355-wiki-permissions
...
Stricter permissions for the wiki
2013-11-13 02:44:14 -08:00
Usman Khalid
9542230afd
Added granular permissions for managing wiki articles
...
LMS-1355
2013-11-13 01:40:23 +05:00
polesye
50674a966b
BLD-457: Fix speed menu when YouTube is unavailable.
2013-11-12 21:44:06 +02:00
Will Daly
336d648eef
Merge pull request #1644 from edx/will/remove-load-test
...
Removed custom response load test
2013-11-12 07:08:46 -08:00
Adam
3dfdab1a23
Merge pull request #1629 from edx/adam/fix/enrollment-count-intr-dash
...
makes beta dash count active users in enrollment count [AN-115]
2013-11-12 05:58:23 -08:00
Will Daly
b55ffde4c3
Removed custom response load test
2013-11-09 20:26:28 -05:00
Adam Palay
4d1eebc557
fixes Edit Course In Studio link on instr dash (LMS-1455)
...
add DOC_STORE_CONFIG to test settings
2013-11-08 15:42:51 -05:00
Julia Hansbrough
39105f7662
Merge pull request #1598 from edx/flowerhack/feature/command-retry-cert-submissions
...
Command for retrying failed photo verifications
2013-11-08 12:38:12 -08:00
Julia Hansbrough
8042332cda
purchased_callback now uses the change_mode method
2013-11-08 20:33:52 +00:00
Adam Palay
71b70bce61
makes beta dash count active users in enrollment count [AN-115]
2013-11-08 14:11:59 -05:00
Julia Hansbrough
73af5d017e
Changed create_enrollment to create_or_update_enrollment
2013-11-08 19:01:51 +00:00
Julia Hansbrough
f294920473
Merge pull request #1601 from edx/flowerhack/feature/course-modes-expire-datetime
...
Added expiration_datetime field to CourseModes
2013-11-08 09:54:16 -08:00
Calen Pennington
037da3212d
Merge pull request #1531 from cpennington/lms-xblock-handlers
...
Use XBlock handlers in the LMS ...
2013-11-08 08:37:15 -08:00
Julia Hansbrough
3c7afb69d2
Response to CR
2013-11-08 16:27:42 +00:00
Calen Pennington
864d831ce3
Use XBlock handlers for handle_ajax in XModules
...
Adds xblock handler_url support to the LMS, and makes handle_ajax use
that code.
[LMS-230] [LMS-229]
2013-11-08 11:08:48 -05:00
Calen Pennington
8ddd8c14a4
Fix pylint/pep8 errors
2013-11-08 11:08:48 -05:00
Calen Pennington
da26ae2529
Remove lms/lib from sys.path in favore of using it as the module lms.lib
2013-11-08 11:08:48 -05:00
Julia Hansbrough
05996a71df
Added expiration_datetime field to CourseModes
...
Added an expiration_datetime field to CourseModes, intended to eventually replace expiration_date.
Included relevant schema and data migration file.
LMS-1454
2013-11-08 15:30:37 +00:00