Release notes for 7-9-2014
This commit is contained in:
committed by
Mark Hoeber
parent
b989ec149a
commit
364ee10ae0
@@ -50,7 +50,7 @@ The following documentation is available:
|
||||
|
||||
Added new event types to `Tracking Logs`_ for interactions with PDF files.
|
||||
|
||||
* `edX Platform Developer Documentation`_
|
||||
* `edX Developer's Guide`_
|
||||
|
||||
Recent changes include:
|
||||
|
||||
|
||||
@@ -50,9 +50,9 @@ The following documentation is available:
|
||||
download the entire guide as a PDF.
|
||||
|
||||
* Instructions for adding a table of contents for a video file are now
|
||||
available in the :ref:`TOC Transcripts` section. (BLD-933)
|
||||
available in the `Video Table of Contents`_ section. (BLD-933)
|
||||
|
||||
* The example report in the :ref:`View and download student data` section now
|
||||
* The example report in the `Download or view student data`_ section now
|
||||
includes the new User ID column.
|
||||
|
||||
* `edX Research Guide`_
|
||||
|
||||
85
docs/en_us/release_notes/source/07-10-2014.rst
Normal file
85
docs/en_us/release_notes/source/07-10-2014.rst
Normal file
@@ -0,0 +1,85 @@
|
||||
###################################
|
||||
July 10, 2014
|
||||
###################################
|
||||
|
||||
The following information reflects what is new in the edX Platform as of July
|
||||
10,
|
||||
2014. See previous pages in this document for a history of changes.
|
||||
|
||||
****************************************
|
||||
edX Release Announcements Mailing List
|
||||
****************************************
|
||||
|
||||
These edX Course Staff Release Notes are always available and are updated with
|
||||
each release of the edX Platform on `edx.org`_ and `edX Edge`_.
|
||||
|
||||
You can also sign up for the `edX Release Announcements mailing list`_ to get
|
||||
an email message when we have updated the edX Course Staff Release Notes.
|
||||
|
||||
***************************************
|
||||
edX Studio
|
||||
***************************************
|
||||
|
||||
* In some situations, when you changed your browser's language to any language
|
||||
other than English, Studio did not save changes to video URLs in the Video
|
||||
component. This bug has been fixed.
|
||||
|
||||
* Every setting on the **Advanced Settings** page now has a user-friendly name
|
||||
and a description.
|
||||
|
||||
***************************************
|
||||
edX Learning Management System
|
||||
***************************************
|
||||
|
||||
* In Internet Explorer, an "Only secure content is displayed" security warning
|
||||
sometimes appeared in courseware. This bug has been fixed. (LMS-2892)
|
||||
|
||||
* When you selected a topic for a new post in the discussion forum, topic names
|
||||
in the discussion forum topic list sometimes appeared with unexpected
|
||||
formatting. This bug has been fixed. (FOR-578)
|
||||
|
||||
**************************
|
||||
edX Documentation
|
||||
**************************
|
||||
|
||||
The following documentation is available:
|
||||
|
||||
* `Building and Running an edX Course`_
|
||||
|
||||
Click **Help** in the upper-right corner of any page in the edX Studio
|
||||
user interface to access relevant sections in this guide. You can also
|
||||
download the entire guide as a PDF.
|
||||
|
||||
Recent changes include:
|
||||
|
||||
* Updated `The Course End Date`_ to specify when students can earn and access
|
||||
certificates.
|
||||
|
||||
* `edX Research Guide`_
|
||||
|
||||
Recent changes include:
|
||||
|
||||
* In the `Tracking Logs`_ chapter, corrected an error in the description of
|
||||
the ``edx.forum.search`` event, updated the ``seek_video`` event, and added
|
||||
the ``stop_video`` event.
|
||||
|
||||
* Added the `Keys and Credentials for Data Transfers`_ chapter.
|
||||
|
||||
* `edX Developer's Guide`_
|
||||
|
||||
* `edX XBlock Documentation`_
|
||||
|
||||
* `Installing, Configuring, and Running the edX Platform`_
|
||||
|
||||
**************************
|
||||
Other edX Resources
|
||||
**************************
|
||||
|
||||
You can access the `edX Status`_ page to get an up-to-date status for all
|
||||
services on edx.org and edX Edge. The page also includes the Twitter feed for
|
||||
@edXstatus, which the edX Operations team uses to post updates.
|
||||
|
||||
You can access the public `edX roadmap`_ for details about the currently
|
||||
planned product direction.
|
||||
|
||||
.. include:: links.rst
|
||||
@@ -17,7 +17,7 @@ The following documentation is available:
|
||||
|
||||
You can also download the guide as a PDF from the edX Studio user interface.
|
||||
|
||||
* `edX Data Documentation`_
|
||||
* `edX Research Guide`_
|
||||
|
||||
|
||||
* `edX Developer's Guide`_
|
||||
|
||||
@@ -30,6 +30,8 @@ email message when we have updated the edX Course Staff Release Notes.
|
||||
:maxdepth: 1
|
||||
|
||||
read_me
|
||||
preface
|
||||
07-10-2014
|
||||
06-25-2014
|
||||
06-17-2014
|
||||
06-10-2014
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
|
||||
.. _edX Developer's Guide: http://edx.readthedocs.org/projects/userdocs/en/latest/
|
||||
|
||||
.. _Keys and Credentials for Data Transfers: http://edx.readthedocs.org/projects/devdata/en/latest/internal_data_formats/credentials.html
|
||||
|
||||
.. _Testing Your Course: http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/releasing_course/view_course_content.html#testing-your-course
|
||||
|
||||
.. _Switch Between Studio and Your Live Course: http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/releasing_course/view_course_content.html#view-your-live-course
|
||||
@@ -175,6 +177,10 @@
|
||||
|
||||
.. _Review Grades for Enrolled Students (Small Courses): http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/running_course/course_grades.html#gradebook
|
||||
|
||||
.. _Video Table of Contents: http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/creating_content/create_video.html#video-toc
|
||||
|
||||
.. _Download or view student data: http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/running_course/course_student.html#view-and-download-student-data
|
||||
|
||||
.. DATA DOCUMENTATION
|
||||
|
||||
.. _Student Info and Progress Data: http://edx.readthedocs.org/projects/devdata/en/latest/internal_data_formats/sql_schema.html#student-info
|
||||
|
||||
1
docs/en_us/release_notes/source/preface.rst
Normal file
1
docs/en_us/release_notes/source/preface.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../shared/preface.rst
|
||||
Reference in New Issue
Block a user