Skip to content

Instantly share code, notes, and snippets.

@Flyingmana
Created June 13, 2020 19:07
Show Gist options
  • Save Flyingmana/a35c96d488dc714d6558baa3df7d2444 to your computer and use it in GitHub Desktop.
Save Flyingmana/a35c96d488dc714d6558baa3df7d2444 to your computer and use it in GitHub Desktop.
## v19.4.4 - unreleased
#770 Mage_Giftmessage - DOC block update
#768 Mage_Index - DOC block update
#765 Mage_Newsletter - DOC block update
#1029 Correct name for Request class in Payment Module
#601 Prevent redundant simultaneous requests to remote storage in get.php
#1000 Update Github issue templates
#966 Check for null byte at the time of writing a file
#1021 E-Mail templates only: replace plaintext password with hint of choosen password (#307 #1019)
#1020 Add @throws vardoc to Varien_Io_File cd function
#771 Mage_Eav - DOC block update
#772 Mage_Downloadable - DOC block update
#929 fix apply discount amount to FPT percent discount
#1023 Use || operators instead of „or”
#1033 Fix wrong count of arguments in Mage_Core_Model_Resource_Db_Collection_Abstract
#703 Varien_ - DOC block update (1)
#702 Mage_Core - DOC block update
#775 Mage_Checkout - DOC block update
#894 fix for Fatal error: Nesting level too deep - recursive dependency? (#1025)
#1002 Removed Mage_GoogleBase
#972 Changed sizeof() to count()
#1011 Fix for installing on MySQL 8 (Fixes #935)
#984 Fixed .thumbnail load
#1013 Fix PHP Warning: "continue" targeting switch is equivalent to "break"
#890 Remove this->_debug in Mage_Paypal_Model_Api_Standard->getStandardCheckoutRequest
#936 Fix SQL query quoting/casting when type is passed to where function
#589 Fix HTTP/2 errors with cURL post
#776 Mage_CatalogSearch - DOC block update
#777 Mage_CatalogRule - DOC block update
#897 When category default_sort_by not available, use the system config
#1015 Fix typo in variable name in Media.php / Fixed atttribute typo
#780 Mage_CatalogInventory - DOC block update
#852 Stop calling getLastPageNumber() when not necessary
#980 Prevent errors when customer does not have a created at timestamp (#923)
#1017 add Badges to Readme
#1016 Fix typo in Area.php DOC block
#783 Mage_Catalog - DOC block update
#701 Mage_Customer - DOC block update
#999 Replaced Magento Logo with OpenMage Logos
#997 Fixed Notice in Mage_Catalog_Model_Resource_Url: Trying to access array offset
#751 Mage_Sales - DOC block update
#978 Do not call vsprintf when there are no arguments
#773 Mage_Directory - DOC block update
#749 Mage_Sendfriend - DOC block update
#769 Mage_ImportExport - DOC block update
#994 update adminnotification url to www.openmage.org
#989 Apply some Brand Changes, to have Magento appearing less
#730 Prevent fatal error in Mage_Catalog_Model_Resource_Category_Collection::setVisibility() / Set correct collection types in Mage_Catalog_Model_Product_Visibility
#919 Improve performance of the products sold report
#766 Mage_Media - mini DOC block update
#979 Store unserialized data in local cache of Zend_Data
#974 Update SECURITY.md
Followup to #918: Fix error saving local cache (#918)
#970 change all ands in conditional statements to && for better consistency (#958)
#965 Fixed calls to static methods
#963 Dropped useless semicolons
#964 Added missing public modifier
#699 Mage_Contacts - DOC block update
#698 Mage_Captcha - DOC block update
#697 Mage_Cron - DOC block update
#708 Mage_CurrencySymbol - DOC block update
#778 Mage_Admin - DOC block update
#779 Mage_Api2 - DOC block update
#781 Mage_CatalogIndex - DOC block update
#694 Mage_Cms - DOC block update
#695 Mage_AdminNotification - DOC block update
#968 Update README and removed php5.6 from static code analyses
#878 Create SECURITY.md
#961 Marked Mysql4-classes as deprecated (#957)
#956 Remove unsupported PHP 7.x settings from .htaccess
#951 Fix 'Invalid attribute name: main_table.store_id (#939)
## v19.4.3 - 2020-05-10
Include the Magento Release 1.9.4.5
Additionally:
#944 Upstream merge 1.9.4.5
#693 Mage_Api - DOC block update
#782 Mage_Bundle - DOC block update
#746 Mage_Tag - DOC block update
#761 Mage_PageCache - mini DOC block update
#774 Mage_ConfigurableSwatches - DOC block update
#848 Fix stuck checkout on Shipping Method (#847)
#813 Emulation did not load frontend translation
## v19.4.2 - 2020-05-10
#656 Fix removing coupon from cart
#625 Remove memory_limit in .htaccess
#895 Removed ES6 JS introduced in 1.9.4.4 for IE compability
#876 Update .htaccess (mod_expires headers for common file types)
#898 Insert whitespace in class name for styling to work. (fix follow up from #594 Remove whitespace in addBodyClass($className) )
#905 Typo in data type (doc block change)
#910 unused variable cleanup
#930 Send order and agreement variables to the view
#913 allow (json-)string for Mage_HTTP_Client_Curl::makeRequest $params Parameter
#912 Do not emit warning on null byte in $src in io_file
#916 Do not sum columns with undefined total function
#918 Add runtime cache to Zend_Locale_Data
#650 painful protection in Subtotal.php
#933 Fix warning "Warning: A non-numeric value encountered" in Model_Url
#712 #729 [Bug] Mage_Customer_Model_Convert_Parser_Customer::parse() / Fixes undefined variable
#937 update vies vat validation soap endpoint
## v19.4.1 - 2020-01-30
Include the Magento Release 1.9.4.4
Additionally:
#871 Default setting for validate_formkey_checkout => 1 (only affects new installs)
#870 Add .gitignore to /var/
#856 remove outdated Undo MagicQuotes function
#863 remove deprecated function calls in Mage_Adminhtml
#804 Add created_at and updated_at to all relevant REST API resources
#884 Add missing method to category collection class
#883 Add test method to cache models and fix layout update use of test method
#886 Adding 'display=swap' to default RWD Google Font
#888 fix php syntax error in app/design/frontend/rwd/default/template/email/catalog/product/list.phtml
#885 Replaced deprecated each in getAttributeRawValue()
#842 Add missing EU country (HR) to initial config
#857 correct argument order of implode calls
#859 Array and string offset access syntax with curly braces is deprecated
## before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment