- 15 Jan, 2015 2 commits
-
-
TNL-653
Andy Armstrong committed -
TNL-651
Andy Armstrong committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 10 Dec, 2014 1 commit
-
-
TNL-735
Daniel Friedman committed
-
- 05 Dec, 2014 3 commits
-
-
TNL-670
Andy Armstrong committed -
JIRA: TNL-710 IMPORTANT: this commit converts the course_groups package to using migrations. When deploying to an existing openedx instance, migration 0001 may fail with an error indicating that the CourseUserGroup table already exists. If this happens, running the 0001 migration first, with the --fake option, is recommended. After performing this step, remaining migrations should work as expected.
jsa committed -
TNL-649
Andy Armstrong committed
-
- 06 Nov, 2014 1 commit
-
-
TNL-683
cahrens committed
-
- 23 Oct, 2014 1 commit
-
-
Users may want to start anew when answering a question. This commit decouples reset from randomization while still preserving backward compatibility. Users can clear their input. Instructors can set course-wide and problem-specific settings for reset button display.
Jim committed
-
- 01 Oct, 2014 1 commit
-
-
TNL-162
Andy Armstrong committed
-
- 23 Sep, 2014 1 commit
-
-
Note that the features in this release are opt-in, and course and video behavior will remain the same unless a course explicitly opts in. Major pieces of functionality with this commit: Allows the listing of a user's enrollments, course videos, and updates. In order to make a course available for mobile use, course staff must explicitly set the Course Advanced Setting "Mobile Course Available" to true. Course staff will always see their own courses through the Mobile API regardless of this setting, but students will only be allowed to see a course through the Mobile API if this setting is set to "true". By default, a Course will *not* be available for mobile use. This is a Django app for video resource management. It is completely optional, and is intended to allow video and operations teams to create new encodings of videos (e.g. low res for mobile) and change CDNs without having to edit course data directly. Course teams can now use a "EdX Video ID" setting for Videos, which will leverage VAL. Video units that do not fill in an "EdX Video ID" will behave exactly as they always have. * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag. * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag. * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER). * The Mobile API is a read-only API, but VAL requires database migrations. * Applications that make use of either the Mobile API or VAL must be registered with the OAuth2 provider app in Django Admin.
David Ormsbee committed
-
- 20 Aug, 2014 1 commit
-
-
Braden MacDonald committed
-
- 08 Aug, 2014 1 commit
-
-
BLD-1207
Oleg Marshev committed
-
- 07 Aug, 2014 2 commits
-
-
cahrens committed
-
STUD-1726
Andy Armstrong committed
-
- 04 Aug, 2014 1 commit
-
-
Previously on the send email page of the instructor dashboard, instructors could only view task information about emails they've sent for their course in the past. In addition to this, I've now added the ability to see the content of all previously sent emails. A "Sent Email History" button has been added to the page. When clicked, a table displaying the subject line, number of emails sent, and date/time of submission for each previously sent email is created. An instructor can then click on any subject line to see the content of that email, displayed in a modal window that appears on the page. The window is also equipped with a "copy email to editor" button, which copies the emails contents to the tinyMCE editor, so that an instructor can easily resend an email that they've sent in the past.
njdup committed
-
- 15 Jul, 2014 1 commit
-
-
Added a new advanced setting; invitation_only If invitation_only display "Enrollment in this course is by invitation only" Otherwise, if outside of enrollment period display "Enrollment is Closed" This issue is logged at LMS-2670 Also fixed in this PR is issue LMS-2717; even though the Register button was greyed out, clicking it sent one to the registration page.
David Adams committed
-
- 26 Jun, 2014 1 commit
-
-
STUD-302, STUD-303
cahrens committed
-
- 24 Jun, 2014 1 commit
-
-
Oleg Marshev committed
-
- 20 Jun, 2014 1 commit
-
-
STUD-1658
Andy Armstrong committed
-
- 14 Jun, 2014 1 commit
-
-
Andy Armstrong committed
-
- 13 Jun, 2014 1 commit
-
-
Andy Armstrong committed
-
- 11 Jun, 2014 1 commit
-
-
polesye committed
-
- 05 Jun, 2014 1 commit
-
-
polesye committed
-
- 02 Jun, 2014 1 commit
-
-
polesye committed
-
- 29 May, 2014 3 commits
-
-
STUD-1312
Andy Armstrong committed -
refactor _generate_items_for_subtask not to chunk queries use django's iterator methor for querysets remove bulk email query settings use read_replica if available, since this is read-only update changelog
Adam Palay committed -
polesye committed
-
- 28 May, 2014 1 commit
-
-
jmclaus committed
-
- 27 May, 2014 3 commits
-
-
Julia Hansbrough committed
-
polesye committed
-
polesye committed
-
- 23 May, 2014 2 commits
-
-
Changes requested in PR
lduarte1991 committed -
polesye committed
-
- 21 May, 2014 2 commits
-
-
This commit implements STUD-1490, allowing creation of components on the container page. It also enables the delete and duplicate buttons now that new content can be created that would benefit. Note that it also creates shared functionality for adding components, and refactors the unit page to use it too.
Andy Armstrong committed -
jmclaus committed
-
- 20 May, 2014 1 commit
-
-
Added new error message that displays when HTML5 video is not supported altogether. Make sure spinner gets hidden when error message is shown. [BLD-638]
jmclaus committed
-
- 12 May, 2014 1 commit
-
-
LMS-1296
Sarina Canelake committed
-
- 02 May, 2014 1 commit
-
-
cahrens committed
-
- 25 Apr, 2014 1 commit
-
-
John Cox committed
-