- May 20, 2015
-
-
Thomas Young authored
scroll to newly created section and make first input element active on creation of a new textbook in the textbooks list page (fix for https://openedx.atlassian.net/browse/TNL-130)
-
- May 19, 2015
-
-
David Baumgold authored
Update devops in requirement file comments
-
Sarina Canelake authored
Supply default url for XQA server
-
David Baumgold authored
-
Ahsan Ulhaq authored
Fieldset and legend solution is lost when edit Problem
-
Sarina Canelake authored
-
Sarina Canelake authored
Create email only when it will be sent
-
Christina Roberts authored
Update student notes eventing for tags.
-
cahrens authored
TNL-2172
-
Ben Patterson authored
Skip test. TNL-1590
-
Renzo Lucioni authored
Allow enrollment API to deactivate enrollments
-
Randy Ostler authored
-
Randy Ostler authored
-
Christina Roberts authored
Add course_id as label for Google Analytics events
-
Tyler Nickerson authored
LMS now passes the full name of users to the ecommerce api client
-
Ben Patterson authored
-
Ahsan Ulhaq authored
-
Ahsan Ulhaq authored
when user try to update a problem the fieldset and legend solution for that problem is lost because legend and fieldset are not added in the markdownToXml. So added new markups where fieldset is to be added and used ```>><<``` markup for legend. AC-103
-
- May 18, 2015
-
-
Renzo Lucioni authored
Will allow Otto to revoke fulfillment of course seat products. Only server-to-server calls are currently allowed to deactivate or otherwise modify existing enrollments.
-
Sarina Canelake authored
Remove unused css
-
Ben Patterson authored
Even when using the flaky decorator, it is not reliable.
-
Sarina Canelake authored
-
Marco Morales authored
BUG - remove username label from dashboard sidebar #UX-2153
-
Nickersoft authored
-
Greg Price authored
Refactor Discussion API thread list
-
Sarina Canelake authored
Allow custom licensing for course content
-
Ben Patterson authored
Skip flaky test. SOL-618.
-
Christine Lytwynec authored
clean up all-tests.sh script
-
AlasdairSwan authored
Alasdair/ecom 1547 footer 2015
-
Sarina Canelake authored
Clicking on conflicting option box unchecks all conflicts LMS: Clicking license text should bring to new window updated styles to reflect html reuse inside of xblock edit modal area. Add ARIA attributes to license for a11y Gracefully handle re-selecting of selected license
-
David Baumgold authored
Use native checkboxes for courseware license options In Studio settings editor for video module, don't show license if feature-flagged off Don't let Scope.contents fields leak to Studio editor JS gettext() must all be on the same line for i18n Add docstrings for bok-choy tests Remove LicenseMixin from HTMLDescriptor Responding to UX review feedback Add aria-pressed attribute Use https links instead of protocol-relative links for links to creativecommons.org Remove license from course outline page in Studio
-
David Baumgold authored
-
David Baumgold authored
-
David Baumgold authored
-
David Baumgold authored
-
David Baumgold authored
This allows course authors to choose between two difference licenses for their course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks that wish to allow custom licenses need only inherit from LicenseMixin, which adds a `license` field as a string. License information is displayed in the Studio editor view, and just below the rendered XBlock in the LMS. In addition, if the course block itself has a custom license set, this license will display just below the main body of the page on courseware pages. This entire feature is gated behind the LICENSING feature flag.
-
Ben Patterson authored
-
David Baumgold authored
But mark `data` as non-editable metadata, so that it doesn't appear
-
Greg Price authored
This will make it easier to add the creation and update interfaces.
-
Greg Price authored
The checks are now within the Python API instead of the DRF view. This will be necessary for certain operations (like fetching/editing threads) because the relevant course cannot be known until the thread is fetched from the comments service. This commit updates the existing endpoints to fit that pattern.
-