Skip to content

Commit 15d3da2

Browse files
committed
Bump the version number to v1.2.11 and update the changelog. Add names of new contributors to the About page.
1 parent 787a696 commit 15d3da2

File tree

3 files changed

+76
-3
lines changed

3 files changed

+76
-3
lines changed

CHANGELOG

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,86 @@ This file contains a summary of changes to the Oppia code base. For a full chang
33
https://code.google.com/p/oppia/source/list
44

55

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+
676
v1.2.10.patch (10 Oct 2014)
7-
--------------------
77+
---------------------------
878
Editor improvements:
979
* In noneditable mode, hide the widget selector in the state editor.
1080
* Fix a bug relating to the graph visualization height in Firefox.
1181

1282
Infrastructure:
1383
* Allow exploration statistics datastore models to be migrated.
1484

85+
1586
v1.2.10 (7 Oct 2014)
1687
--------------------
1788
General editor improvements:

app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
application: oppiaserver
2-
version: 1-2-10-patch
2+
version: 1-2-11
33
runtime: python27
44
api_version: 1
55
threadsafe: false
66

77
env_variables:
88
DJANGO_SETTINGS_MODULE: 'oppiaserver.settings'
99
# Modify the 'version' field above to match this.
10-
OPPIA_VERSION: '1.2.10.patch'
10+
OPPIA_VERSION: '1.2.11'
1111

1212
builtins:
1313
- appstats: on

core/templates/dev/head/pages/about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ <h1>Credits</h1>
7070
<ul>
7171
<li>Alex Gower</li>
7272
<li>Amit Deutsch</li>
73+
<li>Angela Park</li>
74+
<li>Chin Zhan Xiong</li>
7375
<li>Frederik Creemers</li>
7476
<li>Jacob Davis</li>
7577
<li>Jeremy Emerson</li>

0 commit comments

Comments
 (0)