Skip to content

Commit

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

* Minor grammatical changes in chnagelog.
  • Loading branch information
DubeySandeep authored and nithusha21 committed May 23, 2019
1 parent b6d7696 commit 8c3b240
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ Anthony Zheng <[email protected]>
Anubhav Sinha <[email protected]>
Anurag Thakur <[email protected]>
Apurv Bajaj <[email protected]>
Areesha Tariq <[email protected]>
Arpan Banerjee <[email protected]>
Arun Kumar <[email protected]>
Arunabh Ghosh <[email protected]>
Ashish Verma <[email protected]>
Ashmeet Singh <[email protected]>
Ashutosh Singla <[email protected]>
Assem Yeskabyl <[email protected]>
Aubrey Wells <[email protected]>
Avijit Gupta <[email protected]>
Barnabas Makonda <[email protected]>
Expand Down Expand Up @@ -72,6 +74,7 @@ Divyadeep Singh <[email protected]>
Domenico Vitarella <[email protected]>
Edward Allison <[email protected]>
Eric Lou <[email protected]>
Eric Yang <[email protected]>
Estelle Lee <[email protected]>
Frederik Creemers <[email protected]>
Fang You <[email protected]>
Expand Down Expand Up @@ -214,6 +217,7 @@ Shivansh Bajaj <[email protected]>
Shouvik Roy <[email protected]>
Shubha Gupta <[email protected]>
Shubham Bansal <[email protected]>
Shuta Suzuki <[email protected]>
Siddhant Khandelwal <[email protected]>
Siddhant Srivastav <[email protected]>
Soumyo Dey <[email protected]>
Expand All @@ -224,6 +228,7 @@ Sreenivasulu Giritheja <[email protected]>
Srikar Ch <[email protected]>
Sudhanva MG <[email protected]>
Sumit Paroothi <[email protected]>
Tanmay Mathur <[email protected]>
Tarashish Mishra <[email protected]>
Tezuesh Varshney <[email protected]>
Timothy Cyrus <[email protected]>
Expand Down
62 changes: 62 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
This file contains a summary of changes to the Oppia code base.

v2.8.2 (23 May 2019)
------------------------
Improvements to editors and players
* Fix #6468: Fix the improper alignment of tick mark in the library page (#6552)
* Fix #6200: Fix inconsistent spacing with the lists (#6554)
* Fix #6542: Add card name to the title of the exploration feedback (#6580)
* Fix #6623: Add title to sharing link icons (#6624)

