Skip to content

Commit 75b30db

Browse files
committed
2.0.0.0-dev77
* Themes update: * Blank theme was refactored to implement the mobile-first approach * Fixed bugs: * Fixed an issue where it was impossible to place order using store credit * Fixed an issue where adding products with custom options from a wishlist to shopping cart caused an error * Fixed an issue where it was impossible to add a product to the shopping cart from the Wishlist sidebar * Fixed an issue where the Add to Wishlist drop-down arrow was missed on the category page on the frontend * Fixed an issue where it was impossible to manage multiple wishlists on the frontend if FPC was disabled * Fixed an issue where prices with taxes were not displayed on the category and product pages on the frontend * Fixed an issue where it was impossible to store cache when using either Varnish or built-in cache * Fixed an issue where all refactored indexers were in the REINDEX REQUIRED status after installation * Fixed an issue where admins with limited access could perform operations not allowed by role permissions * Fixed an issue where http links were generated instead of https links * Fixed an issue where it was impossible to use Subcategories when building a condition for a catalog price rule * Fixed an issue where a registered customer could not place an order using PayPal Payments Advanced * Fixed an issue where PayPal Settlement report was empty * Fixed an issue where a newly created subcategory was still active after switching to the Default category * Fixed an issue where it was impossible to save changes or remove a customer address on the backend * Fixed an issue where for an admin with restricted permissions previewing a newsletter template caused a fatal error * Fixed an issue where it was impossible to save a Tax Rate if specified that Zip was a range, and the Zip/Post Code field was left empty * Fixed an issue where Puerto Rico was listed both as a state and as a country * Fixed an issue where the Special Price was displayed instead of the place of Original Price in the Items Ordered column if the orders list. * Fixed an issue in Widget configuration where category check boxes did not stay selected when Anchor Categories were specified in the Display On drop-down list. * Fixed an issue where admin user password confirmation was not validated on the server side * Fixed an issue where adding a customer review caused an error * Fixed an issue where the incorrect error messages were displayed if an invalid email was entered during admin user or customer creation * Fixed an issue with the Debug section in developer settings, which should only be displayed for the website or store view scope level * Fixed an issue where the fatal error was displayed after uninstall if during installation it was specified to save session in the database * Fixed an issue where a wrong error message was displayed when a non-existing database was specified when installing Magento using the console install script * Fixed an issue where it was impossible to add products from a wishlist to a shopping cart * Fixed an issue where an error appeared after Magento installation * Improved the Blank theme UI * Fixed an issue with a zooming product image overlapped by category design on the frontend * Fixed an issue where it was impossible to select only billing or only shipping address when editing the user address on the frontend * Fixed an issue where it was impossible to view a Wishlist in the Wishlist Search widget * Fixed an issue where partial cache invalidation did not work for built-in caching * Fixed an issue where it was impossible to find a catalog event using the Countdown Ticker grid filter if the event had been specified to be displayed on both category and product pages * Fixed incorrect error messages displayed during customer registration * Fixed an issue where product attributes from other store views were displayed for products in a Wishlist * Fixed an issue where it was impossible to place an order without the CheckoutAgreements module * Fixed an issue where the Media Image attribute type was not available when creating the product attribute * Fixed an issue with incorrect label attribute for the State/Province drop-down list on the Shipping Information tab * Fixed an issue where using only digits in the SKU field of configurable products led to a confusing behavior * Fixed an issue where a catalog price rule was not shown on the catalog and product pages on the frontend * Fixed an issue where Recurring Profiles (payments) were available on the frontend for any registered user who had the URL * Fixed an issue where a credit card frame was absent on the Payment Information step of Onepage Checkout, if there was only one payment method with a credit card available * Fixed an issued where it was impossible to use inline translate for the My Account and Register links on the frontend * Fixed an issue where it was impossible to activate a customer using REST * Fixed an issue with the undefined version_compate method called in \lib\Magento\Connect\Validator.php * Fixed an issue with invalid XML formatting of Boolean in REST response * Fixed an issue where it was impossible to perform installation using index.php from the pub folder (problem with JS and CSS) * Fixed an issue where the Multiple Wishlist functionality did not work correctly with enabled Full Page Cache in the Chrome browser * Fixed an issue where it was impossible to change an admin frontname using console installation * Fixed an exception on the Transaction page when searching by payment method * Fixed an issue where the "Add to wishlist" link was displayed in catalog even when the Wishlist functionality was disabled * Fixed an issue where the system was broken if an admin user unassigned his own role * Fixed an issue with exceptions thrown on attempt to export products for users with store-level restrictions * Fixed an issue where two loaders were displayed when saving a category * Fixed an issue where it was impossible to search for a newsletter in the Newsletter grid * Fixed an issue where the displayed currency and product price were not changed after switching to a new currency * Fixed an issue with frontend crashing when deleting a product from a mini shopping cart * Fixed an issue where it was impossible to add a bundle product to a shopping cart * Fixed an issue where a configurable product base image disappeared when selecting product variations * Functional tests: * Functional end-to-end tests publication * Bundle product * Category * Customer * Configurable product * Downloadable product * Newsletter * Review * Simple product * Sitemap * Store * Tax Rule * User * Virtual product * Service layer updates: * Move CurrentCustomerService from Service to Helper * GitHub requests: * [magento#544] (magento#544) Performance tests not working * [magento#554] (magento#554) Performance tests - Fix jmeter output format * [magento#525] (magento#525) Fix typo in FS Generator help message * [magento#563] (magento#563) Admin Login not working magento#563
1 parent 964b46c commit 75b30db

File tree

6,793 files changed

+64278
-37305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,793 files changed

+64278
-37305
lines changed

CHANGELOG.md

+89-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
2.0.0.0-dev77
2+
=============
3+
* Themes update:
4+
* Blank theme was refactored to implement the mobile-first approach
5+
* Fixed bugs:
6+
* Fixed an issue where it was impossible to place order using store credit
7+
* Fixed an issue where adding products with custom options from a wishlist to shopping cart caused an error
8+
* Fixed an issue where it was impossible to add a product to the shopping cart from the Wishlist sidebar
9+
* Fixed an issue where the Add to Wishlist drop-down arrow was missed on the category page on the frontend
10+
* Fixed an issue where it was impossible to manage multiple wishlists on the frontend if FPC was disabled
11+
* Fixed an issue where prices with taxes were not displayed on the category and product pages on the frontend
12+
* Fixed an issue where it was impossible to store cache when using either Varnish or built-in cache
13+
* Fixed an issue where all refactored indexers were in the REINDEX REQUIRED status after installation
14+
* Fixed an issue where admins with limited access could perform operations not allowed by role permissions
15+
* Fixed an issue where http links were generated instead of https links
16+
* Fixed an issue where it was impossible to use Subcategories when building a condition for a catalog price rule
17+
* Fixed an issue where a registered customer could not place an order using PayPal Payments Advanced
18+
* Fixed an issue where PayPal Settlement report was empty
19+
* Fixed an issue where a newly created subcategory was still active after switching to the Default category
20+
* Fixed an issue where it was impossible to save changes or remove a customer address on the backend
21+
* Fixed an issue where for an admin with restricted permissions previewing a newsletter template caused a fatal error
22+
* Fixed an issue where it was impossible to save a Tax Rate if specified that Zip was a range, and the Zip/Post Code field was left empty
23+
* Fixed an issue where Puerto Rico was listed both as a state and as a country
24+
* Fixed an issue where the Special Price was displayed instead of the place of Original Price in the Items Ordered column if the orders list.
25+
* Fixed an issue in Widget configuration where category check boxes did not stay selected when Anchor Categories were specified in the Display On drop-down list.
26+
* Fixed an issue where admin user password confirmation was not validated on the server side
27+
* Fixed an issue where adding a customer review caused an error
28+
* Fixed an issue where the incorrect error messages were displayed if an invalid email was entered during admin user or customer creation
29+
* Fixed an issue with the Debug section in developer settings, which should only be displayed for the website or store view scope level
30+
* Fixed an issue where the fatal error was displayed after uninstall if during installation it was specified to save session in the database
31+
* Fixed an issue where a wrong error message was displayed when a non-existing database was specified when installing Magento using the console install script
32+
* Fixed an issue where it was impossible to add products from a wishlist to a shopping cart
33+
* Fixed an issue where an error appeared after Magento installation
34+
* Improved the Blank theme UI
35+
* Fixed an issue with a zooming product image overlapped by category design on the frontend
36+
* Fixed an issue where it was impossible to select only billing or only shipping address when editing the user address on the frontend
37+
* Fixed an issue where it was impossible to view a Wishlist in the Wishlist Search widget
38+
* Fixed an issue where partial cache invalidation did not work for built-in caching
39+
* Fixed an issue where it was impossible to find a catalog event using the Countdown Ticker grid filter if the event had been specified to be displayed on both category and product pages
40+
* Fixed incorrect error messages displayed during customer registration
41+
* Fixed an issue where product attributes from other store views were displayed for products in a Wishlist
42+
* Fixed an issue where it was impossible to place an order without the CheckoutAgreements module
43+
* Fixed an issue where the Media Image attribute type was not available when creating the product attribute
44+
* Fixed an issue with incorrect label attribute for the State/Province drop-down list on the Shipping Information tab
45+
* Fixed an issue where using only digits in the SKU field of configurable products led to a confusing behavior
46+
* Fixed an issue where a catalog price rule was not shown on the catalog and product pages on the frontend
47+
* Fixed an issue where Recurring Profiles (payments) were available on the frontend for any registered user who had the URL
48+
* Fixed an issue where a credit card frame was absent on the Payment Information step of Onepage Checkout, if there was only one payment method with a credit card available
49+
* Fixed an issued where it was impossible to use inline translate for the My Account and Register links on the frontend
50+
* Fixed an issue where it was impossible to activate a customer using REST
51+
* Fixed an issue with the undefined version_compate method called in \lib\Magento\Connect\Validator.php
52+
* Fixed an issue with invalid XML formatting of Boolean in REST response
53+
* Fixed an issue where it was impossible to perform installation using index.php from the pub folder (problem with JS and CSS)
54+
* Fixed an issue where the Multiple Wishlist functionality did not work correctly with enabled Full Page Cache in the Chrome browser
55+
* Fixed an issue where it was impossible to change an admin frontname using console installation
56+
* Fixed an exception on the Transaction page when searching by payment method
57+
* Fixed an issue where the "Add to wishlist" link was displayed in catalog even when the Wishlist functionality was disabled
58+
* Fixed an issue where the system was broken if an admin user unassigned his own role
59+
* Fixed an issue with exceptions thrown on attempt to export products for users with store-level restrictions
60+
* Fixed an issue where two loaders were displayed when saving a category
61+
* Fixed an issue where it was impossible to search for a newsletter in the Newsletter grid
62+
* Fixed an issue where the displayed currency and product price were not changed after switching to a new currency
63+
* Fixed an issue with frontend crashing when deleting a product from a mini shopping cart
64+
* Fixed an issue where it was impossible to add a bundle product to a shopping cart
65+
* Fixed an issue where a configurable product base image disappeared when selecting product variations
66+
* Functional tests:
67+
* Functional end-to-end tests publication
68+
* Bundle product
69+
* Category
70+
* Customer
71+
* Configurable product
72+
* Downloadable product
73+
* Newsletter
74+
* Review
75+
* Simple product
76+
* Sitemap
77+
* Store
78+
* Tax Rule
79+
* User
80+
* Virtual product
81+
* Service layer updates:
82+
* Move CurrentCustomerService from Service to Helper
83+
* GitHub requests:
84+
* [#544] (https://github.com/magento/magento2/issues/544) Performance tests not working
85+
* [#554] (https://github.com/magento/magento2/pull/554) Performance tests - Fix jmeter output format
86+
* [#525] (https://github.com/magento/magento2/pull/525) Fix typo in FS Generator help message
87+
* [#563] (https://github.com/magento/magento2/issues/563) Admin Login not working #563
88+
189
2.0.0.0-dev76
290
=============
391
* Pricing improvements:
@@ -11,7 +99,7 @@
1199
* Removed head.js usages from adminhtml
12100
* Themes update:
13101
* Plushe styles are removed, Plushe theme is now based on blank
14-
* Fixed bugs:
102+
* Fixed bugs:
15103
* Unable to place order with product that contains custom option 'file'
16104
* OnePageCheckout is not working if PayPal method is enabled to work via Payment Bridge
17105
* Impossible to reset password for admin user (incorrect reset password link in email)

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[![Build Status](https://travis-ci.org/magento/magento2.svg?branch=master)](https://travis-ci.org/magento/magento2)
2+
3+
Magento Community Edition is perfect if you’re a developer who wants to build your own solution on a proven, flexible platform. You can modify the core code, and add features and new functionality on your own.
4+
5+
All Submissions you make to Magento, an eBay Inc. company (“Magento”) through GitHub are subject to the following terms and conditions:
6+
7+
1. You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, sublicense and distribute any feedback, ideas, code, or other information (“Submission”) you submit through GitHub.
8+
2. Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above.
9+
3. You agree to the X.commerce Agreement found here: https://www.x.com/developers/x.commerce/x.commerce-user-agreement.

app/bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
2221
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2322
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2423
*/

app/code/Magento/AdminNotification/Block/Grid/Renderer/Notice.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @category Magento
24-
* @package Magento_AdminNotification
2523
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2624
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2725
*/

app/code/Magento/AdminNotification/Block/Grid/Renderer/Severity.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @category Magento
24-
* @package Magento_AdminNotification
2523
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2624
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2725
*/

app/code/Magento/AdminNotification/Block/Inbox.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @category Magento
24-
* @package Magento_AdminNotification
2523
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2624
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2725
*/

app/code/Magento/AdminNotification/Block/ToolbarEntry.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* Toolbar entry that shows latest notifications
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class ToolbarEntry extends \Magento\Backend\Block\Template

app/code/Magento/AdminNotification/Block/Window.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @category Magento
24-
* @package Magento_AdminNotification
2523
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2624
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2725
*/

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @category Magento
24-
* @package Magento_AdminNotification
2523
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2624
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2725
*/

app/code/Magento/AdminNotification/Controller/Adminhtml/Survey.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_Adminhtml
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* Adminhtml Survey Action
3028
*
31-
* @category Magento
32-
* @package Magento_Adminhtml
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Survey extends \Magento\Backend\App\Action

app/code/Magento/AdminNotification/Helper/Data.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification Data helper
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Data extends \Magento\Framework\App\Helper\AbstractHelper

app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification update frequency source
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Frequency implements \Magento\Framework\Option\ArrayInterface

app/code/Magento/AdminNotification/Model/Feed.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification Feed model
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Feed extends \Magento\Framework\Model\AbstractModel

app/code/Magento/AdminNotification/Model/Inbox.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -45,8 +43,6 @@
4543
* @method int getIsRemove()
4644
* @method \Magento\AdminNotification\Model\Inbox setIsRemove(int $value)
4745
*
48-
* @category Magento
49-
* @package Magento_AdminNotification
5046
* @author Magento Core Team <core@magentocommerce.com>
5147
*/
5248
class Inbox extends \Magento\Framework\Model\AbstractModel

app/code/Magento/AdminNotification/Model/NotificationService.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* Notification service model
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class NotificationService

app/code/Magento/AdminNotification/Model/Observer.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification observer
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Observer

app/code/Magento/AdminNotification/Model/Resource/Grid/Collection.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
2624

2725
/**
2826
* AdminNotification Inbox model
2927
*
30-
* @category Magento
31-
* @package Magento_AdminNotification
3228
* @author Magento Core Team <core@magentocommerce.com>
3329
*/
3430
namespace Magento\AdminNotification\Model\Resource\Grid;

app/code/Magento/AdminNotification/Model/Resource/Inbox.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification Inbox model
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Inbox extends \Magento\Framework\Model\Resource\Db\AbstractDb

app/code/Magento/AdminNotification/Model/Resource/Inbox/Collection.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification Inbox model
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
class Collection extends \Magento\Framework\Model\Resource\Db\Collection\AbstractCollection

app/code/Magento/AdminNotification/Model/Resource/Inbox/Collection/Unread.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
2624

2725
/**
2826
* Collection of unread notifications
2927
*
30-
* @category Magento
31-
* @package Magento_AdminNotification
3228
* @author Magento Core Team <core@magentocommerce.com>
3329
*/
3430
namespace Magento\AdminNotification\Model\Resource\Inbox\Collection;

app/code/Magento/AdminNotification/Model/Survey.php

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @category Magento
22-
* @package Magento_AdminNotification
2321
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2422
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2523
*/
@@ -28,8 +26,6 @@
2826
/**
2927
* AdminNotification survey model
3028
*
31-
* @category Magento
32-
* @package Magento_AdminNotification
3329
* @author Magento Core Team <core@magentocommerce.com>
3430
*/
3531
namespace Magento\AdminNotification\Model;

0 commit comments

Comments
 (0)