- May 22, 2015
-
-
Muhammad Shoaib authored
- added the abstract and concrete layers of enrollment report provider - created a celery task. -added the button in the e-commerce reports section added the enrollment data backend added the payment data and start writing the test cases. updated the code with the feedback suggestions and wrote some test cases. - all the downloadable reports are now visible in the ecommerce download section. Pending instructor tasks is also visible in the ecommerce section added the fields in the user profile information changed the report store configuration key added the new http endpoint for financial reports to add more permissions for finance_admin to access. fix quality issues added test cases to check csv content data rebased with master and resolved conflicts changed the log messages added the changes as per code clintonb suggestions during code review updated the test cases for the finance_admin decorator changes suggested by clinton. Created and moved Table level filters to the Custom Manager for the CourseEnrollment model. ecommerce.js file was loaded twice in the instructor_dashboard.js fixed the issues added the registration code column in the csv added the full gender in the csv file Update data sources and add display name translations for the report columns fix meta name Make sure the reports section does not appear on non whitelabel courses pylint fixes expand out enumerated values
-
- 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.
-