Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 65f6d86

Browse files
Merge branch 'develop' into develop
2 parents 5fb0c65 + 58113a8 commit 65f6d86

File tree

23 files changed

+192
-226
lines changed

23 files changed

+192
-226
lines changed

_data/toc/msi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
label: MSI Developer Guide
2+
versions: ["2.3"]
3+
pages:
4+
5+
- label: Overview
6+
url: /msi/index.html

_includes/backward-incompatible-changes/open-source/2.2.0-develop.html

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -613,30 +613,6 @@ <h2 id="class">Class</h2>
613613
<td>Magento\Framework\Setup\Declaration\Schema\Diff\Diff</td>
614614
<td>Class was added.</td>
615615
</tr>
616-
<tr>
617-
<td>Magento\Framework\MultiDimensionalIndexer\Alias</td>
618-
<td>Class was added.</td>
619-
</tr>
620-
<tr>
621-
<td>Magento\Framework\MultiDimensionalIndexer\AliasFactory</td>
622-
<td>Class was added.</td>
623-
</tr>
624-
<tr>
625-
<td>Magento\Framework\MultiDimensionalIndexer\Dimension</td>
626-
<td>Class was added.</td>
627-
</tr>
628-
<tr>
629-
<td>Magento\Framework\MultiDimensionalIndexer\DimensionFactory</td>
630-
<td>Class was added.</td>
631-
</tr>
632-
<tr>
633-
<td>Magento\Framework\MultiDimensionalIndexer\IndexName</td>
634-
<td>Class was added.</td>
635-
</tr>
636-
<tr>
637-
<td>Magento\Framework\MultiDimensionalIndexer\IndexNameBuilder</td>
638-
<td>Class was added.</td>
639-
</tr>
640616
<tr>
641617
<td>Magento\Framework\MessageQueue\ExchangeFactory</td>
642618
<td>Class was added.</td>
@@ -1129,22 +1105,6 @@ <h2 id="interface">Interface</h2>
11291105
<td>Magento\Framework\Search\EngineResolverInterface</td>
11301106
<td>Interface was added.</td>
11311107
</tr>
1132-
<tr>
1133-
<td>Magento\Framework\MultiDimensionalIndexer\IndexHandlerInterface</td>
1134-
<td>Interface was added.</td>
1135-
</tr>
1136-
<tr>
1137-
<td>Magento\Framework\MultiDimensionalIndexer\IndexNameResolverInterface</td>
1138-
<td>Interface was added.</td>
1139-
</tr>
1140-
<tr>
1141-
<td>Magento\Framework\MultiDimensionalIndexer\IndexStructureInterface</td>
1142-
<td>Interface was added.</td>
1143-
</tr>
1144-
<tr>
1145-
<td>Magento\Framework\MultiDimensionalIndexer\IndexTableSwitcherInterface</td>
1146-
<td>Interface was added.</td>
1147-
</tr>
11481108
<tr>
11491109
<td>Magento\Framework\MessageQueue\ConsumerInterface</td>
11501110
<td>Interface was added.</td>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="bs-callout bs-callout-info" id="info" markdown="1">
2+
For Pro projects, the changes you make using this YAML file affects your Integration environment only. To make these changes in a Staging or Production environment, you must create a [Support ticket](http://support.magento.com){:target="_blank"}.
3+
</div>

_includes/config/config-reference-b2b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div markdown="1">
22

3-
This reference contains unique configuration paths for the Magento Enterprise B2B Extension. The Magento Enterprise B2B Extension supports all configuration paths for Magento Community Edition (CE) and Magento Enterprise Edition (EE) as well.
3+
This reference contains unique configuration paths for the Magento Enterprise B2B Extension. The Magento Enterprise B2B Extension supports all configuration paths for {{site.data.var.ce}} (formerly Community Edition (CE) and {{site.data.var.ee}} (formerly Enterprise Edition (EE) as well.
44

55
## General category
66
This section lists variable names and configuration paths available for options in the Admin under **Stores** > Settings > **Configuration** > **General**.

_includes/install/sampledata/sample-data-rc1-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div markdown="1">
22

3-
These instructions apply to Magento Community Edition (CE) and Magento Enterprise Edition (EE) users *only* if all of the following are true:
3+
These instructions apply to {{site.data.var.ce}} (formerly Community Edition (CE) and {{site.data.var.ce}} (formerly Enterprise Edition (EE) users *only* if all of the following are true:
44

55
* You have installed optional sample data
66
* You're upgrading to Magento 2.1 (including a Release Candidate) from any earlier version using the command line

_includes/layout/sidebar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
{% elsif page.group == "graphql" %}
100100
{% assign toc = site.data.toc.graphql %}
101101

102+
{% elsif page.group == "msi" %}
103+
{% assign toc = site.data.toc.msi %}
104+
102105
{% elsif page.group == "modules" %}
103106
{% assign toc = site.data.toc.modules %}
104107

guides/m1x/ce19-ee114-home.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ <h1>Magento Community Edition (CE) 1.9 and Enterprise Edition (EE) 1.14 Document
3737
<li><a href="{{ site.m1xgdeurl }}install/installer-privileges_before.html" target="_blank">Before You Install Magento: Recommended File System Ownership and Privileges</a></li>
3838
<li><a href="{{ site.m1xgdeurl }}install/installer-privileges_after.html" target="_blank">After You Install Magento: Recommended File System Ownership and Privileges</a></li>
3939
<li><A href="{{ site.m1xgdeurl }}ce18-ee113/ht_magento-ce-sample.data.html" target="_blank">Installing Sample Data for Magento Community Edition (CE)</a></li>
40-
4140
</ul>
4241
</li>
4342
<li>Upgrade: <a href="{{ site.m1xgdeurl }}install/installing_upgrade_landing.html" target="_blank">Upgrading to and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)&mdash;Part 1</a></li>
4443
</ul>
45-
</li></div>
44+
</div>
4645

4746
<h2 id="welcome">Welcome</h2>
4847
<p>Welcome to the documentation home page for the Community Edition (CE) 1.9 and Magento Enterprise Edition (EE) 1.14 and releases! Let's start out by telling you a little bit about them.</p>
4948
<p>Your ability to create captivating online experiences just got even better. Magento Enterprise Edition 1.14.1, now available for download from My Account, features powerful new merchandising tools and responsive design capabilities that will help you engage customers and stand out from the competition. You’ll also enjoy better performance, faster technical issue resolution, and deeper insights to drive your business forward.</p>
5049
<p>The new releases helps you: </p>
51-
<ul><li><em>EE only</em>. Merchandise product categories like never before with a new drag-and-drop tool and the ability to set up rules to automatically assign products to categories. </li>
50+
<ul>
51+
<li><em>EE only</em>. Merchandise product categories like never before with a new drag-and-drop tool and the ability to set up rules to automatically assign products to categories. </li>
5252
<li>Boost conversion with swatches that present richer product information to shoppers on category, search result, and product detail pages.</li>
5353
<li>Optimize sales on any device with an enhanced responsive design reference theme that now also includes responsive emails.</li>
5454
<li>Get a faster, more secure site with support for MySQL 5.6 and PHP 5.5.</li>
@@ -57,8 +57,6 @@ <h2 id="welcome">Welcome</h2>
5757
<li>Access deeper shopper insights now that Magento supports Google Universal Analytics.</li>
5858
<li>Have an even better Magento experience with more than 70 other product improvements. </li>
5959
</ul>
60-
61-
6260
</div>
6361
</body>
6462
</html>

guides/v2.0/frontend-dev-guide/layouts/xml-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Extending layout:
251251
<arguments>
252252
<!-- Modified block argument -->
253253
<argument name="label" xsi:type="string">New Block Label</argument>
254-
<!- Newly added block argument -->
254+
<!-- Newly added block argument -->
255255
<argument name="custom_label" xsi:type="string">Custom Block Label</argument>
256256
</arguments>
257257
</referenceBlock>

guides/v2.0/frontend-dev-guide/themes/admin_theme_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Configure it using the following example (replace placeholders with your {% glos
4646
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
4747
<title>%Theme title%</title> <!-- your theme's name -->
4848
<parent>%vendor_dir%/%parent_theme_dir%</parent> <!-- the parent theme. Example: Magento/backend -->
49-
</theme>
49+
</theme>
5050
{%endhighlight%}
5151

5252
If you change the theme title or parent theme information in `theme.xml` after a theme was already [registered](#register_theme), you need to open or reload any {% glossarytooltip 18b930cf-09cc-47c9-a5e5-905f86c43f81 %}Magento Admin{% endglossarytooltip %} page for your changes to be saved in the database.

guides/v2.0/frontend-dev-guide/themes/theme-inherit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ the Orange theme by OrangeCo inherits from the Magento Blank theme. The inherita
4040
<media>
4141
<preview_image>media/preview.jpg</preview_image>
4242
</media>
43-
</theme>
43+
</theme>
4444
{% endhighlight xml %}
4545

4646
<div class="bs-callout bs-callout-info" id="info">
@@ -115,15 +115,15 @@ For example, if you must override the `<Magento_Catalog_module_dir>/view/fronten
115115

116116
<u>Example</u>
117117
By default, according to the module template, in the mini {% glossarytooltip c7ecb18d-cefe-452d-83e2-3c4d5e355db9 %}shopping cart{% endglossarytooltip %} products are listed under the Go to {% glossarytooltip 278c3ce0-cd4c-4ffc-a098-695d94d73bde %}Checkout{% endglossarytooltip %} button:
118-
<p><img src="{{ site.baseurl }}/common/images/inherit_mini1.png" alt="In the minishopping cart products are listed under the Go to Checkout button "></p>
118+
<p><img src="{{ site.baseurl }}/common/images/inherit_mini1.png" alt="In the minishopping cart products are listed under the Go to Checkout button"/></p>
119119

120120
The order is defined in the `<Magento_Checkout_module_dir>/view/frontend/templates/cart/minicart.phtml` module template. The Blank theme does not override this template.
121121
OrangeCo decided they want the product list to be displayed before the Go to Checkout button.
122122
To do this, they need to add an overriding template for the corresponding module in the Orange theme folder:
123123
`app/design/frontend/OrangeCo/orange/Magento_Checkout/templates/cart/minicart.phtml`
124124
Note, that the path to the template inside the `templates` directory in the theme corresponds to that in the module.
125125
Having changed the order or elements in the templates, OrangeCo got the minicart look like following:
126-
<p><img src="{{ site.baseurl }}/common/images/inherit_mini2.png" alt="In the minishopping cart products are listed above the Go to Checkout button "></p>
126+
<p><img src="{{ site.baseurl }}/common/images/inherit_mini2.png" alt="In the minishopping cart products are listed above the Go to Checkout button"/></p>
127127
You can find out what exactly code changes are required to perform this and other tasks in the <a href="{{ page.baseurl }}/frontend-dev-guide/templates/template-sample.html">Illustration of customizing templates topic</a>.
128128

129129
## Extend layouts {#theme-inherit-layout}

guides/v2.1/cloud/access-acct/trouble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ functional_areas:
1212
- Deploy
1313
---
1414

15-
This topic discusses how to recover if you deployed the Magento application with the incorrect [Magento authentication keys]({{ page.baseurl }}/install-gde/prereq/connect-auth.html). For example, you might have used the keys for another account or you might have used Magento Community Edition (CE) keys instead of Magento Enterprise Edition (EE) keys.
15+
This topic discusses how to recover if you deployed the Magento application with the incorrect [Magento authentication keys]({{ page.baseurl }}/install-gde/prereq/connect-auth.html). For example, you might have used the keys for another account or you might have used {{site.data.var.ce}} (formerly Community Edition (CE)) keys instead of {{site.data.var.ee}} (formerly Enterprise Edition (EE)) keys.
1616

1717
If you used the incorrect keys, deployment fails. To recover, you must clone the project, add the correct keys to `auth.json`, and push the change to the master branch.
1818

0 commit comments

Comments
 (0)