- 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
-
- 19 Aug, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 06 Jul, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 31 May, 2016 1 commit
-
-
TNL-4651
ssemenova committed
-
- 10 Mar, 2016 1 commit
-
-
It looks like in the past there used to be several tabs on the course about page, but the other tabs have been commented out years ago. Having a single tab is pointless and confusing, so remove it.
Matjaz Gregoric committed
-
- 09 Mar, 2016 1 commit
-
-
Move tests to one test class
erm0l0v committed
-
- 17 Feb, 2016 3 commits
-
-
vkaracic committed
-
vkaracic committed
-
Christine Lytwynec committed
-
- 04 Feb, 2016 1 commit
-
-
Saleem Latif committed
-
- 03 Feb, 2016 1 commit
-
-
ECOM-2678
Ahsan Ulhaq committed
-
- 22 Jan, 2016 1 commit
-
-
* mattdrayer: Updated get_themed_template_path
Saleem Latif 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 1 commit
-
-
Nimisha Asthagiri committed
-
- 04 Dec, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 03 Dec, 2015 1 commit
-
-
David Baumgold committed
-
- 24 Nov, 2015 1 commit
-
-
Michael Frey committed
-
- 07 Oct, 2015 1 commit
-
-
As per DOC-2268, "register" means to create an account on edx.org, and "enroll" means to sign up for a course. Make this change on the page `lms/templates/courseware/course_about.html`.
openedx-newbie committed
-
- 30 Sep, 2015 2 commits
-
-
There's a lot of useful things in PR #8271 that provide a framework for the comprehensive theming system. If we need to remove the edx.org theme from the codebase, we can leave most of PR #8271 in, to make it easier to build on top of and get this feature back in.
David Baumgold committed -
There's a lot of useful things in PR #8271 that provide a framework for the comprehensive theming system. If we need to remove the edx.org theme from the codebase, we can leave most of PR #8271 in, to make it easier to build on top of and get this feature back in.
David Baumgold committed
-
- 17 Sep, 2015 1 commit
-
-
Ned Batchelder committed
-
- 16 Sep, 2015 1 commit
-
-
Sarina Canelake committed
-
- 19 Aug, 2015 1 commit
-
-
ECOM-2114
Ahsan Ulhaq committed
-
- 09 Jun, 2015 1 commit
-
-
- course-about sidebar info icon -> correct icon: "fa-info-circle" - wiki search add file -> correct icon: "fa-plus-circle" - wiki history paragraph info -> correct icon: "fa-info-circle"
Giulio Gratta committed
-
- 26 Feb, 2015 1 commit
-
-
many of the nav elements in the lms dont have the accessible labels TNL-1554
Ahsan Ulhaq committed
-
- 17 Feb, 2015 1 commit
-
-
- pass through registration price for use in template - change conditional for add-to-cart to use registration price - change conditional for sidebar price field to also include registration price - remove expected failure in test - add test for shopping_cart + course without mode
Giulio Gratta committed
-
- 08 Feb, 2015 1 commit
-
-
Mark Sadecki committed
-
- 03 Feb, 2015 2 commits
-
-
- Price field added to Advanced Settings - Function that decides which price to display - Test added to check that the function outputs correct price - Added feature flag and conditional to decide whether to display course price or not - Feature Flag to show or hide course price on Course About page sidebar when not using shopping cart
Giulio Gratta committed -
Ben Patterson committed
-
- 28 Jan, 2015 1 commit
-
-
Zia Fazal committed
-
- 27 Jan, 2015 1 commit
-
-
- Price field added to Advanced Settings - Function that decides which price to display - Test added to check that the function outputs correct price - Added feature flag and conditional to decide whether to display course price or not - Feature Flag to show or hide course price on Course About page sidebar when not using shopping cart
Giulio Gratta committed
-
- 15 Jan, 2015 2 commits
-
-
Zia Fazal committed
-
David Baumgold committed
-
- 09 Jan, 2015 1 commit
-
-
Brian Talbot committed
-
- 06 Jan, 2015 1 commit
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed
-
- 15 Dec, 2014 1 commit
-
-
Muhammad Shoaib committed
-
- 04 Dec, 2014 1 commit
-
-
Giulio Gratta committed
-