New structures
* Modify topic viewer page and few UI changes on topic editor page (#6455)

Bug fixes
* Fix #6418: Add validation checks to avoid infinite loops explained in issue and comments (#6520)
* Fix #3819: Fix strange dragging behaviour of play later list in learner dashboard (#6544)
* Fix #6229: Reordering Hints and Worked Examples in Safari (#6547)
* Fix #6561: Corrected the "About-->Get Involved" link on the top navigation bar (#6567)
* Fix part of #6159: Fix revert exploration method (#6575)
* Fix broken interaction previews in the exploration editor (#6627)
* Fix lint issue by adding a space after colon (#6631)
* Fix #6667: Renamed e2e test file to fix the issue. (#6668)

Updates to static pages
* Add NOTICE file, per Section 4(d) of the Apache license. (#6568)
* Fix #6562: Removed G+ from the footer and Readme.md (#6569)
* Fix #6581: Remove alternative versions of splash page (#6594)
* Add a checkpoint to check for codeowners to the PR checklist (#6603)
* Add a note regarding changelog labels to PR checklist (#6608)

Translations
* Add proper validation for written translations to allow translation in hinglish (#6588)

Infrastructural changes
* Migrate codebase to typescript (#6530)
* Add a new one off job for validating production models. (#6541)
* Fix part of #5914: Adds unimplemented extract_data method in the BaseModel (#6573)

Code health
* Fix part of #6387: Remove globals ALLOWED_INTERACTIONS_CATEGORIES (#6472)
* Rename states_schema_version to state_schema_version. (#6589)
* Fix part of #6565: Made error page and library page to use PageTitleService (#6595)
* Update pylint to version 1.9.4 (#6626)
* Update pycodestyle to version 2.5.0 (#6637)
* Use package.json to install node modules; upgrade node module versions. (#6659)

Development workflow
* Adds codeowner to core.domain files (#6545)
* Removing the timeout multiplier, to get in sync with linting files (#6559)
* Fix part of #6555: Fix existing lint issues in develop branch (#6563)
* Add removal of app.yaml version field to deploy script (#6564)
* Fix release info script: fix imports, and sort PRs in descending order (#6607)
* Moves lint test from CircleCI to Travis CI. (#6647)
* Introduce `linter_utils` module (#6650)
* Add a comment to explain setting of node path (#6681)

Testing coverage
* Fix part of #5134: Increase coverage from 82% to 100% for core.platform.email.gae_email_services.py (#6335)
* Fix part of #6240: Add e2e test for adding user bio in preferences page (#6512)
* Fix Part of #6240: Add e2e tests for editing exploration properties in coreEditorAndPlayerFeatures.js (#6557)
* Fix part of #6550: Raise code coverage of core.storage.question.gae_models to 100% (#6558)
* Fix part of #6550: Increase backend test coverage to 100% in multiple files. (#6648)


v2.8.1 (26 April 2019)
------------------------
Improvements to editors and players
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ Anthony Zheng <[email protected]>
Anubhav Sinha <[email protected]>
Anurag Thakur <[email protected]>
Apurv Bajaj <[email protected]>
Areesha Tariq <[email protected]>
Arpan Banerjee <[email protected]>
Arun Kumar <[email protected]>
Arunabh Ghosh <[email protected]>
Ashish Verma <[email protected]>
Ashmeet Singh <[email protected]>
Ashutosh Singla <[email protected]>
Assem Yeskabyl <[email protected]>
Aubrey Wells <[email protected]>
Avijit Gupta <[email protected]>
Barnabas Makonda <[email protected]>
Expand Down Expand Up @@ -91,6 +93,7 @@ Domenico Vitarella <[email protected]>
Edward Allison <[email protected]>
Elizabeth Kemp <[email protected]>
Eric Lou <[email protected]>
Eric Yang <[email protected]>
Estelle Lee <[email protected]>
Fang You <[email protected]>
Frederik Creemers <[email protected]>
Expand Down Expand Up @@ -244,6 +247,7 @@ Shivansh Bajaj <[email protected]>
Shouvik Roy <[email protected]>
Shubha Gupta <[email protected]>
Shubham Bansal <[email protected]>
Shuta Suzuki <[email protected]>Aadya Mishra <[email protected]>
Siddhant Khandelwal <[email protected]>
Siddhant Srivastav <[email protected]>
Soumyo Dey <[email protected]>
Expand All @@ -256,6 +260,7 @@ Stephanie Federwisch <[email protected]>
Stephen Chiang <[email protected]>
Sudhanva MG <[email protected]>
Sumit Paroothi <[email protected]>
Tanmay Mathur <[email protected]>
Tarashish Mishra <[email protected]>
Tezuesh Varshney <[email protected]>
Timothy Cyrus <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,14 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Anubhav Sinha</li>
<li>Anurag Thakur</li>
<li>Apurv Bajaj</li>
<li>Areesha Tariq</li>
<li>Arpan Banerjee</li>
<li>Arun Kumar</li>
<li>Arunabh Ghosh</li>
<li>Ashish Verma</li>
<li>Ashmeet Singh</li>
<li>Ashutosh Singla</li>
<li>Assem Yeskabyl</li>
<li>Aubrey Wells</li>
<li>Avijit Gupta</li>
</ul>
Expand Down Expand Up @@ -211,6 +213,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Edward Allison</li>
<li>Elizabeth Kemp</li>
<li>Eric Lou</li>
<li>Eric Yang</li>
<li>Estelle Lee</li>
</ul>

Expand Down Expand Up @@ -412,6 +415,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Shouvik Roy</li>
<li>Shubha Gupta</li>
<li>Shubham Bansal</li>
<li>Shuta Suzuki</li>
<li>Siddhant Khandelwal</li>
<li>Siddhant Srivastav</li>
<li>Soumyo Dey</li>
Expand All @@ -428,6 +432,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>

<span>T</span>
<ul>
<li>Tanmay Mathur</li>
<li>Tarashish Mishra</li>
<li>Tezuesh Varshney</li>
<li>Timothy Cyrus</li>
Expand Down

0 comments on commit 8c3b240

Please sign in to comment.