You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+72-1Lines changed: 72 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,86 @@ This file contains a summary of changes to the Oppia code base. For a full chang
3
3
https://code.google.com/p/oppia/source/list
4
4
5
5
6
+
v1.2.11 (14 Nov 2014)
7
+
---------------------
8
+
Editor UI fixes
9
+
* State editor tutorial:
10
+
- Show the tutorial immediately for first-time users.
11
+
- Make tutorial buttons slightly larger.
12
+
- Rename tutorial link to 'Oppia editor tutorial' in the help menu.
13
+
- Add new stages to the tutorial for the preview and save buttons; rewrite other parts to flow better.
14
+
- Do not gray out the 'Let's go' button at the end of the tutorial.
15
+
* Rules:
16
+
- Change readonly rule display to a plain text string.
17
+
- Clarify the 'add variation' text for each rule.
18
+
- Improve the rule destination UI by removing the search icon, adding targeted error messages, and adding '(New)' helper text.
19
+
* Controls:
20
+
- Add tooltip to 'publish exploration' button to explain why it is disabled.
21
+
- Combine saving + discarding into a single button with a dropdown.
22
+
- Remove the sentence in the 'save exploration' modal that suggests that the user is changing the publication status of the exploration.
23
+
- When the save modal is opened, shift focus to the textarea field in which to enter a commit message.
24
+
* Exploration map:
25
+
- Fix a bug where the map was not being centered correctly on page load.
26
+
- Make the exploration map modal bigger.
27
+
* After a new feedback message is sent, clear the feedback message input field.
28
+
* Suppress the warning message that pops up when trying to navigate away or reset an exploration while in preview mode (issue 416).
29
+
* Allow parameter changes to be discarded in mid-edit.
30
+
* Autofocus to the corresponding create-new-state text box after a new state has just been created.
31
+
* Remove the on-hover effect for the content and rule sections in non-editable mode.
32
+
* Change the interaction editor icon from a pencil to a cog (to suggest 'settings' or 'customization').
33
+
* Make the interaction selector responsive.
34
+
* Update the client-side exploration data immediately after the first state of the exploration is changed, when a tab transition is made, and after a state deletion event (cf. issues 441 and 442).
35
+
* Fix a bug where the settings and history tabs were displayed before the exploration data loaded fully.
36
+
* Add a 'Cancel' button to the content editor in exploration editor (issue 343).
37
+
38
+
Learner view:
39
+
* Separate the state transition handler into multiple handlers, for parity with the editor preview mode.
40
+
41
+
Gallery:
42
+
* Add a search field to the gallery.
43
+
* If an interstitial breaks the exploration creation flow, redirect the user to the exploration creation modal in the gallery at the end of the process.
44
+
* Show beta explorations in the gallery by default, and remove private explorations and the 'status' checkbox group.
45
+
* Rename 'beta' to 'public', and mark released explorations as 'featured' in the gallery. Update the wording on the site to reflect this change.
46
+
* Create exploration summary models so that the gallery loads faster.
47
+
* Make the 'Create New Exploration' button a bit smaller.
48
+
* Autofocus to the title field in the gallery modal when the 'create new' button is clicked.
49
+
* Add inline validation to the 'create exploration' modal.
50
+
51
+
Dashboard:
52
+
* Show notifications of new activity in the navbar and page title (where appropriate) and highlight this information in the dashboard.
53
+
* Record the time a user last checked the dashboard.
54
+
55
+
Site pages:
56
+
* Update and simplify the splash page.
57
+
* Change the issue tracker link on error pages to use HTTPS.
58
+
59
+
Widgets:
60
+
* Add a new interactive widget for combinatorial graphs, and a sample exploration to illustrate its use.
61
+
* Change the 'misspelled by one character' rule for string input to 'misspelled by at most one character'.
62
+
* MultipleChoiceInput: forbid the case of zero choices.
63
+
* MultipleChoiceInput: stop very long strings in the aanswer buttons from overflowing.
64
+
65
+
Infrastructure and tests:
66
+
* Upgrade intro.js to v1.0.0.
67
+
* Upgrade Angular to v1.3.0-rc.5.
68
+
* Upgrade jQuery to v2.1.1.
69
+
* Add Protractor tests for non-interactive widgets, the rich-text editor, parameters, complex behaviours and navigation within the exploration editor.
70
+
* Add Protractor tests for the embedding of oppia explorations in external webpages.
71
+
* In Protractor tests, allow each widget to have its own integration test utilities.
72
+
* Add checks for console errors during Protractor tests.
73
+
* Fix issue 411: the check for the installed version of Protractor was not working correctly.
74
+
75
+
6
76
v1.2.10.patch (10 Oct 2014)
7
-
--------------------
77
+
---------------------------
8
78
Editor improvements:
9
79
* In noneditable mode, hide the widget selector in the state editor.
10
80
* Fix a bug relating to the graph visualization height in Firefox.
11
81
12
82
Infrastructure:
13
83
* Allow exploration statistics datastore models to be migrated.
0 commit comments