2.0.0.0-dev40
* Implemented ability to customize all the main directory paths for the application, i.e. locations of `var`, `etc`, `media` and other directories * Implemented ability to pass application configuration data from the environment * Magento Web API changes: * Added SOAP V2 API coverage from Magento 1.x * Improved integration testing framework to develop Web API tests. Covered SOAP V2 API with positive integration tests. * Changed `Mage_Webapi` module front name from `api` to `webapi` * Improvements for product creation UI: * Implemented AJAX suggestions popup and categories tree popup for convenient assignment of categories * Moved selection of Bundle and Grouped sub-products to the "General" tab, implemented popup grids for them * Made "Weight" checkbox to be selected by default for a Configurable product * Implemented integration test to measure and control PHP memory leak on application reinitialization * Changed format of configuration files for static tests that search for obsolete Magento 1.x code * Bug fixes: * Fixed Web API WSDL incompatibility with C# and Java * Fixed issue, that Magento duplicated custom options field for a product, if creating them via a multi-call to API * Fixed `shoppingCartPaymentList` method in Web API, which was throwing exception "Object has no 'code' property" * Fixed invalid Wishlist link and several invalid links in Checkout on frontend store view * Made Stock Status in 'quantity_and_stock_status' attribute editable again for a Configurable product * Fixed issue, that it was not possible to save Customer after first save, because "Date Of Birth" format was reported by Magento to be incorrect * Fixed fatal error in Code Sniffer exemplar test * Fixed wrong failures of `Varien_Db_Adapter_Pdo_MysqlTest::testWaitTimeout()` integration test in developer mode * Fixed issue, that mass-action column in backend grids moved to another position in single store mode
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- .htaccess 0 additions, 5 deletions.htaccess
- CHANGELOG.markdown 25 additions, 0 deletionsCHANGELOG.markdown
- app/Mage.php 61 additions, 45 deletionsapp/Mage.php
- app/bootstrap.php 16 additions, 16 deletionsapp/bootstrap.php
- app/code/core/Mage/Adminhtml/Block/Api/Buttons.php 88 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Buttons.php
- app/code/core/Mage/Adminhtml/Block/Api/Editroles.php 69 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Editroles.php
- app/code/core/Mage/Adminhtml/Block/Api/Grid/Role.php 81 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Grid/Role.php
- app/code/core/Mage/Adminhtml/Block/Api/Role.php 37 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Role.php
- app/code/core/Mage/Adminhtml/Block/Api/Role/Grid/User.php 182 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Role/Grid/User.php
- app/code/core/Mage/Adminhtml/Block/Api/Roles.php 48 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Roles.php
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Roleinfo.php 69 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Tab/Roleinfo.php
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesedit.php 122 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesedit.php
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php 54 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php
- app/code/core/Mage/Adminhtml/Block/Api/User.php 16 additions, 35 deletionsapp/code/core/Mage/Adminhtml/Block/Api/User.php
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit.php 58 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/User/Edit.php
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Form.php 45 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/User/Edit/Form.php
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Main.php 153 additions, 0 deletions...code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Main.php
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Roles.php 119 additions, 0 deletions...ode/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Roles.php
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tabs.php 65 additions, 0 deletionsapp/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tabs.php
Please register or sign in to comment