Skip to content

Commit

Permalink
Update contributors and changelog for release 2.6.1. (oppia#4719)
Browse files Browse the repository at this point in the history
* Update contributors for release 2.6.1.

* Add Aashish Singh's e-mail.
  • Loading branch information
tjiang11 authored Feb 19, 2018
1 parent 3fb3f76 commit 78995f7
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Please keep the list sorted alphabetically.

Aashish Gaba <aashishgaba097@gmail.com>
Aashish Singh <f2016683@pilani.bits-pilani.ac.in>
Abhay Raizada <abhsag24@gmail.com>
Abhijit Suresh <abhijit5893@gmail.com>
Abhishek Arya <abhishekarya286@gmail.com>
Expand Down Expand Up @@ -46,6 +47,7 @@ Boyd Y. Ching <pooplacka@gmail.com>
Brenton Briggs <briggs.brenton@gmail.com>
Charisse De Torres <midorijikan@gmail.com>
Chase Albert <chase@mybasis.com>
Chen Shenyue <chensy1996@sjtu.edu.cn>
Chin Zhan Xiong <czxcjx1234@gmail.com>
Cihan Bebek <cihan.m.bebek@gmail.com>
Connie Chow <clionesse@yahoo.com>
Expand Down Expand Up @@ -97,6 +99,7 @@ Kiran Konduru <kiranckonduru@gmail.com>
Konstantinos Kagkelidis <kaggis@gmail.com>
Kristin Anthony <anthkris09@gmail.com>
Kumari Shalini <shaliniroy012@gmail.com>
Kunal Garg <kunalgarg2100@gmail.com>
Mamat Rahmat <coderbodoh@gmail.com>
Manoj Mohan <m.manoj@linuxmail.org>
Marcel Schmittfull <marcel-sl@gmx.de>
Expand All @@ -116,6 +119,7 @@ Nikhil Prakash <nikhil07prakash@gmail.com>
Nikhil Handa <nikhil.handa@nowfloats.com>
Nikhil Sangwan <nikhil.sangwan95@gmail.com>
Nithesh N. Hariharan <nithusha21@yahoo.co.in>
Nitish Bansal <nitishbansal2297@gmail.com>
Oskar Cieslik <oskar.cieslik@gmail.com>
Oswell Chan <oswellchan@gmail.com>
Owen Parry <owenparry@fastmail.fm>
Expand Down Expand Up @@ -161,6 +165,7 @@ Shouvik Roy <vicks4uster@gmail.com>
Shubha Gupta <shubha1593@gmail.com>
Siddhant Srivastav <harshsrivastav123@gmail.com>
Soumyo Dey <soumyodey@live.com>
Sourab Jha <sourab.jha@kgec.edu.in>
Sourav Badami <souravbadami@gmail.com>
Sourav Singh <ssouravsingh12@gmail.com>
Sreenivasulu Giritheja <s.giritheja@gmail.com>
Expand All @@ -177,12 +182,14 @@ Utkarsh Dixit <downloadplaza97@gmail.com>
Vibhor Agarwal <agarwalvibhor84@gmail.com>
Viraj Prabhu <prabhuviraj@gmail.com>
Vishal Gupta <vishal.vgu@gmail.com>
Vishnu M <vishnumurali7000@gmail.com>
Vojtěch Jelínek <vojtin.j@gmail.com>
Vuyisile Ndlovu <terrameijar@gmail.com>
Xinyu Wu <wxy.xinyu@gmail.com>
Yang Lu <andimeo@foxmail.com>
Yash Ladha <201551061@iiitvadodara.ac.in>
Yi Yan <chrno_crusade217@hotmail.com>
Yiming Pan <yimingp@andrew.cmu.edu>
Yogesh Sharma <yogesh.sharma@research.iiit.ac.in>
Yousef Hamza <jo.adam.93@gmail.com>
Zoe Madden-Wood <maddenwood@gmail.com>
Expand Down
128 changes: 128 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,134 @@ This file contains a summary of changes to the Oppia code base. For a full chang

https://github.com/oppia/oppia/commits/master

v2.6.1 (18 Feb 2018)
--------------------
Exploration Player:
* Hints and Solutions:
* Fix state schema migration for hints (#4638)
* Prevent hints from being released after correct answer is submitted. (#4580)
* Change fraction placeholder when no integer part is allowed. (#4581)
* Fix #4512: Changes in hint's tooltip waiting and closing time. (#4513)
* Fix #4465: Clear the tooltip timeout on-reset, or once a hint or solution is viewed. (#4471)
* Fix #4412: Improved presentation of solutions (#4434)
* UI:
* Fix help card cut off bug. (#4630)
* Ensure 'Return to Library' button always shows for explorations (#4561)
* hides the back button if a help window with a continue button is shown (#4552)
* Fix #4472: Auto scroll in ItemSelection input interaction (#4523)
* Fix #4509: Line spacing in bulleted lists seems to be different from line spacing in standard text (#4535)
* Fix cut-off ratings at end of exploration. (#4540)
* Fix #4433: made radio buttons align to top of div (#4446)
* Fix #4461: Learn Again button appearing when not intended (#4479)
* Fix #4427: Show previous answer for map interaction (#4478)
* Fix #1251: Set cursor color to black in MathExpressionInput. (#4424)
* Fix #1251: Set cursor color to black for MathExpressionInput. (#4408)
* Correctness Footer:
* Fix Correct footer showing even when no response is input (#4550)
* Fix #4468: Animate 'Correct Answer' feedback (#4526)
* Disable correctness feedback for linear interactions (#4456)
* Fix #4460: Correctness Footer should hide when learner moves backward from the last card (#4464)
* Updated the correctness banner (#4463)
* Refresher Explorations:
* Fix error due to refresher exps possibly being outside a collection. (#4624)
* Fixed url error when redirecting to refresher exploration (#4611)
* Update text of refresher exp modal. (#4584)
* Audio:
* Add check for initialization of speechSynthesis. (#4601)
* Chance cancel property in SpeechSynthesisChunkerService into its own variable. (#4591)
* Add check to prevent 'SpeechSynthesisUtterance is undefined' error. (#4571)
* Fix #4488: Make audio bar expand button bigger on mobile, and hide on scroll down. (#4541)
* Fix #4486: Changed width of audio selection dropdown to not cut out text on phones (#4527)
* Optimize audiobar behavior on mobile (#4515)
* Include mobile speech synthesis code. (#4462)
* Replace _isPlaying in AutogeneratedAudioPlayerService with speaking property of speech synthesis; Fix bug with duplicate utterances being generated by autogenerated audio; Fix bug where submitting a feedback before a previous feedback response has finished speaking results in the highlighting of the card content. (#4436)
* Fraction Input:
* Fix #4567: Changed condition to check range enclosed criteria, edited existing test (#4575)
* Add placeholder in fractions input (#4514)
* Change rule description for HasNoFractionalPart (#4505)
* Fix #4474: Updated solution getSummary to support fractions (#4475)
* Minor style fix in fractionInputValidationService.js (#4469)
* Fix #4444, #4452: Added appropriate filter for Fractions. (#4454)
* Fix #4443: Changed some check conditions for answer groups in fractions. (#4449)
* Added validity checks for the newly added customization args for Fractions Interaction (#4400)
Exploration Editor:
* Fix #4617: Fixed the weird behaviour of red dot in editor mode (#4619)
* Add a dot to mark previous answer in ImageRegion when no highlighting (#4614)
* Fix of #2533: Modified the stripFormatting filter to preserve newlines in RTE cut-and-paste (#4568)
* Fix #1542: RTE Components correctly displayed in answer group header (#4565)
* Fix #4555: Address review comments for #4536. (#4556)
* Fix #4503: Fixed RTE element view in hint editor (#4536)
* Fix #4542: Moves the position of NodeErrorMessage tooltip. (#4544)
* Fix part of #3826: Change and rename graphDataService in pages/exploration_editor/EditorServices.js (#4490)
* Fix #4480: Hide Page selector from history tab if only one page (#4495)
* Fix #4470: Fixed The ticks/crosses in the editor are misaligned (#4473)
* Fix part of #3826: Extract and rename 'changeListService' from EditorServices.js (#4379)
Collections:
* Fix missing collection ID in exploration redirection ID. (#4626)
* Adds proper message for validation error in skill ID. (#4577)
* Fix #4494: Return to collection when finished by guests when explorations have recommendations (#4554)
* Update collection_player.html to properly pass along collection ID to (#4524)
* Exploration search validator (for new node) modification. (#4510)
Statistics:
* Add visualization stats for fractions input interaction. (#4598)
* Fix #4349: Record leave for refresher exp events (#4557)
UI:
* Fix #4533: Fix word wrap property (#4608)
* Fix #4459: Removes attribution guide in mobile view (#4508)
* Set error page footer to relative position (#4498)
Tests:
* Fix #4612: organised promises (#4631)
* Fix #4559: Write an e2e test to prevent users from getting stuck in non inline interactions (#4622)
* Fix part of #4057: Unit test for SidebarStatusService (#4520)
* Fix part of #4057 - Test frontend services in domain/classifier (#4305)
* Ignore youtube embedding error while e2e test on Travis. (#4603)
* Shrink Protractor timeout. (#4597)
* Fix #4275: Embedding e2e test creation (#4482)
* Add test to HintAndSolutionManagerService to check that hints aren't released after a correct answer is submitted. (#4585)
* fixed flaky protractor test (#4445)
* fix for #4432 (#4435)
Speed:
* Extensions refactor (#4620)
* Fix part of #3950: replace Jinja in state_editor_responses.html (#4548)
Misc:
* "Update version number to 2.6.1"
* Fix #3753: Remove IS_MINIFIED variable (#4613)
* Fix #3826 -Extracted services to ExplorationPropertyService.js (#4589)
* Fix issue with URL loading (and 404-ing) before it is interpolated. (#4610)
* Routine update of translations. (#4595)
* Update content-type for JSON responses. (#4583)
* Change Java prerequisite to v8 (#4570)
* Update changelog, AUTHORS, CONTRIBUTORS and credits. (#4560)
* Fix part of #3826: Extracted recursionHelper-> NestedDirectivesRecursionTimeoutPreventionService into separate file. (#4518)
* Fix part of #3826: Extracted schemaUndefinedLastElementService into a separate file. (#4476)
* Extracted SchemaDefaultValueService (#4457)
* Fix part of #3826 and #4413: Included the service in the definition of the function and extracted AutosaveInfoModalsService into individual file (#4414)
* Fix part of #3826: Extracts rteHelperService into separate file. (#4392)
Docstrings:
* Add docstrings. (#4616)
* Fix part of #4374: Update docstrings to core.domain.email_manager (#4593)
* Fix part of #4374: Add docstrings to core.domain.collection_domain. (#4569)
* Fix part of #4374: Add docstrings to core.domain.param_domain (#4551)
* Fixes #2394 : Added docstring to functions in utils.py (#4330)
* Fix part of #4374: Add docstrings to core.domain.config_domain (#4506)
* Fix part of #4374: Add docstrings to core.domain.classifier_domain (#4458)
* Fix part of #4374: Added Doc string for core.domain.email_subscription_services (#4451)
* Fix part of #4374: Added docstring for core.controller.pages
* Fix #4374 partially: Adding missing docstrings. (#4419)
* Fix part of #4374: Add docstrings to core.controllers.collection_editor (#4402)
* Fix part of #4374: Added docstrings to core.controllers.base (#4404)
Linter:
* Enable indent for func-expr (#4588)
* Fix part of #3905: Added semi-rule (#4576)
* Fix part of #3905: Add checks for correct docstring style. (#4572)
* Fix part of #3905: Add check for console.log statement (#4564)
* Added check for Python files in _check_import_order function (#4547)
* Fix part of #3905: Add space checks for definitions (#4522)
* Fix import-order check (#4499)
Splash page:
* fixed #4415 - Fix display bug in splash page (#4416)


v2.6.0 (18 Jan 2018)
--------------------
Exploration player:
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# Please keep the list sorted alphabetically.

Aashish Gaba <aashishgaba097@gmail.com>
Aashish Singh <f2016683@pilani.bits-pilani.ac.in>
Abhay Raizada <abhsag24@gmail.com>
Abhijit Suresh <abhijit5893@gmail.com>
Abhishek Arya <abhishekarya286@gmail.com>
Expand Down Expand Up @@ -64,6 +65,7 @@ Brenton Briggs <briggs.brenton@gmail.com>
Brian Rodriguez <thatbrod@gmail.com>
Charisse De Torres <midorijikan@gmail.com>
Chase Albert <chase@mybasis.com>
Chen Shenyue <chensy1996@sjtu.edu.cn>
Chin Zhan Xiong <czxcjx1234@gmail.com>
Cihan Bebek <cihan.m.bebek@gmail.com>
Connie Chow <clionesse@yahoo.com>
Expand Down Expand Up @@ -118,6 +120,7 @@ Koji Ashida <kashida@google.com>
Konstantinos Kagkelidis <kaggis@gmail.com>
Kristin Anthony <anthkris09@gmail.com>
Kumari Shalini <shaliniroy012@gmail.com>
Kunal Garg <kunalgarg2100@gmail.com>
Lunrong Chen <lunrong@google.com>
Madiyar Aitbayev <Madiyar92@gmail.com>
Mamat Rahmat <coderbodoh@gmail.com>
Expand All @@ -141,6 +144,7 @@ Nikhil Handa <nikhil.handa@nowfloats.com>
Nikhil Prakash <nikhil07prakash@gmail.com>
Nikhil Sangwan <nikhil.sangwan95@gmail.com>
Nithesh N. Hariharan <nithusha21@yahoo.co.in>
Nitish Bansal <nitishbansal2297@gmail.com>
Oskar Cieslik <oskar.cieslik@gmail.com>
Oswell Chan <oswellchan@gmail.com>
Owen Parry <owenparry@fastmail.fm>
Expand Down Expand Up @@ -190,6 +194,7 @@ Shouvik Roy <vicks4uster@gmail.com>
Shubha Gupta <shubha1593@gmail.com>
Siddhant Srivastav <harshsrivastav123@gmail.com>
Soumyo Dey <soumyodey@live.com>
Sourab Jha <sourab.jha@kgec.edu.in>
Sourav Badami <souravbadami@gmail.com>
Sourav Singh <ssouravsingh12@gmail.com>
Sreenivasulu Giritheja <s.giritheja@gmail.com>
Expand All @@ -209,6 +214,7 @@ Vibhor Agarwal <agarwalvibhor84@gmail.com>
Viraj Prabhu <prabhuviraj@gmail.com>
Vishal Gupta <vishal.vgu@gmail.com>
Vishal Joisar <vjoisar@google.com>
Vishnu M <vishnumurali7000@gmail.com>
Vojtěch Jelínek <vojtin.j@gmail.com>
Vuyisile Ndlovu <terrameijar@gmail.com>
Wilson Hong <wilsonhong@google.com>
Expand All @@ -217,6 +223,7 @@ Yana Malysheva <yanamal@google.com>
Yang Lu <andimeo@foxmail.com>
Yash Ladha <201551061@iiitvadodara.ac.in>
Yi Yan <chrno_crusade217@hotmail.com>
Yiming Pan <yimingp@andrew.cmu.edu>
Yogesh Sharma <yogesh.sharma@research.iiit.ac.in>
Yousef Hamza <jo.adam.93@gmail.com>
Yuan Gu <yuangu@google.com>
Expand Down
7 changes: 7 additions & 0 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<span>A</span>
<ul>
<li>Aashish Gaba</li>
<li>Aashish Singh</li>
<li>Abhay Raizada</li>
<li>Abhijit Suresh</li>
<li>Abhishek Arya</li>
Expand Down Expand Up @@ -174,6 +175,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<ul>
<li>Charisse De Torres</li>
<li>Chase Albert</li>
<li>Chen Shenyue</li>
<li>Chin Zhan Xiong</li>
<li>Cihan Bebek </li>
<li>Connie Chow</li>
Expand Down Expand Up @@ -260,6 +262,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Kristin Anthony</li>
<li>Konstantinos Kagkelidis</li>
<li>Kumari Shalini</li>
<li>Kunal Garg</li>
</ul>

<span>L</span>
Expand Down Expand Up @@ -295,6 +298,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Nikhil Prakash</li>
<li>Nikhil Sangwan</li>
<li>Nithesh N. Hariharan</li>
<li>Nitish Bansal</li>
</ul>

<span>O</span>
Expand Down Expand Up @@ -360,6 +364,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Shubha Gupta</li>
<li>Siddhant Srivastav</li>
<li>Soumyo Dey</li>
<li>Sourab Jha</li>
<li>Sourav Badami</li>
<li>Sourav Singh</li>
<li>Sreenivasulu Giritheja</li>
Expand Down Expand Up @@ -391,6 +396,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Viraj Prabhu</li>
<li>Vishal Gupta</li>
<li>Vishal Joisar</li>
<li>Vishnu M</li>
<li>Vojtěch Jelínek</li>
<li>Vuyisile Ndlovu</li>
</ul>
Expand All @@ -411,6 +417,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Yang Lu</li>
<li>Yash Ladha</li>
<li>Yi Yan</li>
<li>Yiming Pan</li>
<li>Yogesh Sharma</li>
<li>Yousef Hamza</li>
<li>Yuan Gu</li>
Expand Down

0 comments on commit 78995f7

Please sign in to comment.