-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathconfig.xml
211 lines (208 loc) · 8.5 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<?xml version="1.0"?>
<!--
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* package Netzarbeiter_CustomerActivation
* copyright Copyright (c) 2014 Vinai Kopp http://netzarbeiter.com/
* license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
<config>
<modules>
<Netzarbeiter_CustomerActivation>
<version>0.5.7</version>
</Netzarbeiter_CustomerActivation>
</modules>
<global>
<models>
<customeractivation>
<class>Netzarbeiter_CustomerActivation_Model</class>
<resourceModel>customeractivation_resource</resourceModel>
</customeractivation>
<customeractivation_resource>
<class>Netzarbeiter_CustomerActivation_Model_Resource</class>
</customeractivation_resource>
</models>
<helpers>
<customeractivation>
<class>Netzarbeiter_CustomerActivation_Helper</class>
</customeractivation>
</helpers>
<blocks>
<customeractivation>
<class>Netzarbeiter_CustomerActivation_Block</class>
</customeractivation>
</blocks>
<resources>
<customeractivation_setup>
<setup>
<module>Netzarbeiter_CustomerActivation</module>
<class>Mage_Customer_Model_Entity_Setup</class>
</setup>
</customeractivation_setup>
</resources>
<template>
<email>
<customer_customeractivation_registration_admin_template translate="label" module="customeractivation">
<label>Customer Registration Admin Notification</label>
<file>netzarbeiter/customeractivation/customer_registration_admin.html</file>
<type>html</type>
</customer_customeractivation_registration_admin_template>
<customer_customeractivation_activation_template translate="label" module="customeractivation">
<label>Customer Activation Notification</label>
<file>netzarbeiter/customeractivation/customer_activation.html</file>
<type>html</type>
</customer_customeractivation_activation_template>
</email>
</template>
<events>
<customer_save_before>
<observers>
<customeractivation>
<type>singleton</type>
<class>customeractivation/observer</class>
<method>customerSaveBefore</method>
</customeractivation>
</observers>
</customer_save_before>
<customer_save_after>
<observers>
<customeractivation>
<type>model</type>
<class>customeractivation/observer</class>
<method>customerSaveAfter</method>
</customeractivation>
</observers>
</customer_save_after>
</events>
</global>
<admin>
<routers>
<adminhtml>
<args>
<modules>
<netzarbeiter_customeractivation after="Mage_Adminhtml">Netzarbeiter_CustomerActivation</netzarbeiter_customeractivation>
</modules>
</args>
</adminhtml>
</routers>
</admin>
<frontend>
<events>
<customer_login>
<observers>
<customeractivation>
<type>singleton</type>
<class>customeractivation/observer</class>
<method>customerLogin</method>
</customeractivation>
</observers>
</customer_login>
<sales_convert_quote_address_to_order>
<observers>
<customeractivation>
<type>singleton</type>
<class>customeractivation/observer</class>
<method>salesConvertQuoteAddressToOrder</method>
</customeractivation>
</observers>
</sales_convert_quote_address_to_order>
<controller_action_postdispatch_customer_account_resetpasswordpost>
<observers>
<customeractivation>
<type>singleton</type>
<class>customeractivation/observer</class>
<method>controllerActionPostdispatchCustomerAccountResetPasswordPost</method>
</customeractivation>
</observers>
</controller_action_postdispatch_customer_account_resetpasswordpost>
</events>
<translate>
<modules>
<Netzarbeiter_CustomerActivation>
<files>
<default>Netzarbeiter_CustomerActivation.csv</default>
</files>
</Netzarbeiter_CustomerActivation>
</modules>
</translate>
</frontend>
<default>
<customer>
<customeractivation>
<disable_ext>0</disable_ext>
<always_active_in_admin>1</always_active_in_admin>
<alert_admin>1</alert_admin>
<admin_email></admin_email>
<registration_admin_template>customer_customeractivation_registration_admin_template</registration_admin_template>
<alert_customer>0</alert_customer>
<activation_template>customer_customeractivation_activation_template</activation_template>
<activation_status_default>0</activation_status_default>
<always_send_admin_email>0</always_send_admin_email>
<require_activation_for_specific_groups>0</require_activation_for_specific_groups>
<require_activation_groups></require_activation_groups>
</customeractivation>
</customer>
</default>
<adminhtml>
<translate>
<modules>
<Netzarbeiter_CustomerActivation>
<files>
<default>Netzarbeiter_CustomerActivation.csv</default>
</files>
</Netzarbeiter_CustomerActivation>
</modules>
</translate>
<events>
<!-- The massaction block can't be added in the block abstract event, this needs to be used -->
<adminhtml_block_html_before>
<observers>
<customeractivation>
<type>model</type>
<class>customeractivation/observer</class>
<method>adminhtmlBlockHtmlBefore</method>
</customeractivation>
</observers>
</adminhtml_block_html_before>
<!-- Add attribute to grid collection -->
<eav_collection_abstract_load_before>
<observers>
<customeractivation>
<type>model</type>
<class>customeractivation/observer</class>
<method>eavCollectionAbstractLoadBefore</method>
</customeractivation>
</observers>
</eav_collection_abstract_load_before>
<!-- Add column to grid, also for csv and xml export -->
<core_block_abstract_prepare_layout_after>
<observers>
<customeractivation>
<type>singleton</type>
<class>customeractivation/observer</class>
<method>coreBlockAbstractPrepareLayoutAfter</method>
</customeractivation>
</observers>
</core_block_abstract_prepare_layout_after>
</events>
</adminhtml>
<phpunit>
<suite>
<modules>
<Netzarbeiter_CustomerActivation/>
</modules>
</suite>
</phpunit>
</config>