Skip to content

Commit 8dc2b3c

Browse files
Merge branch '1.9.4.x' into cleanup/dead/moneybookers
2 parents d20cb55 + c0f7884 commit 8dc2b3c

File tree

984 files changed

+7450
-64874
lines changed

Some content is hidden

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

984 files changed

+7450
-64874
lines changed

.all-contributorsrc

Lines changed: 916 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!---
2+
Thank you for contributing to OpenMage LTS.
3+
To help us process this pull request we recommend that you add the following information:
4+
- Summary of the pull request,
5+
- Issue(s) related to the changes made,
6+
- Manual testing scenarios
7+
Fields marked with (*) are required. Please don't remove the template.
8+
-->
9+
10+
<!--- Please provide a general summary of the Pull Request in the Title above -->
11+
12+
### Description (*)
13+
<!---
14+
Please provide a description of the changes proposed in the pull request.
15+
Letting us know what has changed and why it needed changing will help us validate this pull request.
16+
-->
17+
18+
### Related Pull Requests
19+
<!-- related pull request placeholder -->
20+
21+
### Fixed Issues (if relevant)
22+
<!---
23+
If relevant, please provide a list of fixed issues in the format OpenMage/magento-lts#<issue_number>.
24+
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
25+
-->
26+
1. Fixes OpenMage/magento-lts#<issue_number>
27+
28+
### Manual testing scenarios (*)
29+
<!---
30+
Please provide a set of unambiguous steps to test the proposed code change.
31+
Giving us manual testing scenarios will help with the processing and validation process.
32+
-->
33+
1. ...
34+
2. ...
35+
36+
### Questions or comments
37+
<!---
38+
If relevant, here you can ask questions or provide comments on your pull request for the reviewer
39+
For example if you need assistance with writing tests or would like some feedback on one of your development ideas
40+
-->
41+
42+
### Contribution checklist (*)
43+
- [ ] Pull request has a meaningful description of its purpose
44+
- [ ] All commits are accompanied by meaningful commit messages
45+
- [ ] All automated tests passed successfully (all builds are green)

.github/changelog/version_19.txt

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
2+
3+
4+
5+
6+
## v19.4.5 - unreleased
7+
8+
9+
10+
## v19.4.4 - 2020-06-28
11+
12+
Include the Magento Patch SUPEE-11346
13+
14+
#750 Mage_SalesRule - DOC block update
15+
#753 Mage_Rule - DOC block update
16+
#747 Mage_Sitemap - DOC block update
17+
#754 Mage_Review - DOC block update
18+
#745 Mage_Tax - DOC block update
19+
#744 Mage_Weee - DOC block update
20+
#743 Mage_Widget - DOC block update
21+
#742 Mage_Wishlist - DOC block update
22+
#942 Cache all attribute options for display in layered navigation (#943 #934)
23+
#1001 Removed php5 settings from .htaccess (#149)
24+
#798 Mage_Core fix DOC block
25+
#1031 Ensure coupon code times_used decrements on cancel
26+
#1046 Rename Magento Admin to OpenMage Admin
27+
#1060 Apply SUPEE-11346 patch
28+
#1018 Add runtime cache in one more place in Zend_Data (#918)
29+
#1034 Fixed store get attribute raw value
30+
#1003 fix 404 dashboard on first admin login on multi store views
31+
#1032 Allow access to current order via Registry
32+
#1039 CatalogSearch - Fix array_intersect expected parameter 1 to be an array null given
33+
#770 Mage_GiftMessage - DOC block update
34+
#768 Mage_Index - DOC block update
35+
#765 Mage_Newsletter - DOC block update
36+
#1029 Correct name for Request class in Payment Module
37+
#601 Prevent redundant simultaneous requests to remote storage in get.php
38+
#1000 Update Github issue templates
39+
#966 Check for null byte at the time of writing a file
40+
#1021 E-Mail templates only: replace plaintext password with hint of choosen password (#307 #1019)
41+
#1020 Add @throws vardoc to Varien_Io_File cd function
42+
#771 Mage_Eav - DOC block update
43+
#772 Mage_Downloadable - DOC block update
44+
#929 fix apply discount amount to FPT percent discount
45+
#1023 Use || operators instead of „or”
46+
#1033 Fix wrong count of arguments in Mage_Core_Model_Resource_Db_Collection_Abstract
47+
#703 Varien_ - DOC block update (1)
48+
#702 Mage_Core - DOC block update
49+
#775 Mage_Checkout - DOC block update
50+
#894 fix for Fatal error: Nesting level too deep - recursive dependency? (#1025)
51+
#1002 Removed Mage_GoogleBase
52+
#972 Changed sizeof() to count()
53+
#1011 Fix for installing on MySQL 8 (Fixes #935)
54+
#984 Fixed .thumbnail load
55+
#1013 Fix PHP Warning: "continue" targeting switch is equivalent to "break"
56+
#890 Remove this->_debug in Mage_Paypal_Model_Api_Standard->getStandardCheckoutRequest
57+
#936 Fix SQL query quoting/casting when type is passed to where function
58+
#589 Fix HTTP/2 errors with cURL post
59+
#776 Mage_CatalogSearch - DOC block update
60+
#777 Mage_CatalogRule - DOC block update
61+
#897 When category default_sort_by not available, use the system config
62+
#1015 Fix typo in variable name in Media.php / Fixed atttribute typo
63+
#780 Mage_CatalogInventory - DOC block update
64+
#852 Stop calling getLastPageNumber() when not necessary
65+
#980 Prevent errors when customer does not have a created at timestamp (#923)
66+
#1017 add Badges to Readme
67+
#1016 Fix typo in Area.php DOC block
68+
#783 Mage_Catalog - DOC block update
69+
#701 Mage_Customer - DOC block update
70+
#999 Replaced Magento Logo with OpenMage Logos
71+
#997 Fixed Notice in Mage_Catalog_Model_Resource_Url: Trying to access array offset
72+
#751 Mage_Sales - DOC block update
73+
#978 Do not call vsprintf when there are no arguments
74+
#773 Mage_Directory - DOC block update
75+
#749 Mage_Sendfriend - DOC block update
76+
#769 Mage_ImportExport - DOC block update
77+
#994 update adminnotification url to www.openmage.org
78+
#989 Apply some Brand Changes, to have Magento appearing less
79+
#730 Prevent fatal error in Mage_Catalog_Model_Resource_Category_Collection::setVisibility() / Set correct collection types in Mage_Catalog_Model_Product_Visibility
80+
#919 Improve performance of the products sold report
81+
#766 Mage_Media - mini DOC block update
82+
#979 Store unserialized data in local cache of Zend_Data
83+
#974 Update SECURITY.md
84+
Followup to #918: Fix error saving local cache (#918)
85+
#970 change all ands in conditional statements to && for better consistency (#958)
86+
#965 Fixed calls to static methods
87+
#963 Dropped useless semicolons
88+
#964 Added missing public modifier
89+
#699 Mage_Contacts - DOC block update
90+
#698 Mage_Captcha - DOC block update
91+
#697 Mage_Cron - DOC block update
92+
#708 Mage_CurrencySymbol - DOC block update
93+
#778 Mage_Admin - DOC block update
94+
#779 Mage_Api2 - DOC block update
95+
#781 Mage_CatalogIndex - DOC block update
96+
#694 Mage_Cms - DOC block update
97+
#695 Mage_AdminNotification - DOC block update
98+
#968 Update README and removed php5.6 from static code analyses
99+
#878 Create SECURITY.md
100+
#961 Marked Mysql4-classes as deprecated (#957)
101+
#956 Remove unsupported PHP 7.x settings from .htaccess
102+
#951 Fix 'Invalid attribute name: main_table.store_id (#939)
103+
104+
## v19.4.3 - 2020-05-10
105+
106+
Include the Magento Release 1.9.4.5
107+
108+
Additionally:
109+
110+
#944 Upstream merge 1.9.4.5
111+
#693 Mage_Api - DOC block update
112+
#782 Mage_Bundle - DOC block update
113+
#746 Mage_Tag - DOC block update
114+
#761 Mage_PageCache - mini DOC block update
115+
#774 Mage_ConfigurableSwatches - DOC block update
116+
#848 Fix stuck checkout on Shipping Method (#847)
117+
#813 Emulation did not load frontend translation
118+
119+
120+
121+
## v19.4.2 - 2020-05-10
122+
123+
#656 Fix removing coupon from cart
124+
#625 Remove memory_limit in .htaccess
125+
#895 Removed ES6 JS introduced in 1.9.4.4 for IE compability
126+
#876 Update .htaccess (mod_expires headers for common file types)
127+
#898 Insert whitespace in class name for styling to work. (fix follow up from #594 Remove whitespace in addBodyClass($className) )
128+
#905 Typo in data type (doc block change)
129+
#910 unused variable cleanup
130+
#930 Send order and agreement variables to the view
131+
#913 allow (json-)string for Mage_HTTP_Client_Curl::makeRequest $params Parameter
132+
#912 Do not emit warning on null byte in $src in io_file
133+
#916 Do not sum columns with undefined total function
134+
#918 Add runtime cache to Zend_Locale_Data
135+
#650 painful protection in Subtotal.php
136+
#933 Fix warning "Warning: A non-numeric value encountered" in Model_Url
137+
#712 #729 [Bug] Mage_Customer_Model_Convert_Parser_Customer::parse() / Fixes undefined variable
138+
#937 update vies vat validation soap endpoint
139+
140+
141+
142+
## v19.4.1 - 2020-01-30
143+
144+
Include the Magento Release 1.9.4.4
145+
146+
Additionally:
147+
148+
#871 Default setting for validate_formkey_checkout => 1 (only affects new installs)
149+
#870 Add .gitignore to /var/
150+
#856 remove outdated Undo MagicQuotes function
151+
#863 remove deprecated function calls in Mage_Adminhtml
152+
#804 Add created_at and updated_at to all relevant REST API resources
153+
#884 Add missing method to category collection class
154+
#883 Add test method to cache models and fix layout update use of test method
155+
#886 Adding 'display=swap' to default RWD Google Font
156+
#888 fix php syntax error in app/design/frontend/rwd/default/template/email/catalog/product/list.phtml
157+
#885 Replaced deprecated each in getAttributeRawValue()
158+
#842 Add missing EU country (HR) to initial config
159+
#857 correct argument order of implode calls
160+
#859 Array and string offset access syntax with curly braces is deprecated
161+
162+
163+
## before
164+

0 commit comments

Comments
 (0)