Skip to content

Commit

Permalink
Update authors and changelog for v2.6.6. (oppia#5411)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip committed Aug 2, 2018
1 parent 4965112 commit aced6cb
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#
# Please keep the list sorted alphabetically.

Aadya Mishra <[email protected]>
Aashish Gaba <[email protected]>
Aashish Singh <[email protected]>
Abhay Raizada <[email protected]>
Expand Down Expand Up @@ -192,6 +193,7 @@ Umesh Singla <[email protected]>
Utkarsh Dixit <[email protected]>
Vasu Tomar <[email protected]>
Vibhor Agarwal <[email protected]>
Viet Tran Quoc Hoang <[email protected]>
Viraj Prabhu <[email protected]>
Vishal Gupta <[email protected]>
Vishnu M <[email protected]>
Expand Down
189 changes: 188 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,192 @@
This file contains a summary of changes to the Oppia code base.

v2.6.6 (1 Aug 2018)
-------------------
Rich-text editor
* Added CKEditor as current RTE and conversion function (#5229)
* Added try catch in MigrationValidation for CKEditor (#5198)
* CKEditor Integration - Milestone 2 (#5150)
* Updated ol-ul migration - Milestone 2 (#5192)
* Updated Migration process on the basis of cases obtained from test server (#5185)
* Added MigrationValidation one-off job for CKEditor - Milestone 2 (#5169)
* Added validation one-off job for CKEditor - Milestone 2 (#5161)
* Added migration function for Textangular - Milestone 1 (part 2) (#4985)
* Fixed errors based on cases in dump from server (#5213)
* Updated the Migration function for CKEditor (#5228)
* Fixed issues that popped up due to migration to CKEditor (#5255)
* Remove the text that comes when cursor is moved over editor (#5288)
* Removed indentblock to allow indentation only for list elements (#5318)

Statistics
* Fix part of #3836: Milestone 1, introduce new calculation to aggregate top unresolved answers. (#5006)
* Introduce StateTopAnswerStatisticsFactory (Part 1) (#5026)
* Split Backend Call API from the StateTopAnswerStatisticsService (#5079)
* Hide unresolved student answers when the exploration is private, since there is no data to show. (#5080)
* Add hooks to StateTopAnswerStatsService to keep it fresh and make IssuesOverview card use it (#5089)
* Fix #3836: Upgrade training interface to show unresolved answers. (#5098)
* Add comment to describe conflict with libsvm's prediction function. (#5215)
* Remove protractor-add-test-answer css class from modify training data (#5216)
* Disable modify training data button until ML is enabled. (#5328)

New structures
* Added validations to topic editor (#5178)
* Added validations to story editor (#5195)
* Create Topic Editor (Part 1): Added frontend domain objects for topics. (#5090)
* Create Topic Editor (Part 2): Created Topics and Skills dashboard (#5094)
* Create Topic Editor (Part 3): Create the editor UI (#5112)
* Create Topic Editor (Part 4): Added more functions to edit topics (#5119)
* Create Topic Editor (Part 5): Added subtopic page editor (#5142)
* Create Topic Editor (Part 6): Added skill id management for subtopics (#5166)
* Create Story Editor (Part 1): Added frontend domain objects (#5131)
* Create Story Editor (Part 2): Add create and delete story functionalities (#5148)
* Create Story Editor (Part 3): Create Story Editor UI (#5152)
* Create Story Editor (Part 4): Create story node editor (#5159)
* Added SubtopicPage model (#5053)
* Modified topic and story models (#5049)
* Modified add_node function in stories (#5035)
* Added skills mastery model (#4997)
* Implementing QuestionSkillLink Model and Domain (#5025)
* Added deepcopy to Change objects (#5038)
* Added controllers for topics, skills and stories: Part 1 (#5013)
* Added update and delete for stories. (#4988)
* Exploration Migration to add skill_id and tagged_misconception_id fields (#5031)
* Add core skill editor (#5154)
* Fixed lint error in #5154 (#5217)
* Fix #5202: Moved topic and story validations to their respective objects (#5211)

Image pipeline
* Remove the code that uploaded the filepath as an object (#5173)
* Fix #5177: Added migration function to ensure caption in images (#5179)
* Extract relevant commits from change list in ExplorationStateIdMapping (#5189)
* Fixed preview error in ImageRegions interaction (#5149)
* Added try again button. (#5087)
* Added a loading indicator gif. (#5029)
* PR2: Images get uploaded to GCS in production mode and GAE in dev mode (#5160)
* One-off Job for shifting images from GAE to GCS (#5153)
* Fixes #5209 Removing preloading completely from preview mode. (#5237)
* Fixes ImageDataMigration job (#5405)

Development workflow
* Fix part of #5134: Add tests for activity domain (#5194)
* Reduce daysUntilStale to 7 (#5187)
* Add arg name to arg with default values. (#5180)
* Modify html indent function (#5171)
* Upgraded coverage version (#5127)
* Fix package installation on Travis (#5146)
* Removed exception from templateUrl linter (#5135)
* Improving the dev workflow: Add restrict check for directives (#5068)
* Added notes to run single e2e and unit tests. (#5116)
* Add node path to stylelint cmd args (#5117)
* Fix #5009: Add wait for suggestions e2e test (#5109)
* Improving the dev workflow: Milestone 1.2.3 Enable checks for directive scope (#4980)
* Improving the dev workflow: Custom import check for modules (#5078)
* Move .oppia-creator-dashboard-main-content to creator_dashboard.html and remove padding property (#5022)
* Improving the dev workflow: Separate CSS selectors from oppia.css (#5018)
* Improving the dev workflow: Setup lint check for CSS and fix corresponding errors (#4643)
* Fix part of #4347 Included docstrings in various functions in scrips/custom_lint_checks.py (#5034)
* Add bad_patterns_python_regexp (#5042)
* Fix #5157: Add check for copyright notice (#5197)
* Modify stale config (#5214)

Interactions
* Add currency units to the Number with Units interaction (#5175)
* Drag and Drop Interaction: Milestone 2.2 (#5137)
* Drag and drop interaction: Milestone 2.1 (#5118)
* Added help table for Number with Units Interaction (#5124)
* Number with Units Interaction: Milestone 1.3 (#5028)
* Add angular-ui-tree dependency. (#5110)
* Stop submit button for MultipleChoiceInput from firing ng-click twice (#5266)
* Fixing Fraction Input weird padding. (#5267)
* Remove some files that were skipped and caused math expression input to break. (#5284)
* Fixes #5260: Unable to type anything in the Math expression input box in mobile (#5289)
* Fix #5301: Disabled required spacing in the currency units in Number with Units interaction (#5320)

Generalised review system
* Generalised review system: Validation job for the suggestion migration (#5174)
* Generalized Review System - Milestone 1.1 (Part 3): Suggestion services (#4982)
* Generalized Review System - Milestone 1.2 : Suggestion controllers and wiring up to frontend (#5093)
* Generalized Review System Milestone 1.3 - Migration job for suggestion framework (#5043)
* Generalised Review System Milestone 2: Add user contribution scoring models (#5128)
* Added test for unique model names and renamed SuggestionModel to GeneralSuggestionModel (#5016)
* Removed assigned reviewer field (#5203)
* Fix a backend test after switching the flag (#5206)
* Generalised Review System Milestone 2: Cron job to automatically accept suggestions after a threshold (#5155)
* Fix suggestions subject not displayed (#5273)
* Fix ordering of suggestions on feedback tab. (#5404)

Translation dashboard
* Milestone 2.3: Lesson translation dashboard. (#5163)
* Milestone 2.1 & 2.2: Lesson translation dashboard. (#5122)
* Minor fix in getNeedsUpdateTooltipMessag. (#5136)
* Milestone 1.2: Lesson translation dashboard. (#5099)
* New state structure. (#5007)
* Fix #5287: Deletes feedback content id while deleting interaction. (#5294)

Playthroughs and issues
* Rename flag for enabling playthroughs (#5165)
* Playthrough Visualisation: Milestone 2.2 (Part 3) (#5156)
* Playthrough Visualisation: Milestone 2.2 (Part 2) (#5058)
* Playthrough Visualisation: Milestone 2.2 (Part 1) (#5133)
* Added unit test for exploration reverts effect on exploration issues model (#5147)
* Set ENABLE_PLAYTHROUGHS to True (#5132)
* Playthrough Visualisation: Milestone 1.2 (Part 3) (#4952)
* Playthrough Visualisation: Milestone 2.1 (#5015)
* Only enable Playthrough recording for Fractions collection (#5190)
* Fix exploration ID field bug (#5360)

Bug fixes
* Fix #5063: Hint button should not appear for terminal or linear interactions (#5125)
* Fix #5111: remove notification preferences card from non-editors.
* Fixed publish button (#5227)
* Fix #5071: Replace closeSubmenu with closeSubmenuIfNotMobile to make dropdown menu work (#5261)
* Fixating position of preview tab's reset button to bottom right corner. (#5272)
* Fix #5398: remove UrlInterpolationService's whitelist check. (#5410)
* Fix #5336: Added brackets to valid url characters (#5354)
* Manually Construct URL (#5345)
* Fix #5274: Open modal window only once (#5346)
* Fix playthroughs bug (#5339)
* Fix #5253: Fixed hiding of Continue button when correctness footer is present (#5276)

Miscellaneous
* Create CODEOWNERS (#5032)
* Update CODEOWNERS to include all storage models & add Sean as an owner (#5186)
* Fix #5000 add check for response status in get_json (#5001)
* Routine translations update. (#5101)
* Fix part of #3950: Replace DEV_MODE and feedback URL Jinja Template in base.html (#5048)
* Added a few new skipped folders (#5196)
* Reduce the number of files that are uploaded to production. (#5181)
* Only append to the general error log for non-404 errors. (#5241)
* Update deploy script. (#5231)
* Downgrade 404 logs to warnings. (#5233)
* Fix build (#5269)
* Only log when versions are actually regenerated. (#5394)
* Unique session IDs for starts and quits (#5392)
* Fix errors in the RegenerateMissingStatsModelsOneOffJob. (#5388)
* Production fixes for the stats job. (#5377)
* More fixes to stats jobs from running on test server. (#5366)
* Handle exploration reverts for ExplorationStatsModel (#5356)
* Fix variable declaration error (#5351)
* Fix cast and improve output messages in stats job. (#5312)

Testing, documentation and code health
* Readability Improvements to save_new_linear_exp_with_state_names_and_interactions (#5023)
* Adds YouTube error logs as expected error for e2e test. (#5046)
* Fix part of #4057: Adding tests for audio language objects (#5061)
* Break up factories (#5073)
* Fixed docstring (#5096)
* Fix #5044: Added a named constant for revert commit command (#5102)
* Fix part of #3968: ParamMetadataObjectFactory domain object (#5082)
* Fix backend load test (#5120)
* Reference directive templates directly in /extensions/objects (#5121)
* Rename AudioLanguage's "text" attribute to "description" and update e2e documentation for running individual suite (#5126)
* Remove jquery themes (#5207)
* Removed the fileInfoObject (#5205)
* Add e2e functions patterns to BAD_PATTERNS_JS_REGEXP (#5208)
* Fix #5105: GraphInput Viewbox console errors (#5212)
* Fix part of #3954: Exploration Editor Page Object (#5139)
* Refactor the delete-state-callback test. (#5349)


v2.6.5 (18 June 2018)
--------------------
Miscellaneous user-facing:
Expand Down Expand Up @@ -90,7 +277,7 @@ Playthrough Visualisation:
* Playthrough Visualisation: Milestone 1.2 (Part 1) (#4944)
* Playthrough Visualisation: Milestone 1.1 (Part 6) (#4935)
* Playthrough Visualisation: Milestone 1.1 (Part 5) (#4934)
* Playthrough Visualisation: Milestone 1.1 (Part 4) (#4928)
* Playthrough Visualisation: Milestone 1.1 (Part 4) (#4928)
* Playthrough Visualisation: Milestone 1.1 (Part 3) (#4927)
* Playthrough Visualisation: Milestone 1.1 (Part 1) (#4918)
* Playthrough Visualisation: Milestone 1.1 (Part 2) (#4919)
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#
# Please keep the list sorted alphabetically.

Aadya Mishra <[email protected]>
Aashish Gaba <[email protected]>
Aashish Singh <[email protected]>
Abhay Raizada <[email protected]>
Expand Down Expand Up @@ -223,6 +224,7 @@ Umesh Singla <[email protected]>
Utkarsh Dixit <[email protected]>
Vasu Tomar <[email protected]>
Vibhor Agarwal <[email protected]>
Viet Tran Quoc Hoang <[email protected]>
Vinita Murthi <[email protected]>
Viraj Prabhu <[email protected]>
Vishal Gupta <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<div class="oppia-about-credits-letter-groups three-col">
<span>A</span>
<ul>
<li>Aadya Mishra</li>
<li>Aashish Gaba</li>
<li>Aashish Singh</li>
<li>Abhay Raizada</li>
Expand Down Expand Up @@ -409,6 +410,7 @@ <h2 translate="I18N_ABOUT_PAGE_CREDITS_TAB_HEADING"></h2>
<ul>
<li>Vasu Tomar</li>
<li>Vibhor Agarwal</li>
<li>Viet Tran Quoc Hoang</li>
<li>Vinita Murthi</li>
<li>Viraj Prabhu</li>
<li>Vishal Gupta</li>
Expand Down

0 comments on commit aced6cb

Please sign in to comment.