Skip to content

2.3 develop #1

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

Merged
merged 1,187 commits into from
Jan 4, 2018
Merged

2.3 develop #1

merged 1,187 commits into from
Jan 4, 2018

Conversation

fsw
Copy link
Owner

@fsw fsw commented Jan 4, 2018

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)

kieuphan2406 and others added 30 commits December 12, 2017 09:46
- Adding tests for adding widget into WYSIWYG content area.
- adding comment for supporting multiple ors
- fix js static test failures
- fix js static test failures
- fix js static test failures
- Removing CKEditor and making static build error changes.
… SKU

Prepare unique_id value if it doesn't exist
…cription

- Make wysiwygInstance a unique property on the instance of wysiwygInstance rather than on its shared prototype
- Adding a name to the ActiveEditor block.
- Changing the MD5 hashing to sha256
Removing the banned word from the url for Tinymce in the help module. We don't use this module and even if we did the url will direct the user to the tinymce website.
- Added a dependency to Cms to UI
- Removing the redundant dependancy on Cms from the UI module.
Pieter Cappelle and others added 27 commits December 30, 2017 12:41
 - Merge Pull Request #12872 from PieterCappelle/magento2:fix_2_3_issue_12533
 - Merged commits:
   1. 8cdf043
   2. 53292d3
…12943

 - Merge Pull Request #12943 from VladimirZaets/magento2:MAGETWO-85179
 - Merged commits:
   1. 8580f45
…ly Viewed Products widget options #12947

 - Merge Pull Request #12947 from JeroenVanLeusden/magento2:patch-4
 - Merged commits:
   1. a77f6c2
Changed the htmlentities function to the htmlspecialchars function. It's not necessary to do HTML encoding on all characters as described in #10682. Since the content is used within HTML tags, we still need to encode special HTML chars in order to make sure that chars like "'& etc, will not break the page.
- Removed Magento\Framework\Locale\CurrencyInterface from setService method and changed it to \Zend_Currency_CurrencyInterface which must be provider to this function.
- Changed return type to \Zend_Currency_CurrencyInterface, the given instance of the service is returned by the setService function
- Removed \Zend_Service from getService method and changed it to \Zend_Currency_CurrencyInterface
- Added @deprecated tags to both methods and added @see annotation to the methods. Referenced corresponding interface \Magento\Directory\Model\Currency\Import\ImportInterface
- Changed side-menu.phtml to have naming in line with the naming in home.phtml. Component was the name in < Magento 2.2
- Updated the less files to reflect these changes and switched the icons in the menu
- Updated compiled setup.css file
 - Merge Pull Request #12961 from dverkade/magento2:2.3-Fixed-double-space-typo
 - Merged commits:
   1. 9749465
… Icon Inconsistency #12960

 - Merge Pull Request #12960 from dverkade/magento2:2.3-Web-Setup-Wizard-Icon-Inconsistency
 - Merged commits:
   1. 8cb5b9c
Accepted Public Pull Requests:
 - #12905: [Backport #12666 into 2.3-develop] Fix incorrect DHL Product codes (by @gwharton)
 - #12896: Add product ID and SKU to wishlist customer data (by @jameshalsall)
… and keywords transform to html entities #12955

 - Merge Pull Request #12955 from dverkade/magento2:2.3-Meta-description-and-keywords-transform-to-html-entities
 - Merged commits:
   1. c49c52a
Accepted Public Pull Requests:
 - #12961: [Backport to 2.3-develop] Fixed double space typo (by @dverkade)
 - #12872: Fix import from external jpeg images (by @PieterCappelle)


Fixed GitHub Issues:
 - #5306: Images imported via URL have crazy file paths (reported by @hgpit) has been fixed in #12872 by @PieterCappelle in 2.3-develop branch
   Related commits:
     1. 8cdf043
     2. 53292d3

 - #12455: Import uploader does not check Content-Disposition header  (reported by @EliasZ) has been fixed in #12872 by @PieterCappelle in 2.3-develop branch
   Related commits:
     1. 8cdf043
     2. 53292d3

 - #12533: Unable to import external jpeg images from a CDN with dynamic URLs. (reported by @dromoded) has been fixed in #12872 by @PieterCappelle in 2.3-develop branch
   Related commits:
     1. 8cdf043
     2. 53292d3
…nents. Zend_Service #12957

 - Merge Pull Request #12957 from dverkade/magento2:2.3-Upgrade-ZF-components.-Zend_Service
 - Merged commits:
   1. 68389d6
Accepted Public Pull Requests:
 - #12955: [Backport to 2.3-develop] Fix #10682: Meta description and keywords transform to html entities (by @dverkade)
 - #12960: [Backport to 2.3-develop] Fix #11236: Web Setup Wizard Icon Inconsistency (by @dverkade)
 - #12947: [Port 2.3-develop] Respect "Learn More Link" in Recently Viewed Products widget options (by @JeroenVanLeusden)


Fixed GitHub Issues:
 - #10682: Meta description and keywords transform to html entities for non latin/cyrilic characters in category and product pages (reported by @fouli86) has been fixed in #12955 by @dverkade in 2.3-develop branch
   Related commits:
     1. c49c52a

 - #11236: Web Setup Wizard Icon Inconsistency (reported by @Franzld) has been fixed in #12960 by @dverkade in 2.3-develop branch
   Related commits:
     1. 8cb5b9c
Accepted Public Pull Requests:
 - #12957: [Backport to 2.3-develop] Fix #9243 - Upgrade ZF components. Zend_Service  (by @dverkade)
 - #12943: Naming collision in Javascript ui registry (backend) (by @VladimirZaets)


Fixed GitHub Issues:
 - #9243: Upgrade ZF components. Zend_Service (reported by @okorshenko) has been fixed in #12957 by @dverkade in 2.3-develop branch
   Related commits:
     1. 68389d6

 - #12555: Naming collision in Javascript ui registry (backend) (reported by @EliasZ) has been fixed in #12943 by @VladimirZaets in 2.3-develop branch
   Related commits:
     1. 8580f45
@fsw fsw merged this pull request into fsw:2.3-develop Jan 4, 2018
engcom-Foxtrot pushed a commit that referenced this pull request Oct 31, 2019
Issue #1: Static content deploy waits 3 sec in single-job mode after finish
Fixed by moving this sleep() into if ($this->isCanBeParalleled()) { ... }

Issue #2: Static content deploy has 5 secs delay between checking if worker job finished processing.
It leads up to 5 sec time waste before next job will start.
Improved by decreasing time from 5 sec to 0.5 sec with saving log refresh rate (10*0.5 sec)

On 4 themes and 7 locales these fixes improve time of static content deploy by 10-15 secs
engcom-Foxtrot pushed a commit that referenced this pull request Nov 6, 2019
…ription-input-box-fix

Fix label being cutoff in Newsletter registration
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.