- Oct 30, 2014
-
-
Chris Dodge authored
Add the ability for course staff to specify a Survey and make it required so that a student must fill it out before starting the course
-
Nimisha Asthagiri authored
-
- Oct 29, 2014
-
-
Clinton Blackburn authored
- Gating on feature enabled for Open edX users - If feature disabled and Insights URL is set, displaying message pointing users to Insights
-
Clinton Blackburn authored
Instructors should use Insights instead.
-
- Oct 24, 2014
-
-
John Eskew authored
-
- Oct 21, 2014
-
-
asadiqbal08 authored
fix typo and add more security on API fix some bugs and typos address PR feedback be sure to send emails when accounts already exist PR feedback fix multiple uploads pep8 fixes pep8 fix pylint fixes fix url mapping WL-98 - Complete code coverage - Update code for error and warning messages. - improve code as per some suggestions updated the UI of the auto_enroll feature fixed the errors PR feedback add test add back file filtering add some more error handling of input remove unneeded coffeescript code pylint fixes add pep8 space WL-98 - Updated and added test cases. - Updated membership coffee file for errors display handling. - fixed minor text issues. allow for blank lines and add a test add blank line (pep8)
-
- Oct 17, 2014
-
-
Frances Botsford authored
-
Frances Botsford authored
-
Frances Botsford authored
-
- Oct 14, 2014
-
-
Renzo Lucioni authored
-
stephensanchez authored
Fix acceptance tests Updating lettuce tests. Revert the deletion of the original edx header and footer. Renaming old header and footers to legacy files. Add IS_EDX_DOMAIN flag for header. Updating tests and django main template. renaming the header files for microsite backwards compat.
-
Will Daly authored
-
- Oct 08, 2014
-
-
Will Daly authored
-
- Oct 07, 2014
-
-
Will Daly authored
Make donations configurable Added donation button to dashboard Generalize merchant defined data for payment processor
-
- Oct 01, 2014
-
-
Andy Armstrong authored
TNL-162
-
Andy Armstrong authored
TNL-163
-
Renzo Lucioni authored
-
- Sep 29, 2014
-
-
Greg Price authored
This new endpoint is designed specifically to fill the needs of the notifier and should not be used by other clients.
-
- Sep 25, 2014
-
-
Will Daly authored
Add Python APIs for account/profile information to user_api Updating profile page to have social linking Authors: Renzo Lucioni, Alasdair Swan, Stephen Sanchez, Will Daly
-
- Sep 24, 2014
-
-
Waheed Ahmed authored
LMS-6617 Fixed wiki merge url regex. TNL-413 ECOM-345 changed any lists that could display with only 1 item to divs ECOM-345 Added aria tags for header ECOM-364 Accessibility update for footer added my name to the authors file Addressing feedback from code review - removing unnecessary element references in selectors Updated header aria-label to be main
-
Ned Batchelder authored
-
Chris Dodge authored
remove extra lines conditionalize address line 2
-
- Sep 23, 2014
-
-
David Ormsbee authored
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.
-
- Sep 22, 2014
-
-
Waheed Ahmed authored
TNL-413
-
- Sep 18, 2014
-
-
Adam Palay authored
-
- Sep 17, 2014
-
-
Carlos Andrés Rocha authored
-
Chris Dodge authored
For microsites, since we don't have a footer override yet for django templates, remove the footer all together
-
- Sep 16, 2014
-
-
Chris Dodge authored
only redirect to dashboard if user has course enrollments, otherwise remain on the course catalog page (aka homepage or root) update lettuce test to match new expected behavior add Jason's feedback only apply new redirect logic for microsites switch to use a feature flag to determine whether to support redirect behavior
-
- Sep 12, 2014
-
-
Renzo Lucioni authored
-
- Sep 10, 2014
-
-
Sarina Canelake authored
-
- Sep 09, 2014
-
-
Gabe Mulley authored
-
- Sep 08, 2014
-
-
Clinton Blackburn authored
Message to dashboard now includes the name of the application.
-
- Sep 02, 2014
-
-
Stephen Sanchez authored
-
- Aug 29, 2014
-
-
Jesse Zoldak authored
-
Stephen Sanchez authored
-
Will Daly authored
-
- Aug 25, 2014
-
-
Stephen Sanchez authored
Move the open edx logo inside the div Adding a bunch of placeholder views. indenting. Making some styles work against LMS sass. Adding back the old edx footer and associated icons, with a feature flag.
-
- Aug 22, 2014
-
-
Stephen Sanchez authored
Putting the new edx header behind a feature flag.
-
- Aug 20, 2014
-
-
Minh Tue Vo authored
updating the version for django_countries
-
Will Daly authored
Clean up shopping cart processor API. Fix UUID JSON serialization bug in CyberSource2 implementation. Update test suite to use new CyberSource2 implementation. Fix i18n messages in CyberSource2 Enable CyberSource2 implementation by default.
-