Skip to content

Commit

Permalink
0.1.0-alpha97
Browse files Browse the repository at this point in the history
* Various improvements:
   * Implemented a general way of using RSS module
   * Created a cron job in the Customer module for cleaning the customer_visitor table
   * Added a warning message to the Use HTTP Only option in the Admin panel
   * Implemented the Grid component in the Magento UI Library
   * Reimplemented the URL Rewrites functionality in the new UrlRedirect module
 * Framework improvements:
   * Added the ability to install Magento 2 using CLI
   * Aggregated Magento installation and upgrade into one tool
   * Refactored CustomerService REST WebApi to be more RESTful
   * Increased unit and integration test coverage
   * Moved page asset management to page configuration API, and eliminated the \Magento\Theme\Block\Html\Head block
   * Eliminated the Root, Html and Title blocks
 * Themes update:
   * Removed widgets from the default Magento installation
 * Fixed bugs:
   * Fixed an issue with wishlist creation for non-registered customer
   * Fixed an issue with Google Mapping where Condition did not show correct value
   * Fixed an issue  where there were too many notifications for admin user by default
   * Fixed a Daylight Savings Time calculation error
   * Fixed an issue where default cookie path and lifetime were not validated prior to saving
   * Fixed an issue where current admin password was not required for resetting admin password
   * Fixed an issue where custom customer attribute or customer address attribute was not accessible when custom_attribute is used as the attribute code
   * Fixed an issue where integration entity could not be deleted after being searched in grid
   * Fixed an issue where invalid parameter value was shown in SOAP
   * Fixed an issue where exception was thrown for Array to String conversion in SOAP
   * Fixed an issue where exception was thrown due to invalid argument supplied for foreach() statement in REST
   * Fixed an issue where admin tax notifications did not appear correctly in the System Messages dialog box
   * Fixed an issue where tax details were missing when viewing order in the Admin panel
   * Fixed an issue where styles for the storefront store selector were absent
   * Fixed an issue where customer got 404 page when switching store views on the product page of a product with different URL keys in different store views
   * Fixed an issue where the Add To Cart button in the MAP pop-up did not work for configurable and bundle products
   * Fixed an issue where for specifying options for configurable product was absent after adding a product from the MAP pop-up
   * Fixed an issue where a fatal error was thrown after selecting shipping method on PayPal Express Checkout
   * Fixed an issue with sending invoice email
   * Fixed an issue where integration tests failed with a fatal error
   * Fixed an issue where credit memo entry was not created after performing a refund for an order
   * Fixed an issue where categories layout for widgets did not work
   * Fixed an issue where opening a page restricted by ACL lead to blank page instead of the Access Denied page
   * Fixed an issue where a blank page was displayed instead of the using the Advanced Search result
   * Fixed an issue where the "Please wait" spinner was absent on Ajax requests for order creation in the Admin panel
   * Fixed an issue with the main navigation menu location on the page
 * Modularity:
   * Implemented the automatic applying of the MAP policy
 * Indexers:
   * Eliminated the old Magento_Index module
 * Search library
   * Added wildcards filter
   * Eliminated unused queries and filters
   * Added IN to Term filter
   * Moved the "value" attribute from <match> to <query> for the Match query
   * Refactored the usage of negation
   * Implemented Request Builder
 * CatalogSearch adapter
   * Pluginized adding attribute to search index
   * Merged base declaration with searchable attributes
 * Added the following Setup CLI tools in the setup folder
   * Deployment Configuration Tool
   * Schema Setup and Update Tool
   * DB Data Update Tool
   * Admin User Setup Tool
   * User Configuration Tool
   * Installation Tool
   * Update Tool
 * GitHub requests:
   * [#615] (#615) -- Use info as object in checkout_cart_update_items_before
   * [#659] (#659) -- Recently viewed products sidebar issue
   * [#660] (#660) -- RSS global setting
   * [#663] (#663) -- session.save_path not valid
   * [#445] (#445) -- use of registry in Magento\Tax\Helper\Data
   * [#646] (#646) -- Fixed flat category indexer bug
   * [#643] (#643) -- Configurable Products Performance
   * [#640] (#640) -- [Insight] Files should not be executable
   * [#667] (#667) -- Tiny improvement on render() method in Column/Renderer/Concat
   * [#288] (#288) -- Add Cell Phone to Customer Address Form
   * [#607] (#607) -- sitemap.xml filename is not variable
   * [#633] (#633) -- Fixed Typo ($_attribite -> $_attribute)
   * [#634] (#634) -- README.md contains broken link to X.commerce Agreement
   * [#569] (#569) -- ObjectManager's Factory should be replaceable depending on service
   * [#654] (#654) -- Demo notice overlapping
 * Functional tests:
   * Abandoned carts report
   * Adding products from wishlist to cart
   * Create invoice for offline payment methods
   * Delete products from shopping cart
   * Delete widget
   * Global search
   * Order count report
   * Order total report
  • Loading branch information
magento-team committed Sep 26, 2014
1 parent 89b5867 commit 873d38c
Show file tree
Hide file tree
Showing 1,975 changed files with 74,880 additions and 48,786 deletions.
94 changes: 93 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,102 @@
0.1.0-alpha97
=============
* Various improvements:
* Implemented a general way of using RSS module
* Created a cron job in the Customer module for cleaning the customer_visitor table
* Added a warning message to the Use HTTP Only option in the Admin panel
* Implemented the Grid component in the Magento UI Library
* Reimplemented the URL Rewrites functionality in the new UrlRedirect module
* Framework improvements:
* Added the ability to install Magento 2 using CLI
* Aggregated Magento installation and upgrade into one tool
* Refactored CustomerService REST WebApi to be more RESTful
* Increased unit and integration test coverage
* Moved page asset management to page configuration API, and eliminated the \Magento\Theme\Block\Html\Head block
* Eliminated the Root, Html and Title blocks
* Themes update:
* Removed widgets from the default Magento installation
* Fixed bugs:
* Fixed an issue with wishlist creation for non-registered customer
* Fixed an issue with Google Mapping where Condition did not show correct value
* Fixed an issue where there were too many notifications for admin user by default
* Fixed a Daylight Savings Time calculation error
* Fixed an issue where default cookie path and lifetime were not validated prior to saving
* Fixed an issue where current admin password was not required for resetting admin password
* Fixed an issue where custom customer attribute or customer address attribute was not accessible when ‘custom_attribute’ is used as the attribute code
* Fixed an issue where integration entity could not be deleted after being searched in grid
* Fixed an issue where invalid parameter value was shown in SOAP
* Fixed an issue where exception was thrown for Array to String conversion in SOAP
* Fixed an issue where exception was thrown due to invalid argument supplied for foreach() statement in REST
* Fixed an issue where admin tax notifications did not appear correctly in the System Messages dialog box
* Fixed an issue where tax details were missing when viewing order in the Admin panel
* Fixed an issue where styles for the storefront store selector were absent
* Fixed an issue where customer got 404 page when switching store views on the product page of a product with different URL keys in different store views
* Fixed an issue where the Add To Cart button in the MAP pop-up did not work for configurable and bundle products
* Fixed an issue where for specifying options for configurable product was absent after adding a product from the MAP pop-up
* Fixed an issue where a fatal error was thrown after selecting shipping method on PayPal Express Checkout
* Fixed an issue with sending invoice email
* Fixed an issue where integration tests failed with a fatal error
* Fixed an issue where credit memo entry was not created after performing a refund for an order
* Fixed an issue where categories layout for widgets did not work
* Fixed an issue where opening a page restricted by ACL lead to blank page instead of the Access Denied page
* Fixed an issue where a blank page was displayed instead of the using the Advanced Search result
* Fixed an issue where the "Please wait" spinner was absent on Ajax requests for order creation in the Admin panel
* Fixed an issue with the main navigation menu location on the page
* Modularity:
* Implemented the automatic applying of the MAP policy
* Indexers:
* Eliminated the old Magento_Index module
* Search library
* Added wildcards filter
* Eliminated unused queries and filters
* Added IN to Term filter
* Moved the "value" attribute from <match> to <query> for the Match query
* Refactored the usage of negation
* Implemented Request Builder
* CatalogSearch adapter
* Pluginized adding attribute to search index
* Merged base declaration with searchable attributes
* Added the following “Setup CLI tools” in the setup folder
* Deployment Configuration Tool
* Schema Setup and Update Tool
* DB Data Update Tool
* Admin User Setup Tool
* User Configuration Tool
* Installation Tool
* Update Tool
* GitHub requests:
* [#615] (https://github.com/magento/magento2/issues/615) -- Use info as object in checkout_cart_update_items_before
* [#659] (https://github.com/magento/magento2/issues/659) -- Recently viewed products sidebar issue
* [#660] (https://github.com/magento/magento2/issues/660) -- RSS global setting
* [#663] (https://github.com/magento/magento2/issues/663) -- session.save_path not valid
* [#445] (https://github.com/magento/magento2/issues/445) -- use of registry in Magento\Tax\Helper\Data
* [#646] (https://github.com/magento/magento2/issues/646) -- Fixed flat category indexer bug
* [#643] (https://github.com/magento/magento2/issues/643) -- Configurable Products Performance
* [#640] (https://github.com/magento/magento2/issues/640) -- [Insight] Files should not be executable
* [#667] (https://github.com/magento/magento2/pull/667) -- Tiny improvement on render() method in Column/Renderer/Concat
* [#288] (https://github.com/magento/magento2/issues/288) -- Add Cell Phone to Customer Address Form
* [#607] (https://github.com/magento/magento2/issues/607) -- sitemap.xml filename is not variable
* [#633] (https://github.com/magento/magento2/pull/633) -- Fixed Typo ($_attribite -> $_attribute)
* [#634] (https://github.com/magento/magento2/issues/634) -- README.md contains broken link to X.commerce Agreement
* [#569] (https://github.com/magento/magento2/issues/569) -- ObjectManager's Factory should be replaceable depending on service
* [#654] (https://github.com/magento/magento2/issues/654) -- Demo notice overlapping
* Functional tests:
* Abandoned carts report
* Adding products from wishlist to cart
* Create invoice for offline payment methods
* Delete products from shopping cart
* Delete widget
* Global search
* Order count report
* Order total report

0.1.0-alpha96
=============
* Framework improvements:
* Increased unit tests code coverage for Magento_Persistent, Magento_GiftMessage, Magento_Checkout modules
* Modularity:
* Removed module dependency on the Weee module
* Fixed Bugs:
* Fixed bugs:
* Fixed an issue in composer installation where Magento/Framework marshaling did not work
* Fixed an issue where shipping tax was included twice in tax details
* Renamed the getDistinct method in Tax Model
Expand Down
131 changes: 131 additions & 0 deletions CONTRIBUTOR_LICENSE_AGREEMENT.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<!DOCTYPE html>
<html>
<head>
<title>CONTRIBUTOR LICENSE AGREEMENT</title>
<style>
body {
font-size: 14px;
}

ol {
counter-reset: list1;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 12px;
}
li {
list-style-type: none;
padding-top: 12px;
}
ol li:before {
counter-increment: list1;
content: counter(list1) ". ";
}
ol ol {
counter-reset: list2;
}
ol ol li:before {
counter-increment: list2;
content: counter(list1) "." counter(list2) ". ";
}
h2 {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
width: 800px;
margin: 0 auto;
}
</style>
</head>
<body>
<div>
<h2>
CONTRIBUTOR LICENSE AGREEMENT
</h2>
<p>
This Contributor License Agreement ("Agreement") is made and entered into as of _______________, 20__ (the "Effective Date"), by and between X.commerce, Inc. dba Magento, Inc., a Delaware corporation with its principal place of business at 10441 Jefferson Blvd., Suite 200, Culver City, CA 90232 ("Magento", "we", "us", or "our"), and ______________________________, a _______________ with its principal place of business at _______________________________________ ("Contributor", "you" or "your", and collectively with Magento, the "Parties").
</p>
<ol>
<li><strong><u>Definitions:</u></strong>
<ol>
<li>
<strong>"Contribution"</strong> means any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Magento for inclusion in, or documentation of, any of the products or services owned or managed by Magento (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication provided to Magento or its representatives, including, but not limited to, communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Magento for the purpose of discussing, modifying, revising, and improving the Work, including identification of errors and/or issues and the remedy thereof.
</li>
<li>
<strong>"Contributor"</strong>, <strong>"you"</strong>, or <strong>"your"</strong> means the copyright owner or legal entity authorized by the copyright owner that is entering into this Agreement.
</li>
<li>
<strong>"Contributor Affiliate"</strong> means any past, present or future subsidiary, parent company, sister company, or other corporation, firm, business, partnership, joint venture or entity that controls, is controlled by, or is under common control of Contributor or any of its subsidiaries.
</li>
<li>
<strong>"Control"</strong> means (i) the power, direct or indirect, to cause the direction or management of an entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares of an entity, or (iii) beneficial ownership of an entity.
</li>
<li>
<strong>"Magento Affiliate"</strong> means any past, present or future subsidiary, parent company, sister company, or other corporation, firm, business, partnership, joint venture or entity that controls, is controlled by, or is under common control of Magento or any of its subsidiaries.
</li>
</ol>
</li>
<li><strong><u>License Grants:</u></strong>
<ol>
<li><strong>Grant of Copyright License.</strong> Subject to the terms and conditions of this Agreement, Contributor and Contributor Affiliates hereby grant to Magento, Magento Affiliates and all third party recipients of software, services, and all other information distributed by Magento as part of any Magento project, product or service a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Contributions and such derivative works.</li>
<li><strong>Grant of Patent License.</strong> Subject to the terms and conditions of this Agreement, Contributor and Contributor Affiliates hereby grant to Magento, Magento Affiliates, and all third party recipients of software, services, and information distributed by Magento as part of any Magento project, product or service a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Contributions, where such license applies only to those patent claims licensable by Contributor that are necessarily infringed by Contributions alone or by combination with software and/or information related to any Magento project, product or service.</li>
<li><strong>Grant to Magento and Magento Affiliates.</strong> The rights conferred in this Agreement on Magento shall automatically and immediately extend to any entity that later becomes a Magento Affiliate or a part of Magento.</li>
<li><strong>Contributions.</strong> Contributor agrees to the terms and conditions of this Agreement for present and future Contributions, which Contributor submits to Magento. Except for the licenses granted herein, Contributor reserves all right, title, and interest in and to Contributor Contributions.</li>
</ol>
</li>
<li>
<strong><u>Representations:</u></strong>
<ol>
<li><strong>Original Work.</strong> Contributor represents that each Contribution is Contributor’s own original creation and that Contributor is the copyright owner or legal entity authorized by the copyright owner of all Contributions.</li>
<li><strong>Ownership and Authority.</strong> Contributor represents that it is legally entitled to grant the licenses above and that the Contributions do not include any third party copyrights, patents, trade secrets, licenses, or other restrictions ("Third Party IP"), and that Contributor will not declare any dependencies on any open source projects, proprietary software or Third Party IP, unless Contributor has made a Complete Disclosure prior to or at the time of the Contribution submission.</li>
<li><strong>Complete Disclosure.</strong> If applicable, Contributor represents that each and every Contribution submission includes complete details of any third-party license or other restrictions associated with any part of the Contribution.</li>
<li><strong>Support.</strong> Contributor is not expected to provide support for Contributions, except to the extent Contributor desires to provide support. Contributor may provide support for free, for a fee, or not at all.</li>
<li><strong>Notification of any Change.</strong> You agree to notify Magento if any of the facts, circumstances or representations made herein are or become inaccurate in any respect.</li>
</ol>
</li>
<li>
<strong><u>General:</u></strong>
<ol>
<li><strong>Waiver.</strong> Contributor waives all other claims of any nature, including express contract, implied-in-fact contract, or quasi-contract, arising out of any disclosure of the Contributions to Magento. As such, Magento is under no obligation to use or implement the Contributions in any respect.</li>
<li><strong>Competitive or Similar Materials.</strong> In no event shall Magento or Magento Affiliates be precluded from discussing, reviewing, developing for itself, having developed, or developing for third parties, materials which are competitive with those set forth in the Contributions irrespective of their similarity to the information in the Contributions, so long as Magento complies with the terms of this Agreement.</li>
<li><strong>Term.</strong> This Agreement shall remain in effect for a period of five (5) years from the Effective Date or until termination in writing by either party is delivered to the other party.</li>
<li><strong>Governing Law.</strong> This Agreement will be construed as if both parties jointly wrote it, governed by California law except for its conflicts of laws principles, and any cause of action arising under or relating to this Agreement must be brought exclusively in a court in Santa Clara County, California. </li>
<li><strong>Survival.</strong> Upon termination or expiration of this Agreement, all terms of the Agreement, including the license grants, shall remain in full force and effect, except that Contributor will no longer make submissions to Magento.</li>
</ol>
</li>
</ol>
<p><strong>IN WITNESS WHEREOF,</strong> the Parties have caused this Agreement to be executed by their duly authorized representatives as of the Effective Date.</p>
<table border="0" width="100%">
<tr>
<td width="9%"><strong>Magento, Inc.</strong></td>
<td width="15%"></td>
<td width="6%"></td>
<td width="9%"></td>
<td width="15%"><strong>Contributor</strong><br>
</tr>
<tr>
<td>By:</td>
<td><hr></td>
<td></td>
<td>By:</td>
<td><hr></td>
</tr>
<td>Name:</td>
<td><hr></td>
<td></td>
<td>Name:</td>
<td><hr></td>
</tr>
<tr>
<td>Title:</td>
<td><hr></td>
<td></td>
<td>Title:</td>
<td><hr></td>
</table>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ All Submissions you make to Magento, an eBay Inc. company (“Magento”) throug

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.
2. Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above.
3. You agree to the X.commerce Agreement found here: https://www.x.com/developers/x.commerce/x.commerce-user-agreement.
3. You agree to the X.commerce Agreement found here: http://magento.com/legal/terms.
Loading

0 comments on commit 873d38c

Please sign in to comment.