Version Notes
Small bugs corrected
Download this release
Release Info
Developer | ext4mage |
Extension | ext4mage_notify4errors |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/Ext4mage/Notify4errors/Helper/Data.php +0 -181
- app/code/community/Ext4mage/Notify4errors/Model/{core → Core}/Message.php +4 -2
- app/code/community/Ext4mage/Notify4errors/Model/Errorlog.php +1 -1
- app/code/community/Ext4mage/Notify4errors/Model/Notify4errors.php +0 -67
- app/code/community/Ext4mage/Notify4errors/etc/config.xml +1 -8
- package.xml +5 -5
app/code/community/Ext4mage/Notify4errors/Helper/Data.php
CHANGED
@@ -20,185 +20,4 @@
|
|
20 |
* */
|
21 |
class Ext4mage_Notify4errors_Helper_Data extends Mage_Core_Helper_Abstract
|
22 |
{
|
23 |
-
|
24 |
-
public function getValueOptions() {
|
25 |
-
$valueOptions = array(
|
26 |
-
'order_data_entity_id' => Mage::helper('notify4errors')->__('order entity id'),
|
27 |
-
'order_data_state' => Mage::helper('notify4errors')->__('order state'),
|
28 |
-
'order_data_status' => Mage::helper('notify4errors')->__('order status'),
|
29 |
-
'order_data_coupon_code' => Mage::helper('notify4errors')->__('order coupon code'),
|
30 |
-
'order_data_shipping_description' => Mage::helper('notify4errors')->__('order shipping description'),
|
31 |
-
'order_data_is_virtual' => Mage::helper('notify4errors')->__('order is virtual'),
|
32 |
-
'order_data_store_id' => Mage::helper('notify4errors')->__('order store id'),
|
33 |
-
'order_data_customer_id' => Mage::helper('notify4errors')->__('order customer id'),
|
34 |
-
'order_data_discount_amount' => Mage::helper('notify4errors')->__('order discount amount'),
|
35 |
-
'order_data_discount_canceled' => Mage::helper('notify4errors')->__('order discount canceled'),
|
36 |
-
'order_data_discount_invoiced' => Mage::helper('notify4errors')->__('order discount invoiced'),
|
37 |
-
'order_data_discount_refunded' => Mage::helper('notify4errors')->__('order discount refunded'),
|
38 |
-
'order_data_grand_total' => Mage::helper('notify4errors')->__('order grand total'),
|
39 |
-
'order_data_shipping_amount' => Mage::helper('notify4errors')->__('order shipping amount'),
|
40 |
-
'order_data_shipping_canceled' => Mage::helper('notify4errors')->__('order shipping canceled'),
|
41 |
-
'order_data_shipping_invoiced' => Mage::helper('notify4errors')->__('order shipping invoiced'),
|
42 |
-
'order_data_shipping_refunded' => Mage::helper('notify4errors')->__('order shipping refunded'),
|
43 |
-
'order_data_shipping_tax_amount' => Mage::helper('notify4errors')->__('order shipping tax amount'),
|
44 |
-
'order_data_shipping_tax_refunded' => Mage::helper('notify4errors')->__('order shipping tax refunded'),
|
45 |
-
'order_data_subtotal' => Mage::helper('notify4errors')->__('order subtotal'),
|
46 |
-
'order_data_subtotal_canceled' => Mage::helper('notify4errors')->__('order subtotal canceled'),
|
47 |
-
'order_data_subtotal_invoiced' => Mage::helper('notify4errors')->__('order subtotal invoiced'),
|
48 |
-
'order_data_subtotal_refunded' => Mage::helper('notify4errors')->__('order subtotal refunded'),
|
49 |
-
'order_data_tax_amount' => Mage::helper('notify4errors')->__('order tax amount'),
|
50 |
-
'order_data_tax_canceled' => Mage::helper('notify4errors')->__('order tax canceled'),
|
51 |
-
'order_data_tax_invoiced' => Mage::helper('notify4errors')->__('order tax invoiced'),
|
52 |
-
'order_data_tax_refunded' => Mage::helper('notify4errors')->__('order tax refunded'),
|
53 |
-
'order_data_total_canceled' => Mage::helper('notify4errors')->__('order total canceled'),
|
54 |
-
'order_data_total_invoiced' => Mage::helper('notify4errors')->__('order total invoiced'),
|
55 |
-
'order_data_total_offline_refunded' => Mage::helper('notify4errors')->__('order total offline refunded'),
|
56 |
-
'order_data_total_online_refunded' => Mage::helper('notify4errors')->__('order total online refunded'),
|
57 |
-
'order_data_total_paid' => Mage::helper('notify4errors')->__('order total paid'),
|
58 |
-
'order_data_total_qty_ordered' => Mage::helper('notify4errors')->__('order total qty ordered'),
|
59 |
-
'order_data_total_refunded' => Mage::helper('notify4errors')->__('order total refunded'),
|
60 |
-
'order_data_customer_is_guest' => Mage::helper('notify4errors')->__('order customer is guest'),
|
61 |
-
'order_data_shipping_discount_amount' => Mage::helper('notify4errors')->__('order shipping discount amount'),
|
62 |
-
'order_data_subtotal_incl_tax' => Mage::helper('notify4errors')->__('order subtotal incl tax'),
|
63 |
-
'order_data_total_due' => Mage::helper('notify4errors')->__('order total due'),
|
64 |
-
'order_data_weight' => Mage::helper('notify4errors')->__('order weight'),
|
65 |
-
'order_data_increment_id' => Mage::helper('notify4errors')->__('order increment id'),
|
66 |
-
'order_data_base_currency_code' => Mage::helper('notify4errors')->__('order base currency code'),
|
67 |
-
'order_data_customer_email' => Mage::helper('notify4errors')->__('order customer email'),
|
68 |
-
'order_data_customer_firstname' => Mage::helper('notify4errors')->__('order customer firstname'),
|
69 |
-
'order_data_customer_lastname' => Mage::helper('notify4errors')->__('order customer lastname'),
|
70 |
-
'order_data_customer_middlename' => Mage::helper('notify4errors')->__('order customer middlename'),
|
71 |
-
'order_data_customer_prefix' => Mage::helper('notify4errors')->__('order customer prefix'),
|
72 |
-
'order_data_customer_suffix' => Mage::helper('notify4errors')->__('order customer suffix'),
|
73 |
-
'order_data_customer_taxvat' => Mage::helper('notify4errors')->__('order customer taxvat'),
|
74 |
-
'order_data_discount_description' => Mage::helper('notify4errors')->__('order discount description'),
|
75 |
-
'order_data_ext_customer_id' => Mage::helper('notify4errors')->__('order ext customer id'),
|
76 |
-
'order_data_ext_order_id' => Mage::helper('notify4errors')->__('order ext order id'),
|
77 |
-
'order_data_order_currency_code' => Mage::helper('notify4errors')->__('order order currency code'),
|
78 |
-
'order_data_shipping_method' => Mage::helper('notify4errors')->__('order shipping method'),
|
79 |
-
'order_data_created_at' => Mage::helper('notify4errors')->__('order created at'),
|
80 |
-
'order_data_total_item_count' => Mage::helper('notify4errors')->__('order total item count'),
|
81 |
-
'order_data_shipping_incl_tax' => Mage::helper('notify4errors')->__('order shipping incl tax'),
|
82 |
-
'order_shipping_description' => Mage::helper('notify4errors')->__('order shipping description'),
|
83 |
-
'order_payment_block' => Mage::helper('notify4errors')->__('order payment block'),
|
84 |
-
'order_store_url' => Mage::helper('notify4errors')->__('order store url'),
|
85 |
-
'order_store_base_url' => Mage::helper('notify4errors')->__('order store base url'),
|
86 |
-
'order_num_invoices' => Mage::helper('notify4errors')->__('order num invoices'),
|
87 |
-
'order_num_shipments' => Mage::helper('notify4errors')->__('order num shipments'),
|
88 |
-
'order_num_creditmemos' => Mage::helper('notify4errors')->__('order num creditmemos'),
|
89 |
-
'order_billing_data_fax' => Mage::helper('notify4errors')->__('order billing fax'),
|
90 |
-
'order_billing_data_region' => Mage::helper('notify4errors')->__('order billing region'),
|
91 |
-
'order_billing_data_postcode' => Mage::helper('notify4errors')->__('order billing postcode'),
|
92 |
-
'order_billing_data_lastname' => Mage::helper('notify4errors')->__('order billing lastname'),
|
93 |
-
'order_billing_data_street' => Mage::helper('notify4errors')->__('order billing street'),
|
94 |
-
'order_billing_data_city' => Mage::helper('notify4errors')->__('order billing city'),
|
95 |
-
'order_billing_data_email' => Mage::helper('notify4errors')->__('order billing email'),
|
96 |
-
'order_billing_data_telephone' => Mage::helper('notify4errors')->__('order billing telephone'),
|
97 |
-
'order_billing_data_country_id' => Mage::helper('notify4errors')->__('order billing country id'),
|
98 |
-
'order_billing_data_firstname' => Mage::helper('notify4errors')->__('order billing firstname'),
|
99 |
-
'order_billing_data_address_type' => Mage::helper('notify4errors')->__('order billing address type'),
|
100 |
-
'order_billing_data_prefix' => Mage::helper('notify4errors')->__('order billing prefix'),
|
101 |
-
'order_billing_data_middlename' => Mage::helper('notify4errors')->__('order billing middlename'),
|
102 |
-
'order_billing_data_suffix' => Mage::helper('notify4errors')->__('order billing suffix'),
|
103 |
-
'order_billing_data_company' => Mage::helper('notify4errors')->__('order billing company'),
|
104 |
-
'order_billing_country_name' => Mage::helper('notify4errors')->__('order billing country name'),
|
105 |
-
'order_shipping_data_fax' => Mage::helper('notify4errors')->__('order shipping fax'),
|
106 |
-
'order_shipping_data_region' => Mage::helper('notify4errors')->__('order shipping region'),
|
107 |
-
'order_shipping_data_postcode' => Mage::helper('notify4errors')->__('order shipping postcode'),
|
108 |
-
'order_shipping_data_lastname' => Mage::helper('notify4errors')->__('order shipping lastname'),
|
109 |
-
'order_shipping_data_street' => Mage::helper('notify4errors')->__('order shipping street'),
|
110 |
-
'order_shipping_data_city' => Mage::helper('notify4errors')->__('order shipping city'),
|
111 |
-
'order_shipping_data_email' => Mage::helper('notify4errors')->__('order shipping email'),
|
112 |
-
'order_shipping_data_telephone' => Mage::helper('notify4errors')->__('order shipping telephone'),
|
113 |
-
'order_shipping_data_country_id' => Mage::helper('notify4errors')->__('order shipping country id'),
|
114 |
-
'order_shipping_data_firstname' => Mage::helper('notify4errors')->__('order shipping firstname'),
|
115 |
-
'order_shipping_data_address_type' => Mage::helper('notify4errors')->__('order shipping address type'),
|
116 |
-
'order_shipping_data_prefix' => Mage::helper('notify4errors')->__('order shipping prefix'),
|
117 |
-
'order_shipping_data_middlename' => Mage::helper('notify4errors')->__('order shipping middlename'),
|
118 |
-
'order_shipping_data_suffix' => Mage::helper('notify4errors')->__('order shipping suffix'),
|
119 |
-
'order_shipping_data_company' => Mage::helper('notify4errors')->__('order shipping company'),
|
120 |
-
'order_shipping_country_name' => Mage::helper('notify4errors')->__('order shipping country name'),
|
121 |
-
'item_data_parent_item_id' => Mage::helper('notify4errors')->__('item parent item id'),
|
122 |
-
'item_data_created_at' => Mage::helper('notify4errors')->__('item created at'),
|
123 |
-
'item_data_product_id' => Mage::helper('notify4errors')->__('item product id'),
|
124 |
-
'item_data_product_type' => Mage::helper('notify4errors')->__('item product type'),
|
125 |
-
'item_data_weight' => Mage::helper('notify4errors')->__('item weight'),
|
126 |
-
'item_data_is_virtual' => Mage::helper('notify4errors')->__('item is virtual'),
|
127 |
-
'item_data_sku' => Mage::helper('notify4errors')->__('item sku'),
|
128 |
-
'item_data_name' => Mage::helper('notify4errors')->__('item name'),
|
129 |
-
'item_data_description' => Mage::helper('notify4errors')->__('item description'),
|
130 |
-
'item_data_qty_backordered' => Mage::helper('notify4errors')->__('item qty backordered'),
|
131 |
-
'item_data_qty_canceled' => Mage::helper('notify4errors')->__('item qty canceled'),
|
132 |
-
'item_data_qty_invoiced' => Mage::helper('notify4errors')->__('item qty invoiced'),
|
133 |
-
'item_data_qty_ordered' => Mage::helper('notify4errors')->__('item qty ordered'),
|
134 |
-
'item_data_qty_refunded' => Mage::helper('notify4errors')->__('item qty refunded'),
|
135 |
-
'item_data_qty_shipped' => Mage::helper('notify4errors')->__('item qty shipped'),
|
136 |
-
'item_data_price' => Mage::helper('notify4errors')->__('item price'),
|
137 |
-
'item_data_original_price' => Mage::helper('notify4errors')->__('item original price'),
|
138 |
-
'item_data_tax_percent' => Mage::helper('notify4errors')->__('item tax percent'),
|
139 |
-
'item_data_tax_amount' => Mage::helper('notify4errors')->__('item tax amount'),
|
140 |
-
'item_data_tax_invoiced' => Mage::helper('notify4errors')->__('item tax invoiced'),
|
141 |
-
'item_data_discount_percent' => Mage::helper('notify4errors')->__('item discount percent'),
|
142 |
-
'item_data_discount_amount' => Mage::helper('notify4errors')->__('item discount amount'),
|
143 |
-
'item_data_discount_invoiced' => Mage::helper('notify4errors')->__('item discount invoiced'),
|
144 |
-
'item_data_amount_refunded' => Mage::helper('notify4errors')->__('item amount refunded'),
|
145 |
-
'item_data_row_total' => Mage::helper('notify4errors')->__('item row total'),
|
146 |
-
'item_data_row_invoiced' => Mage::helper('notify4errors')->__('item row invoiced'),
|
147 |
-
'item_data_row_weight' => Mage::helper('notify4errors')->__('item row weight'),
|
148 |
-
'item_data_tax_before_discount' => Mage::helper('notify4errors')->__('item tax before discount'),
|
149 |
-
'item_data_price_incl_tax' => Mage::helper('notify4errors')->__('item price incl tax'),
|
150 |
-
'item_data_row_total_incl_tax' => Mage::helper('notify4errors')->__('item row total incl tax'),
|
151 |
-
'item_status' => Mage::helper('notify4errors')->__('item status'),
|
152 |
-
'item_option_data_label' => Mage::helper('notify4errors')->__('item option label'),
|
153 |
-
'item_option_data_value' => Mage::helper('notify4errors')->__('item option value')
|
154 |
-
);
|
155 |
-
return $valueOptions;
|
156 |
-
}
|
157 |
-
|
158 |
-
public function getCurrencyKeys() {
|
159 |
-
$valueOptions = array(
|
160 |
-
'order_data_discount_amount',
|
161 |
-
'order_data_discount_canceled',
|
162 |
-
'order_data_discount_invoiced',
|
163 |
-
'order_data_discount_refunded',
|
164 |
-
'order_data_grand_total',
|
165 |
-
'order_data_shipping_amount',
|
166 |
-
'order_data_shipping_canceled',
|
167 |
-
'order_data_shipping_invoiced',
|
168 |
-
'order_data_shipping_refunded',
|
169 |
-
'order_data_shipping_tax_amount',
|
170 |
-
'order_data_shipping_tax_refunded',
|
171 |
-
'order_data_subtotal',
|
172 |
-
'order_data_subtotal_canceled',
|
173 |
-
'order_data_subtotal_invoiced',
|
174 |
-
'order_data_subtotal_refunded',
|
175 |
-
'order_data_tax_amount',
|
176 |
-
'order_data_tax_canceled',
|
177 |
-
'order_data_tax_invoiced',
|
178 |
-
'order_data_tax_refunded',
|
179 |
-
'order_data_total_canceled',
|
180 |
-
'order_data_total_invoiced',
|
181 |
-
'order_data_total_offline_refunded',
|
182 |
-
'order_data_total_online_refunded',
|
183 |
-
'order_data_total_paid',
|
184 |
-
'order_data_total_refunded',
|
185 |
-
'order_data_shipping_discount_amount',
|
186 |
-
'order_data_subtotal_incl_tax',
|
187 |
-
'order_data_total_due',
|
188 |
-
'order_data_shipping_incl_tax',
|
189 |
-
'item_data_price',
|
190 |
-
'item_data_original_price',
|
191 |
-
'item_data_tax_amount',
|
192 |
-
'item_data_tax_invoiced',
|
193 |
-
'item_data_discount_amount',
|
194 |
-
'item_data_discount_invoiced',
|
195 |
-
'item_data_amount_refunded',
|
196 |
-
'item_data_row_total',
|
197 |
-
'item_data_row_invoiced',
|
198 |
-
'item_data_tax_before_discount',
|
199 |
-
'item_data_price_incl_tax',
|
200 |
-
'item_data_row_total_incl_tax'
|
201 |
-
);
|
202 |
-
return $valueOptions;
|
203 |
-
}
|
204 |
}
|
20 |
* */
|
21 |
class Ext4mage_Notify4errors_Helper_Data extends Mage_Core_Helper_Abstract
|
22 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
app/code/community/Ext4mage/Notify4errors/Model/{core → Core}/Message.php
RENAMED
@@ -29,7 +29,8 @@ class Ext4mage_Notify4errors_Model_Core_Message extends Mage_Core_Model_Message{
|
|
29 |
$errorLog = new Ext4mage_Notify4errors_Model_Errorlog();
|
30 |
$errorLog->logMessage($code, self::ERROR, $class, $method);
|
31 |
}
|
32 |
-
|
|
|
33 |
}
|
34 |
|
35 |
public function warning($code, $class='', $method='')
|
@@ -48,6 +49,7 @@ class Ext4mage_Notify4errors_Model_Core_Message extends Mage_Core_Model_Message{
|
|
48 |
$errorLog = new Ext4mage_Notify4errors_Model_Errorlog();
|
49 |
$errorLog->logMessage($code, self::NOTICE, $class, $method);
|
50 |
}
|
51 |
-
|
|
|
52 |
}
|
53 |
}
|
29 |
$errorLog = new Ext4mage_Notify4errors_Model_Errorlog();
|
30 |
$errorLog->logMessage($code, self::ERROR, $class, $method);
|
31 |
}
|
32 |
+
// return parent::error($code, $class, $method);
|
33 |
+
return $this->_factory($code, self::ERROR, $class, $method);
|
34 |
}
|
35 |
|
36 |
public function warning($code, $class='', $method='')
|
49 |
$errorLog = new Ext4mage_Notify4errors_Model_Errorlog();
|
50 |
$errorLog->logMessage($code, self::NOTICE, $class, $method);
|
51 |
}
|
52 |
+
// return parent::notice($code, $class, $method);
|
53 |
+
return $this->_factory($code, self::NOTICE, $class, $method);
|
54 |
}
|
55 |
}
|
app/code/community/Ext4mage/Notify4errors/Model/Errorlog.php
CHANGED
@@ -72,7 +72,7 @@ class Ext4mage_Notify4errors_Model_Errorlog extends Mage_Core_Model_Abstract
|
|
72 |
|
73 |
public function cms404($type){
|
74 |
//add included info
|
75 |
-
$this->
|
76 |
|
77 |
$this->_logUserInfo();
|
78 |
}
|
72 |
|
73 |
public function cms404($type){
|
74 |
//add included info
|
75 |
+
$this->setMessText($type);
|
76 |
|
77 |
$this->_logUserInfo();
|
78 |
}
|
app/code/community/Ext4mage/Notify4errors/Model/Notify4errors.php
DELETED
@@ -1,67 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Ext4mage Notify4errors Module
|
4 |
-
*
|
5 |
-
* NOTICE OF LICENSE
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* If you did not receive a copy of the license and are unable to
|
12 |
-
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to Henrik Kier <info@ext4mage.com> so we can send you a copy immediately.
|
14 |
-
*
|
15 |
-
* @category Ext4mage
|
16 |
-
* @package Ext4mage_Notify4errors
|
17 |
-
* @copyright Copyright (c) 2012 Ext4mage (http://ext4mage.com)
|
18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
-
* @author Henrik Kier <info@ext4mage.com>
|
20 |
-
* */
|
21 |
-
class Ext4mage_Notify4errors_Model_Notify4errors extends Mage_Core_Model_Abstract
|
22 |
-
{
|
23 |
-
const XPATH_CONFIG_SETTINGS_IS_ACTIVE = 'notify4errors/settings/is_active';
|
24 |
-
const ENCLOSURE = '"';
|
25 |
-
const DELIMITER = ',';
|
26 |
-
|
27 |
-
/**
|
28 |
-
* Main function being called
|
29 |
-
*
|
30 |
-
* @param $orders Orders (Mage_Sales_Model_Order) to be saved in file.
|
31 |
-
* @return String filename
|
32 |
-
*/
|
33 |
-
public function saveError($error = null){
|
34 |
-
// $mageCoreHttp = Mage::helper('core/http');
|
35 |
-
// $mageRequest = Mage::app()->getRequest();
|
36 |
-
// // print_r($mageRequest);
|
37 |
-
// echo "variables to use:";
|
38 |
-
// echo "<br>mageCoreHttp->getRemoteAddrHeaders(): ".print_r($mageCoreHttp->getRemoteAddrHeaders(),1);
|
39 |
-
// echo "<br>mageCoreHttp->getHttpUserAgent(): ".$mageCoreHttp->getHttpUserAgent();
|
40 |
-
// echo "<br>mageCoreHttp->getHttpAcceptLanguage(): ".$mageCoreHttp->getHttpAcceptLanguage();
|
41 |
-
// echo "<br>mageCoreHttp->getHttpAcceptCharset(): ".$mageCoreHttp->getHttpAcceptCharset();
|
42 |
-
// echo "<br>mageCoreHttp->getHttpReferer(): ".$mageCoreHttp->getHttpReferer();
|
43 |
-
// echo "<br>mageCoreHttp->getHttpHost(): ".$mageCoreHttp->getHttpHost();
|
44 |
-
// echo "<br>mageCoreHttp->getRequestUri(): ".$mageCoreHttp->getRequestUri();
|
45 |
-
// echo "<br>mageCoreHttp->getLayout(): ".$mageCoreHttp->getLayout();
|
46 |
-
// echo "<br>mageRequest->getActionName(): ".$mageRequest->getActionName();
|
47 |
-
// echo "<br>mageRequest->getBeforeForwardInfo(): ".print_r($mageRequest->getBeforeForwardInfo(),1);
|
48 |
-
// echo "<br>mageRequest->getControllerModule(): ".$mageRequest->getControllerModule();
|
49 |
-
// echo "<br>mageRequest->getModuleName(): ".$mageRequest->getModuleName();
|
50 |
-
// echo "<br>mageRequest->getControllerName(): ".$mageRequest->getControllerName();
|
51 |
-
// echo "<br>mageRequest->getDirectFrontNames(): ".print_r($mageRequest->getDirectFrontNames(), 1);
|
52 |
-
// echo "<br>mageRequest->getOriginalPathInfo(): ".$mageRequest->getOriginalPathInfo();
|
53 |
-
// echo "<br>mageRequest->getOriginalRequest(): ".$mageRequest->getOriginalRequest();
|
54 |
-
// echo "<br>mageRequest->getRequestedActionName(): ".$mageRequest->getRequestedActionName();
|
55 |
-
// echo "<br>mageRequest->getRequestedControllerName(): ".$mageRequest->getRequestedControllerName();
|
56 |
-
// echo "<br>mageRequest->getRequestedRouteName(): ".$mageRequest->getRequestedRouteName();
|
57 |
-
// echo "<br>mageRequest->getRequestString(): ".$mageRequest->getRequestString();
|
58 |
-
// echo "<br>mageRequest->getRouteName(): ".$mageRequest->getRouteName();
|
59 |
-
// echo "<br>mageRequest->getStoreCodeFromPath(): ".$mageRequest->getStoreCodeFromPath();
|
60 |
-
// echo "<br>mageRequest->isAjax(): ";
|
61 |
-
// echo $mageRequest->isAjax()==true?"true":"false";
|
62 |
-
// echo "<br><br><br>";
|
63 |
-
// exit;
|
64 |
-
}
|
65 |
-
|
66 |
-
}
|
67 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Ext4mage/Notify4errors/etc/config.xml
CHANGED
@@ -34,13 +34,6 @@
|
|
34 |
<frontName>notify4errors</frontName>
|
35 |
</args>
|
36 |
</notify4errors>
|
37 |
-
<adminhtml>
|
38 |
-
<args>
|
39 |
-
<modules>
|
40 |
-
<Ext4mage_Notify4errors before="Mage_Adminhtml">Ext4mage_Notify4errors</Ext4mage_Notify4errors>
|
41 |
-
</modules>
|
42 |
-
</args>
|
43 |
-
</adminhtml>
|
44 |
</routers>
|
45 |
</admin>
|
46 |
<adminhtml>
|
@@ -62,7 +55,7 @@
|
|
62 |
</translate>
|
63 |
</adminhtml>
|
64 |
<frontend>
|
65 |
-
|
66 |
<cms>
|
67 |
<args>
|
68 |
<modules>
|
34 |
<frontName>notify4errors</frontName>
|
35 |
</args>
|
36 |
</notify4errors>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
</routers>
|
38 |
</admin>
|
39 |
<adminhtml>
|
55 |
</translate>
|
56 |
</adminhtml>
|
57 |
<frontend>
|
58 |
+
<routers>
|
59 |
<cms>
|
60 |
<args>
|
61 |
<modules>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ext4mage_notify4errors</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -12,11 +12,11 @@ This way you can be informed about problems in you system, that being both direc
|
|
12 |
<br /><br />
|
13 |
To download installation and user guide go to your website ext4mage.com
|
14 |
</description>
|
15 |
-
<notes>
|
16 |
<authors><author><name>ext4mage</name><user>ext4mage</user><email>info@ext4mage.com</email></author></authors>
|
17 |
-
<date>2012-10-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Ext4mage"><dir name="Notify4errors"><dir name="Block"><dir name="Adminhtml"><dir name="Errorlog"><dir name="Edit"><file name="Form.php" hash="77931698c5d75406d2f124f1dc32729b"/></dir><file name="Edit.php" hash="eb64807a897d23915da54eefe18496ee"/><file name="Grid.php" hash="7e357e580c3efa21370ab46bfe524fa1"/></dir><file name="Errorlog.php" hash="0623e57a1ce3c7a45670030640190d10"/></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ext4mage_notify4errors</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
12 |
<br /><br />
|
13 |
To download installation and user guide go to your website ext4mage.com
|
14 |
</description>
|
15 |
+
<notes>Small bugs corrected</notes>
|
16 |
<authors><author><name>ext4mage</name><user>ext4mage</user><email>info@ext4mage.com</email></author></authors>
|
17 |
+
<date>2012-10-02</date>
|
18 |
+
<time>08:04:12</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Ext4mage"><dir name="Notify4errors"><dir name="Block"><dir name="Adminhtml"><dir name="Errorlog"><dir name="Edit"><file name="Form.php" hash="77931698c5d75406d2f124f1dc32729b"/></dir><file name="Edit.php" hash="eb64807a897d23915da54eefe18496ee"/><file name="Grid.php" hash="7e357e580c3efa21370ab46bfe524fa1"/></dir><file name="Errorlog.php" hash="0623e57a1ce3c7a45670030640190d10"/></dir></dir><dir name="Helper"><file name="Data.php" hash="6eac9c370f87e1e7ed7226422c1090c7"/></dir><dir name="Model"><dir name="Core"><file name="Message.php" hash="3d350c407518032442a05e89e7e3076b"/></dir><file name="Errorlog.php" hash="311a7fa5626f856c0287d4a1433c31e3"/><dir name="Mysql4"><dir name="Errorlog"><file name="Collection.php" hash="19760b5ae4335b8c66281915e4bb1f50"/></dir><file name="Errorlog.php" hash="b3251554e2908d1a41c32a78db8afeeb"/></dir><dir name="Source"><file name="Frequencyemail.php" hash="f897f909a8b93b336ba0461ee8a2cef3"/><file name="Messagelevel.php" hash="3ba7bd00525f6efaaef6ffe1054d5796"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ErrorlogController.php" hash="369dcd0e8c840183cddfce89f4da3c67"/></dir><file name="IndexController.php" hash="71167bd8e5a5e00ab4e6716ba94fd148"/><file name="Notify4errorsController.php" hash="1ab77876917e5e0b18b371ec4466351b"/></dir><dir name="data"><dir name="notify4errors_setup"><file name="data-install-1.0.0.0.php" hash="d290bc7641a0a6c6414aeb7356f62511"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a5cf6b914cfbf0f3ee204fac687e29ef"/><file name="config.xml" hash="32c408428d6f2b6d74ea6b4a013aecbd"/><file name="system.xml" hash="065aba437c1eade05a1a9acc6058106e"/></dir><dir name="sql"><dir name="notify4errors_setup"><file name="install-1.0.0.0.php" hash="3aac61dc77c1edd70c94f8b6c18f0474"/><file name="mysql4-install-1.0.0.0.php" hash="fd6ae510953b1af13978287ab6cfe780"/></dir></dir></dir><dir name="Shared"><dir name="Helper"><file name="Data.php" hash="8580e6bb26af71e94c0a8dc7d71667bc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="33dc801378bf4c5cada5ef76b95955c6"/><file name="config.xml" hash="c1be124d3e76b63eed95a4c888f7a91f"/><file name="system.xml" hash="aa4114dae047fa4f01a30c399d068004"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="notify4errors.xml" hash="ea0c912a234b2dd1d0b18b07a38089fa"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ext4mage_Notify4errors.xml" hash="357ceccd7cde5b7b7276c1d0592a3ff0"/><file name="Ext4mage_Shared.xml" hash="a4a6b4600e0db6b9882aba77fb88522b"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|