Skip to content

Commit

Permalink
Update AUTHORS, CONTRIBUTORS and CHANGELOG for v2.8.3 (oppia#7080)
Browse files Browse the repository at this point in the history
* update authors, contributors and changelog for v2.8.3

* fix author name

* add missing line
  • Loading branch information
nithusha21 authored and seanlip committed Jul 3, 2019
1 parent 67df221 commit 812334d
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ Aditya Jain <[email protected]>
Ajo John <[email protected]>
Akshay Anand <[email protected]>
Alex Gower <[email protected]>
Alexandra Wu <[email protected]>
Allan Zhou <[email protected]>
Amanda Rodriguez <[email protected]>
Amey Kudari <[email protected]>
Ana Francisca Bernardo <[email protected]>
Andrew Low <[email protected]>
Andrey Mironyuk <[email protected]>
Anggoro Dewanto <[email protected]>
Anish V Badri <[email protected]>
Ankita Saxena <[email protected]>
Anmol Shukla <[email protected]>
Anthony Alridge <[email protected]>
Expand Down Expand Up @@ -260,6 +262,7 @@ Yi Yan <[email protected]>
Yiming Pan <[email protected]>
Yogesh Sharma <[email protected]>
Yousef Hamza <[email protected]>
Yuliang <[email protected]>
Zoe Madden-Wood <[email protected]>
Zach Puller <[email protected]>
Zachery Vekovius <[email protected]>
170 changes: 170 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,175 @@
This file contains a summary of changes to the Oppia code base.

v2.8.3 (3 Jun 2019)
------------------------
Bug fixes
* Fix #7007: Allows adding proper tags for the exploration by replacing parent with ctrl (#7058)
* Fix #6864: Fix console error in learner dashboard and empty suggestion modal (#7056)
* Fix #7031: Add missing $ctrl (#7032)
* Fix issues in collection pages (#6958)
* Added log for #6158 (#6955)
* Minor nit fixes (#6954)
* Fix #6943: Fix code editor interaction issue in exploration player. (#6948)
* Fix #6895: Fix feedback status selector not showing issue. (#6947)
* Fix #6933: Fix modal and status issue in translation tab. (#6944)
* Fix #6917: Adds dependency to topic editor (#6918)
* Add log for null summaries (for #6157) (#6910)
* Fix #6903: added required share link directive to exploration save service to force wrapping (#6908)
* Fix #6897: fix issues with tile backgrounds and images (#6872)
* Fix #6851: Revert "Remove {{BEFORE_END_HEAD_TAG_HOOK}} from Base.html (#6835)" (#6852)
* Fix topic viewer 404 error (#6838)
* Fix #6832: Fix issues with ctrl and $scope (#6836)
* Add logging for #6702, #6604 (#6833)
* Fix #6737: Remove state id mapping from the codebase (#6830)
* Fix 500 error when downloading old exploration versions. (#6826)
* Fix #6806: Regressions in the Oppia navbars (#6820)
* Fix #6298: Adds a condition to check length of input response pairs (#6809)
* Added log for issue #6478 (#6808)
* Extended hover on about menu when any li child is hovered (#6801)
* Fix #6785: Fix image upload issue (#6787)
* Fix #6500: Removes console message if the querySegment length is longer (#6768)
* Fix Array.fill() not a function stackdriver error using polyfill for IE (#6756)
* Fix explorationHistoryTab e2e test issue in the develop branch (#6739)
* Fix #6686: Added a validation check for the patterns/file mentioned in the suites of e2e tests. (#6716)
* Fix #6582: Set Title to inherit the width of the parent (#6715)
* Fix #6523: Invalidate Stats Cache for States when Interaction Type Changes (#6679)
* Update pre_push_hook to run frontend test if .ts or .js file changes (#6677)
* Fixes #6331: Do not allow user to add roles if title is not given. (#6625)

Code health
* Upgrades Requests (#6965)
* Remove Before End Hook from base.html (#6880)
* One off job to delete state ID mapping models from the datastore. (#6871)
* Fix part of #5002: Remove isTopicManager and userIsLoggedIn (#6845)
* Remove {{BEFORE_END_HEAD_TAG_HOOK}} from Base.html (#6835)
* Upgrades uiSortable and jQuery (#6803)
* Upgrades bleach and simplejson (#6797)
* Fix Part of #6565: Make Exploration pages and Collection pages use pageTitleService (#6786)
* Webpack introduction (#6324)

Development workflow
* Fix #6914: Remove unused setup code that is causing breakages on some systems. (#6942)
* Fix #6678: Add test for ensuring usage of angular.mock.inject (#6924)
* Fix #6799: Add restricted globals rule to eslint (#6923)
* Fix part of #6732: Extensions objects webpack integration (#6889)
* Fix #6884: Update license link in README. (#6886)
* Fix part of #6732: Migrate visualizations to webpack (#6885)
* Fix part of #6732: Migrate RTCs to webpack (#6882)
* Reduce the time for a PR to be classified as stale (#6837)
* Add bullet point about adding assignees (#6807)
* Remove all browserstack-related statements from .travis.yml (#6800)
* Resolve npm errors (and fix some pre-push hook issues as well). (#6769)
* Speed webpack compilation (#6751)
* Routine update of translations. (#6747)
* Use pip_install command instead of vanilla pip install for PyGithub. (#6746)
* Add webpack to codeowners (#6745)
* Fixes creation of tmp folders while running lint (#6722)
* Upgrade types/node dependency to 10.14.6. (#6721)
* Revert package-lock.json in PR #6585 (#6711)
* Changing License to Apache-2.0 (#6697)
* Adds a check to track extra js files and removes local compiled js before each compilation (#6694)
* Update pre push to halt if upstream is not set (#6675)
* Fix release_info.py to stop picking cherrypicks from past releases in the changelog (#6669)
* Full coverage for CODEOWNERS in the codebase. (#6616)
* Fix #6449: Added check for CODEOWNERS to ensure that the most important rules are at the end. (#6560)
* Fix #6364: Added file overview check. (#6451)

Translations
* Translation tab text and speed improvements. (#6709)
* Fix #5627 : Stop recording should stop microphone and angular-recorder should be replaced. (#6708)

New structures
* Fix part of #6346: Pass skill descriptions to the question player (#6967)
* Create a preliminary story viewer page (#6945)
* Add linked_skill_ids to the Question model (#6929)
* Add backward linkage of story to the topic it belongs. (#6855)
* Fix a bug in the Question Player Directive (#6848)
* Score Ring component for the results page in practice sessions (#6813)
* Removed the ENABLE_NEW_STRUCTURE_EDITORS flag (#6780)
* Fix part of #6346: Integrate Exploration player in Question player body (#6692)
* Fix part of #6346: Initial check in for the Question Player Directive (#6620)

Updates to static pages
* Milestone 1.2 Serve more pages statically (#6874)
* Fix #6794: Add landing page for negative numbers and refactor landing page. (#6846)
* Serve get_started page statically (#6818)
* Fix part of #6565: Make story_editor, topic_editor and topic_viewer use pageTitleService (#6742)

Infrastructural changes
* Move SuggestionModalService to services/ (#6935)
* Clean up work on constants. (#6919)
* Rename PretestEngineService to QuestionPlayerEngineService (#6913)
* Migrate standalone controllers in pages to component directives. (#6907)
* Separate constants into separate file per page (#6906)
* Apply folders by feature to Learner Dashboard. (#6905)
* Fix part of #6732: Migrate value_generators to webpack (#6900)
* Apply folders by feature to Exploration Editor. (#6899)
* Apply folders by feature to Exploration Player and Admin page (#6892)
* Apply folders by feature to collection editor and topic editor. (#6890)
* Apply folders by feature to moderate sized pages. (#6879)
* Modify update_configs.py script to include constants.js as well. (#6877)
* Apply folders by feature to lightweight pages. (#6876)
* Apply folders by feature to components/forms/validators/ and split tests. (#6870)
* Apply folders by features to remaining part of components/ folder. (#6869)
* Apply folders by features to part of components/ folder (#6863)
* Introduce Folders by Feature to filters/ folder. (#6860)
* Eliminate controller files for suggestion modals (#6859)
* Eliminate editor_tab.html to merge into exploration_editor_tab.html (#6858)
* Convert Learner Local Nav and Leaner Local Info in ExplorationPlayer to component directives. (#6856)
* Convert standalone controllers in Exploration Editor page to component directives (#6843)
* Convert standalone controllers in LibraryFooter and ExplorationGraph to component directives (#6840)
* Adding solicit_answer_details in the State class (#6810)
* Add skip_files in third_party_size_check.py (#6796)
* Fix a bug where the email header was incorrect. (#6795)
* Generalized image storage (#6783)
* Upgrades MathJax & MathJs (#6778)
* Add comment for npm dedupe command. (#6775)
* Add CollectionEditorStateService import in CollectionEditor.ts (#6753)
* Convert directives in extensions to component directives (#6752)
* Migrate controllers/directives in the pages directory to component directives (#6749)
* Convert directives in components folder to component directives (#6728)
* Add a oneoff job to clean up invalid UserSubscriptionsModel (#6720)
* Remove exploration from subscribers when it's deleted (#6719)
* Add validation for state id mappings. (#6680)
* Fix #6043: Change state's content_ids_to_audio_translations to recorded_voiceovers (#6587)
* Fix #6548: Convert the current per-exploration translator role to a voice-artist role. (#6566)

Testing coverage
* Fix backend tests on develop (#6878)
* Fix backend tests on develop (#6875)
* Fix part of #6550: Write tests for domain/topic_domain (#6873)
* Fix part of #6550: Write tests for domain/question_services (#6854)
* Fix part of #6550: Write tests for controllers/editor (#6849)
* Fix part of #6550: Write tests for domain/user_jobs_one_off (#6842)
* Fix part of #6550: Write tests for domain/collection_services (#6839)
* Fix part of #6550: Write tests for domain/classifier_domain and domain/event_services (#6831)
* Fix part of #4057: Add unit tests for lookupEnvs method of ExpressionSyntaxTreeService.ts (#6828)
* Fix part of #6550: Write tests for controllers/suggestion (#6822)
* Fix part of #6550: Write tests for collection_domain (#6819)
* Fix part of #6550: Make coverage 100% for controllers/library (#6812)
* Fix part of #6550: Write tests for storage base_model, statistics and pages.py (#6811)
* Fix part of #6550: Write tests for classifier, collection, email, feedback and user storage gae_models (#6802)
* Fix part of #6550: Write tests for gae_image_services and replaced PIL with Pillow (#6788)
* Fix part of #6550: Write tests for controllers/acl_decorators (#6782)
* Fix part of #6550: Write tests for controllers/collection_editor (#6764)
* Fix part of #6550: Improve test coverage of core/controller/libary.py" to 92% (#6760)
* Fix part of #6550: Write tests for controllers/email_dashboard (#6744)
* Fix part of #6550: Write tests for collection_viewer and translator (#6741)
* Fix part of #6550: Improve coverage for learner dashboard (#6729)
* Fix #6572: Adds e2e test for written translation project (#6718)
* Fix part of #6550: Write tests for core/controllers/profile.py (#6713)
* Fix part of #6550: Improved coverage for controllers/base.py (#6712)
* Fix part of #6550: Write backend tests for skill_jobs_one_off, story_jobs_one_off, user_query_jobs_one_off , value_generators_domain, and visualization_registry (#6710)
* Fix part of #6550: Write backend tests for core/domain/param_domain.py and core/domain/search_services.py (#6664)
* Fix part of #6550: Increased coverage for learner progress services (#6643)
* Fix part of #6550: Write backend tests for core.controllers.moderator and core.controllers.question_editor_test (#6585)
* Fix part of #5134: Improve coverage for creator_dashboard and gae_search_services (#6480)
* Fix part of #6550: Adds 100% backend tests coverage for resources.py, topics_and_skills_dashboard.py, activity_jobs_one_off.py and classifier_services.py (#6602)

Improvements to editors and players
* Fix #6262: Constrain the width of the tooltip so that it fits the screen (instead of overflowing) (#6865)


v2.8.2 (23 May 2019)
------------------------
Improvements to editors and players
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Ajay Sharma <[email protected]>
Ajo John <[email protected]>
Akshay Anand <[email protected]>
Alex Gower <[email protected]>
Alexandra Wu <[email protected]>
Allan Zhou <[email protected]>
Amanda Rodriguez <[email protected]>
Amey Kudari <[email protected]>
Expand All @@ -47,6 +48,7 @@ Andrew Low <[email protected]>
Andrey Mironyuk <[email protected]>
Angela Park <[email protected]>
Anggoro Dewanto <[email protected]>
Anish V Badri <[email protected]>
Ankita Saxena <[email protected]>
Anmol Shukla <[email protected]>
Anthony Alridge <[email protected]>
Expand Down Expand Up @@ -163,6 +165,7 @@ Marcel Schmittfull <[email protected]>
Mark Cabanero <[email protected]>
Mark Halpin <[email protected]>
Maurício Meneghini Fauth <[email protected]>
Mert Degirmenci <[email protected]>
Michael Anuzis <[email protected]>
Michael Mossey <[email protected]>
Michael Orwin <[email protected]>
Expand All @@ -183,7 +186,7 @@ Nikhil Handa <[email protected]>
Nikhil Prakash <[email protected]>
Nikhil Sangwan <[email protected]>
Nimalen Sivapalan <[email protected]>
Nisheal John <[email protected]>
Nisheal John <[email protected]> <[email protected]>
Nithesh N. Hariharan <[email protected]>
Nitish Bansal <[email protected]>
Oskar Cieslik <[email protected]>
Expand Down Expand Up @@ -298,6 +301,7 @@ Yiming Pan <[email protected]>
Yogesh Sharma <[email protected]>
Yousef Hamza <[email protected]>
Yuan Gu <[email protected]>
Yuliang <[email protected]>
Zach Puller <[email protected]>
Zachery Vekovius <[email protected]>
Zoe Madden-Wood <[email protected]>
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Ajo John</li>
<li>Akshay Anand</li>
<li>Alex Gower</li>
<li>Alexandra Wu</li>
<li>Allan Zhou</li>
<li>Amanda Rodriguez</li>
<li>Amey Kudari</li>
Expand All @@ -131,6 +132,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Andrey Mironyuk</li>
<li>Angela Park</li>
<li>Anggoro Dewanto</li>
<li>Anish V Badri</li>
<li>Ankita Saxena</li>
<li>Anmol Shukla</li>
<li>Anthony Alridge</li>
Expand Down Expand Up @@ -294,6 +296,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Mark Cabanero</li>
<li>Mark Halpin</li>
<li>Maurício Meneghini Fauth</li>
<li>Mert Degirmenci</li>
<li>Michael Anuzis</li>
<li>Michael Mossey</li>
<li>Michael Orwin</li>
Expand Down Expand Up @@ -470,6 +473,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Yogesh Sharma</li>
<li>Yousef Hamza</li>
<li>Yuan Gu</li>
<li>Yuliang</li>
</ul>

<span>Z</span>
Expand Down

0 comments on commit 812334d

Please sign in to comment.