Skip to content

Commit

Permalink
Update changelog and authors/contributors for v2.7.0. (oppia#5922)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHenning committed Nov 30, 2018
1 parent 3d2f187 commit f740111
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 3 deletions.
8 changes: 8 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Aadya Mishra <[email protected]>
Aashish Gaba <[email protected]>
Aashish Singh <[email protected]>
Abeer Khan <[email protected]>
Abhay Raizada <[email protected]>
Abhijit Suresh <[email protected]>
Abhimanyu Thakre <[email protected]>
Expand All @@ -23,6 +24,7 @@ Ajo John <[email protected]>
Akshay Anand <[email protected]>
Alex Gower <[email protected]>
Allan Zhou <[email protected]>
Amanda Rodriguez <[email protected]>
Ana Francisca Bernardo <[email protected]>
Andrew Low <[email protected]>
Andrey Mironyuk <[email protected]>
Expand Down Expand Up @@ -51,13 +53,15 @@ Charisse De Torres <[email protected]>
Chase Albert <[email protected]>
Chen Shenyue <[email protected]>
Chin Zhan Xiong <[email protected]>
Christopher Tao <[email protected]>
Cihan Bebek <[email protected]>
Connie Chow <[email protected]>
Corey Hunter <[email protected]>
Dawson Eliasen <[email protected]>
Debanshu Bhaumik <[email protected]>
Deepank Agarwal <[email protected]>
Denis Samokhvalov <[email protected]>
Diana Chen <[email protected]>
Divyadeep Singh <[email protected]>
Domenico Vitarella <[email protected]>
Edward Allison <[email protected]>
Expand Down Expand Up @@ -102,6 +106,8 @@ Kathryn Patterson <[email protected]>
Kefeh Collins <[email protected]>
Kenneth Ho <[email protected]>
Kerry Wang <[email protected]>
Keshav Bathla <[email protected]>
Keshav Gupta <[email protected]>
Kevin Conner <[email protected]>
Kevin Lee <[email protected]>
Kevin Thomas <[email protected]>
Expand Down Expand Up @@ -134,6 +140,7 @@ Netaji Kancharapu <[email protected]>
Nikhil Prakash <[email protected]>
Nikhil Handa <[email protected]>
Nikhil Sangwan <[email protected]>
Nimalen Sivapalan <[email protected]>
Nithesh N. Hariharan <[email protected]>
Nitish Bansal <[email protected]>
Oskar Cieslik <[email protected]>
Expand All @@ -154,6 +161,7 @@ Raine Hoover <[email protected]>
Rajan Garg <[email protected]>
Rajat Patwa <[email protected]>
Rajendra Kadam <[email protected]>
Rakshit Kumar <[email protected]>
Raymond Tso <[email protected]>
Reto Brunner <[email protected]>
Richard Cho <[email protected]>
Expand Down
52 changes: 51 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,61 @@
This file contains a summary of changes to the Oppia code base.

v2.7.0 (29 November 2018)
-------------------------
Bug fixes:
* Fix video on fractions landing (#5906)
* Fix profile picture modal not showing picture when we add it again after discard it (#5891)
* Fix #5862: fixes preferred audio language doesn't display options in preferences page. (#5882)
* Added atts check for audio bar. (#5880)
* Added a "_directive" suffix to "view_suggestion_edit_exploration_state_content_modal.html" file. (#5848)
* Fix #5814: Double edit button in exploration player navbar (#5815)
* Remove code duplication for calculating answer choices (#5779)

New structures:
* Remove skills from a topic (#5804)
* URL decode topic name using urllib.unquote_plus (#5810)
* Add field canonical_name for Topic and TopicSummary (#5775)
* Add audio translation schema for concept card (#5677)
* Fix #5052: Create one-off schema migration jobs for topics, skills, questions and stories (#5660)
* Fix #5671: Create success message toasts for topics and skills (#5705)
* Fix #5712: Display an appropriate message when creating questions in topic editor with no skills (#5736)

Infrastructure:
* Fix #5310: Added a size check to third party folder to prevent breaching the 10k files limit on AppEngine (#5743)
* Fix #4973: Add minify_only option to build.py (#5758)
* Fix #5713: Change asset handler url to make it clearer that it's used in dev mode (#5721)

Developer workflow and code health:
* Fix part of #4374: Add docstrings to the Python files. (#5734)
* Fix part of #5002: Move user related variables form GLOBALS (#5659)
* Fix part of #5529: print CSS and JS lint check error messages at the end of the check (#5748)
* Fix part of #4374: Add acl decorator docstrings (#5803)
* Fix #5243: Set ignore_whitespace to true in .isort.cfg (#5789)
* Fix part of #4057: Remove TriggerObjectFactory code (#5770)
* Fix part of #5134: Added AnswerSubmittedEventHandlerTest (#5778)
* Fix part of #4374: Added missing docstrings to scripts (#5723)
* Fix part of #5134: Improve test coverage of core.controllers.topics_and_skills_dashboard (#5741)
* Fix part of #5134: Improve test coverage of core.controllers.concept_card_viewer (#5762)
* Fix part of #5134: Improve test coverage of core.controllers.topic_viewer (#5742)
* Fix typo in constants.py (#5754)
* Fix part of #4374: Add docstrings for docstring_checker (#5744)
* Fix part of #4374: Add docstrings for main.py (#5704)

Investigation work:
* Add more debugging info to help identify cause of undefined states (#5827)

Miscellaneous:
* Fixes #5687: Allow resubmission of rejected suggestions. (#5730)
* Fix #5553: Enable audio translations for Safari (#5780)
* Fix broken SkillMigrationOneOffJobTest (#5781)


v2.6.9 (30 Oct 2018)
--------------------
Bug fixes:
* Fixes prod bug by preventing populating old_content value of suggestion when state doesn't exist (#5772)
* Fix #5691: Fix bug in translation tab resulting from answer choices not being calculated for the short answer summaries (#5756)
* Fix #5748: Incorrect get-involved link (#5750)
* Fix #5749: Incorrect get-involved link (#5750)
* Fix #5688: Added users to user condition if only 1 user has reviewed an exploration (#5708)

New structures:
Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Aadya Mishra <[email protected]>
Aashish Gaba <[email protected]>
Aashish Singh <[email protected]>
Abeer Khan <[email protected]>
Abhay Raizada <[email protected]>
Abhijit Suresh <[email protected]>
Abhimanyu Thakre <[email protected]>
Expand All @@ -37,6 +38,7 @@ Ajo John <[email protected]>
Akshay Anand <[email protected]>
Alex Gower <[email protected]>
Allan Zhou <[email protected]>
Amanda Rodriguez <[email protected]>
Amit Deutsch <[email protected]>
Ana Francisca Bernardo <[email protected]>
Andrew Low <[email protected]>
Expand Down Expand Up @@ -69,13 +71,15 @@ Charisse De Torres <[email protected]>
Chase Albert <[email protected]>
Chen Shenyue <[email protected]>
Chin Zhan Xiong <[email protected]>
Christopher Tao <[email protected]>
Cihan Bebek <[email protected]>
Connie Chow <[email protected]>
Corey Hunter <[email protected]>
Dawson Eliasen <[email protected]>
Debanshu Bhaumik <[email protected]>
Deepank Agarwal <[email protected]>
Denis Samokhvalov <[email protected]>
Diana Chen <[email protected]>
Divyadeep Singh <[email protected]>
Domenico Vitarella <[email protected]>
Edward Allison <[email protected]>
Expand Down Expand Up @@ -122,6 +126,8 @@ Kathryn Patterson <[email protected]>
Kefeh Collins <[email protected]>
Kenneth Ho <[email protected]>
Kerry Wang <[email protected]>
Keshav Bathla <[email protected]>
Keshav Gupta <[email protected]>
Kevin Conner <[email protected]>
Kevin Lee <[email protected]>
Kevin Thomas <[email protected]>
Expand Down Expand Up @@ -159,6 +165,7 @@ Netaji Kancharapu <[email protected]>
Nikhil Handa <[email protected]>
Nikhil Prakash <[email protected]>
Nikhil Sangwan <[email protected]>
Nimalen Sivapalan <[email protected]>
Nithesh N. Hariharan <[email protected]>
Nitish Bansal <[email protected]>
Oskar Cieslik <[email protected]>
Expand All @@ -179,6 +186,7 @@ Raine Hoover <[email protected]>
Rajan Garg <[email protected]>
Rajat Patwa <[email protected]>
Rajendra Kadam <[email protected]>
Rakshit Kumar <[email protected]>
Raymond Tso <[email protected]>
Reinaldo Aguiar <[email protected]>
Reto Brunner <[email protected]>
Expand Down
12 changes: 10 additions & 2 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Aadya Mishra</li>
<li>Aashish Gaba</li>
<li>Aashish Singh</li>
<li>Abeer Khan</li>
<li>Abhay Raizada</li>
<li>Abhijit Suresh</li>
<li>Abhimanyu Thakre</li>
Expand All @@ -141,6 +142,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Akshay Anand</li>
<li>Alex Gower</li>
<li>Allan Zhou</li>
<li>Amanda Rodriguez</li>
<li>Amit Deutsch</li>
<li>Ana Francisca Bernardo</li>
<li>Andrew Low</li>
Expand Down Expand Up @@ -181,7 +183,8 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Chase Albert</li>
<li>Chen Shenyue</li>
<li>Chin Zhan Xiong</li>
<li>Cihan Bebek </li>
<li>Christopher Tao</li>
<li>Cihan Bebek</li>
<li>Connie Chow</li>
<li>Corey Hunter</li>
</ul>
Expand All @@ -192,6 +195,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Debanshu Bhaumik</li>
<li>Deepank Agarwal</li>
<li>Denis Samokhvalov</li>
<li>Diana Chen</li>
<li>Divyadeep Singh</li>
<li>Domenico Vitarella</li>
</ul>
Expand Down Expand Up @@ -267,6 +271,8 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Kefeh Collins</li>
<li>Kenneth Ho</li>
<li>Kerry Wang</li>
<li>Keshav Bathla</li>
<li>Keshav Gupta</li>
<li>Kevin Conner</li>
<li>Kevin Lee</li>
<li>Kevin Thomas</li>
Expand Down Expand Up @@ -314,6 +320,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Nikhil Handa</li>
<li>Nikhil Prakash</li>
<li>Nikhil Sangwan</li>
<li>Nimalen Sivapalan</li>
<li>Nithesh N. Hariharan</li>
<li>Nitish Bansal</li>
</ul>
Expand All @@ -340,11 +347,12 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
</ul>
<span>R</span>
<ul>
<li>Rahul Modi </li>
<li>Rahul Modi</li>
<li>Raine Hoover</li>
<li>Rajan Garg</li>
<li>Rajat Patwa</li>
<li>Rajendra Kadam</li>
<li>Rakshit Kumar</li>
<li>Raymond Tso</li>
<li>Reinaldo Aguiar</li>
<li>Reto Brunner</li>
Expand Down

0 comments on commit f740111

Please sign in to comment.