-
Notifications
You must be signed in to change notification settings - Fork 140
Course builder improvements #3096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
21d1a86
Include permalink and sanitized name in the response when updating a …
brianhogg 765fc81
Make sure settings panel updates.
brianhogg 3589a5b
Default to published when creating a new quiz.
brianhogg 2a0d49b
Show permalink when creating a new quiz and saving, or editing (if it…
brianhogg c3f2361
Listen to the name change to update the text input correctly.
brianhogg a2bc5b4
Listen to the name change to update the text input correctly when add…
brianhogg e942a32
Add post title from title data to generate a permalink, if not overri…
brianhogg 1d3f5ee
WIP: Adding experimental description field to lessons.
brianhogg 3ce4ef6
Moving to lesson model instead of hidden detail in schema.
brianhogg 3b61b91
Switch to allowing edit only if the content is blank, or if the conte…
brianhogg a53ff2b
Change the lesson data rather than saving the flag. Otherwise content…
brianhogg 02f7470
Close the editor sidebar if the lesson we're currently editing is bei…
brianhogg 54eebf1
Attempt to fix tests.
brianhogg 00e5986
WIP: Trying to hide add existing lesson modal after picking a lesson.
brianhogg c947ef2
Destroy the webui-popover elements. Fixes #3097
brianhogg df8649e
Selecting the first section on load. Improved highlighting of the sel…
brianhogg c00b606
Fix for cloned lessons showing content editor incorrectly.
brianhogg 7cc1e6a
Remove console logs.
brianhogg 6729084
Avoiding propagation up to the top-level of quiz when the select is c…
brianhogg 83b8219
Listen for changes to assignment model.
brianhogg 66026e8
Changelogs
brianhogg 6576b2d
Changelogs
brianhogg 46b9a57
Spacing
brianhogg 26678da
Fixing double pubsub call.
brianhogg 3e7d46e
Reverting spacing.
brianhogg 1809a9b
Merge branch 'dev' into course-builder-improvements
brianhogg d490100
Fix DOM accumulation with add existing lesson popup.
brianhogg c947d1e
Listen to name change for quizzes too.
brianhogg 3b02691
Merge branch 'dev' into course-builder-improvements
brianhogg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| significance: minor | ||
| type: added | ||
| entry: Lesson content can be edited within the Course Builder for new lessons, | ||
| or existing lessons with no existing content. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| significance: patch | ||
| type: fixed | ||
| entry: Close lesson settings panel when lesson has been trashed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| significance: minor | ||
| type: changed | ||
| links: | ||
| - "#3033" | ||
| - "#3056" | ||
| - "#3097" | ||
| - "#2938" | ||
| - "#3030" | ||
| entry: Various course builder fixes, with quizzes set to published by default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.