Skip to content

Commit

Permalink
Update authors and changelog for v2.9.0 (oppia#8697)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Update AUTHORS

* Update CONTRIBUTORS

* Update core/templates/dev/head/pages/about-page/about-page.directive.html

* Resolved reviewer comments.
  • Loading branch information
DubeySandeep authored Feb 22, 2020
1 parent 9384e56 commit 839160d
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 1 deletion.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Aashish Gaba <[email protected]>
Aashish Singh <[email protected]>
Abeer Khan <[email protected]>
Abhay Gupta <[email protected]>
Abhay Raghuwanshi <[email protected]>
Abhay Raizada <[email protected]>
Abhijit Suresh <[email protected]>
Abhimanyu Thakre <[email protected]>
Expand All @@ -28,6 +29,7 @@ Akshay Anand <[email protected]>
Alex Gower <[email protected]>
Alexandra Wu <[email protected]>
Allan Zhou <[email protected]>
Alluri Harshit Varma <[email protected]>
Amanda Rodriguez <[email protected]>
Amey Kudari <[email protected]>
Ana Francisca Bernardo <[email protected]>
Expand Down Expand Up @@ -127,6 +129,7 @@ Joshua Lusk <[email protected]>
Joydeep Mukherjee <[email protected]>
Justin Du <[email protected]>
Jérôme (zolk232) <[email protected]>
K.N. Anantha Nandanan <[email protected]>
Karen Rustad <[email protected]>
Kartikey Pandey <[email protected]>
Kashif Jamal Soofi <[email protected]>
Expand All @@ -153,6 +156,7 @@ Marcel Schmittfull <[email protected]>
Mariana Zangrossi <[email protected]>
Mark Cabanero <[email protected]>
Mark Halpin <[email protected]>
Martin Smithurst <[email protected]>
Maurício Meneghini Fauth <[email protected]>
Michael Mossey <[email protected]>
Michael Orwin <[email protected]>
Expand Down Expand Up @@ -247,6 +251,7 @@ Shubham Bansal <[email protected]>
Shuta Suzuki <[email protected]>
Siddhant Khandelwal <[email protected]>
Siddhant Srivastav <[email protected]>
Siddharth Batra <[email protected]>
Soumyo Dey <[email protected]>
Sourab Jha <[email protected]>
Sourav Badami <[email protected]>
Expand Down
112 changes: 112 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,117 @@
This file contains a summary of changes to the Oppia code base.

v2.9.0 (22 Feb 2020)
------------------------
Bug fixes
* Fix #8694: Places CSS for the loading message in the correct place. (#8695)
* Fix #8603: fixing the invalid date in suggestion thread (#8673)
* Fix #8600: Adds new placeholder message for feedback. (#8634)
* Fix #8596: Removes unexpected div focus from interaction preview bar. (#8633)
* Fix #8610: Makes backdrop static for profile image upload/edit modal. (#8620)
* Fix #8608: Adds controllerAs for the map interaction (#8619)
* Fix #8439. Buggy interaction with the author profiles element (#8460)
* Fix #8209. Fixed fraction input errors. (#8454)
* Fixes #8434: fixing one off jobs in prod_env (#8435)
* Fix #8375: Add check for _submitAnswerFn (#8413)
* Fixes #8371 Removing End interaction text. (#8376)
* Fix #8330: Add min selection message for interactions with radio buttons (#8365)
* Learner Dahsboard fix UI detail (#8358)
* Fix #8049 Changed display of oppia-icon-accessibility-label (#8328)
* Fix #8215: Grammatical correctness while displaying date & time (#8357)

Server Errors
* Fix #6757: Add response headers to prevent caching of /userinfohandler (#8526)
* Fix #8181: Change $apply to $applyAsync in Base.ts and library-page.directive.ts (#8466)
* Fix #8464: Add a check for Error object in $exceptionHandler (#8465)

Translations
* Fix #8598: Console Error when Recording Voiceover (#8641)
* Adds Malay language to the supported audio languages (#8585)

Miscellaneous
* Add swap to Google Fonts link (#8554)
* Fix #8518: Add Security.txt (#8533)
* Adds codeowner for community dashboard and translation project (#8494)
* Update installation section of README (#8486)
* Removed obsolete todo from PromoBar (#8457)
* Tidy up feedback services (#8282)
* Fix part of #7450: Make private global function public (#8255)
* Fix part of #8038: Creates a backend service for collection-creation.service.ts (#8407)
* Fix #7372: Added a cassifierTrainingJob.to_player_dict() function (#7931)

Release team
* Fix app.yaml generation (#8562)
* Updates for maintenance mode (#8516)
* Updates for renaming Changelog label (#8515)
* Fixes issue with the update_changelog release script (#8478)
* Modify release info generation for release summary to be generated independently (#8474)
* Fix instructions in changelog updation (#8473)
* Updates to automation scripts to resolve issues faced in previous releases (#8425)

Learner/Creator Pages
* Fix #8602: Fetch the messages after updating the suggestion (#8624)
* Fix part of #7643: Use webpack for more directives (#8540)
* Fix #8449: Learn again button was surfaced incorrectly (#8536)
* Fix delete card icon shown even when not editable (#8535)
* Fix #8398: Use webpack to load HTML in interactions (#8503)
* Fix #8403. Added shadow for nodes in collection view. (#8428)
* Fix #8400. Changed 'audio' text and added an icon. (#8420)
* Fix #8331: Add submit button for multiple choice interaction (mobile only) (#8374)
* Fix #6433: Refactor open playthrough modal (#8117)
* Fix #7336: add getLastUpdateTime() methods to Improvement Tasks (#8101)
* Fix #7661: Improvement icon notification in the navigation bar (#7865)

Speed improvement
* Fix #7605: Remove GLOBALS.TRANSLATOR_PROVIDER_FOR_TEST from karma-globals.ts (#8344)

Data handling
* Replace 'Admin' user_id with 'admin' (#8483)
* Fix #8202: Delete GeneralFeedbackThreadUserModel that have user_id equal to None (#8481)
* Wipeout 3.6: User ID migration changes (#8361)
* Wipeout 4.4: Add account to be deleted page and send email (#8341)
* Fix #8301: Implement delete_multi for exploration and collection right models (#8319)

QA Team
* Fix part of #6240: Admin one off jobs (#8455)
* Fix part of #4057: Increase frontend test services from Milestone 2.2 (2nd PR) (#8433)
* Fix part of #4057: Increase frontend test services from Milestone 2.2 (1st PR) (#8432)
* Milestone 2.1 (5th PR) - Increase coverage for three services (#8387)
* Milestone 2.1 (4th PR) - Increase coverage for three services (#8379)
* Milestone 2.1 (3rd PR) - Increase coverage for three services (#8373)
* Milestone 2.1 (2nd PR) - Increase coverage for three services (#8345)
* Milestone 2.1 (1st PR) - Increase coverage for collection-rights-backend-api.service.ts and validators.service.ts (#8281)

Angular Migration
* Adds interceptor for Angular (#8507)
* Fix #7403. Changed mathjs imports to partial imports. (#8467)
* Migrate StoryViewerBackendApiService to angular (#8438)
* Migrate ReviewTestBackendApiService to angular (#8302)
* Upgrades StateImprovement Service to Angular (#8116)

Developer experience
* Fix #7957: Convert e2e bash script to a Python script (#8543)
* Fix #8534: Revert commit related to failing test (#8537)
* Increase angular timeout (#8509)
* Increase the frontend tests timeout to 1 minute (#8502)
* Remove unused file from FE coverage (#8459)
* Fix frontend test timeout (#8453)
* Updates Angular version in package.json & yarn.lock (#8430)
* Fix pylint linter decoding error. (#8418)
* Fix #7601: Remove separate typescript compilation (#8412)
* Fix part of #7450: Tests private method through public interface (#8411)
* Fix #7830, Added a custom lint check to ensure that there is an empty line between imports and fileoverview. (#8409)
* Fix #8125. Changed setup.py to rename yarn folder (#8405)
* Revert commits from frontend test configuration changes. (#8388)
* Fix #7427: Added args in the docstring of core/jobs_registry.py (#8386)
* Fix #8380: Move non-file-upload tests back to Travis (#8381)
* Fix #7427: Adds args in docstring of core/domain/story_domain.py (#8377)
* Adds readme to various folders (#8329)
* Fix #8077: Upgrades Angular JS to version 1.7.9 (#8254)
* Add new CircleCI job in order to check if any fully covered frontend file has decreased after PR changes (#8130)
* Changes popper.js name to popper-core in manifest.json (#8442)
* Fixes part of #5939: Custom pylint extension to ensure that docstring follow correct format. (#8410)


v2.8.9 (01 Feb 2020)
------------------------
Speed improvements
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Aashish Gaba <[email protected]>
Aashish Singh <[email protected]>
Abeer Khan <[email protected]>
Abhay Gupta <[email protected]>
Abhay Raghuwanshi <[email protected]>
Abhay Raizada <[email protected]>
Abhijit Suresh <[email protected]>
Abhimanyu Thakre <[email protected]>
Expand All @@ -42,6 +43,7 @@ Akshay Anand <[email protected]>
Alex Gower <[email protected]>
Alexandra Wu <[email protected]>
Allan Zhou <[email protected]>
Alluri Harshit Varma <[email protected]>
Amanda Rodriguez <[email protected]>
Amey Kudari <[email protected]>
Amit Deutsch <[email protected]>
Expand Down Expand Up @@ -148,6 +150,7 @@ Joydeep Mukherjee <[email protected]>
Juan Saba <[email protected]>
Justin Du <[email protected]>
Jérôme (zolk232) <[email protected]>
K.N. Anantha Nandanan <[email protected]>
Karen Rustad <[email protected]>
Kartikey Pandey <[email protected]>
Kashif Jamal Soofi <[email protected]>
Expand Down Expand Up @@ -178,6 +181,7 @@ Marcel Schmittfull <[email protected]>
Mariana Zangrossi <[email protected]>
Mark Cabanero <[email protected]>
Mark Halpin <[email protected]>
Martin Smithurst <[email protected]>
Maurício Meneghini Fauth <[email protected]>
Mert Degirmenci <[email protected]>
Michael Anuzis <[email protected]>
Expand Down Expand Up @@ -280,6 +284,7 @@ Shubham Bansal <[email protected]>
Shuta Suzuki <[email protected]>Aadya Mishra <[email protected]>
Siddhant Khandelwal <[email protected]>
Siddhant Srivastav <[email protected]>
Siddharth Batra <[email protected]>
Soumyo Dey <[email protected]>
Sourab Jha <[email protected]>
Sourav Badami <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Aashish Singh</li>
<li>Abeer Khan</li>
<li>Abhay Gupta</li>
<li>Abhay Raghuwanshi</li>
<li>Abhay Raizada</li>
<li>Abhijit Suresh</li>
<li>Abhimanyu Thakre</li>
Expand All @@ -126,6 +127,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Alex Gower</li>
<li>Alexandra Wu</li>
<li>Allan Zhou</li>
<li>Alluri Harshit Varma</li>
<li>Amanda Rodriguez</li>
<li>Amey Kudari</li>
<li>Amit Deutsch</li>
Expand Down Expand Up @@ -272,6 +274,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>

<span>K</span>
<ul>
<li>K.N. Anantha Nandanan</li>
<li>Karen Rustad</li>
<li>Kartikey Pandey</li>
<li>Kashif Jamal Soofi</li>
Expand All @@ -286,8 +289,8 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Kevin Thomas</li>
<li>Kiran Konduru</li>
<li>Koji Ashida</li>
<li>Kristin Anthony</li>
<li>Konstantinos Kagkelidis</li>
<li>Kristin Anthony</li>
<li>Kumari Shalini</li>
<li>Kunal Garg</li>
</ul>
Expand All @@ -309,6 +312,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Mariana Zangrossi</li>
<li>Mark Cabanero</li>
<li>Mark Halpin</li>
<li>Martin Smithurst</li>
<li>Maurício Meneghini Fauth</li>
<li>Mert Degirmenci</li>
<li>Michael Anuzis</li>
Expand Down Expand Up @@ -428,6 +432,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Shuta Suzuki</li>
<li>Siddhant Khandelwal</li>
<li>Siddhant Srivastav</li>
<li>Siddharth Batra</li>
<li>Soumyo Dey</li>
<li>Sourab Jha</li>
<li>Sourav Badami</li>
Expand Down

0 comments on commit 839160d

Please sign in to comment.