Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Fixed Inline block edit identifier validation #4

Closed
wants to merge 2,072 commits into from

Conversation

hiren0241
Copy link
Owner

Original Pull Request

magento#21376

Description (*)

Dot is not allowed when editing CMS block in-line

Fixed Issues (if relevant)

  1. Dot is not allowed when editing CMS block in-line magento/magento2#21374: Dot is not allowed when editing CMS block in-line

Manual testing scenarios (*)

  1. Manual Testing

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)

magento-engcom-team and others added 30 commits March 1, 2019 09:35
 - Merge Pull Request magento#21543 from novikor/magento2:22-Static-tests-forbid-or-instead-of-21062
 - Merged commits:
   1. 9f0ef59
…magento#21532

 - Merge Pull Request magento#21532 from amol2jcommerce/magento2:2.2-develop-PR-port-21302
 - Merged commits:
   1. e5676cf
…to cart button without selecting atleast one product from recently orderred list magento#21538

 - Merge Pull Request magento#21538 from mageprince/magento2:mageprince-2.2-develop-port-21401
 - Merged commits:
   1. d504aa1
…agento#21537

 - Merge Pull Request magento#21537 from dominicfernando/magento2:2.2-develop-PR-port-21105
 - Merged commits:
   1. 342afb2
   2. 36ebc65
   3. 5392ee7
   4. 73b57d4
[TSG] Backporting for 2.2 (pr80) (2.2-develop)
… for guests converted to customers after checkout. magento#21325

 - Merge Pull Request magento#21325 from Nazar65/magento2:backport-issue-19166
 - Merged commits:
   1. 9746716
   2. abcf202
   3. 80e5e39
   4. 41fc945
   5. 79429ed
…to cart button without selecting atleast one product from recently orderred list magento#21538
…ssue, Fix Async Emails issues, Fix Multiple Email issues magento#18472
…ory page, tax appears to be added twice magento#21383 magento#21527

 - Merge Pull Request magento#21527 from eduard13/magento2:2.2-develop-PR-port-21395
 - Merged commits:
   1. eaad776
   2. aa7fee5
…l button if billing address is not available on current quote
nmalevanec and others added 27 commits March 21, 2019 10:49
…or pending review magento#21849

 - Merge Pull Request magento#21849 from eduard13/magento2:2.2-develop-bp-20936
 - Merged commits:
   1. dd3a94a
   2. 5c8dba8
   3. 95c1bc8
…ntegration and unit tests magento#21859

 - Merge Pull Request magento#21859 from eduard13/magento2:2.2-develop-PR-port-21795
 - Merged commits:
   1. 229da15
   2. 89bcefa
   3. 0cd94e2
   4. afa9a80
…label in getA… magento#21872

 - Merge Pull Request magento#21872 from mage2pratik/magento2:back-port-pull-20482
 - Merged commits:
   1. c4312eb
Accepted Public Pull Requests:
 - magento#21037: [Backport] Added RewriteBase directive template in .htaccess file into pub/media folder (by @ccasciotti)
…kend indexers page after creating a custom index magento#21576

 - Merge Pull Request magento#21576 from ccasciotti/magento2:back-port-pull-21575
 - Merged commits:
   1. 2c956f6
   2. d5ed9e8
Accepted Public Pull Requests:
 - magento#21872: [Backport] [TASK] Remove translation of attribute store label in getA� (by @mage2pratik)
 - magento#21859: [Backport] [Wishlist] Covering the Wishlist classes by integration and unit tests (by @eduard13)
 - magento#21435: [Backport] magento#20773: Do not throw exception during autoload (by @amol2jcommerce)
 - magento#21849: [Backport][Review] Fix Pending Reviews label, add menu for pending review (by @eduard13)


Fixed GitHub Issues:
 - magento#20773: The autoloader throws an exception on class_exists (reported by @sidolov) has been fixed in magento#21435 by @amol2jcommerce in 2.2-develop branch
   Related commits:
     1. 2e58ab6
     2. 3de1647

 - magento#20924: Reviews ACL issue - showing Reviews menu two times under System > User Roles > Add New Role > Role Resources (reported by @dankhrapiyush) has been fixed in magento#21849 by @eduard13 in 2.2-develop branch
   Related commits:
     1. dd3a94a
     2. 5c8dba8
     3. 95c1bc8
Accepted Public Pull Requests:
 - magento#21576: [Backport] Fix for issue magento#21510: Can't access backend indexers page after creating a custom index (by @ccasciotti)
 - magento#21661: [backport] Improve swatch table overflow handling (by @Cyanoxide)
 - magento#21845: [Backport] magento#12396: Total Amount cart rule without tax (by @eduard13)
 - magento#21543: [BP] static tests forbid or instead of 21062 (by @novikor)


Fixed GitHub Issues:
 - magento#21510: Can't access backend indexers page after creating a custom index (reported by @ccasciotti) has been fixed in magento#21576 by @ccasciotti in 2.2-develop branch
   Related commits:
     1. 2c956f6
     2. d5ed9e8

 - magento#12396: "Total Amount" cart rule without tax (reported by @Chei20) has been fixed in magento#21845 by @eduard13 in 2.2-develop branch
   Related commits:
     1. 9529d31
     2. 362bbf2
     3. a5608f0

 - magento#21062: Static tests: forbid 'or' instead of '||' (reported by @novikor) has been fixed in magento#21543 by @novikor in 2.2-develop branch
   Related commits:
     1. 9f0ef59
[TSG] Backporting for 2.2 (pr84) (2.2-develop)
@hiren0241 hiren0241 closed this Mar 26, 2019
@hiren0241 hiren0241 deleted the 2.2-develop-PR-port-21376 branch March 26, 2019 14:09
@hiren0241 hiren0241 restored the 2.2-develop-PR-port-21376 branch March 26, 2019 14:10
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.