- 14 Jan, 2016 1 commit
-
-
Peter Fogg committed
-
- 13 Jan, 2016 2 commits
-
-
ECOM-3401
Peter Fogg committed -
An `eligible_for_certificate` field is added to the GeneratedCertificate model. This way we can retain existing grading logic, as well as maintaining correctness in analytics and reporting. Ineligible certificates are hidden by using the `eligible_certificates` manager on GeneratedCertificate. Some places in the coe (largely reporting, analytics, and management commands) use the default `objects` manager, since they need access to all certificates. This commit also updates the DB cache for acceptance tests.
Peter Fogg committed
-
- 12 Jan, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 11 Jan, 2016 1 commit
-
-
Toby Lawrence committed
-
- 08 Jan, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 06 Jan, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 05 Jan, 2016 3 commits
-
-
Nimisha Asthagiri committed
-
A base URL can now be configured which is, potentially, prepended to an asset URL. This allows a CDN, or caching server, to front static asset requests, taking load off of the contentstore and speeding up page load times. Asset URL generation respects locked vs unlocked assets, and will not generate links to locked assets that would traverse a CDN (even though the authorization component of the contentserver middleware wouldn't allow those links to work anyways).
Toby Lawrence committed -
-Added test for TNL-3556.
Ayub-Khan committed
-
- 04 Jan, 2016 1 commit
-
-
Saleem Latif committed
-
- 30 Dec, 2015 3 commits
-
-
This brings the enrollment support tool's UI in line with the other support tools.
Peter Fogg committed -
Peter Fogg committed
-
ECOM-3268
Peter Fogg committed
-
- 29 Dec, 2015 1 commit
-
-
ECOM-3107: Updated the progress page to not display the eligibility if user is not enrolled as credit mode
aamir-khan committed
-
- 28 Dec, 2015 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 23 Dec, 2015 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 22 Dec, 2015 3 commits
-
-
- Remove escaping in display_name_with_default - Move escaped version to deprecated display_name_with_default_escaped - Does not include any other changes to remove double-escaping Thanks to agaylard who initiated this work: https://github.com/edx/edx-platform/pull/10756 TNL-3425
Robert Raposa committed -
Saleem Latif committed
-
Saleem Latif committed
-
- 21 Dec, 2015 6 commits
-
-
Edited text strings in the default template for web certificates to remove wording specific to edx.org. Addresses DOC-2543.
Peter Desjardins committed -
Saleem Latif committed
-
Saleem Latif committed
-
Saleem Latif committed
-
Saleem Latif committed
-
removed print statement removed unnecessary status code assertion
Zia Fazal committed
-
- 19 Dec, 2015 1 commit
-
-
Course teams occasionally upload very large files as their course image. Before this commit, those images would be used directly in the student's dashboard, sometimes leading to MBs worth of image data on that page. With this commit, we now auto-generate small and large thumbnails of configurable size. The Student Dashboard and Course About pages will make use of this new functionality (CourseOverview.image_urls), but the behavior of CourseOverview.course_image_url will not change. Note that the thumbnails are still created in the contentstore, and sit alongside their originals. What's included: 1. Multiple sizes, currently starting with "raw", "small", and "large". This falls back to the current behavior automatically in the case where thumbnails don't exist or this feature has been disabled in configuration. 2. Django admin based configuration for image sizes and whether to enable the functionality at all. Note that to regenerate images, you'd need to wipe the CourseOverviewImageSet model rows -- it doesn't do that automatically. This is partly because it's a very rare operation, and partly because I'm not entirely sure what the longer term invalidation strategy should be in a world where we might potentially have multiple themes. The flexible configuration was intended to allow better customization and theming. 3. The Course About pages also use the new thumbnail functionality, as an example of "large". This is in addition to the "small" used on the student dashboard. Things I'm punting on for now (followup PRs welcome!): 1. Bringing the thumbnails to course discovery. A quick attempt to do so showed that it wasn't getting properly invalidated and updated when publishes happen (so the old image still showed up). It probably has something to do with when we do the re-indexing because it stores this data in elasticsearch, but I'm not going to chase it down right now. 2. Center-cropping. While this is a nice-to-have feature, the behavior in this PR is no worse than what already exists in master in terms of image distortion (letting the browser handle it). 3. Automated invalidation of the images when a new config is created.
David Ormsbee committed
-
- 18 Dec, 2015 2 commits
-
-
asadiqbal committed
-
Staff markup was enabled on all block types in https://github.com/edx/edx-platform/pull/10903 This works well inside the courseware, but it breaks layout of the course about page, which is also an XModule, see: https://github.com/edx/edx-platform/pull/10903#issuecomment-164266342 This commit disables staff markup/staff debug on all blocks except blocks tagged with 'detached'. Detached blocks include course about and info pages, static tabs.
Matjaz Gregoric committed
-
- 17 Dec, 2015 9 commits
-
-
Sarina Canelake committed
-
Revert "Edited the text strings in the default template for web certificates to remove wording specific to edx.org"
Jesse Zoldak committed -
Allows support staff or global staff to view a list of a learner's enrollments, and change enrollment modes. We generate a ManualEnrollmentAudit record for these enrollment changes in order to track updates. Additionally, enrollment changes are handled through the enrollment API, which handles bookkeeping such as granting refunds where appropriate. ECOM-2825
Peter Fogg committed -
Edited the text strings in the default template for web certificates. Removed wording that applied specifically to edx.org. Reworded strings so that they will read correctly when the value of platform_name or cert_type requires the a or an article. Addresses DOC-254.
Peter Desjardins committed -
Sarina Canelake committed
-
Usman Khalid committed
-
Usman Khalid committed
-
The cache uses the bookmarks.XBlockCache model. TNL-1945
Usman Khalid committed -
TNL-1944
Muhammad Ammar committed
-