Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #1

Merged
merged 66 commits into from Jan 17, 2020
Merged

Update #1

merged 66 commits into from Jan 17, 2020

Conversation

Sekiphp
Copy link
Owner

@Sekiphp Sekiphp commented Jan 17, 2020

No description provided.

henrykbrzoska and others added 30 commits April 15, 2019 22:48
!! here, function isResetPasswordLinkTokenExpired ( app/code/core/Mage/Adminhtml/Helper/Dashboard/Data.php ) will take it and it should be first!!
someone who know 'good patterns' can tell if it should be so or it should be like :
        if (!isset($userToken) || !hash_equals($userToken, $resetPasswordLinkToken) || $user->isResetPasswordLinkTokenExpired()) {
* Fix calculation of base total in magento report with discount

Actually magento store discount with negative value :  - 10

If you have an order with subtotal = 90 and base_discount_invoiced = -10

When Magento do base_subtotal_invoiced  - base_discount_invoiced => 90 -- 10 => 90 +10 => 100

* Update fix

I think it's clearer with ABS value, like magento do for the other columns
Related to configs that uses 'config_path' parameter only -
payment config section for example.
* Addedd missing config nodes, closes #609 #614

* Fixed change in composer.json
+ downloaded latest release and merged into mainstream
app/design/adminhtml/default/default/template/catalog/product/helper/gallery.phtml
* Drop support for EOL PHP5

* Updated .travis.yml
maintain hash_equals first argument which shouldn't be NULL.
Wrong translation field fix
…he XML_USE_HTTPS_PATH const. (#800)

* Forcing HTTPS

* Misc revisions

* Removing scheme var

* Adding backwards compatibility with some 3rd party modules that use the XML_USE_HTTPS_PATH const.
Flyingmana and others added 25 commits October 24, 2019 10:55
Added ability to respect the file delimiter in import functionality. This relates to the PRODSECBUG-2462
The current observer does a brute-force search to find a current summary related to a product in the collection. It becomes visible when you show 1000 products on a page and increases exponentially with the increased size of product collection. 
Fix replaces brute force search (O(n^m)) with a hash map lookup (O(n))
the signature is now calculated a bit differently to match other
implementations.

BREAKING CHANGE: existing OAuth applications may encounter some issues
leading to `invalid_signature` 401 errors from Magento due to the
removal of natural sorting for parameters when generating the signature
* Suggested fix to make $quote->getItemById more robust

Several new quote and order flows do not always trigger and set the quoteid ... the quote is then created with items but has no id yet ...  and getItemById () does not work in these case because there is a different key. This happens for instance when orders are created via

            /** @var Mage_Sales_Model_Service_Quote $service */
            $service = Mage::getModel('sales/service_quote', $quote);
            $service->submitAll();

Please review and UPDATE my code suggestion directly. Needs a proper review as it is quite in the core of quotes of M1

* Small fix
for defense, the TravisCI did not run for the PullRequest
* Fix email/admin_new_user_notification template

Fix Decoding failed: Syntax error
Someone missed a } in the template @vars header

This should allow users to load this template in the "System -> Transactional Emails" area.

* Update Mage_Core.csv

added "New Admin User Email Template" label

* Add system field

Add admin_notification_email_template system field, so an admin can choose a transactional email when enabling
System -> Configuration -> Advanced -> Admin -> Security -> New Admin User Create Notification
* fopen() and fclose()

Hello. This is just an idea for solving #810  closes #810

* Update File.php

Just adding a getter for _streamHandler class attribute.
#799 removed this. #800 partially restored it.
Some extensions, notably Amasty_Base (which is required by most if not all of their m1 extensions), rely on the presence of this constant.
* add PHP Starter Github Action

* Update composer.json
Ref magento/zf1#23

```
The issue is caused by the fact that the response result is checked by a regular expression that expects the Protocol version in the d.d format (for example, 1.0 or 1.1). For HTTP 2.0, the header returns a value in the format "HTTP/2 200 OK" without the decimal part. This results in an error.
```
OpenMage follows Semantic Versioning 2.0.0
Also preparation for the first 19.4.0 Release
* magento-lts-868 Add .gitignore file

* Allow package folder and files in it
php 7.4 related change, as the used function get_magic_quotes_gpc() is now deprecated
Add created_at and updated_at to all relevant REST API resources
@Sekiphp Sekiphp merged commit 201df92 into Sekiphp:1.9.4.x Jan 17, 2020
Sekiphp pushed a commit that referenced this pull request Feb 6, 2021
…nMage#1403)

* TypeError: round(): Argument #1 ($num) must be of type int|float
Sekiphp pushed a commit that referenced this pull request Jan 21, 2024
Sekiphp pushed a commit that referenced this pull request Jan 21, 2024
…nMage#3655)

* Fixed strip_tags(): Passing null to parameter #1 in Fulltext.php

* Preserve PHP7.4 return value.
fballiano pushed a commit that referenced this pull request Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet