From a16fe3430fe1287848464b1e8d41a01132d2c57c Mon Sep 17 00:00:00 2001 From: Valera Rozuvan <valera@edx.org> Date: Tue, 22 Oct 2013 15:25:10 +0300 Subject: [PATCH] Added entry to CHANGELOG.rst file. --- CHANGELOG.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d5daa92d0b5..07ce908ba9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. +Blades: When start time and end time are specified for a video, a visual range +will be shown on the time slider to highlight the place in the video that will +be played. + Studio: Bug fix for text loss in Course Updates when the text exists before the first tag. @@ -367,10 +371,10 @@ Studio: Improve link re-writing on imports into a different course-id Studio: course catalog and course outline pages new use course id syntax w/ restful api style -Common: +Common: separate the non-sql db connection configuration from the modulestore (xblock modeling) configuration. in split, separate the the db connection and atomic crud ops into a distinct module & class from modulestore - + Common: location mapper: % encode periods and dollar signs when used as key in the mapping dict Common: location mapper: added a bunch of new helper functions for generating old location style info from a CourseLocator -- GitLab