Skip to content

Conversation

@ktpl-prakash
Copy link
Owner

Description

Fixed Issues (if relevant)

  1. magento/magento2#<issue_number>: Issue title
  2. ...

Manual testing scenarios

  1. ...
  2. ...

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

serhii-balko and others added 30 commits September 28, 2018 08:58
… with a fatal error #18295

 - Merge Pull Request #18295 from mage2pratik/magento2:2.3-develop-PR-port-17993
 - Merged commits:
   1. 20af5a9
[TSG-CSL3] Forwardporting 2.3 (pr9)
Fixes according to static test failures
 - Merge Pull Request #18303 from sreichel/magento2:2.3-develop-PR-port-18086
 - Merged commits:
   1. 5411c0d
…elated info, … #18209

 - Merge Pull Request #18209 from hostep/magento2:fix-for-issue-17190
 - Merged commits:
   1. a4f58c8
 - Merge Pull Request #18292 from VincentMarmiesse/magento2:link-current-do-not-use-new-phrase
 - Merged commits:
   1. cb4b728
…o data / an empty response #18312

 - Merge Pull Request #18312 from dmytro-ch/magento2:2.3-develop-PR-port-18055
 - Merged commits:
   1. de600c3
… expired #18308

 - Merge Pull Request #18308 from dmytro-ch/magento2:fix/2.3-issue-18162
 - Merged commits:
   1. 2eeb65c
   2. 34830c6
The bug caused issues during the export of analytics data from advanced
reporting. The scandir has parameter were the sort can be placed, but
using UNSORTED gives you unwanted lists of files/dirs. Therefor deleting
the first 2 via array_shift, is not a proper way of dealing with this

Signed-off-by: Harold Claus <[email protected]>
…18322

 - Merge Pull Request #18322 from haroldclaus/magento2:hotfix/archiveTarRemoveDirsFix-develop-2-3
 - Merged commits:
   1. f08a19d
   2. 39e0ad9
 - Merge Pull Request magento/graphql-ce#148 from magento/graphql-ce:rendered-html-category
 - Merged commits:
   1. 83dc64e
   2. 665ec85
   3. 196133d
   4. 101716c
   5. accac0b
   6. 8e9b1eb
   7. cb7a755
-- fix coupling between object in CategoryTree
Stanislav Idolov and others added 28 commits October 10, 2018 16:52
…on price conversion for different base currency on website level #18257
[EngCom] Public Pull Requests - GraphQL
 - merged latest code from mainline branch
…ion2_0

 - remove page override and update selector to be compatible with core & PB pages
- Unskipped AdminRemoveDefaultImageDownloadableProductTest
- Added block creation on failed blocked retrieval in product list
- Removed uneeded conditional from producslist.php
…n trying to add a block using Block Content Type

- Removed conditional from _unsetActive to allow overlay z-index to decrease on multiple layers of modal
- Update dom-observer to allow for certain nodes to be ignored
Accepted Public Pull Requests:
 - #18439: Use SVG badge (by @hugovk)
 - #18343: Add required fields to templates (by @miguelbalparda)
 - #18506: Added missing throw tag for exception to docblock of construct (by @peterjaap)
 - #18505: Fixed typo from filed to field (by @peterjaap)
 - #18490: [Sales] Covering the AssignOrderToCustomerObserver by Unit Test (by @eduard13)
 - #18487: Prevent XSS on checkout (by @samgranger)
 - #18500: [Forwardport] Fix category tree in cart price rule #17493 (by @gelanivishal)
 - #18499: [Forwardport] Fix table rate failing for zip+4 address #17770 (by @gelanivishal)
 - #18498: [Forwardport] Fix setup wizard page logo (by @gelanivishal)
 - #18481: Added validation on maximum quantity allowed in shopping cart (by @gelanivishal)
 - #18434: [FORWARDPORT] [FEATURE] [issue-3283] Added Filter Support for Yes/No (by @lewisvoncken)
 - #18416: throw exception InvalidArgumentException during validate scheme (by @ArtsiomBruneuski)
 - #18404: [Forwardport] Implemented 17964: Backend Order creation Authorizenet: If invalid cr� (by @mage2pratik)
 - #18405: [2.3] Admin Grid column ordering/positioning not working when single store mode set On (by @gwharton)
 - #18394: [Forwardport] Fixed issue with lib-line-height mixin failing when value of 'normal'� (by @mage2pratik)
 - #17803: Make report bugs link optional (by @arnoudhgz)
 - #18271: Update CategoryProcessor.php (by @ulftietze)
 - #18221: Empty option label should always be a space even if attribute is required (by @VincentMarmiesse)
 - #18257: [Forwardport] Module Catalog: fix issue with custom option price conversion for different base currency on website level (by @oleksii-lisovyi)
 - #18204: [Forwardport] Fix currency symbol setting back to default #17567 (by @mage2pratik)


Fixed GitHub Issues:
 - #17493: Catalog Rule & Selected Categories with level > 3 (reported by @SKovbel) has been fixed in #18500 by @gelanivishal in 2.3-develop branch
   Related commits:
     1. cfc2339

 - #17770: Table rate fail when using ZIP+4 shipping address (reported by @werfu) has been fixed in #18499 by @gelanivishal in 2.3-develop branch
   Related commits:
     1. fe3fd54

 - #18477: Set maximum Qty Allowed in Shopping Cart is 0 still allow adding to cart (reported by @duongdiep212) has been fixed in #18481 by @gelanivishal in 2.3-develop branch
   Related commits:
     1. d866790

 - #3283: «Yes/No» attributes should be allowed in the Layered Navigation (reported by @dmitry-fedyuk) has been fixed in #18434 by @lewisvoncken in 2.3-develop branch
   Related commits:
     1. e6833c8

 - #14555: Communication's component validator does not propagate exceptions, obscuring the cause of the error (reported by @nikita2206) has been fixed in #18416 by @ArtsiomBruneuski in 2.3-develop branch
   Related commits:
     1. 9a1b8fd
     2. 4f017f8
     3. 6dd7115
     4. 335c201
     5. 7903cd5
     6. dfda407
     7. b2621a5
     8. 7392ba6
     9. b37d2d6
     10. 9f1d4bf

 - #12070: M2.2.0 Admin Grid column ordering/positioning not working when single store mode set On (reported by @gwharton) has been fixed in #18405 by @gwharton in 2.3-develop branch
   Related commits:
     1. ed1f6a5

 - #18234: Product Import -> Upsert Category: Url Rewrites are just created for default website (reported by @ulftietze) has been fixed in #18271 by @ulftietze in 2.3-develop branch
   Related commits:
     1. 53a3456
     2. 543fce4

 - #17567: Currency symbol cannot be changed back to default value from admin panel in Single-store mode (reported by @sivaschenko) has been fixed in #18204 by @mage2pratik in 2.3-develop branch
   Related commits:
     1. 4741320
…GETWO-91388' and 'helix/MAGETWO-95412' into pr-2.3-develop
[performance] performance improvements
### Tasks:
* MAGETWO-91388: Enable caching of AJAX requests on Varnish/Fastly
* MAGETWO-94671: Product Export fails
* MAGETWO-95412: [2.3] Add missed dependencies for catalogsearch_fulltext indexer
@ktpl-prakash ktpl-prakash merged commit b888298 into ktpl-prakash:2.3-develop Oct 13, 2018
ktpl-prakash pushed a commit that referenced this pull request Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.