- 09 Feb, 2017 1 commit
-
-
Updates Mako and Underscore templates as well as Backbone models and views so they work with catalog programs. Removes all remaining response munging from the back end. ECOM-4422
Renzo Lucioni committed
-
- 09 Nov, 2016 2 commits
-
-
Douglas Hall committed
-
Douglas Hall committed
-
- 07 Nov, 2016 1 commit
-
-
This reverts commit d59ab18b, reversing changes made to 0ebab35e.
Gregory Martin committed
-
- 04 Nov, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 03 Nov, 2016 1 commit
-
-
Gregory Martin committed
-
- 08 Oct, 2016 1 commit
-
-
Show verification expiration message on learner dashboard and allow them to reverify if expiration is X days away. ECOM-2979
Tasawer committed
-
- 19 Aug, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 17 Aug, 2016 1 commit
-
-
Programs with Unicode in their name would prevent the dashboard from loading. ECOM-5293.
Renzo Lucioni committed
-
- 16 Aug, 2016 1 commit
-
-
Renzo Lucioni committed
-
- 11 Aug, 2016 1 commit
-
-
Removes most remaining hardcoded references to XSeries from the LMS. Part of ECOM-4638.
Renzo Lucioni committed
-
- 04 Aug, 2016 1 commit
-
-
Renzo Lucioni committed
-
- 01 Aug, 2016 1 commit
-
-
This work removes most references to XSeries from the LMS in an attempt to be more general. ECOM-5018.
Renzo Lucioni committed
-
- 06 Jul, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 05 Jul, 2016 1 commit
-
-
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
Kevin Kim committed
-
- 31 May, 2016 1 commit
-
-
TNL-4651
ssemenova committed
-
- 23 May, 2016 2 commits
-
-
Simon Chen committed
-
Robert Raposa committed
-
- 10 May, 2016 2 commits
-
-
ECOM-3729
Tasawer committed -
attiyaishaque committed
-
- 11 Apr, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 31 Mar, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 29 Mar, 2016 2 commits
-
-
J. Cliff Dyer committed
-
ECOM-2935
Tasawer committed
-
- 25 Mar, 2016 2 commits
-
-
Matt Drayer committed
-
Simon Chen committed
-
- 23 Mar, 2016 1 commit
-
-
Simon Chen committed
-
- 03 Mar, 2016 1 commit
-
-
Simon Chen committed
-
- 26 Feb, 2016 1 commit
-
-
Christine Lytwynec committed
-
- 17 Feb, 2016 3 commits
-
-
vkaracic committed
-
vkaracic committed
-
Christine Lytwynec committed
-
- 12 Feb, 2016 1 commit
-
-
Renzo Lucioni committed
-
- 20 Jan, 2016 1 commit
-
-
Saleem Latif committed
-
- 14 Jan, 2016 1 commit
-
-
AlasdairSwan committed
-
- 22 Dec, 2015 1 commit
-
-
- 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
-
- 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
-
- 11 Dec, 2015 3 commits
-
-
- Removed unused variable - Updated message class and text - HTML-escaping relevant fields ECOM-2893
Clinton Blackburn committed -
- Simplified logic determiningg credit messaging on dashboard - Fixed bug preventing users from initiating credit request ECOM-2893
Clinton Blackburn committed -
Nimisha Asthagiri committed
-