Skip to content

Commit

Permalink
Update authors and changelog for v2.6.7 (oppia#5621)
Browse files Browse the repository at this point in the history
* Update authors and changelog for v2.6.7, and corrected the name of a
past contributor on the credits page.

* Further changelog & author updates.
  • Loading branch information
BenHenning committed Sep 3, 2018
1 parent 0291b7d commit f38eeb8
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 6 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Chin Zhan Xiong <czxcjx1234@gmail.com>
Cihan Bebek <cihan.m.bebek@gmail.com>
Connie Chow <clionesse@yahoo.com>
Corey Hunter <corey@regex.be>
Dawson Eliasen <dawsoneliasen@gmail.com>
Debanshu Bhaumik <bhaumikdebanshu@gmail.com>
Deepank Agarwal <deepank411@gmail.com>
Denis Samokhvalov <swoopyyy@gmail.com>
Expand Down Expand Up @@ -86,6 +87,7 @@ Jenna Mandel <jenna.b.mandel@gmail.com>
Jérôme (zolk232) <zolk232@gmail.com>
Jerry Chen <jerry.c@berkeley.edu>
John Glennon <yeeons@gmail.com>
Jordan Cockles <jordan.cockles@gmail.com>
Jordan Stapinski <jstapins@andrew.cmu.edu>
Joseph Fedota <joefedota@gmail.com>
Joshua Cano <joshua.m.cano@gmail.com>
Expand Down Expand Up @@ -116,10 +118,12 @@ Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Michael Mossey <michaelmossey@gmail.com>
Michael Wagner <wagnerdmike@gmail.com>
Milagro Teruel <milagro.teruel@gmail.com>
Min Tan <contactmintan@gmail.com>
Mohammad Shahebaz <shahebaz13@gmail.com>
Mohit Gupta <thedeveloperrmail@gmail.com>
Mohit Musaddi <96mohitm@gmail.com>
Mungo Dewar <mpjdewar@gmail.com>
Nalin Bhardwaj <nalinbhardwaj@nibnalin.me>
Nalin Chhibber <nalin.chhibber@gmail.com>
Naveen Kumar Shukla <shuklank2709@gmail.com>
Nikhil Prakash <nikhil07prakash@gmail.com>
Expand All @@ -134,6 +138,7 @@ Ozan Filiz <oznflz@gmail.com>
Parth Bhoiwala <parth.v.bhoiwala@gmail.com>
Philip Hayes <philiphayes9@gmail.com>
Phillip Moulton <moulton.dev@gmail.com>
Rishav Chakraborty <annonymousxyz@outlook.com>
Piyush Agrawal <poush12@gmail.com>
Pranav Siddharth S <pranavsid98@gmail.com>
Prasanna Patil <prasannapatil08@gmail.com>
Expand All @@ -154,6 +159,7 @@ Samara Trilling <samara.trilling@gmail.com>
Saeed Jassani <saeedjassani@gmail.com>
Sagar Manohar <code247@users.noreply.github.com>
Sandeep Dubey <dubeysandeep.in@gmail.com>
Sandeep Patel <b117045@iiit-bh.ac.in>
Santos Hernandez <hernandz@stanford.edu>
Sanyam Khurana <sanyam.khurana01@gmail.com>
Sasa Cocic-Banjanac <cocicsasa@gmail.com>
Expand Down
199 changes: 199 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,204 @@
This file contains a summary of changes to the Oppia code base.

v2.6.7 (3 Sep 2018)
-------------------
Rich-text editor
* Add one-off job to validate customization args for rich text components (#5362)
* Removed extra blank lines in RTE (#5401)
* Removed previews for rich text components (#5352)
* Removed indentblock to allow indentation only for list elements (#5318)
* Remove the text that comes when cursor is moved over editor (#5288)
* Fixed issues that popped up due to migration to CKEditor (#5255)
* Added CKEditor as current RTE and conversion function (#5229)
* Fix issue #5423 (#5424)

Statistics
* Permamently flip ENABLE_STATE_ID_MAPPING to true (#5523).
* Disable modify training data button until ML is enabled. (#5328)
* Convert all floating point numbers back to float from strings in received classifier data (#5291)
* Fix cast and improve output messages in stats job. (#5312)
* Allow machine learning classification in editor preview mode of exploration (#5239)

New structures
* Suggestions for questions part 1: Backend domain class and controllers (#5361)
* Create reusable question editor directive: Part 2 (#5406)
* Create reusable question editor directive: Part 1 (#5367)
* Replace jinja with directives in state_editor.html (#5353)
* Create question editor (Part 2): Created backend controllers (#5321)
* Dedup skill schema changes (#5283)
* Added concept card viewer in the exploration player (#5265)
* Add skill rights and unpublished skills (#5277)
* Create question editor (Part 1): Added frontend domain objects (#5309)
* Modified the questions backend (#5293)
* Tag prerequisite skill to answer group (#5238)
* Added untriaged skills section to the topics and skills dashboard (#5219)

Image pipeline
* Misc fixes to image GAE/GCS migration (#5609)
* Fix unicode errors in VerifyAllUrlsMatchGcsIdRegexJob which make it (#5598)
* Fix remaining issues in migration job. (#5595)
* Fixes to CopyToNewDirectoryJob (#5594)
* Encode the filename by utf-8 (#5584)
* Added the exceptions (#5560)
* Corrected an error in html_validation_service.py (#5534)
* Fix issue in html_validation_service (#5522)
* Corrected the FILE_ID_MODEL regex to support deletion of images from datastore. (#5521)
* Implement exploration migration to update image references. (#5509)
* Shifting images/audio to the new exploration folder, which involves compressing and renaming the images as well. (#5490)
* Fix: #5407 changed to click to reload image (#5449)
* Removed the ENABLE_GCS_STORAGE_FLAG, and add develop condition for PIL in appengine_config (#5492)
* Added the PR for the Mac os troubleshoot and inside gae_suite.py in test (#5480)
* Delete image from gae (#5393)
* Create compressed versions of images. (#5450)
* Fixes ImageDataMigration JOB (#5405)
* Fixes the comments in ImageDataMigration PR (#5271)
* Fixes #5209 Removing preloading completely from preview mode. (#5237)

Development workflow
* Fix part of #5399: Comparing MD5 hash to prevent unnecessary files rebuilding (#5468)
* Change print check regexp (#5474)
* Fix #5106: Changed startup script to open browser after starting server (#5431)
* Improving the dev workflow: Setup browserstack, add necessary configuration files and tests for mobile (#5340)
* Get rid of TEMPLATE_DIR_PREFIX and ASSET_DIR_PREFIX (#5397)
* Fix #5337: Parallelize build minification (#5379)
* Add comment to .travis.yml (#5383)
* Attempt to fix Chrome on Travis (#5382)
* Fix #5004: Modify keyword arguments checker (#5305)
* Improving the dev workflow: Add check for double quotes for values of attributes of html tags (#5246)
* Improving the dev workflow: Enable indent rule for CSS (#5242)
* Fix part of #3905: Add check to match line breaks between stringfied dependencies and controller function parameters (#5225)
* Add forceLocal argument to browserstack local instance (#5435)

Interactions
* Fixed code editor issue (#5615)
* Fix #5494: Fix second item selection issue in CKEditor for Drag and drop interaction. (#5513)
* Fix #5280: Fix auto-scrolling mechanism in Drag and drop sorting interaction. (#5499)
* Fix hola exploration (#5498)
* Add ui-tree to app.js (#5473)
* Enable drag and drop sorting interaction. (#5429)
* Fix #5172: TextInput learner response display should preserve line breaks (#5430)
* Drag and drop interaction: Milestone 3.2 (#5338)
* Fix #5301: Disabled required spacing in the currency units in Number with Units interaction (#5320)
* Fix #5253: Fixed hiding of Continue button when correctness footer is present (#5276)
* Drag and drop interaction: Milestone 2.3 (#5162)
* Adding pip cache directory (#5281)

Generalised review system
* Bug fixes for the feedback framework (#5467)
* Generalised Review System, complete email functionality (#5387)
* Carry forward last updated and created on fields to the new models (#5495)
* Generalised Review System - Email notification functionality (#5245)
* Remove invalid status codes (#5460)
* Fix ordering of suggestions on feedback tab. (#5404)
* Generalised review system - Feedback thread generalisation (#5235)
* Generalised review system: Milestone 2 - Changes to permissions of users who can review suggestions (#5170)
* Fix suggestions subject not displayed (#5273)
* Generalised Review System - A generalised function to query suggestions (#5164)
* Fix build (#5269)
* Generalised Review System Milestone 2: Cron job to automatically accept suggestions after a threshold (#5155)
* Fix a backend test after switching the flag (#5206)

Translation dashboard
* Fix #5558: Fixed translator email functionality. (#5559)
* Milestone 3.5: Lesson translation dashboard. (#5506)
* Milestone 3.4: Lesson translation dashboard. (#5483)
* Milestone 3.1 & 3.2: Lesson Translation Dashboard. (#5378)
* Milestone 2.5: Lesson Translation Dashboard (#5279)
* Removes audio translation editor from editor tab and enables translation tab. (#5413)
* Milestone 2.4: Lesson translation dashboard (#5210)
* Fixed publish button (#5227)

Playthroughs and issues
* Added recorder config (#5496)
* Playthrough Visualisation: Milestone 3.2 (Part 6) (#5428)
* Playthrough Visualisation: Milestone 3.2 (Part 4) (#5421)
* Playthrough Visualisation: Milestone 3.2 (Part 5) (#5422)
* Playthrough Visualisation: Milestone 3.2 (Part 3) (#5373)
* Playthrough Visualisation: Milestone 3.1 (#5167)
* Playthrough Visualisation: Milestone 3.2 (Part 2) (#5364)
* Unique session IDs for starts and quits (#5392)
* Fix errors in the RegenerateMissingStatsModelsOneOffJob. (#5388)
* Handle incoming None version events (#5372)
* More fixes to stats jobs from running on test server. (#5366)
* Handle exploration reverts for ExplorationStatsModel (#5356)
* Fix exploration ID field bug (#5360)
* Add CSS for Hexagon (#5168)
* Fix variable declaration error (#5351)
* Fix #5274: Open modal window only once (#5346)
* Fix playthroughs bug (#5339)

Bug fixes
* Remove unnecessary dependency. (#5610)
* Added volume to the speechUtterance (#5561)
* Fix #5535: Share buttons on info card (#5540)
* Fixed borders around feedback headers (#5532)
* No object assign (#5444)
* Fix #5386: start.sh produces an error when using VirtualBox "no method available for opening 'http://localhost8181/'" (#5391)
* Fixes #5299: Reduce font-weight to render consistently across browsers (#5331)
* Fix #5287: Deletes feedback content id while deleting interaction. (#5294)
* Remove some files that were skipped and caused math expression input to break. (#5284)
* Fixing PieChartDirective console error (#5282)
* Fixating position of preview tab's reset button to bottom right corner. (#5272)
* Fixing Fraction Input weird padding. (#5267)
* Fix #5071: Replace closeSubmenu with closeSubmenuIfNotMobile to make dropdown menu work (#5261)
* Stop submit button for MultipleChoiceInput from firing ng-click twice (#5266)
* Replacing Youtube video link (#5264)
* Updated last update coloumn (#5564)

Miscellaneous
* Add Code of Conduct (#5475)
* Replaced Static images with Font awesome (#5443)
* Address some learner view errors found in production. (#5459)
* Display Cards with many Unresolved Answers (#5442)
* Fix #5398: remove UrlInterpolationService's whitelist check. (#5410)
* Only log when versions are actually regenerated. (#5394)
* Caching Chrome to prevent test timing out by Travis failing to download Chrome. (#5385)
* Readme updated. (#5384)
* Production fixes for the stats job. (#5377)
* Routine update of translations (#5359)
* Remove unused test_util_jobs.py file. (#5358)
* Remove unused feconf constants (#5350)
* Fix #5336: Added brackets to valid url characters (#5354)
* Refactor the delete-state-callback test. (#5349)
* Manually Construct URL (#5345)
* Fixes #5298: Add Oppia Foundation to sidebar (#5332)
* Fix part of #5002: Get rid of profilePictureDataUrl global (#5290)
* Downloading file(s) dependency instead of entire Github folder. (#5313)
* Add codeownership control for html_cleaner.py (#5327)
* Add Vojta and Viet as code owners for manifest.json. (#5306)
* Fixes #5260: Unable to type anything in the Math expression input box in mobile (#5289)
* Fix #4838: Ternary operator scope creation (#5262)
* Extensions: Removing unconsumed console error entries (#5250)
* Remove app.js from excluded_files (#5248)
* Adding pip cache to Travis config. (#5244)
* Only append to the general error log for non-404 errors. (#5241)
* Downgrade 404 logs to warnings. (#5233)
* Update deploy script. (#5231)

Testing, documentation, and code health
* Fix part of #5134 Backend test for collection models (#5357)
* core.platform.taskqueue.gae_taskqueue_services: Add tests (#5451)
* Refactor exploration player (#5437)
* Fixed backend test fail issue (#5448)
* Fix part of #5134: Add test for core.domain.calculation_registry (#5381)
* Create backend services and controllers for exploration pretests (#5418)
* Fix #5134: Write backend tests for core.storage.job.gae_models (#5433)
* Fixed part of #5134: core.domain.user_domain_test file! (#5380)
* Fix part of #5134.: Added tests for memcache services (#5355)
* Fix #5314: Reinstate failing Karma test. (#5347)
* Fixed part of #4057: FormBuilder tests (#5322)
* Fix docstrings for acl_decorators (#5311)
* Math Expression Input e2e (#5292)
* Refactored ExplorationContextService (#5278)
* Migrate the remaining waits to use the waitFor library. (#5270)
* Fix part of #5002: Moved some constants from GLOBALS to other places. (#5191)
* Some initial changes to use the new waitFor utility. (#5258)
* Add check for browser.waitForAngular calls (#5249)
* E2e refactor follow-up for PR#5139 (#5224)
* E2e testing: Introducing waitFor utility file. (#5240)
* Graph Interaction e2e Test (#5230)


v2.6.6 (1 Aug 2018)
-------------------
Rich-text editor
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Chin Zhan Xiong <czxcjx1234@gmail.com>
Cihan Bebek <cihan.m.bebek@gmail.com>
Connie Chow <clionesse@yahoo.com>
Corey Hunter <corey@regex.be>
Dawson Eliasen <dawsoneliasen@gmail.com>
Debanshu Bhaumik <bhaumikdebanshu@gmail.com>
Deepank Agarwal <deepank411@gmail.com>
Denis Samokhvalov <swoopyyy@gmail.com>
Expand Down Expand Up @@ -105,6 +106,7 @@ Jeremy Emerson <emersoj@google.com>
Jérôme (zolk232) <zolk232@gmail.com>
Jerry Chen <jerry.c@berkeley.edu>
John Glennon <yeeons@gmail.com>
Jordan Cockles <jordan.cockles@gmail.com>
Jordan Stapinski <jstapins@andrew.cmu.edu>
Joseph Fedota <joefedota@gmail.com>
Joshua Cano <joshua.m.cano@gmail.com>
Expand Down Expand Up @@ -141,10 +143,12 @@ Michael Anuzis <anuzis@google.com>
Michael Mossey <michaelmossey@gmail.com>
Michael Wagner <wagnerdmike@gmail.com>
Milagro Teruel <milagro.teruel@gmail.com>
Min Tan <contactmintan@gmail.com>
Mohammad Shahebaz <shahebaz13@gmail.com>
Mohit Gupta <thedeveloperrmail@gmail.com>
Mohit Musaddi <96mohitm@gmail.com>
Mungo Dewar <mpjdewar@gmail.com>
Nalin Bhardwaj <nalinbhardwaj@nibnalin.me>
Nalin Chhibber <nalin.chhibber@gmail.com>
Naveen Kumar Shukla <shuklank2709@gmail.com>
Nikhil Handa <nikhil.handa@nowfloats.com>
Expand Down Expand Up @@ -173,6 +177,7 @@ Raymond Tso <thisraymond@gmail.com>
Reinaldo Aguiar <reinaldoaguiar@google.com>
Reto Brunner <brunnre8@gmail.com>
Richard Cho <won0089@gmail.com>
Rishav Chakraborty <annonymousxyz@outlook.com>
Rohan Gulati <rohangulati@gmail.com>
Ross Strader <strader@gmail.com>
Rudra Sadhu <rdrsadhu@gmail.com>
Expand All @@ -181,6 +186,7 @@ Saeed Jassani <saeedjassani@gmail.com>
Sagar Manohar <code247@users.noreply.github.com>
Samara Trilling <samara.trilling@gmail.com>
Sandeep Dubey <dubeysandeep.in@gmail.com>
Sandeep Patel <b117045@iiit-bh.ac.in>
Santos Hernandez <hernandz@stanford.edu>
Sanyam Khurana <sanyam.khurana01@gmail.com>
Sasa Cocic-Banjanac <cocicsasa@gmail.com>
Expand All @@ -196,6 +202,7 @@ Sebastian Zangaro <szangaro@gmail.com>
Seth Beckman <beckmanseth@gmail.com>
Shafqat Dulal <shafqat.dulal@gmail.com>
Shantanu Bhowmik <sbhowmik@google.com>
Shitong Shou <sshou14@cmc.edu>
Shiva Krishna Yadav <14311a05r1@sreenidhi.edu.in>
Shivan Trivedi <shivanstar7@gmail.com>
Shivansh Bajaj <bajajshivansh1@gmail.com>
Expand Down
14 changes: 8 additions & 6 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>

<span>D</span>
<ul>
<li>Dawson Eliasen</li>
<li>Debanshu Bhaumik</li>
<li>Deepank Agarwal</li>
<li>Denis Samokhvalov</li>
Expand Down Expand Up @@ -232,21 +233,21 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
</ul>
<br>
<br>

<span>J</span>
<ul>
<li>Jackson Wu</li>
<li>Jacob Davis</li>
<li>Jakub Osika</li>
<li>Jared Silver</li>
<li>Jasper Deng</li>
<li>Jasmine Hunter</li>
<li>Jasmine Rider</li>
<li>Jaysinh Shukla</li>
<li>Jenna Mandel</li>
<li>Jeremy Emerson</li>
<li>Jérôme (zolk232)</li>
<li>Jerry Chen</li>
<li>John Glennon</li>
<li>Jordan Cockles</li>
<li>Jordan Stapinski</li>
<li>Joseph Fedota</li>
<li>Joshua Cano</li>
Expand Down Expand Up @@ -280,7 +281,6 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<ul>
<li>Lunrong Chen</li>
</ul>

<span>M</span>
<ul>
<li>Madiyar Aitbayev</li>
Expand All @@ -294,15 +294,16 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Michael Anuzis</li>
<li>Michael Mossey</li>
<li>Michael Wagner</li>
<li>Min Tan</li>
<li>Milagro Teruel</li>
<li>Mohammad Shahebaz</li>
<li>Mohit Gupta</li>
<li>Mohit Musaddi</li>
<li>Mungo Dewar</li>
</ul>

<span>N</span>
<ul>
<li>Nalin Bhardwaj</li>
<li>Nalin Chhibber</li>
<li>Naveen Kumar Shukla</li>
<li>Nikhil Handa</li>
Expand Down Expand Up @@ -332,7 +333,6 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Pratik Katte</li>
<li>Pulkit Gera</li>
</ul>

<span>R</span>
<ul>
<li>Raine Hoover</li>
Expand All @@ -343,18 +343,19 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Reinaldo Aguiar</li>
<li>Reto Brunner</li>
<li>Richard Cho</li>
<li>Rishav Chakraborty</li>
<li>Rohan Gulati</li>
<li>Ross Strader</li>
<li>Rudra Sadhu</li>
</ul>

<span>S</span>
<ul>
<li>Sachin Gopal</li>
<li>Saeed Jassani</li>
<li>Sagar Manohar</li>
<li>Samara Trilling</li>
<li>Sandeep Dubey</li>
<li>Sandeep Patel</li>
<li>Santos Hernandez</li>
<li>Sanyam Khurana</li>
<li>Sasa Cocic-Banjanac</li>
Expand All @@ -370,6 +371,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<li>Seth Beckman</li>
<li>Shafqat Dulal</li>
<li>Shantanu Bhowmik</li>
<li>Shitong Shou</li>
<li>Shiva Krishna Yadav</li>
<li>Shivan Trivedi</li>
<li>Shivansh Bajaj</li>
Expand Down

0 comments on commit f38eeb8

Please sign in to comment.