Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
825571fb
Commit
825571fb
authored
Oct 29, 2013
by
polesye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BLD-424. Update CHANGELOG.rst.
parent
6130189b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
CHANGELOG.rst
+7
-5
No files found.
CHANGELOG.rst
View file @
825571fb
...
@@ -5,6 +5,8 @@ These are notable changes in edx-platform. This is a rolling list of changes,
...
@@ -5,6 +5,8 @@ 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
in roughly chronological order, most recent first. Add your entries at or near
the top. Include a label indicating the component affected.
the top. Include a label indicating the component affected.
Blades: Fix bug when the speed can only be changed when the video is playing.
LMS: Change bulk email implementation to use less memory, and to better handle
LMS: Change bulk email implementation to use less memory, and to better handle
duplicate tasks in celery.
duplicate tasks in celery.
...
@@ -12,7 +14,7 @@ LMS: Improve forum error handling so that errors in the logs are
...
@@ -12,7 +14,7 @@ LMS: Improve forum error handling so that errors in the logs are
clearer and HTTP status codes from the comments service indicating
clearer and HTTP status codes from the comments service indicating
client error are correctly passed through to the client.
client error are correctly passed through to the client.
LMS: Improve performance of page load and thread list load for
LMS: Improve performance of page load and thread list load for
discussion tab
discussion tab
LMS: The wiki markup cheatsheet dialog is now accessible to people with
LMS: The wiki markup cheatsheet dialog is now accessible to people with
...
@@ -28,12 +30,12 @@ Blades: When start time and end time are specified for a video, a visual range
...
@@ -28,12 +30,12 @@ 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
will be shown on the time slider to highlight the place in the video that will
be played.
be played.
Studio: added restful interface for finding orphans in courses.
Studio: added restful interface for finding orphans in courses.
An orphan is an xblock to which no children relation points and whose type is not
An orphan is an xblock to which no children relation points and whose type is not
in the set contentstore.views.item.DETACHED_CATEGORIES nor 'course'.
in the set contentstore.views.item.DETACHED_CATEGORIES nor 'course'.
GET http://host/orphan/org.course returns json array of ids.
GET http://host/orphan/org.course returns json array of ids.
Requires course author access.
Requires course author access.
DELETE http://orphan/org.course deletes all the orphans in that course.
DELETE http://orphan/org.course deletes all the orphans in that course.
Requires is_staff access
Requires is_staff access
Studio: Bug fix for text loss in Course Updates when the text exists
Studio: Bug fix for text loss in Course Updates when the text exists
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment