From 069cb790817b886e7531175b6f5f2bcfcc333687 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 15 Jan 2014 09:19:46 -0500 Subject: [PATCH 1/4] release notes 1-16-14 Initial setup for RTD --- docs/release_notes/source/01-16-2014.rst | 34 ++++++++++++++++++++++++ docs/release_notes/source/conf.py | 6 ++++- docs/release_notes/source/index.rst | 1 + 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 docs/release_notes/source/01-16-2014.rst diff --git a/docs/release_notes/source/01-16-2014.rst b/docs/release_notes/source/01-16-2014.rst new file mode 100644 index 0000000000..4c9c947249 --- /dev/null +++ b/docs/release_notes/source/01-16-2014.rst @@ -0,0 +1,34 @@ +################################### +January 16, 2014 +################################### + +You can now access the public edX roadmap_ for details about the currently planned product direction. + +.. _roadmap: https://edx-wiki.atlassian.net/wiki/display/OPENPROD/OpenEdX+Public+Product+Roadmap + + +************* +edX Studio +************* + +New documentation, *Building a Course with edX Studio*, is available online_. You can also download the new guide as a PDF from the edX Studio user interface. + +.. _online: http://edx.readthedocs.org/projects/ca/en/latest/ + +============= +New Features +============= + +* + +========================== +Changes and Updates +========================== + + +*************************************** +edX Learning Management System +*************************************** + + + diff --git a/docs/release_notes/source/conf.py b/docs/release_notes/source/conf.py index d7395e3b00..e75fc5531c 100644 --- a/docs/release_notes/source/conf.py +++ b/docs/release_notes/source/conf.py @@ -22,10 +22,14 @@ templates_path.append('source/_templates') # so a file named "default.css" will overwrite the builtin "default.css". html_static_path.append('source/_static') +if not on_rtd: # only import and set the theme if we're building docs locally + import sphinx_rtd_theme + html_theme = 'sphinx_rtd_theme' + html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # General information about the project. project = u'Release Notes for edX Course Staff' -copyright = u'2013, edX' +copyright = u'2014, edX' # The short X.Y version. version = '' diff --git a/docs/release_notes/source/index.rst b/docs/release_notes/source/index.rst index a26aa65a34..bfff285ada 100755 --- a/docs/release_notes/source/index.rst +++ b/docs/release_notes/source/index.rst @@ -11,6 +11,7 @@ Contents :maxdepth: 5 read_me + 01-16-2014 01-07-2014 12-17-2013 12-09-2013 From bcb622eb75d7abeeee79b854f071a5f0aa1b8e06 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 15 Jan 2014 11:14:06 -0500 Subject: [PATCH 2/4] 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) From 9b7f2d79f5c3ee358959ba95702b3167ffe81576 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Thu, 16 Jan 2014 11:55:26 -0500 Subject: [PATCH 3/4] Fixed Course Start date change to 1/1/2030 --- docs/release_notes/source/01-16-2014.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/release_notes/source/01-16-2014.rst b/docs/release_notes/source/01-16-2014.rst index e96c9f6cf9..7a04d798cc 100644 --- a/docs/release_notes/source/01-16-2014.rst +++ b/docs/release_notes/source/01-16-2014.rst @@ -11,7 +11,7 @@ You can now access the public edX roadmap_ for details about the currently plann edX Studio ************* -New documentation, *Building a Course with edX Studio*, is available online_. You can also download the new guide as a PDF from the edX Studio user interface. +New documentation, `Building a Course with edX Studio `_, is available online_. You can also download the new guide as a PDF from the edX Studio user interface. .. _online: http://edx.readthedocs.org/projects/ca/en/latest/ @@ -19,7 +19,6 @@ New documentation, *Building a Course with edX Studio*, is available online_. Yo 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) @@ -27,11 +26,11 @@ Changes and Updates 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) +* The default **Course Start Date** for new courses is now **01/01/2030 GMT**. 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 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 `_. From 0fc5d88e4e688c4e70f789022b6878bd86eeefed Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Thu, 16 Jan 2014 12:08:51 -0500 Subject: [PATCH 4/4] Discussion Forums Fixed forum label to match UI --- docs/release_notes/source/01-16-2014.rst | 6 +++--- docs/release_notes/source/10-23-2013.rst | 2 +- docs/release_notes/source/12-09-2013.rst | 2 +- docs/release_notes/source/12-17-2013.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/release_notes/source/01-16-2014.rst b/docs/release_notes/source/01-16-2014.rst index 7a04d798cc..5f87f999ee 100644 --- a/docs/release_notes/source/01-16-2014.rst +++ b/docs/release_notes/source/01-16-2014.rst @@ -44,8 +44,8 @@ edX Learning Management System * For Image Response problems, the correct answer now appears when a student clicks **Show Answer**. (BLD-633) -********* -Forums -********* +****************** +Discussion Forums +****************** * The Vote button in the forum is now accessible by the keyboard and to screen readers. (FOR-64) diff --git a/docs/release_notes/source/10-23-2013.rst b/docs/release_notes/source/10-23-2013.rst index f085b6d267..793f6b9947 100644 --- a/docs/release_notes/source/10-23-2013.rst +++ b/docs/release_notes/source/10-23-2013.rst @@ -134,7 +134,7 @@ Changes and Updates ****************** -Forums +Discussion Forums ****************** The following changes are included in this release: diff --git a/docs/release_notes/source/12-09-2013.rst b/docs/release_notes/source/12-09-2013.rst index 320a3124ad..bf0d51a135 100644 --- a/docs/release_notes/source/12-09-2013.rst +++ b/docs/release_notes/source/12-09-2013.rst @@ -59,7 +59,7 @@ The following changes are included in this release: * The calculator tooltips are now fully accessible to screen readers. (BLD-533) ****************** -Forums +Discussion Forums ****************** The following changes are included in this release: diff --git a/docs/release_notes/source/12-17-2013.rst b/docs/release_notes/source/12-17-2013.rst index 14c7a6dec6..b59a1db6d7 100644 --- a/docs/release_notes/source/12-17-2013.rst +++ b/docs/release_notes/source/12-17-2013.rst @@ -51,7 +51,7 @@ The following changes are included in this release: ****************** -Forums +Discussion Forums ****************** The following changes are included in this release: