Skip to content

Instantly share code, notes, and snippets.

View rhoerr's full-sized avatar

Ryan Hoerr rhoerr

View GitHub Profile
@mpchadwick
mpchadwick / PATCH_SUPEE-9465_EE_1.14.3.0_v1.sh
Created January 21, 2017 01:47
PATCH_SUPEE-9465_EE_1.14.3.0_v1.sh
#!/bin/bash
# Patch apllying tool template
# v0.1.2
# (c) Copyright 2013. Magento Inc.
#
# DO NOT CHANGE ANY LINE IN THIS FILE.
# 1. Check required system tools
_check_installed_tools() {
local missed=""
@domeglic
domeglic / jquery-ui-magepack-anon-define-fix.patch
Created August 23, 2022 08:38
Magento 2.4.4 magepack jquery ui requirejs bugfix
Fix jquery-ui effects anonymous define error when using magepack. See https://github.com/magesuite/magepack/issues/140 for more.
@package magento/magento2-base
diff --git a/lib/web/jquery/ui-modules/effects/effect-blind.js b/lib/web/jquery/ui-modules/effects/effect-blind.js
index 3b65a4f..513a89b 100644
--- a/lib/web/jquery/ui-modules/effects/effect-blind.js
+++ b/lib/web/jquery/ui-modules/effects/effect-blind.js
@@ -19,7 +19,7 @@
if ( typeof define === "function" && define.amd ) {
@peterjaap
peterjaap / mage-os-migration.sh
Last active November 17, 2024 08:19
Mage OS migration shell script - you can use this if you want to move from Magento community edition to MageOS. This updates your composer.json file and your local patches.
#!/bin/bash
# Path to the composer.json file
COMPOSER_FILE="composer.json"
TEMP_FILE="composer_temp.json"
# Checkout the composer.json file to avoid unwanted changes
git checkout "$COMPOSER_FILE"
# Create a new file to hold updated content