From bcb622eb75d7abeeee79b854f071a5f0aa1b8e06 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 15 Jan 2014 11:14:06 -0500 Subject: [PATCH] RN Draft 1 Draft for 1-16-2014 --- docs/release_notes/source/01-16-2014.rst | 30 +++++++++++++++++++----- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/release_notes/source/01-16-2014.rst b/docs/release_notes/source/01-16-2014.rst index 4c9c947249..e96c9f6cf9 100644 --- a/docs/release_notes/source/01-16-2014.rst +++ b/docs/release_notes/source/01-16-2014.rst @@ -15,20 +15,38 @@ New documentation, *Building a Course with edX Studio*, is available online_. Yo .. _online: http://edx.readthedocs.org/projects/ca/en/latest/ -============= -New Features -============= - -* - ========================== Changes and Updates ========================== +* STUD-91 - check + +* In certain situations, PDF files in the course were saved with the wrong content type. PDF files are now always stored with the content type ``application/pdf``. (STUD-878) + +* The **Files & Uploads** page has been updated so that you can sort files on the page by file name or the date the file was uploaded to the course. (STUD-995) + + For more information, see the `updated documentation for adding files to your course `_. + +* The default **Course Start Date** for new courses is now **12/31/2029**. This is to ensure that your course does not start before you intend it to. You must change the Course Start Date to the date you want students to begin using the course. (STUD-1072) + + For more information, see the `updated documentation for setting important dates for your course `_. + +* For new courses, sections and subsections now have a default release date of January 1, 2030. In this case, you must adjust the release date to the day you want students to be able to view the content. (STUD-1072) + + For more information, see the `updated documentation on release dates `_. *************************************** edX Learning Management System *************************************** +* When a student sets the volume for a video, that volume setting is now saved and used when the student views subsequent videos. (BLD-518) + + +* For Image Response problems, the correct answer now appears when a student clicks **Show Answer**. (BLD-633) +********* +Forums +********* + +* The Vote button in the forum is now accessible by the keyboard and to screen readers. (FOR-64)