From 25abce865f2ad4223508bc149f01770d04c27432 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 12 Aug 2013 14:39:59 -0400 Subject: [PATCH 1/5] add changelog information on two features being deployed --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 897ea3ae3a..8d04c44d88 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -222,6 +222,10 @@ XModules: Added "randomize" XModule to list of XModule types. XModules: Show errors with full descriptors. +Studio: Add feedback to end user if there is a problem exporting a course + +Studio: Improve link re-writing on imports into a different course-id + XQueue: Fixed (hopefully) worker crash when the connection to RabbitMQ is dropped suddenly. From 57d9ea3f654e072ed35787f5baf517ed2fd0a351 Mon Sep 17 00:00:00 2001 From: Miles Steele Date: Mon, 12 Aug 2013 15:03:38 -0400 Subject: [PATCH 2/5] add beta dash to changelog --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d04c44d88..b900eeb71e 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. +LMS: Enable beta instructor dashboard. The beta dashboard is a rearchitecture +of the existing instructor dashboard and is available by clicking a link at +the top right of the existing dashboard. + Studio: Email will be sent to admin address when a user requests course creator privileges for Studio (edge only). From 57e141827437a6122d9b70d0edc4c6f0ade7aed0 Mon Sep 17 00:00:00 2001 From: Peter Baratta Date: Mon, 12 Aug 2013 15:37:18 -0400 Subject: [PATCH 3/5] Add an entry to the CHANGELOG for #512 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b900eeb71e..29f608ef9c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,10 @@ privileges for Studio (edge only). Studio: Studio course authors (both instructors and staff) will be auto-enrolled for their courses so that "View Live" works. +Common: Add a new input type ```` for Formula/Numerical +Responses. It periodically makes AJAX calls to preview and validate the +student's input. + Common: Added ratelimiting to our authentication backend. Common: Add additional logging to cover login attempts and logouts. From 03449895f27d563bca889626ceaf7f2353a1428c Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 12 Aug 2013 21:34:26 -0400 Subject: [PATCH 4/5] add studio changes --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29f608ef9c..2372c40aba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -222,6 +222,10 @@ LMS: Fixed failing numeric response (decimal but no trailing digits). LMS: XML Error module no longer shows students a stack trace. +Studio: Add feedback to end user if there is a problem exporting a course + +Studio: Improve link re-writing on imports into a different course-id + Blades: Videoalpha. XModules: Added partial credit for foldit module. From 64433db0bd6b7bafd8e9ec69a9f4d150c79e75e7 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 12 Aug 2013 21:38:53 -0400 Subject: [PATCH 5/5] add changelog entry --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2372c40aba..2e51f0b834 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -226,6 +226,8 @@ Studio: Add feedback to end user if there is a problem exporting a course Studio: Improve link re-writing on imports into a different course-id +Studio: Allow for intracourse linking in Capa Problems + Blades: Videoalpha. XModules: Added partial credit for foldit module.