Skip to content

Commit

Permalink
Update authors and changelog for v2.8.1. (oppia#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip authored Apr 26, 2019
1 parent 2e1a4b3 commit d0adb66
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ Ian Luttrell <[email protected]>
Ishan Singh <[email protected]>
Jackson Wu <[email protected]>
Jacob Davis <[email protected]>
Jacob Li Peng Cheng <[email protected]>
Jakub Osika <[email protected]>
James James John <[email protected]>
Jared Silver <[email protected]>
Jasmine Rider <[email protected]>
Jasper Deng <[email protected]>
Expand Down Expand Up @@ -153,6 +155,7 @@ Nikhil Prakash <[email protected]>
Nikhil Handa <[email protected]>
Nikhil Sangwan <[email protected]>
Nimalen Sivapalan <[email protected]>
Nisheal John <[email protected]>
Nithesh N. Hariharan <[email protected]>
Nitish Bansal <[email protected]>
Oskar Cieslik <[email protected]>
Expand Down Expand Up @@ -204,11 +207,14 @@ Sebastian Zangaro <[email protected]>
Seth Beckman <[email protected]>
Shafqat Dulal <[email protected]>
Sharif Shaker <[email protected]>
Shiqi Wu <[email protected]>
Shiva Krishna Yadav <[email protected]>
Shivan Trivedi <[email protected]>
Shivansh Bajaj <[email protected]>
Shouvik Roy <[email protected]>
Shubha Gupta <[email protected]>
Shubham Bansal <[email protected]>
Siddhant Khandelwal <[email protected]>
Siddhant Srivastav <[email protected]>
Soumyo Dey <[email protected]>
Sourab Jha <[email protected]>
Expand Down
96 changes: 96 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,101 @@
This file contains a summary of changes to the Oppia code base.

v2.8.1 (26 April 2019)
------------------------
Improvements to editors and players
* Fix #6285: Fixes issues while selecting an answer in the editor feedback tab. (#6532)
* Fixed minor issue in story editor (#6529)
* UI related to the written translation project. (#6503)
* Add send mail functionality for reviewing topics (#6501)
* Fix #2125: Fix alignment of Exploration Graph legend in history tab. (#6402)
* Fix #5802, #5590: Introduce Playthrough Improvements Cards (#6400)
* Fix #6370: Fix Title and Goal label alignment (#6372)
* Fix #5530: Update collection title after save and refresh (#6362)
* Fix #6322: Add IsProperSubsetOf to item-selection interaction (#6350)

New structures
* Support question difficulty per skill (#6502)
* Fix #6377: Create Practice Sessions Page Skeleton (#6381)
* Question Player Backend API Service (#6373)

Translations
* Fix #5921: Adds e2e test for uploading audio in translation tab (#6340)
* Fix #6248 : Prevent guest and unauthorized users from drag-and-drop audio in translation tab. (#6304)
* Fix part of #5898: Aria model with test case (#6290)
* Add written translation property in skillContents and subtopic. (#6241)
* Fix part of #5898: Added Google Analytics for translation tab (#6166)
* Add proper validation for written translations to allow translation in hinglish. (#6588)

Infrastructural changes
* Fix release info script: fix imports, and sort PRs in descending order (#6607)
* Add removal of app.yaml version field to deploy script. (#6564)
* Fix the backend issues with some new structure models (#6514)
* Change the name of the schema_version field in story models. (#6420)
* Make new model IDs only contain alphanumeric characters. (#6408)
* Update release script to use SSH Git URL instead of HTTPS (#6382)
* Fix #6294: Upgrade BeautifulSoup version from 4.6.0 to 4.7.1 (#6355)
* Fix part of #6343: Update js files to remove typescript compile errors (#6344)

Bug fixes
* Fix broken interaction previews in the exploration editor (#6627)
* Fix part of #6159: Fix revert exploration method (#6575)
* Fix few translation tab related issues. (#6571)
* Fix #6538: Adds a proper title for landing pages. (#6539)
* Fix #6181:Removed the exception which occured during clearing search index (#6518)
* Fix issues with New Structures (#6506)
* Fix #6383: Added regex to validate return_url in signup page (#6498)
* Fix #6426: Added regex check for exploration id & nodes now can be saved with null exploration ids. (#6470)
* Fix #6461: Changing error status for missing csrf_token from 500 to 401. (#6463)
* Fix #6452: Fix server errors (#6454)
* Fix #4931: Fixes frozen editor tour (#6450)
* Fix #4632: Fixes learn again-continue button (#6448)
* Fix #6206: Fix enlargement of text in RTE (#6447)
* Fix #6436: Adds removeDuplicatesInArray filter in exploration_player. (#6437)
* Fix #6414: REQUIRE_PAYLOAD_CSRF_CHECK Flag Flipped in Error404Handler class. (#6435)
* Remove unwanted validation check and related tests from exploration. (#6407)
* Fix #6205 : Disabled the reject button, enabled only when some review is entered. (#6384)
* Fix #6325 : modify style of active and inactive submenus on learner dashboard (#6358)
* Fix #6199: Hint tabs failed to open when active hint deleted (#6243)
* Fix #2306: Fixes signup issue when a new tab is opened (#6235)

Code health
* Fix #6494: Added check for style properties to have a space between the colon and the property value. (#6516)
* Fix part of #6387: Email constant fix (#6467)
* Fix part of issue #6316: Remove some scripts from base.html which were not needed in it. (#6466)
* Fix part of #6343: Adds custom type definitions (#6430)
* Fix part of #6387: Remove globals from library.html and preferences.html (#6415)
* Fix part of #5002: Removed iframed from GLOBALS (#6410)
* Fix part of #5002: Remove logoutUrl from HTML (#6401)
* Fix #6316: Refactor base.html (#6399)
* Fix part of #5002: Moved SITE_FEEDBACK_FORM_URL from GLOBALS to constants.js. (#6365)
* Fix part of #6254: Refactor for directives.js and filters.js (#6275)

Development workflow
* Fix #6534: make MR jobs runnable on localhost. (#6543)
* Update pip and Skulpt installations for newer versions of Ubuntu (#6464)
* Move lint tests to CircleCI from Travis (#6453)
* Reorder CODEOWNERS to ensure that the most important rules are at the end. (#6438)
* Add webhook links for Travis, CircleCI & Codecov (#6398)
* Automate changelog generation in the release_info script (#6395)
* Fix #6321: Added checks to validate patterns in CODEOWNERS file. (#6386)
* Add option not to start browser window to start.sh (#6363)
* Add issue template for server errors (#6308)
* Add a script for updating indexes. Move gcloud functions into a separate module. (#6305)
* Port back-end tests from Travis to CircleCI (#6234)
* Fix #5426: Lint check to ensure that each Angular file contains exactly one service/directive/etc. inside it. (#6202)
* Fix #6100 : Added verbose and non verbose mode in the pre submit check (#6146)

Testing coverage
* Fix part of #5134: Make test coverage of core.storage.exploration.gae_models 100% (#6540)
* Fix part of #5134, more robust testing to schema_utils.py (#6432)
* Fix part of #4057: Increase test coverage to 100% for HintObjectFactory.js and InteractionObjectFactory.js. (#6428)
* Fix part of #5134: Make test coverage of core.controllers.collection_viewer 100% (#6427)
* Add pending New Structures e2e tests (#6385)
* Fix part of #5134 : Increasing the test coverage of subtopic_page_services.py from 64% to 100%. (#6360)
* Fix part of #5134: Increased Coverage from 89% to 100% for core.domain.email_manager.py (#6306)
* Add unit test for translation_tab/TranslationStatusService.js (#6261)


v2.8.0 (30 March 2019)
------------------------
New structures
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ Ian Luttrell <[email protected]>
Ishan Singh <[email protected]>
Jackson Wu <[email protected]>
Jacob Davis <[email protected]>
Jacob Li Peng Cheng <[email protected]>
Jakub Osika <[email protected]>
James James John <[email protected]>
Jared Silver <[email protected]>
Jasper Deng <[email protected]>
Jasmine Rider <[email protected]>
Expand Down Expand Up @@ -178,6 +180,7 @@ Nikhil Handa <[email protected]>
Nikhil Prakash <[email protected]>
Nikhil Sangwan <[email protected]>
Nimalen Sivapalan <[email protected]>
Nisheal John <[email protected]>
Nithesh N. Hariharan <[email protected]>
Nitish Bansal <[email protected]>
Oskar Cieslik <[email protected]>
Expand Down Expand Up @@ -233,12 +236,15 @@ Seth Beckman <[email protected]>
Shafqat Dulal <[email protected]>
Shantanu Bhowmik <[email protected]>
Sharif Shaker <[email protected]>
Shiqi Wu <[email protected]>
Shitong Shou <[email protected]>
Shiva Krishna Yadav <[email protected]>
Shivan Trivedi <[email protected]>
Shivansh Bajaj <[email protected]>
Shouvik Roy <[email protected]>
Shubha Gupta <[email protected]>
Shubham Bansal <[email protected]>
Siddhant Khandelwal <[email protected]>
Siddhant Srivastav <[email protected]>
Soumyo Dey <[email protected]>
Sourab Jha <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<ul>
<li>Jackson Wu</li>
<li>Jacob Davis</li>
<li>Jacob Li Peng Cheng</li>
<li>Jakub Osika</li>
<li>James James John</li>
<li>Jared Silver</li>
<li>Jasper Deng</li>
<li>Jasmine Rider</li>
Expand Down Expand Up @@ -332,6 +334,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Nikhil Prakash</li>
<li>Nikhil Sangwan</li>
<li>Nimalen Sivapalan</li>
<li>Nisheal John</li>
<li>Nithesh N. Hariharan</li>
<li>Nitish Bansal</li>
</ul>
Expand Down Expand Up @@ -401,12 +404,15 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Shafqat Dulal</li>
<li>Shantanu Bhowmik</li>
<li>Sharif Shaker</li>
<li>Shiqi Wu</li>
<li>Shitong Shou</li>
<li>Shiva Krishna Yadav</li>
<li>Shivan Trivedi</li>
<li>Shivansh Bajaj</li>
<li>Shouvik Roy</li>
<li>Shubha Gupta</li>
<li>Shubham Bansal</li>
<li>Siddhant Khandelwal</li>
<li>Siddhant Srivastav</li>
<li>Soumyo Dey</li>
<li>Sourab Jha</li>
Expand Down

0 comments on commit d0adb66

Please sign in to comment.