From b65352f33e15e4dea9c5a2fc192f89407c2b6748 Mon Sep 17 00:00:00 2001 From: MaurizioBrioschi Date: Fri, 28 Oct 2016 13:52:31 +0200 Subject: [PATCH] add Magerun extension configuration and fix Roles management for Magento Backend --- .../local/Mothership/Magerun/Helper/Data.php | 15 +++++++ .../local/Mothership/Magerun/etc/config.xml | 45 +++++++++++++++++++ src/app/etc/modules/Mothership_Magerun.xml | 37 +++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 src/app/code/local/Mothership/Magerun/Helper/Data.php create mode 100644 src/app/code/local/Mothership/Magerun/etc/config.xml create mode 100644 src/app/etc/modules/Mothership_Magerun.xml diff --git a/src/app/code/local/Mothership/Magerun/Helper/Data.php b/src/app/code/local/Mothership/Magerun/Helper/Data.php new file mode 100644 index 0000000..4d1f6eb --- /dev/null +++ b/src/app/code/local/Mothership/Magerun/Helper/Data.php @@ -0,0 +1,15 @@ + + + + + + 1.0.0 + + + + + + + + Mothership_Magerun_Helper + + + + \ No newline at end of file diff --git a/src/app/etc/modules/Mothership_Magerun.xml b/src/app/etc/modules/Mothership_Magerun.xml new file mode 100644 index 0000000..a489123 --- /dev/null +++ b/src/app/etc/modules/Mothership_Magerun.xml @@ -0,0 +1,37 @@ + + + + + + true + local + + + \ No newline at end of file