digitalpianism/bugfixes

Bug fixes for Magento 1.9.3.0

Installs: 1 956

Dependents: 0

Suggesters: 0

Security: 0

Stars: 34

Watchers: 25

Forks: 12

Open Issues: 1

Type:magento-module

0.0.4 2016-11-02 08:24 UTC

This package is auto-updated.

Last update: 2024-03-28 20:33:56 UTC


README

Magento has released a new version 1.9.3.1 which addresses all the bugs listed below so please upgrade to the last version and if you have installed that BugFixes module, please uninstall it.

List of files added by the module:

  • app/code/community/DigitalPianism/BugFixes
  • app/etc/modules/DigitalPianism_BugFixes.xml
  • app/code/local/Mage/Api/Model/Server/Handler/Abstract.php
  • app/code/local/Mage/Catalog/Helper/Product/Type/Composite.php
  • app/code/local/Mage/CatalogSearch/Model/Resource/Fulltext.php
  • app/code/local/Mage/CatalogSearch/Model/Resource/Fulltext/Collection.php
  • app/code/local/Mage/Core/Model/Session/Abstract/Varien.php

Magento 1.9.3.0 Bug Fixes

Bug fixes for the following Magento 1.9.3.0 bugs while Magento is working on the new version:

I'm trying to keep an updated list of all bugs here: http://magento.stackexchange.com/a/140826/2380

Backward incompatibility with modules using the gallery uploader

There is a BC with modules using the gallery uploader. I've investigated the issue and a "simple" fix is unfortunately not possible for a few reasons:

  • the uploader config has been split into two different models (uploader and button config)
  • the js constructor has been modified from 3 to 2 parameters

Thus I have written a small documentation to make your modules backward/forward compatible between version: http://magento.stackexchange.com/a/142013/2380