Mzax_Emarketing - Version 0.2.6

Version Notes

Please note, this extension is currently under development and it is still in beta.

Download this release

Release Info

Developer Jacob Siefer
Extension Mzax_Emarketing
Version 0.2.6
Comparing to
See all releases


Code changes from version 0.2.5 to 0.2.6

Files changed (334) hide show
  1. app/code/community/Mzax/Emarketing/Block/Campaign/Edit.php +5 -8
  2. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Form.php +5 -8
  3. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Abstract.php +5 -8
  4. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email.php +5 -8
  5. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Inbox.php +5 -8
  6. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Outbox.php +5 -8
  7. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content.php +5 -8
  8. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content/Original.php +5 -8
  9. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content/Variation.php +5 -8
  10. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Errors.php +6 -9
  11. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Filters.php +5 -8
  12. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Inbox.php +5 -8
  13. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Medium.php +5 -8
  14. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients.php +5 -8
  15. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients/Grid.php +5 -8
  16. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Report.php +6 -9
  17. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Settings.php +5 -8
  18. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Tasks.php +5 -8
  19. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Test.php +5 -8
  20. app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tabs.php +5 -8
  21. app/code/community/Mzax/Emarketing/Block/Campaign/Grid.php +6 -9
  22. app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Filter/Filter.php +5 -8
  23. app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Action.php +5 -8
  24. app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Filter.php +5 -8
  25. app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/SendMail.php +5 -8
  26. app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Sender.php +5 -8
  27. app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Stats.php +5 -8
  28. app/code/community/Mzax/Emarketing/Block/Campaign/New.php +6 -9
  29. app/code/community/Mzax/Emarketing/Block/Campaign/Preview.php +5 -8
  30. app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail.php +5 -8
  31. app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail/Form.php +5 -8
  32. app/code/community/Mzax/Emarketing/Block/Campaign/Test.php +5 -8
  33. app/code/community/Mzax/Emarketing/Block/Campaign/Test/Emulate.php +5 -8
  34. app/code/community/Mzax/Emarketing/Block/Campaign/View.php +5 -8
  35. app/code/community/Mzax/Emarketing/Block/Chart/Abstract.php +5 -8
  36. app/code/community/Mzax/Emarketing/Block/Chart/Area.php +5 -8
  37. app/code/community/Mzax/Emarketing/Block/Chart/Bar.php +5 -8
  38. app/code/community/Mzax/Emarketing/Block/Chart/Column.php +5 -8
  39. app/code/community/Mzax/Emarketing/Block/Chart/Geo.php +5 -8
  40. app/code/community/Mzax/Emarketing/Block/Chart/Line.php +5 -8
  41. app/code/community/Mzax/Emarketing/Block/Chart/Pie.php +5 -8
  42. app/code/community/Mzax/Emarketing/Block/Chart/Scatter.php +5 -8
  43. app/code/community/Mzax/Emarketing/Block/Chart/SteppedArea.php +5 -8
  44. app/code/community/Mzax/Emarketing/Block/Chart/Widget/Container.php +5 -8
  45. app/code/community/Mzax/Emarketing/Block/Chart/Widget/Geo.php +5 -8
  46. app/code/community/Mzax/Emarketing/Block/Chart/Widget/Tab.php +6 -9
  47. app/code/community/Mzax/Emarketing/Block/Conditions.php +6 -9
  48. app/code/community/Mzax/Emarketing/Block/Editable.php +6 -9
  49. app/code/community/Mzax/Emarketing/Block/Filter/Object/Grid.php +5 -8
  50. app/code/community/Mzax/Emarketing/Block/Filter/Test/Recursive.php +5 -8
  51. app/code/community/Mzax/Emarketing/Block/Filter/Test/Single.php +6 -9
  52. app/code/community/Mzax/Emarketing/Block/Filters.php +6 -9
  53. app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Action.php +6 -9
  54. app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Campaign.php +6 -9
  55. app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Recipient.php +6 -9
  56. app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Size.php +6 -9
  57. app/code/community/Mzax/Emarketing/Block/Inbox/Email.php +5 -8
  58. app/code/community/Mzax/Emarketing/Block/Inbox/Email/Form.php +6 -9
  59. app/code/community/Mzax/Emarketing/Block/Inbox/Grid.php +5 -8
  60. app/code/community/Mzax/Emarketing/Block/Inbox/View.php +5 -8
  61. app/code/community/Mzax/Emarketing/Block/Outbox/Email.php +5 -8
  62. app/code/community/Mzax/Emarketing/Block/Outbox/Email/Form.php +5 -8
  63. app/code/community/Mzax/Emarketing/Block/Outbox/Grid.php +5 -8
  64. app/code/community/Mzax/Emarketing/Block/Outbox/View.php +5 -8
  65. app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Attribute.php +5 -8
  66. app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Object.php +5 -8
  67. app/code/community/Mzax/Emarketing/Block/Recipients/Grid.php +5 -8
  68. app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/DomainThreshold.php +5 -8
  69. app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/MailStorage.php +5 -8
  70. app/code/community/Mzax/Emarketing/Block/Template/Edit.php +5 -8
  71. app/code/community/Mzax/Emarketing/Block/Template/Edit/Form.php +5 -8
  72. app/code/community/Mzax/Emarketing/Block/Template/Grid.php +5 -8
  73. app/code/community/Mzax/Emarketing/Block/Template/Upload.php +5 -8
  74. app/code/community/Mzax/Emarketing/Block/Template/Upload/Form.php +5 -8
  75. app/code/community/Mzax/Emarketing/Block/Template/View.php +5 -8
  76. app/code/community/Mzax/Emarketing/Block/Tracker/Edit.php +6 -9
  77. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Form.php +5 -8
  78. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Conditions.php +5 -8
  79. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/GoalType.php +6 -9
  80. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Settings.php +6 -9
  81. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Tasks.php +6 -9
  82. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Test.php +5 -8
  83. app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tabs.php +6 -9
  84. app/code/community/Mzax/Emarketing/Block/Tracker/Grid.php +5 -8
  85. app/code/community/Mzax/Emarketing/Block/Tracker/New.php +6 -9
  86. app/code/community/Mzax/Emarketing/Block/Tracker/Test.php +5 -8
  87. app/code/community/Mzax/Emarketing/Block/Tracker/Test/Emulate.php +5 -8
  88. app/code/community/Mzax/Emarketing/Block/Tracker/Upload.php +6 -9
  89. app/code/community/Mzax/Emarketing/Block/Tracker/Upload/Form.php +6 -9
  90. app/code/community/Mzax/Emarketing/Block/Tracker/View.php +5 -8
  91. app/code/community/Mzax/Emarketing/Block/Unsubscribe.php +6 -9
  92. app/code/community/Mzax/Emarketing/Db/Select.php +5 -8
  93. app/code/community/Mzax/Emarketing/Helper/Campaign.php +6 -9
  94. app/code/community/Mzax/Emarketing/Helper/Data.php +5 -8
  95. app/code/community/Mzax/Emarketing/Helper/Newsletter.php +6 -9
  96. app/code/community/Mzax/Emarketing/Helper/Request.php +6 -9
  97. app/code/community/Mzax/Emarketing/Helper/SqlFormatter.php +5 -8
  98. app/code/community/Mzax/Emarketing/Model/Campaign.php +5 -8
  99. app/code/community/Mzax/Emarketing/Model/Campaign/Content.php +5 -8
  100. app/code/community/Mzax/Emarketing/Model/Campaign/Variation.php +5 -8
  101. app/code/community/Mzax/Emarketing/Model/Conversion/Goal.php +5 -8
  102. app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Abstract.php +5 -8
  103. app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Orders.php +6 -9
  104. app/code/community/Mzax/Emarketing/Model/Conversion/Select.php +5 -8
  105. app/code/community/Mzax/Emarketing/Model/Conversion/Tracker.php +5 -8
  106. app/code/community/Mzax/Emarketing/Model/DomainThrottle.php +5 -8
  107. app/code/community/Mzax/Emarketing/Model/Email.php +5 -8
  108. app/code/community/Mzax/Emarketing/Model/Form/Element/Ace.php +5 -8
  109. app/code/community/Mzax/Emarketing/Model/Form/Element/Credits.php +5 -8
  110. app/code/community/Mzax/Emarketing/Model/Form/Element/EmailEditor.php +6 -9
  111. app/code/community/Mzax/Emarketing/Model/Form/Element/Info.php +5 -8
  112. app/code/community/Mzax/Emarketing/Model/Form/Element/TemplateEditor.php +5 -8
  113. app/code/community/Mzax/Emarketing/Model/Form/Element/Textarea.php +6 -9
  114. app/code/community/Mzax/Emarketing/Model/Form/Element/Wildselect.php +6 -9
  115. app/code/community/Mzax/Emarketing/Model/Goal.php +6 -9
  116. app/code/community/Mzax/Emarketing/Model/Inbox.php +6 -9
  117. app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Abstract.php +5 -8
  118. app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Recipient.php +5 -8
  119. app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Store.php +6 -9
  120. app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Unsubscribe.php +6 -9
  121. app/code/community/Mzax/Emarketing/Model/Inbox/Email.php +5 -8
  122. app/code/community/Mzax/Emarketing/Model/Inbox/Email/Collector.php +6 -9
  123. app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Abstract.php +6 -9
  124. app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Storage.php +6 -9
  125. app/code/community/Mzax/Emarketing/Model/Link.php +5 -8
  126. app/code/community/Mzax/Emarketing/Model/Link/Reference.php +6 -9
  127. app/code/community/Mzax/Emarketing/Model/Medium.php +6 -9
  128. app/code/community/Mzax/Emarketing/Model/Medium/Abstract.php +6 -9
  129. app/code/community/Mzax/Emarketing/Model/Medium/Email.php +6 -9
  130. app/code/community/Mzax/Emarketing/Model/Medium/Email/Composer.php +6 -9
  131. app/code/community/Mzax/Emarketing/Model/Medium/Email/Filter.php +6 -9
  132. app/code/community/Mzax/Emarketing/Model/Medium/Email/Processor.php +6 -9
  133. app/code/community/Mzax/Emarketing/Model/Medium/Email/Snippets.php +6 -9
  134. app/code/community/Mzax/Emarketing/Model/Object/Abstract.php +5 -8
  135. app/code/community/Mzax/Emarketing/Model/Object/Address.php +5 -8
  136. app/code/community/Mzax/Emarketing/Model/Object/Collection.php +5 -8
  137. app/code/community/Mzax/Emarketing/Model/Object/Collection/Item.php +6 -9
  138. app/code/community/Mzax/Emarketing/Model/Object/Customer.php +5 -8
  139. app/code/community/Mzax/Emarketing/Model/Object/Customer/Address.php +6 -9
  140. app/code/community/Mzax/Emarketing/Model/Object/Filter.php +5 -8
  141. app/code/community/Mzax/Emarketing/Model/Object/Filter/Abstract.php +5 -8
  142. app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/City.php +5 -8
  143. app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Country.php +5 -8
  144. app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Postcode.php +5 -8
  145. app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Region.php +5 -8
  146. app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Street.php +5 -8
  147. app/code/community/Mzax/Emarketing/Model/Object/Filter/Attribute.php +6 -9
  148. app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Goal.php +5 -8
  149. app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Abstract.php +5 -8
  150. app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Interact.php +5 -8
  151. app/code/community/Mzax/Emarketing/Model/Object/Filter/Column.php +5 -8
  152. app/code/community/Mzax/Emarketing/Model/Object/Filter/Combine.php +5 -8
  153. app/code/community/Mzax/Emarketing/Model/Object/Filter/Component.php +5 -8
  154. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Abstract.php +5 -8
  155. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Address.php +5 -8
  156. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Address/Attribute.php +5 -8
  157. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Attribute.php +5 -8
  158. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Lastlogin.php +5 -8
  159. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Name.php +5 -8
  160. app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Order.php +5 -8
  161. app/code/community/Mzax/Emarketing/Model/Object/Filter/Main.php +5 -8
  162. app/code/community/Mzax/Emarketing/Model/Object/Filter/Newsletter.php +5 -8
  163. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Abstract.php +6 -9
  164. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Address.php +6 -9
  165. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Campaign.php +6 -9
  166. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Abstract.php +6 -9
  167. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Table.php +6 -9
  168. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Items.php +6 -9
  169. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Previous.php +6 -9
  170. app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Table.php +6 -9
  171. app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Abstract.php +5 -8
  172. app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Attribute.php +5 -8
  173. app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Category.php +5 -8
  174. app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Abstract.php +6 -9
  175. app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Address.php +6 -9
  176. app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Item/Table.php +6 -9
  177. app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Items.php +6 -9
  178. app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Table.php +6 -9
  179. app/code/community/Mzax/Emarketing/Model/Object/Filter/Table.php +6 -9
  180. app/code/community/Mzax/Emarketing/Model/Object/Order.php +5 -8
  181. app/code/community/Mzax/Emarketing/Model/Object/OrderAddress.php +6 -9
  182. app/code/community/Mzax/Emarketing/Model/Object/OrderItem.php +5 -8
  183. app/code/community/Mzax/Emarketing/Model/Object/Product.php +5 -8
  184. app/code/community/Mzax/Emarketing/Model/Object/Quote.php +6 -9
  185. app/code/community/Mzax/Emarketing/Model/Object/QuoteAddress.php +6 -9
  186. app/code/community/Mzax/Emarketing/Model/Object/Recipient.php +5 -8
  187. app/code/community/Mzax/Emarketing/Model/Object/Subscriber.php +6 -9
  188. app/code/community/Mzax/Emarketing/Model/Observer.php +5 -8
  189. app/code/community/Mzax/Emarketing/Model/Observer/Abstract.php +6 -9
  190. app/code/community/Mzax/Emarketing/Model/Observer/Cron.php +6 -9
  191. app/code/community/Mzax/Emarketing/Model/Observer/Customer.php +6 -9
  192. app/code/community/Mzax/Emarketing/Model/Observer/Goal.php +6 -9
  193. app/code/community/Mzax/Emarketing/Model/Observer/Order.php +6 -9
  194. app/code/community/Mzax/Emarketing/Model/Outbox.php +5 -8
  195. app/code/community/Mzax/Emarketing/Model/Outbox/Email.php +5 -8
  196. app/code/community/Mzax/Emarketing/Model/Outbox/Transporter.php +5 -8
  197. app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/File.php +6 -9
  198. app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Interface.php +5 -8
  199. app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendmail.php +6 -9
  200. app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Smtp.php +6 -9
  201. app/code/community/Mzax/Emarketing/Model/Premailer.php +5 -8
  202. app/code/community/Mzax/Emarketing/Model/Recipient.php +6 -9
  203. app/code/community/Mzax/Emarketing/Model/Recipient/Error.php +6 -9
  204. app/code/community/Mzax/Emarketing/Model/Recipient/Provider.php +6 -9
  205. app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Abstract.php +5 -8
  206. app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Customer.php +5 -8
  207. app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Newsletter.php +6 -9
  208. app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Order.php +6 -9
  209. app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Quote.php +6 -9
  210. app/code/community/Mzax/Emarketing/Model/Report.php +6 -9
  211. app/code/community/Mzax/Emarketing/Model/Report/Aggregator.php +6 -9
  212. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Abstract.php +6 -9
  213. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Campaign.php +6 -9
  214. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension.php +5 -8
  215. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Abstract.php +5 -8
  216. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Country.php +5 -8
  217. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Dayofweek.php +5 -8
  218. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceBrand.php +5 -8
  219. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceType.php +5 -8
  220. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Hour.php +5 -8
  221. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Os.php +5 -8
  222. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Region.php +5 -8
  223. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Useragent.php +5 -8
  224. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Events.php +6 -9
  225. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Goals.php +6 -9
  226. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Rates.php +6 -9
  227. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Recipient.php +6 -9
  228. app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Tracker.php +5 -8
  229. app/code/community/Mzax/Emarketing/Model/Report/Query.php +6 -9
  230. app/code/community/Mzax/Emarketing/Model/Report/Seeder.php +5 -8
  231. app/code/community/Mzax/Emarketing/Model/Resource/Campaign.php +5 -8
  232. app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Collection.php +6 -9
  233. app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation.php +5 -8
  234. app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation/Collection.php +5 -8
  235. app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker.php +5 -8
  236. app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker/Collection.php +5 -8
  237. app/code/community/Mzax/Emarketing/Model/Resource/Email/Collection.php +6 -9
  238. app/code/community/Mzax/Emarketing/Model/Resource/Goal.php +5 -8
  239. app/code/community/Mzax/Emarketing/Model/Resource/Helper.php +5 -8
  240. app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email.php +5 -8
  241. app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email/Collection.php +5 -8
  242. app/code/community/Mzax/Emarketing/Model/Resource/Link.php +5 -8
  243. app/code/community/Mzax/Emarketing/Model/Resource/Link/Reference.php +5 -8
  244. app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email.php +6 -9
  245. app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email/Collection.php +5 -8
  246. app/code/community/Mzax/Emarketing/Model/Resource/Recipient.php +5 -8
  247. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Address.php +5 -8
  248. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Binding.php +5 -8
  249. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Collection.php +5 -8
  250. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error.php +6 -9
  251. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error/Collection.php +6 -9
  252. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Event.php +5 -8
  253. app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Goal/Binder.php +5 -8
  254. app/code/community/Mzax/Emarketing/Model/Resource/Setup.php +5 -8
  255. app/code/community/Mzax/Emarketing/Model/Resource/Template.php +5 -8
  256. app/code/community/Mzax/Emarketing/Model/Resource/Template/Collection.php +5 -8
  257. app/code/community/Mzax/Emarketing/Model/Resource/Useragent.php +5 -8
  258. app/code/community/Mzax/Emarketing/Model/Session.php +6 -9
  259. app/code/community/Mzax/Emarketing/Model/System/Config/Backend/DomainThreshold.php +5 -8
  260. app/code/community/Mzax/Emarketing/Model/System/Config/Source/GeoIp.php +5 -8
  261. app/code/community/Mzax/Emarketing/Model/System/Config/Source/MailStorage.php +5 -8
  262. app/code/community/Mzax/Emarketing/Model/System/Config/Source/SmtpAuthentication.php +5 -8
  263. app/code/community/Mzax/Emarketing/Model/Template.php +5 -8
  264. app/code/community/Mzax/Emarketing/Model/Template/Exception.php +5 -8
  265. app/code/community/Mzax/Emarketing/controllers/Admin/CampaignController.php +5 -8
  266. app/code/community/Mzax/Emarketing/controllers/Admin/InboxController.php +5 -8
  267. app/code/community/Mzax/Emarketing/controllers/Admin/OutboxController.php +5 -8
  268. app/code/community/Mzax/Emarketing/controllers/Admin/ShortcutController.php +5 -8
  269. app/code/community/Mzax/Emarketing/controllers/Admin/TemplateController.php +5 -8
  270. app/code/community/Mzax/Emarketing/controllers/Admin/TrackerController.php +6 -9
  271. app/code/community/Mzax/Emarketing/controllers/BeaconController.php +5 -8
  272. app/code/community/Mzax/Emarketing/controllers/EmailController.php +5 -8
  273. app/code/community/Mzax/Emarketing/controllers/LinkController.php +6 -9
  274. app/code/community/Mzax/Emarketing/controllers/UnsubscribeController.php +5 -8
  275. app/code/community/Mzax/Emarketing/data/useragent_regexes.php +5 -8
  276. app/code/community/Mzax/Emarketing/etc/adminhtml.xml +5 -8
  277. app/code/community/Mzax/Emarketing/etc/config.xml +6 -9
  278. app/code/community/Mzax/Emarketing/etc/system.xml +5 -8
  279. app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/install-0.2.php +5 -8
  280. app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/uninstall.php +5 -8
  281. app/design/adminhtml/default/default/layout/mzax/emarketing.xml +5 -8
  282. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/content-tabs.phtml +5 -8
  283. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/filters/emulate.phtml +5 -8
  284. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/load_template.phtml +5 -8
  285. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/medium/email/preview.phtml +5 -8
  286. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/recipients.phtml +5 -8
  287. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/report.phtml +5 -8
  288. app/design/adminhtml/default/default/template/mzax/emarketing/campaign/tasks.phtml +5 -8
  289. app/design/adminhtml/default/default/template/mzax/emarketing/edit/js.phtml +5 -8
  290. app/design/adminhtml/default/default/template/mzax/emarketing/editor/text.phtml +5 -8
  291. app/design/adminhtml/default/default/template/mzax/emarketing/fieldset.phtml +5 -8
  292. app/design/adminhtml/default/default/template/mzax/emarketing/filter/page-preview.phtml +5 -8
  293. app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/filter.phtml +5 -8
  294. app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/recursive.phtml +5 -8
  295. app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/single.phtml +5 -8
  296. app/design/adminhtml/default/default/template/mzax/emarketing/tracker/conditions/emulate.phtml +5 -8
  297. app/design/adminhtml/default/default/template/mzax/emarketing/tracker/tasks.phtml +5 -8
  298. app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-geo.phtml +5 -8
  299. app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-tab.phtml +5 -8
  300. app/design/frontend/base/default/layout/mzax/emarketing.xml +5 -8
  301. js/mzax/ace/ext-mage_autocomplete.js +5 -8
  302. js/mzax/ace/mode-mage.js +5 -8
  303. js/mzax/ace/theme-mage.js +5 -8
  304. js/mzax/ckeditor.plugin.mage.js +5 -8
  305. js/mzax/editor.js +5 -8
  306. js/mzax/report.js +5 -8
  307. lib/Mzax/Bounce.php +6 -9
  308. lib/Mzax/Bounce/Detector.php +6 -9
  309. lib/Mzax/Bounce/Detector/Abstract.php +6 -9
  310. lib/Mzax/Bounce/Detector/Arf.php +6 -9
  311. lib/Mzax/Bounce/Detector/Autoreply.php +6 -9
  312. lib/Mzax/Bounce/Detector/Extended.php +6 -9
  313. lib/Mzax/Bounce/Detector/Failure.php +6 -9
  314. lib/Mzax/Bounce/Detector/Rfc1892.php +6 -9
  315. lib/Mzax/Bounce/Mail.php +6 -9
  316. lib/Mzax/Bounce/Message.php +6 -9
  317. lib/Mzax/Bounce/Mime/Decode.php +6 -9
  318. lib/Mzax/Bounce/Mime/Part.php +6 -9
  319. lib/Mzax/Chart/Table.php +6 -9
  320. lib/Mzax/Db/Select.php +6 -9
  321. lib/Mzax/GeoIp.php +6 -9
  322. lib/Mzax/GeoIp/Adapter/Abstract.php +6 -9
  323. lib/Mzax/GeoIp/Adapter/FreeGeoIp.php +6 -9
  324. lib/Mzax/GeoIp/Adapter/GeoPlugin.php +1 -1
  325. lib/Mzax/GeoIp/Adapter/Ipinfo.php +6 -9
  326. lib/Mzax/GeoIp/Exception.php +6 -9
  327. lib/Mzax/GeoIp/Region.php +6 -9
  328. lib/Mzax/GeoIp/Request.php +6 -9
  329. lib/Mzax/Mail.php +6 -9
  330. lib/Mzax/Mail/Transport/File.php +6 -9
  331. lib/Mzax/Mail/Transport/Mock.php +6 -9
  332. lib/Mzax/Once.php +6 -9
  333. lib/Mzax/Presist.php +6 -9
  334. package.xml +3 -3
app/code/community/Mzax/Emarketing/Block/Campaign/Edit.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Inbox.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Outbox.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content/Original.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content/Variation.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Errors.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Block_Campaign_Edit_Tab_Errors extends Mage_Adminhtml_Block_Widget_Grid
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Block_Campaign_Edit_Tab_Errors extends Mage_Adminhtml_Block_Widget_Grid
29
  {
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Filters.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Inbox.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Medium.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Report.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Campaign_Edit_Tab_Report extends Mage_Adminhtml_Block_Widget
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Campaign_Edit_Tab_Report extends Mage_Adminhtml_Block_Widget
31
  {
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Settings.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Tasks.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Test.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tabs.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Grid
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Grid
31
  {
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Filter/Filter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Action.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Filter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/SendMail.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Sender.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Stats.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/New.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -25,7 +22,7 @@
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @version 0.2.5
29
  */
30
  class Mzax_Emarketing_Block_Campaign_New extends Mzax_Emarketing_Block_Campaign_Edit
31
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
22
  *
23
  * @author Jacob Siefer
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ * @version 0.2.6
26
  */
27
  class Mzax_Emarketing_Block_Campaign_New extends Mzax_Emarketing_Block_Campaign_Edit
28
  {
app/code/community/Mzax/Emarketing/Block/Campaign/Preview.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Test.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/Test/Emulate.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Campaign/View.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Area.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Bar.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Column.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Geo.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Line.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Pie.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Scatter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/SteppedArea.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Widget/Container.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Widget/Geo.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Chart/Widget/Tab.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Chart_Widget_Tab extends Mage_Adminhtml_Block_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Chart_Widget_Tab extends Mage_Adminhtml_Block_Abstract
30
  {
app/code/community/Mzax/Emarketing/Block/Conditions.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Conditions implements Varien_Data_Form_Element_Renderer_Interface
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Conditions implements Varien_Data_Form_Element_Renderer_Interface
30
  {
app/code/community/Mzax/Emarketing/Block/Editable.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Editable extends Mage_Core_Block_Abstract
33
  implements Varien_Data_Form_Element_Renderer_Interface
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Editable extends Mage_Core_Block_Abstract
30
  implements Varien_Data_Form_Element_Renderer_Interface
app/code/community/Mzax/Emarketing/Block/Filter/Object/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Filter/Test/Recursive.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Filter/Test/Single.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -34,7 +31,7 @@
34
  *
35
  * @author Jacob Siefer
36
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
37
- * @version 0.2.5
38
  */
39
  class Mzax_Emarketing_Block_Filter_Test_Single extends Mage_Adminhtml_Block_Template
40
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
31
  *
32
  * @author Jacob Siefer
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
+ * @version 0.2.6
35
  */
36
  class Mzax_Emarketing_Block_Filter_Test_Single extends Mage_Adminhtml_Block_Template
37
  {
app/code/community/Mzax/Emarketing/Block/Filters.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Filters implements Varien_Data_Form_Element_Renderer_Interface
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Filters implements Varien_Data_Form_Element_Renderer_Interface
31
  {
app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Action.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Action extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Action
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Action extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Action
30
  {
app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Campaign.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Campaign
32
  extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Options
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Campaign
29
  extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Options
app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Recipient.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Recipient
34
  extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Recipient
31
  extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Size.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Size
34
  extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Grid_Column_Renderer_Size
31
  extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
app/code/community/Mzax/Emarketing/Block/Inbox/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Inbox/Email/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Inbox_Email_Form extends Mage_Adminhtml_Block_Widget_Form
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Inbox_Email_Form extends Mage_Adminhtml_Block_Widget_Form
30
  {
app/code/community/Mzax/Emarketing/Block/Inbox/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Inbox/View.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Outbox/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Outbox/Email/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Outbox/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Outbox/View.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Attribute.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Object.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Recipients/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/DomainThreshold.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/MailStorage.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Template/Edit.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Template/Edit/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Template/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Template/Upload.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Template/Upload/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Template/View.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/Edit.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Block_Tracker_Edit extends Mage_Adminhtml_Block_Widget_Form_Container
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Block_Tracker_Edit extends Mage_Adminhtml_Block_Widget_Form_Container
29
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Conditions.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/GoalType.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Block_Tracker_Edit_Tab_GoalType extends Mage_Adminhtml_Block_Widget_Form
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Block_Tracker_Edit_Tab_GoalType extends Mage_Adminhtml_Block_Widget_Form
29
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Settings.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Block_Tracker_Edit_Tab_Settings extends Mage_Adminhtml_Block_Widget_Form
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Block_Tracker_Edit_Tab_Settings extends Mage_Adminhtml_Block_Widget_Form
29
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Tasks.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Tracker_Edit_Tab_Tasks extends Mage_Adminhtml_Block_Template
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Tracker_Edit_Tab_Tasks extends Mage_Adminhtml_Block_Template
30
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Test.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tabs.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Block_Tracker_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Block_Tracker_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
29
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Grid.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/New.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -25,7 +22,7 @@
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
- * @version 0.2.5
29
  */
30
  class Mzax_Emarketing_Block_Tracker_New extends Mzax_Emarketing_Block_Tracker_Edit
31
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
22
  *
23
  * @author Jacob Siefer
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ * @version 0.2.6
26
  */
27
  class Mzax_Emarketing_Block_Tracker_New extends Mzax_Emarketing_Block_Tracker_Edit
28
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Test.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/Test/Emulate.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Tracker/Upload.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Block_Tracker_Upload extends Mage_Adminhtml_Block_Widget_Form_Container
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Block_Tracker_Upload extends Mage_Adminhtml_Block_Widget_Form_Container
30
  {
app/code/community/Mzax/Emarketing/Block/Tracker/Upload/Form.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Tracker_Upload_Form extends Mage_Adminhtml_Block_Widget_Form
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Tracker_Upload_Form extends Mage_Adminhtml_Block_Widget_Form
31
  {
app/code/community/Mzax/Emarketing/Block/Tracker/View.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Block/Unsubscribe.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
31
  {
app/code/community/Mzax/Emarketing/Db/Select.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Helper/Campaign.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Helper_Campaign extends Mage_Core_Helper_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Helper_Campaign extends Mage_Core_Helper_Abstract
30
  {
app/code/community/Mzax/Emarketing/Helper/Data.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Helper/Newsletter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Helper_Newsletter extends Mage_Core_Helper_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Helper_Newsletter extends Mage_Core_Helper_Abstract
31
  {
app/code/community/Mzax/Emarketing/Helper/Request.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Helper_Request extends Mage_Core_Helper_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Helper_Request extends Mage_Core_Helper_Abstract
31
  {
app/code/community/Mzax/Emarketing/Helper/SqlFormatter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Campaign.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Campaign/Content.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Campaign/Variation.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Conversion/Goal.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Orders.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Conversion_Goal_Orders
32
  extends Mzax_Emarketing_Model_Conversion_Goal_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Conversion_Goal_Orders
29
  extends Mzax_Emarketing_Model_Conversion_Goal_Abstract
app/code/community/Mzax/Emarketing/Model/Conversion/Select.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Conversion/Tracker.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/DomainThrottle.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Form/Element/Ace.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Form/Element/Credits.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Form/Element/EmailEditor.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Form_Element_EmailEditor
34
  extends Mzax_Emarketing_Model_Form_Element_TemplateEditor
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Form_Element_EmailEditor
31
  extends Mzax_Emarketing_Model_Form_Element_TemplateEditor
app/code/community/Mzax/Emarketing/Model/Form/Element/Info.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Form/Element/TemplateEditor.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Form/Element/Textarea.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Form_Element_Textarea
33
  extends Varien_Data_Form_Element_Textarea
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Form_Element_Textarea
30
  extends Varien_Data_Form_Element_Textarea
app/code/community/Mzax/Emarketing/Model/Form/Element/Wildselect.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Form_Element_Wildselect
34
  extends Varien_Data_Form_Element_Multiselect
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Form_Element_Wildselect
31
  extends Varien_Data_Form_Element_Multiselect
app/code/community/Mzax/Emarketing/Model/Goal.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -43,7 +40,7 @@
43
  *
44
  * @author Jacob Siefer
45
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
46
- * @version 0.2.5
47
  */
48
  class Mzax_Emarketing_Model_Goal extends Mage_Core_Model_Abstract
49
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
40
  *
41
  * @author Jacob Siefer
42
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
43
+ * @version 0.2.6
44
  */
45
  class Mzax_Emarketing_Model_Goal extends Mage_Core_Model_Abstract
46
  {
app/code/community/Mzax/Emarketing/Model/Inbox.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Inbox
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Inbox
29
  {
app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Recipient.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Store.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Store
35
  extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Store
32
  extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Unsubscribe.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Unsubscribe
32
  extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Unsubscribe
29
  extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
app/code/community/Mzax/Emarketing/Model/Inbox/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Inbox/Email/Collector.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Inbox_Email_Collector
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Inbox_Email_Collector
30
  {
app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract extends Varien_Object
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract extends Varien_Object
30
  {
app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Storage.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Inbox_Email_Pull_Storage
33
  extends Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Inbox_Email_Pull_Storage
30
  extends Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract
app/code/community/Mzax/Emarketing/Model/Link.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Link/Reference.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -32,7 +29,7 @@
32
  *
33
  * @author Jacob Siefer
34
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
35
- * @version 0.2.5
36
  */
37
  class Mzax_Emarketing_Model_Link_Reference extends Mage_Core_Model_Abstract
38
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
+ * @version 0.2.6
33
  */
34
  class Mzax_Emarketing_Model_Link_Reference extends Mage_Core_Model_Abstract
35
  {
app/code/community/Mzax/Emarketing/Model/Medium.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Medium implements Mage_Eav_Model_Entity_Attribute_Source_Interface
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Medium implements Mage_Eav_Model_Entity_Attribute_Source_Interface
31
  {
app/code/community/Mzax/Emarketing/Model/Medium/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  abstract class Mzax_Emarketing_Model_Medium_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  abstract class Mzax_Emarketing_Model_Medium_Abstract
31
  {
app/code/community/Mzax/Emarketing/Model/Medium/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Medium/Email/Composer.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Medium_Email_Composer
33
  extends Mage_Core_Model_Template
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Medium_Email_Composer
30
  extends Mage_Core_Model_Template
app/code/community/Mzax/Emarketing/Model/Medium/Email/Filter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Medium_Email_Filter
33
  extends Mage_Widget_Model_Template_Filter
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Medium_Email_Filter
30
  extends Mage_Widget_Model_Template_Filter
app/code/community/Mzax/Emarketing/Model/Medium/Email/Processor.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Medium_Email_Processor
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Medium_Email_Processor
30
  {
app/code/community/Mzax/Emarketing/Model/Medium/Email/Snippets.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Medium_Email_Snippets
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Medium_Email_Snippets
30
  {
app/code/community/Mzax/Emarketing/Model/Object/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Address.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Collection/Item.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  * @see Mzax_Emarketing_Model_Object_Collection::getNewEmptyItem()
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Object_Collection_Item extends Varien_Object
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  * @see Mzax_Emarketing_Model_Object_Collection::getNewEmptyItem()
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Object_Collection_Item extends Varien_Object
31
  {
app/code/community/Mzax/Emarketing/Model/Object/Customer.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Customer/Address.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Object_Customer_Address extends Mzax_Emarketing_Model_Object_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Object_Customer_Address extends Mzax_Emarketing_Model_Object_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Object/Filter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/City.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Country.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Postcode.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Region.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Street.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Attribute.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -34,7 +31,7 @@
34
  *
35
  * @author Jacob Siefer
36
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
37
- * @version 0.2.5
38
  */
39
  abstract class Mzax_Emarketing_Model_Object_Filter_Attribute
40
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
31
  *
32
  * @author Jacob Siefer
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
+ * @version 0.2.6
35
  */
36
  abstract class Mzax_Emarketing_Model_Object_Filter_Attribute
37
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Goal.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Interact.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Column.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Combine.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Component.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Address.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Address/Attribute.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Attribute.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Lastlogin.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Name.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Order.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Main.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Newsletter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Emarketing_Model_Object_Filter_Order_Abstract
33
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Emarketing_Model_Object_Filter_Order_Abstract
30
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Address.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Object_Filter_Order_Address
32
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Object_Filter_Order_Address
29
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Campaign.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
33
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
30
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Emarketing_Model_Object_Filter_Order_Item_Abstract
33
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Emarketing_Model_Object_Filter_Order_Item_Abstract
30
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Table.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -35,7 +32,7 @@
35
  *
36
  * @author Jacob Siefer
37
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
38
- * @version 0.2.5
39
  */
40
  class Mzax_Emarketing_Model_Object_Filter_Order_Item_Table
41
  extends Mzax_Emarketing_Model_Object_Filter_Table
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
32
  *
33
  * @author Jacob Siefer
34
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
35
+ * @version 0.2.6
36
  */
37
  class Mzax_Emarketing_Model_Object_Filter_Order_Item_Table
38
  extends Mzax_Emarketing_Model_Object_Filter_Table
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Items.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Object_Filter_Order_Items
32
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Object_Filter_Order_Items
29
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Previous.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Object_Filter_Order_Previous
33
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Object_Filter_Order_Previous
30
  extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Table.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Object_Filter_Order_Table
32
  extends Mzax_Emarketing_Model_Object_Filter_Table
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Object_Filter_Order_Table
29
  extends Mzax_Emarketing_Model_Object_Filter_Table
app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Attribute.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Category.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
33
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
30
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Address.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Object_Filter_Quote_Address
33
  extends Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Object_Filter_Quote_Address
30
  extends Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Item/Table.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -35,7 +32,7 @@
35
  *
36
  * @author Jacob Siefer
37
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
38
- * @version 0.2.5
39
  */
40
  class Mzax_Emarketing_Model_Object_Filter_Quote_Item_Table
41
  extends Mzax_Emarketing_Model_Object_Filter_Table
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
32
  *
33
  * @author Jacob Siefer
34
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
35
+ * @version 0.2.6
36
  */
37
  class Mzax_Emarketing_Model_Object_Filter_Quote_Item_Table
38
  extends Mzax_Emarketing_Model_Object_Filter_Table
app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Items.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Object_Filter_Quote_Items
32
  extends Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Object_Filter_Quote_Items
29
  extends Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Table.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Object_Filter_Quote_Table
32
  extends Mzax_Emarketing_Model_Object_Filter_Table
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Object_Filter_Quote_Table
29
  extends Mzax_Emarketing_Model_Object_Filter_Table
app/code/community/Mzax/Emarketing/Model/Object/Filter/Table.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -31,7 +28,7 @@
31
  *
32
  * @author Jacob Siefer
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
- * @version 0.2.5
35
  */
36
  abstract class Mzax_Emarketing_Model_Object_Filter_Table
37
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
+ * @version 0.2.6
32
  */
33
  abstract class Mzax_Emarketing_Model_Object_Filter_Table
34
  extends Mzax_Emarketing_Model_Object_Filter_Abstract
app/code/community/Mzax/Emarketing/Model/Object/Order.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/OrderAddress.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Object_OrderAddress extends Mzax_Emarketing_Model_Object_Address
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Object_OrderAddress extends Mzax_Emarketing_Model_Object_Address
31
  {
app/code/community/Mzax/Emarketing/Model/Object/OrderItem.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Product.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Quote.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Object_Quote extends Mzax_Emarketing_Model_Object_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Object_Quote extends Mzax_Emarketing_Model_Object_Abstract
31
  {
app/code/community/Mzax/Emarketing/Model/Object/QuoteAddress.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Object_QuoteAddress extends Mzax_Emarketing_Model_Object_Address
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Object_QuoteAddress extends Mzax_Emarketing_Model_Object_Address
31
  {
app/code/community/Mzax/Emarketing/Model/Object/Recipient.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Object/Subscriber.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Object_Subscriber extends Mzax_Emarketing_Model_Object_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Object_Subscriber extends Mzax_Emarketing_Model_Object_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Observer.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Observer/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Emarketing_Model_Observer_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Emarketing_Model_Observer_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Observer/Cron.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_Emarketing_Model_Observer_Cron
35
  extends Mzax_Emarketing_Model_Observer_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_Emarketing_Model_Observer_Cron
32
  extends Mzax_Emarketing_Model_Observer_Abstract
app/code/community/Mzax/Emarketing/Model/Observer/Customer.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Observer_Customer
34
  extends Mzax_Emarketing_Model_Observer_Goal
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Observer_Customer
31
  extends Mzax_Emarketing_Model_Observer_Goal
app/code/community/Mzax/Emarketing/Model/Observer/Goal.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Observer_Goal
34
  extends Mzax_Emarketing_Model_Observer_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Observer_Goal
31
  extends Mzax_Emarketing_Model_Observer_Abstract
app/code/community/Mzax/Emarketing/Model/Observer/Order.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Observer_Order
34
  extends Mzax_Emarketing_Model_Observer_Goal
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Observer_Order
31
  extends Mzax_Emarketing_Model_Observer_Goal
app/code/community/Mzax/Emarketing/Model/Outbox.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Outbox/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/File.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_Emarketing_Model_Outbox_Transporter_File
35
  extends Mzax_Mail_Transport_File
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_Emarketing_Model_Outbox_Transporter_File
32
  extends Mzax_Mail_Transport_File
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Interface.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendmail.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Outbox_Transporter_Sendmail
34
  extends Zend_Mail_Transport_Smtp
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Outbox_Transporter_Sendmail
31
  extends Zend_Mail_Transport_Smtp
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Smtp.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Outbox_Transporter_Smtp
34
  extends Zend_Mail_Transport_Smtp
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Outbox_Transporter_Smtp
31
  extends Zend_Mail_Transport_Smtp
app/code/community/Mzax/Emarketing/Model/Premailer.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Recipient.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -54,7 +51,7 @@
54
  *
55
  * @author Jacob Siefer
56
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
57
- * @version 0.2.5
58
  */
59
  class Mzax_Emarketing_Model_Recipient extends Mage_Core_Model_Abstract
60
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
51
  *
52
  * @author Jacob Siefer
53
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
54
+ * @version 0.2.6
55
  */
56
  class Mzax_Emarketing_Model_Recipient extends Mage_Core_Model_Abstract
57
  {
app/code/community/Mzax/Emarketing/Model/Recipient/Error.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Emarketing_Model_Recipient_Error extends Mage_Core_Model_Abstract
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Emarketing_Model_Recipient_Error extends Mage_Core_Model_Abstract
29
  {
app/code/community/Mzax/Emarketing/Model/Recipient/Provider.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Recipient_Provider implements Mage_Eav_Model_Entity_Attribute_Source_Interface
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Recipient_Provider implements Mage_Eav_Model_Entity_Attribute_Source_Interface
31
  {
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Customer.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Newsletter.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Recipient_Provider_Newsletter
33
  extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Recipient_Provider_Newsletter
30
  extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Order.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Recipient_Provider_Order
33
  extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Recipient_Provider_Order
30
  extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Quote.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Recipient_Provider_Quote
33
  extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Recipient_Provider_Quote
30
  extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
app/code/community/Mzax/Emarketing/Model/Report.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Report
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Report
31
  {
app/code/community/Mzax/Emarketing/Model/Report/Aggregator.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Report_Aggregator extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Report_Aggregator extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Emarketing_Model_Report_Aggregator_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Emarketing_Model_Report_Aggregator_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Campaign.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Report_Aggregator_Campaign
34
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Report_Aggregator_Campaign
31
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Country.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Dayofweek.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceBrand.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceType.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Hour.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Os.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Region.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Useragent.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Events.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_Emarketing_Model_Report_Aggregator_Events
35
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_Emarketing_Model_Report_Aggregator_Events
32
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Goals.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -40,7 +37,7 @@
40
  *
41
  * @author Jacob Siefer
42
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
43
- * @version 0.2.5
44
  */
45
  class Mzax_Emarketing_Model_Report_Aggregator_Goals
46
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
37
  *
38
  * @author Jacob Siefer
39
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
40
+ * @version 0.2.6
41
  */
42
  class Mzax_Emarketing_Model_Report_Aggregator_Goals
43
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Rates.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_Emarketing_Model_Report_Aggregator_Rates
35
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_Emarketing_Model_Report_Aggregator_Rates
32
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Recipient.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -40,7 +37,7 @@
40
  *
41
  * @author Jacob Siefer
42
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
43
- * @version 0.2.5
44
  */
45
  class Mzax_Emarketing_Model_Report_Aggregator_Recipient
46
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
37
  *
38
  * @author Jacob Siefer
39
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
40
+ * @version 0.2.6
41
  */
42
  class Mzax_Emarketing_Model_Report_Aggregator_Recipient
43
  extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Tracker.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Report/Query.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_Emarketing_Model_Report_Query
35
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_Emarketing_Model_Report_Query
32
  {
app/code/community/Mzax/Emarketing/Model/Report/Seeder.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Campaign.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Resource_Campaign_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Resource_Campaign_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Email/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -32,7 +29,7 @@
32
  *
33
  * @author Jacob Siefer
34
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
35
- * @version 0.2.5
36
  */
37
  abstract class Mzax_Emarketing_Model_Resource_Email_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
38
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
+ * @version 0.2.6
33
  */
34
  abstract class Mzax_Emarketing_Model_Resource_Email_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
35
  {
app/code/community/Mzax/Emarketing/Model/Resource/Goal.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Helper.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Link.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Link/Reference.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Resource_Outbox_Email extends Mage_Core_Model_Resource_Db_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Resource_Outbox_Email extends Mage_Core_Model_Resource_Db_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Recipient.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Address.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Binding.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Model_Resource_Recipient_Error extends Mage_Core_Model_Resource_Db_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Model_Resource_Recipient_Error extends Mage_Core_Model_Resource_Db_Abstract
30
  {
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_Model_Resource_Recipient_Error_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_Model_Resource_Recipient_Error_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
31
  {
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Event.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Goal/Binder.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Setup.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Template.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Template/Collection.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Resource/Useragent.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Session.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -34,7 +31,7 @@
34
  *
35
  * @author Jacob Siefer
36
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
37
- * @version 0.2.5
38
  */
39
  class Mzax_Emarketing_Model_Session extends Mage_Core_Model_Session_Abstract
40
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
31
  *
32
  * @author Jacob Siefer
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
+ * @version 0.2.6
35
  */
36
  class Mzax_Emarketing_Model_Session extends Mage_Core_Model_Session_Abstract
37
  {
app/code/community/Mzax/Emarketing/Model/System/Config/Backend/DomainThreshold.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/System/Config/Source/GeoIp.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/System/Config/Source/MailStorage.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/System/Config/Source/SmtpAuthentication.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Template.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/Model/Template/Exception.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/Admin/CampaignController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/Admin/InboxController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/Admin/OutboxController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/Admin/ShortcutController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/Admin/TemplateController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/Admin/TrackerController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Emarketing_Admin_TrackerController extends Mage_Adminhtml_Controller_Action
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Emarketing_Admin_TrackerController extends Mage_Adminhtml_Controller_Action
30
  {
app/code/community/Mzax/Emarketing/controllers/BeaconController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/EmailController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/controllers/LinkController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
31
  {
app/code/community/Mzax/Emarketing/controllers/UnsubscribeController.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/data/useragent_regexes.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/etc/adminhtml.xml CHANGED
@@ -2,18 +2,15 @@
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
- *
6
  * NOTICE OF LICENSE
7
- *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with Magento in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * @version 0.2.5
17
  * @category Mzax
18
  * @package Mzax_Emarketing
19
  * @author Jacob Siefer (jacob@mzax.de)
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
+ *
6
  * NOTICE OF LICENSE
7
+ *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this Extension in the file LICENSE.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @version 0.2.6
 
 
 
14
  * @category Mzax
15
  * @package Mzax_Emarketing
16
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/etc/config.xml CHANGED
@@ -2,18 +2,15 @@
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
- *
6
  * NOTICE OF LICENSE
7
- *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with Magento in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * @version 0.2.5
17
  * @category Mzax
18
  * @package Mzax_Emarketing
19
  * @author Jacob Siefer (jacob@mzax.de)
@@ -24,7 +21,7 @@
24
  <config>
25
  <modules>
26
  <Mzax_Emarketing>
27
- <version>0.2.5</version>
28
  </Mzax_Emarketing>
29
  </modules>
30
  <global>
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
+ *
6
  * NOTICE OF LICENSE
7
+ *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this Extension in the file LICENSE.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @version 0.2.6
 
 
 
14
  * @category Mzax
15
  * @package Mzax_Emarketing
16
  * @author Jacob Siefer (jacob@mzax.de)
21
  <config>
22
  <modules>
23
  <Mzax_Emarketing>
24
+ <version>0.2.6</version>
25
  </Mzax_Emarketing>
26
  </modules>
27
  <global>
app/code/community/Mzax/Emarketing/etc/system.xml CHANGED
@@ -2,18 +2,15 @@
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
- *
6
  * NOTICE OF LICENSE
7
- *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with Magento in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * @version 0.2.5
17
  * @category Mzax
18
  * @package Mzax_Emarketing
19
  * @author Jacob Siefer (jacob@mzax.de)
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
+ *
6
  * NOTICE OF LICENSE
7
+ *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this Extension in the file LICENSE.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @version 0.2.6
 
 
 
14
  * @category Mzax
15
  * @package Mzax_Emarketing
16
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/install-0.2.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/uninstall.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/layout/mzax/emarketing.xml CHANGED
@@ -2,18 +2,15 @@
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
- *
6
  * NOTICE OF LICENSE
7
- *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with Magento in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * @version 0.2.5
17
  * @category Mzax
18
  * @package Mzax_Emarketing
19
  * @author Jacob Siefer (jacob@mzax.de)
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
+ *
6
  * NOTICE OF LICENSE
7
+ *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this Extension in the file LICENSE.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @version 0.2.6
 
 
 
14
  * @category Mzax
15
  * @package Mzax_Emarketing
16
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/content-tabs.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/filters/emulate.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/load_template.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/medium/email/preview.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/recipients.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/report.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/tasks.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/edit/js.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/editor/text.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/fieldset.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/filter/page-preview.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/filter.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/recursive.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/single.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/tracker/conditions/emulate.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/tracker/tasks.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-geo.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-tab.phtml CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
app/design/frontend/base/default/layout/mzax/emarketing.xml CHANGED
@@ -2,18 +2,15 @@
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
- *
6
  * NOTICE OF LICENSE
7
- *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
- * that is bundled with Magento in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
- * If you did not receive a copy of the license and are unable to
13
- * obtain it through the world-wide-web, please send an email
14
- * to license@magentocommerce.com so we can send you a copy immediately.
15
- *
16
- * @version 0.2.5
17
  * @category Mzax
18
  * @package Mzax_Emarketing
19
  * @author Jacob Siefer (jacob@mzax.de)
2
  <!--
3
  /**
4
  * Mzax Emarketing (www.mzax.de)
5
+ *
6
  * NOTICE OF LICENSE
7
+ *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this Extension in the file LICENSE.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @version 0.2.6
 
 
 
14
  * @category Mzax
15
  * @package Mzax_Emarketing
16
  * @author Jacob Siefer (jacob@mzax.de)
js/mzax/ace/ext-mage_autocomplete.js CHANGED
@@ -1,17 +1,14 @@
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
- *
4
  * NOTICE OF LICENSE
5
- *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with Magento in the file LICENSE.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
- * If you did not receive a copy of the license and are unable to
11
- * obtain it through the world-wide-web, please send an email
12
- * to license@magentocommerce.com so we can send you a copy immediately.
13
- *
14
- * @version 0.2.5
15
  * @category Mzax
16
  * @package Mzax_Emarketing
17
  * @author Jacob Siefer (jacob@mzax.de)
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
+ *
4
  * NOTICE OF LICENSE
5
+ *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this Extension in the file LICENSE.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @version 0.2.6
 
 
 
12
  * @category Mzax
13
  * @package Mzax_Emarketing
14
  * @author Jacob Siefer (jacob@mzax.de)
js/mzax/ace/mode-mage.js CHANGED
@@ -1,17 +1,14 @@
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
- *
4
  * NOTICE OF LICENSE
5
- *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with Magento in the file LICENSE.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
- * If you did not receive a copy of the license and are unable to
11
- * obtain it through the world-wide-web, please send an email
12
- * to license@magentocommerce.com so we can send you a copy immediately.
13
- *
14
- * @version 0.2.5
15
  * @category Mzax
16
  * @package Mzax_Emarketing
17
  * @author Jacob Siefer (jacob@mzax.de)
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
+ *
4
  * NOTICE OF LICENSE
5
+ *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this Extension in the file LICENSE.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @version 0.2.6
 
 
 
12
  * @category Mzax
13
  * @package Mzax_Emarketing
14
  * @author Jacob Siefer (jacob@mzax.de)
js/mzax/ace/theme-mage.js CHANGED
@@ -1,17 +1,14 @@
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
- *
4
  * NOTICE OF LICENSE
5
- *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with Magento in the file LICENSE.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
- * If you did not receive a copy of the license and are unable to
11
- * obtain it through the world-wide-web, please send an email
12
- * to license@magentocommerce.com so we can send you a copy immediately.
13
- *
14
- * @version 0.2.5
15
  * @category Mzax
16
  * @package Mzax_Emarketing
17
  * @author Jacob Siefer (jacob@mzax.de)
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
+ *
4
  * NOTICE OF LICENSE
5
+ *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this Extension in the file LICENSE.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @version 0.2.6
 
 
 
12
  * @category Mzax
13
  * @package Mzax_Emarketing
14
  * @author Jacob Siefer (jacob@mzax.de)
js/mzax/ckeditor.plugin.mage.js CHANGED
@@ -1,17 +1,14 @@
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
- *
4
  * NOTICE OF LICENSE
5
- *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with Magento in the file LICENSE.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
- * If you did not receive a copy of the license and are unable to
11
- * obtain it through the world-wide-web, please send an email
12
- * to license@magentocommerce.com so we can send you a copy immediately.
13
- *
14
- * @version 0.2.5
15
  * @category Mzax
16
  * @package Mzax_Emarketing
17
  * @author Jacob Siefer (jacob@mzax.de)
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
+ *
4
  * NOTICE OF LICENSE
5
+ *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this Extension in the file LICENSE.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @version 0.2.6
 
 
 
12
  * @category Mzax
13
  * @package Mzax_Emarketing
14
  * @author Jacob Siefer (jacob@mzax.de)
js/mzax/editor.js CHANGED
@@ -1,17 +1,14 @@
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
- *
4
  * NOTICE OF LICENSE
5
- *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with Magento in the file LICENSE.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
- * If you did not receive a copy of the license and are unable to
11
- * obtain it through the world-wide-web, please send an email
12
- * to license@magentocommerce.com so we can send you a copy immediately.
13
- *
14
- * @version 0.2.5
15
  * @category Mzax
16
  * @package Mzax_Emarketing
17
  * @author Jacob Siefer (jacob@mzax.de)
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
+ *
4
  * NOTICE OF LICENSE
5
+ *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this Extension in the file LICENSE.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @version 0.2.6
 
 
 
12
  * @category Mzax
13
  * @package Mzax_Emarketing
14
  * @author Jacob Siefer (jacob@mzax.de)
js/mzax/report.js CHANGED
@@ -1,17 +1,14 @@
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
- *
4
  * NOTICE OF LICENSE
5
- *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
- * that is bundled with Magento in the file LICENSE.txt.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
- * If you did not receive a copy of the license and are unable to
11
- * obtain it through the world-wide-web, please send an email
12
- * to license@magentocommerce.com so we can send you a copy immediately.
13
- *
14
- * @version 0.2.5
15
  * @category Mzax
16
  * @package Mzax_Emarketing
17
  * @author Jacob Siefer (jacob@mzax.de)
1
  /**
2
  * Mzax Emarketing (www.mzax.de)
3
+ *
4
  * NOTICE OF LICENSE
5
+ *
6
  * This source file is subject to the Open Software License (OSL 3.0)
7
+ * that is bundled with this Extension in the file LICENSE.
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @version 0.2.6
 
 
 
12
  * @category Mzax
13
  * @package Mzax_Emarketing
14
  * @author Jacob Siefer (jacob@mzax.de)
lib/Mzax/Bounce.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Bounce
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Bounce
30
  {
lib/Mzax/Bounce/Detector.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Bounce_Detector extends Mzax_Bounce_Detector_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Bounce_Detector extends Mzax_Bounce_Detector_Abstract
30
  {
lib/Mzax/Bounce/Detector/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  abstract class Mzax_Bounce_Detector_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  abstract class Mzax_Bounce_Detector_Abstract
30
  {
lib/Mzax/Bounce/Detector/Arf.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Bounce_Detector_Arf extends Mzax_Bounce_Detector_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Bounce_Detector_Arf extends Mzax_Bounce_Detector_Abstract
30
  {
lib/Mzax/Bounce/Detector/Autoreply.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -42,7 +39,7 @@
42
  *
43
  * @author Jacob Siefer
44
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
45
- * @version 0.2.5
46
  */
47
  class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
48
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
39
  *
40
  * @author Jacob Siefer
41
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
42
+ * @version 0.2.6
43
  */
44
  class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
45
  {
lib/Mzax/Bounce/Detector/Extended.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Bounce_Detector_Extended extends Mzax_Bounce_Detector_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Bounce_Detector_Extended extends Mzax_Bounce_Detector_Abstract
31
  {
lib/Mzax/Bounce/Detector/Failure.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -41,7 +38,7 @@
41
  *
42
  * @author Jacob Siefer
43
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
44
- * @version 0.2.5
45
  */
46
  class Mzax_Bounce_Detector_Failure extends Mzax_Bounce_Detector_Abstract
47
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
38
  *
39
  * @author Jacob Siefer
40
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
41
+ * @version 0.2.6
42
  */
43
  class Mzax_Bounce_Detector_Failure extends Mzax_Bounce_Detector_Abstract
44
  {
lib/Mzax/Bounce/Detector/Rfc1892.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Bounce_Detector_Rfc1892 extends Mzax_Bounce_Detector_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Bounce_Detector_Rfc1892 extends Mzax_Bounce_Detector_Abstract
30
  {
lib/Mzax/Bounce/Mail.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Bounce_Mail extends Zend_Mail
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Bounce_Mail extends Zend_Mail
30
  {
lib/Mzax/Bounce/Message.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Bounce_Message extends Mzax_Bounce_Mime_Part
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Bounce_Message extends Mzax_Bounce_Mime_Part
29
  {
lib/Mzax/Bounce/Mime/Decode.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Bounce_Mime_Decode extends Zend_Mime_Decode
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Bounce_Mime_Decode extends Zend_Mime_Decode
29
  {
lib/Mzax/Bounce/Mime/Part.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Bounce_Mime_Part extends Zend_Mime_Part
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Bounce_Mime_Part extends Zend_Mime_Part
29
  {
lib/Mzax/Chart/Table.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Chart_Table extends Varien_Object
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Chart_Table extends Varien_Object
30
  {
lib/Mzax/Db/Select.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  class Mzax_Db_Select extends Varien_Db_Select
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  class Mzax_Db_Select extends Varien_Db_Select
29
  {
lib/Mzax/GeoIp.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_GeoIp
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_GeoIp
30
  {
lib/Mzax/GeoIp/Adapter/Abstract.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -26,7 +23,7 @@
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
- * @version 0.2.5
30
  */
31
  abstract class Mzax_GeoIp_Adapter_Abstract
32
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
23
  *
24
  * @author Jacob Siefer
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @version 0.2.6
27
  */
28
  abstract class Mzax_GeoIp_Adapter_Abstract
29
  {
lib/Mzax/GeoIp/Adapter/FreeGeoIp.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -29,7 +26,7 @@
29
  *
30
  * @author Jacob Siefer
31
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
32
- * @version 0.2.5
33
  */
34
  class Mzax_GeoIp_Adapter_FreeGeoIp extends Mzax_GeoIp_Adapter_Abstract
35
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
26
  *
27
  * @author Jacob Siefer
28
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
29
+ * @version 0.2.6
30
  */
31
  class Mzax_GeoIp_Adapter_FreeGeoIp extends Mzax_GeoIp_Adapter_Abstract
32
  {
lib/Mzax/GeoIp/Adapter/GeoPlugin.php CHANGED
@@ -10,7 +10,7 @@
10
  *
11
  * @author Jacob Siefer
12
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
13
- * @version 0.2.5
14
  */
15
  class Mzax_GeoIp_Adapter_GeoPlugin extends Mzax_GeoIp_Adapter_Abstract
16
  {
10
  *
11
  * @author Jacob Siefer
12
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
13
+ * @version 0.2.6
14
  */
15
  class Mzax_GeoIp_Adapter_GeoPlugin extends Mzax_GeoIp_Adapter_Abstract
16
  {
lib/Mzax/GeoIp/Adapter/Ipinfo.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -31,7 +28,7 @@
31
  *
32
  * @author Jacob Siefer
33
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
34
- * @version 0.2.5
35
  */
36
  class Mzax_GeoIp_Adapter_Ipinfo extends Mzax_GeoIp_Adapter_Abstract
37
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
+ * @version 0.2.6
32
  */
33
  class Mzax_GeoIp_Adapter_Ipinfo extends Mzax_GeoIp_Adapter_Abstract
34
  {
lib/Mzax/GeoIp/Exception.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_GeoIp_Exception extends Zend_Exception
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_GeoIp_Exception extends Zend_Exception
30
  {
lib/Mzax/GeoIp/Region.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_GeoIp_Region
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_GeoIp_Region
30
  {
lib/Mzax/GeoIp/Request.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_GeoIp_Request
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_GeoIp_Request
31
  {
lib/Mzax/Mail.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Mail extends Zend_Mail
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Mail extends Zend_Mail
30
  {
lib/Mzax/Mail/Transport/File.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Mail_Transport_File extends Zend_Mail_Transport_Abstract
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Mail_Transport_File extends Zend_Mail_Transport_Abstract
31
  {
lib/Mzax/Mail/Transport/Mock.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Mail_Transport_Mock extends Zend_Mail_Transport_Abstract
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Mail_Transport_Mock extends Zend_Mail_Transport_Abstract
30
  {
lib/Mzax/Once.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -28,7 +25,7 @@
28
  *
29
  * @author Jacob Siefer
30
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
31
- * @version 0.2.5
32
  */
33
  class Mzax_Once
34
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
25
  *
26
  * @author Jacob Siefer
27
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @version 0.2.6
29
  */
30
  class Mzax_Once
31
  {
lib/Mzax/Presist.php CHANGED
@@ -1,18 +1,15 @@
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Magento 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 license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * @version 0.2.5
16
  * @category Mzax
17
  * @package Mzax_Emarketing
18
  * @author Jacob Siefer (jacob@mzax.de)
@@ -27,7 +24,7 @@
27
  *
28
  * @author Jacob Siefer
29
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
30
- * @version 0.2.5
31
  */
32
  class Mzax_Presist
33
  {
1
  <?php
2
  /**
3
  * Mzax Emarketing (www.mzax.de)
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 Extension in the file LICENSE.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @version 0.2.6
 
 
 
13
  * @category Mzax
14
  * @package Mzax_Emarketing
15
  * @author Jacob Siefer (jacob@mzax.de)
24
  *
25
  * @author Jacob Siefer
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @version 0.2.6
28
  */
29
  class Mzax_Presist
30
  {
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <package>
3
  <name>Mzax_Emarketing</name>
4
- <version>0.2.5</version>
5
  <stability>beta</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
@@ -43,8 +43,8 @@ This project is currently in an early beta release, but it is already quite powe
43
  </author>
44
  </authors>
45
  <date>2015-07-07</date>
46
- <time>2:28:12</time>
47
- <contents><target name="mage"><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="app"><dir name="code"><dir name="community"><dir name="Mzax"><dir name="Emarketing"><dir name="Block"><dir name="Campaign"><dir name="Edit"><file name="Form.php" hash="77d1a925e7d90dcc00a36b7d1f9e6c82"/><dir name="Medium"><file name="Abstract.php" hash="b40dfd973559cec77fb41390b30fdac3"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="3ebb04917e711b54b459b3750e7ca127"/><file name="Outbox.php" hash="72d10d11f272551511f4fef9aa7054ec"/></dir></dir><file name="Email.php" hash="e60d785275525d552a5d678d518267b4"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="7d30d6ecfac55c9dbaa781698c10d3ce"/><file name="Variation.php" hash="b9428efc65b610205f9bd72e9e865d35"/></dir><file name="Content.php" hash="ec960ad469970083965568161edeff73"/><file name="Errors.php" hash="700b36e52694c25ff10c2a83b0d0438f"/><file name="Filters.php" hash="8d0fb2fbd8c502dd2380f80843149dc6"/><file name="Inbox.php" hash="c9c488e5353e36f1189738928f987c0a"/><file name="Medium.php" hash="4922fe7e750968553de725c82c0b6420"/><dir name="Recipients"><file name="Grid.php" hash="952a2cba0432382465222fc6dd9bff3f"/></dir><file name="Recipients.php" hash="f3583fd8eca74c12d26afd4747073ee5"/><file name="Report.php" hash="828d90690ba8457f16c48940c80feb02"/><file name="Settings.php" hash="24828820dde5572da64a8d065b973120"/><file name="Tasks.php" hash="8b974fbe2ba938e4b0b1fae55a7d74ff"/><file name="Test.php" hash="add3b13a431b274ddaf4f3386aae6570"/></dir><file name="Tabs.php" hash="99d927136d07092a12a0f0d57d80e8e7"/></dir><file name="Edit.php" hash="8995a5099c22b300a4adbd7d9eddd2a3"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="d16c5f569b90fcd56fb00b2d86cf653e"/></dir><dir name="Renderer"><file name="Action.php" hash="36020a0ade843bce7ca134582a870f6d"/><file name="Filter.php" hash="fc6e69fc3ed744c450cc8019c3cb57c7"/><file name="SendMail.php" hash="7c5054179da34256647807ddff283e63"/><file name="Sender.php" hash="5654272ab9e28b4e921520a172cefe48"/><file name="Stats.php" hash="107e14d7bf9419deafce030e98ef0dc8"/></dir></dir><file name="Grid.php" hash="257436e73d4ce4a8329446b801d6f571"/><file name="New.php" hash="c10644bd16c430505697ad87162cdcfe"/><file name="Preview.php" hash="4b17bf5d320c717c978efb6ef3df6f95"/><dir name="SendTestMail"><file name="Form.php" hash="c91b9fe9bd0f228807f59ed89a758aaf"/></dir><file name="SendTestMail.php" hash="f6dcdfd5a6d986802cc7496688fdff28"/><dir name="Test"><file name="Emulate.php" hash="dc7ae3e739578940b80facd78c1e0f68"/></dir><file name="Test.php" hash="591b22c7f11a278124291bfdbb5beec5"/><file name="View.php" hash="ab4a32dc6443908648c190a66762983e"/></dir><dir name="Chart"><file name="Abstract.php" hash="671f04e1260e70b784c1590cabdd08bf"/><file name="Area.php" hash="08c3e50286855f14a919d774964f7e58"/><file name="Bar.php" hash="0b89abd783d6d3db5481cb8896581aea"/><file name="Column.php" hash="5f77d4316e295e3d7f012f541481579f"/><file name="Geo.php" hash="e8e0dcac6e529da5a90c33fbee01c76f"/><file name="Line.php" hash="81c8aad6d7047abc4b79916db5315591"/><file name="Pie.php" hash="ee56242aaafa50c6f42bb316015d65bb"/><file name="Scatter.php" hash="9f650acc5e2067577dc7e4987d16d427"/><file name="SteppedArea.php" hash="fa04208cbdcfacf4a3226e6618dcfb70"/><dir name="Widget"><file name="Container.php" hash="5d021408d0fb667ee82d3579d777c3b3"/><file name="Geo.php" hash="eec61ddf374c69dfe081ce8c2114ada6"/><file name="Tab.php" hash="20bd816616b7b3ab14d08eb260bce87f"/></dir></dir><file name="Conditions.php" hash="acf4d9e1b29e22cc3249d4ad28f65c9f"/><file name="Editable.php" hash="0bbae8910578ae2c0d9d2b1c61fa37a4"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="0361377ce148e8ca65fb22ff52b49b77"/></dir><dir name="Test"><file name="Recursive.php" hash="f18591356528af9286ca8c18b2a79fba"/><file name="Single.php" hash="a4fa9429ee370237f08439fb7872c32d"/></dir></dir><file name="Filters.php" hash="f4a227fda1e9eda5b71513ee471d4014"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="8bd956533c28df9ab35eea4e49310ae0"/><file name="Campaign.php" hash="6baf0fa41949a926515e2f942eccf0a4"/><file name="Recipient.php" hash="afc3f2179381846eeef9d8ba89f88554"/><file name="Size.php" hash="5a19ee931d74bc5601f429b7738abb18"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="66ff8c9cb122309ed705813aecb5ea17"/></dir><file name="Email.php" hash="8e75d33bb59eb526299e3637aa0befbb"/><file name="Grid.php" hash="9471a9611c42f69ab85cae97910c5c25"/><file name="View.php" hash="a5e233bc2582a95d099b52184aef2b38"/></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="dc1145bb0ceda3ae6aeaff8ad990377e"/></dir><file name="Email.php" hash="36ce90c6fb1dd2b4a5db938a11edd91b"/><file name="Grid.php" hash="d5ae938cab0047107fd993b307b4b0a7"/><file name="View.php" hash="467a9be1635ba1fc50ea0b1cbb66470d"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="1df105f9c448be3a31bdfecf40de2362"/><file name="Object.php" hash="a6e89d4fd5ddc80a05055ba0cacca0af"/></dir></dir><file name="Grid.php" hash="b5fd67d673b9383b24d675039c19fd02"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="69f5d355bf91d60ba6c13fc04ba7732a"/><file name="MailStorage.php" hash="3c21127131913452bd5ef7ac07bfe0cd"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="ed625b91ccf82e22767215e4c42e788b"/></dir><file name="Edit.php" hash="9b75973a3d40b7cd1062ae1d245bef8d"/><file name="Grid.php" hash="da26eea45d8f8aa593477a10b9499a46"/><dir name="Upload"><file name="Form.php" hash="21aa11e3e9e8307e15a50abd871f0d61"/></dir><file name="Upload.php" hash="8076842b28ef0462f1c423b07e66eb3f"/><file name="View.php" hash="e22c3e28f7c8b5adf7e01356b14b5296"/></dir><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="7661e1bcc427309d1e471ce6af25c8d5"/><dir name="Tab"><file name="Conditions.php" hash="e096f48a90bc758bf9d1bb7623ba547c"/><file name="GoalType.php" hash="a31b476f5371acf9a80ada9cca9abab2"/><file name="Settings.php" hash="de938584b637450f3c812d897543210b"/><file name="Tasks.php" hash="ee4a9b71db23509a574942ba9e8b9d07"/><file name="Test.php" hash="b396ec3d68bf1ddb1359d74c7d1c1e34"/></dir><file name="Tabs.php" hash="f480d810a647f719970da53e858e8dd2"/></dir><file name="Edit.php" hash="28f78cda792cd5b371b13847cea71590"/><file name="Grid.php" hash="4df5f6d1ffd16e977ac84324a375ebc4"/><file name="New.php" hash="9dfd568e97a1eb557f044a525fa6ef59"/><dir name="Test"><file name="Emulate.php" hash="91d2b6bf0ea8df5e7f937d849f78768e"/></dir><file name="Test.php" hash="6617b6f8e8c440d9096ff2285cd0ff3d"/><dir name="Upload"><file name="Form.php" hash="a7662614ef5531fd03f97a81ef8505d8"/></dir><file name="Upload.php" hash="3a8d20161a91cf9c13e6cac57b02d149"/><file name="View.php" hash="572d1fe0cb672f8731e229b9d87d8129"/></dir><file name="Unsubscribe.php" hash="fd8867608ffd8610bd1ca2b03d7bb079"/></dir><dir name="Db"><file name="Select.php" hash="bc63c6915bb95ce1bfa6e4e7646c039b"/></dir><dir name="Helper"><file name="Campaign.php" hash="7810cef7c3e7b4297baa6249e25703d4"/><file name="Data.php" hash="f629f534f8e1ca3cc9ceb8eddd1894b9"/><file name="Newsletter.php" hash="d8c3ae8e99df12b09fbec785d219ced0"/><file name="Request.php" hash="d27021b0f2999920bd6b6dd427c0a8c9"/><file name="SqlFormatter.php" hash="02d65eb7a43ccb1cfe4c6de4fcbaadc3"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="b3b5d26265cde7f4bdec9addebd094ab"/><file name="Variation.php" hash="5e2e0254c7994156a167be1a0703c634"/></dir><file name="Campaign.php" hash="20c71eb4550bb59d886609b9e36e232d"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="3aa71f1a2dcf1ad785181fe527d718c4"/><file name="Orders.php" hash="c66cfe426a1753b97d19d4a8362398e1"/></dir><file name="Goal.php" hash="bf361b5128ee258919b0f093ba56fa5b"/><file name="Select.php" hash="bce4b2e3d84c93b9f79d2cce441b8dd1"/><file name="Tracker.php" hash="46a3ee871fbf5e553b9d1e50ebe01fdb"/></dir><file name="DomainThrottle.php" hash="e6b125df5669e0c26979a12353f353ef"/><file name="Email.php" hash="14d0b6379b75f5229f9352caea3dd884"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="b978bcd05a6d95cb99a6015bad3276ba"/><file name="Credits.php" hash="9ba4382f10c3c56ffb9f1700609ce4d0"/><file name="EmailEditor.php" hash="3fa58bb4255fe110f60a56a7b8ed8073"/><file name="Info.php" hash="39f61baebde7fcbfe35af5ab447572d6"/><file name="TemplateEditor.php" hash="f17b925bf4406f259d13b245485de2e9"/><file name="Textarea.php" hash="5bc4b7385a1c380d88b91e5eabd77a79"/><file name="Wildselect.php" hash="16c3a7ba73f747d9932c5f2199c01c62"/></dir></dir><file name="Goal.php" hash="f7751eadf03e004c1db0b7d9ff79a4af"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="9705a7211184388f506c4d3df773c0d1"/><file name="Recipient.php" hash="9844d3bb2c00663e376c2ad5c40a6e87"/><file name="Store.php" hash="2a069014a41a5c5ee822b1ca8e0d6226"/><file name="Unsubscribe.php" hash="b144aded1ada4f3966041b878e7535ba"/></dir></dir><dir name="Email"><file name="Collector.php" hash="fd475b1572136228feb0389b64e771dc"/><dir name="Pull"><file name="Abstract.php" hash="acd951645900a8bc02951aef6888a8d4"/><file name="Storage.php" hash="82273751c9a9e74598a258ecba1c204c"/></dir></dir><file name="Email.php" hash="aa4f97f764a8ae43e3efe3e19c7e9b19"/></dir><file name="Inbox.php" hash="eb4811af108ac0bba052f95d74470809"/><dir name="Link"><file name="Reference.php" hash="a45f12c7bd8ed1ebb59f263a4e17c7ef"/></dir><file name="Link.php" hash="eee5636a4b85dbc2dab500db8fe1ba12"/><dir name="Medium"><file name="Abstract.php" hash="86a409656d5acca4f4c4ff0160df6a8b"/><dir name="Email"><file name="Composer.php" hash="fa0bcfba5a5844aa60bfd68dd5dac06b"/><file name="Filter.php" hash="54ebfad1ef69e9c5b78b532049549541"/><file name="Processor.php" hash="347a3ee6f3fd127f873723af71ad22ad"/><file name="Snippets.php" hash="81e7344f8defd9d0412b1c11b9c85068"/></dir><file name="Email.php" hash="bec20b71f506a581be233e5217086f66"/></dir><file name="Medium.php" hash="8a0e8cb76b0231cea9bbcebfa1353e13"/><dir name="Object"><file name="Abstract.php" hash="a3cca6f1791218875293dbced4fbafa7"/><file name="Address.php" hash="10087ff892adf6e0d60eeb509e12e8c8"/><dir name="Collection"><file name="Item.php" hash="789592b34248c87580ac4fc445d746f8"/></dir><file name="Collection.php" hash="4473152a8980ec0ac525d3fbd9e83ea2"/><dir name="Customer"><file name="Address.php" hash="7e1425d5093d59e8cef29650088a54a4"/></dir><file name="Customer.php" hash="cefb0f6bc821007b1314edbba1614c5c"/><dir name="Filter"><file name="Abstract.php" hash="1600693d6bced26486a3358e1613d3d2"/><dir name="Address"><file name="City.php" hash="d623349033a4b5967d94130435fd3db5"/><file name="Country.php" hash="9305b4bcf84a6919b1a4b0f9731f30b0"/><file name="Postcode.php" hash="0f60703811506fae1db888dc584bb785"/><file name="Region.php" hash="536f498f80a3782c544320a00e29a82c"/><file name="Street.php" hash="0189058d36dbe652b10fd0ac522bab86"/></dir><file name="Attribute.php" hash="99d31edf3b07a3bcc588f58f0e939409"/><dir name="Campaign"><file name="Goal.php" hash="7d685038b09a40626dcbce3363c016b0"/><dir name="Recipient"><file name="Abstract.php" hash="ee1ae503b4120f9ed9a7283e89ea98b2"/><file name="Interact.php" hash="86fa0dfd40d98642c70ae912d101f319"/></dir></dir><file name="Column.php" hash="3f0c11bdc4b82d5922fa7b221de2c7b2"/><file name="Combine.php" hash="78772d6405b64e397cd2c0905897be03"/><file name="Component.php" hash="89762803d5b32e7245e3bd995c486ba4"/><dir name="Customer"><file name="Abstract.php" hash="33aa5e1ae2936ba6fcf6c3a065c31893"/><dir name="Address"><file name="Attribute.php" hash="71ef237d3bc7cce4f9e3822693f8d035"/></dir><file name="Address.php" hash="159b528d17b70b634c57b146bbe0dbd2"/><file name="Attribute.php" hash="ba59f2d008195eb6cef13616e868b4c6"/><file name="Lastlogin.php" hash="fdabcb0ab4c757163597ae903fc5a528"/><file name="Name.php" hash="6e5ec1337989889c8cd8a70336e9b0e4"/><file name="Order.php" hash="77e31c6d6669b2c96253d8524100d160"/></dir><file name="Main.php" hash="a9e41b006b793ca0ba1fb442b59cf145"/><file name="Newsletter.php" hash="2ec10c384b5af16a572665577b1a0cab"/><dir name="Order"><file name="Abstract.php" hash="9eab1ab4eec2634b33e95586e5300f03"/><file name="Address.php" hash="e555f69c4d9e776e445ac21ad6cb76c9"/><file name="Campaign.php" hash="3c0c3b463e8c4d974498403a1507e944"/><dir name="Item"><file name="Abstract.php" hash="9773910ba542c6498baddb02764943db"/><file name="Table.php" hash="989371043c2d25ba90da498a9bee76ac"/></dir><file name="Items.php" hash="f67e385b9a925ee56890c09d716588bb"/><file name="Previous.php" hash="e15a1d46cedf8198e8642a25704ece33"/><file name="Table.php" hash="68b4b571be3268c3de9795d2ec5a600b"/></dir><dir name="Product"><file name="Abstract.php" hash="5e3245790b651b9e3a14a47c6a3f5373"/><file name="Attribute.php" hash="d70f916ad5373102c549d42d27689504"/><file name="Category.php" hash="cf30a9b85c813dbed650fa498d19bdbb"/></dir><dir name="Quote"><file name="Abstract.php" hash="ce29f0c4301a98db2048984c5c2f81d4"/><file name="Address.php" hash="7239859629498a504833798a72db2977"/><dir name="Item"><file name="Table.php" hash="13bcf6bc7b8ffab3a6fa770c743bff20"/></dir><file name="Items.php" hash="c9fa46fcd5b2a77e84fdf180712e1b39"/><file name="Table.php" hash="40ee0bf891fb543b2284727a3513c110"/></dir><file name="Table.php" hash="ed55941ec0bffdbdc5dc368b41defa0e"/></dir><file name="Filter.php" hash="81f1d8df9db20dd14141f2a2970d73f9"/><file name="Order.php" hash="2d3b15ccfbd28df92d536704d51196ea"/><file name="OrderAddress.php" hash="f306a2dd7e1f36c6b89f6b01b52fc3fd"/><file name="OrderItem.php" hash="b6ce6b76503c7627fd6beeed6240b810"/><file name="Product.php" hash="9775b62465850e2db5fb4b0035befe58"/><file name="Quote.php" hash="e78f8d8bc4e977b2e99df6a197522105"/><file name="QuoteAddress.php" hash="0b90431d5ef6e435fd9bf054a1dc0e1b"/><file name="Recipient.php" hash="ffd8ab578078f59884fded44f912dba9"/><file name="Subscriber.php" hash="20642ae513c4e522a6413f1fd10d73f3"/></dir><dir name="Observer"><file name="Abstract.php" hash="e19b2f08381caab4f9569026333b9e26"/><file name="Cron.php" hash="ee90e4410fbe0d2278bf134ec683a897"/><file name="Customer.php" hash="513c04b55404c72f9ef02664d452dd6f"/><file name="Goal.php" hash="9592e28ee44b0dbbbc7ff09cc6a9cb6c"/><file name="Order.php" hash="19b30f0506fb2aed3a4781b7d0bcb817"/></dir><file name="Observer.php" hash="403890d527bc1640c45449a80a1afbb5"/><dir name="Outbox"><file name="Email.php" hash="ee66c27b40238ee2e33aa6004838c5bf"/><dir name="Transporter"><file name="File.php" hash="1e87e892af7abcc9a0357d4d38fdf759"/><file name="Interface.php" hash="55a8d967a00d9deaaf7027f40b2d9457"/><file name="Sendmail.php" hash="206e4a1073d53aef69f29743368010e8"/><file name="Smtp.php" hash="2903ee6a00d7e71d5f511cfa595fc1c4"/></dir><file name="Transporter.php" hash="d19f2784cab7081e920248e147e3e588"/></dir><file name="Outbox.php" hash="df3690f5f300cd4c2494faaecd10aedb"/><file name="Premailer.php" hash="1f71acd17c89c2512815e838870b4bba"/><dir name="Recipient"><file name="Error.php" hash="dc051d4d67e8e0c3b57ee4a0b18a787b"/><dir name="Provider"><file name="Abstract.php" hash="3b1618e812a4bff1a47738915ee39b7b"/><file name="Customer.php" hash="42ed60b8b7f4930960f81eb4987103b1"/><file name="Newsletter.php" hash="3f7b58c2a7245ba641cf1120a3fbb153"/><file name="Order.php" hash="658d34716ce929ab81b43c3d74b80d04"/><file name="Quote.php" hash="7570322f2489abc23c6b13c294d4d30d"/></dir><file name="Provider.php" hash="8e3e4b3e79bb9f5d44417b39237d930a"/></dir><file name="Recipient.php" hash="4518474f2e96e80f73bdab020c499b6d"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="5cf13ac611fef11a768f32978a47c0c8"/><file name="Campaign.php" hash="4860425d502eb501fc0465773e8783d2"/><dir name="Dimension"><file name="Abstract.php" hash="38ab9a4a74790ab804a2069ebfc2e3e2"/><file name="Country.php" hash="518bb9d3d00ff6b07fa8bfd74fd0dea6"/><file name="Dayofweek.php" hash="ef12882d9399ada63aaf485fdb42bf81"/><file name="DeviceBrand.php" hash="d1d20af375eba783e93ac96e8a7fa1f4"/><file name="DeviceType.php" hash="aa4f9a107fd93d02c783ccbe1d2dc14f"/><file name="Hour.php" hash="b3eb1064825cf7a47bc403e89fe724df"/><file name="Os.php" hash="fa1b8dd7d86091f9d89d8bd3bfe7d697"/><file name="Region.php" hash="b916b64d719e9e89a2fe7698934d1606"/><file name="Useragent.php" hash="a061c1135f8aea10e87c51f9eb145aa3"/></dir><file name="Dimension.php" hash="20bd67fae34ef6f595610d5c1d9eed75"/><file name="Events.php" hash="4b296813054450b3a442fcbd695335c9"/><file name="Goals.php" hash="b92b17f473f009d9810908f0fa744202"/><file name="Rates.php" hash="2f03197fb12ae5f258f66379f45459f2"/><file name="Recipient.php" hash="fb8f3fddcb2fa2cfdb74d01da4fa1a48"/><file name="Tracker.php" hash="3355c065c3b8afe73971a1eb0bee4b65"/></dir><file name="Aggregator.php" hash="225f77da5e9f2aea8b54b7dd3d735009"/><file name="Query.php" hash="28ba4c0e89596c7bd671ec08248244fb"/><file name="Seeder.php" hash="622e1b6aa67029504b4bec9dbf48e221"/></dir><file name="Report.php" hash="337f7d721f78626a50f6a8ba65dfe7f8"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="fab526ec732f1fbea32da4243e80b688"/><dir name="Variation"><file name="Collection.php" hash="36edf5a14019608c8bdf8bdb760f7455"/></dir><file name="Variation.php" hash="4a97ef92242e65f01d1414edf99e2ee6"/></dir><file name="Campaign.php" hash="ef7c2622f2aec5f3020f61c4c32b60e9"/><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="466c142ca3d320a983dee3037920ef69"/></dir><file name="Tracker.php" hash="a39c48dea684a945dd0c2a8444409d0e"/></dir><dir name="Email"><file name="Collection.php" hash="660b339de36673e8cba08a2ad114868c"/></dir><file name="Goal.php" hash="29269527dacb83bb97fd67b03ef05026"/><file name="Helper.php" hash="aabdff4c3e553f013d13f09bdd87adbb"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="12d87f025745ce4629b03611d360b52f"/></dir><file name="Email.php" hash="f3dfcd935af626e5dfd4e125ea08b0e7"/></dir><dir name="Link"><file name="Reference.php" hash="d621993559ec37f2c4c7d4d580d364a4"/></dir><file name="Link.php" hash="1a3b9f8755d682670499f375c6749fa2"/><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="e90c6177043e072f05bf171f842d9480"/></dir><file name="Email.php" hash="38115111d82e278c27d9fae76ad6d487"/></dir><dir name="Recipient"><file name="Address.php" hash="0a36ec2bf145819971445aa8d88414f6"/><file name="Binding.php" hash="b0ca099749519293ae3d31f43ef2430e"/><file name="Collection.php" hash="b8159729009b6b9f6831a278a02af6f1"/><dir name="Error"><file name="Collection.php" hash="757513a8e5a98b1557d71fa74ad96cb2"/></dir><file name="Error.php" hash="1299bdfb0992c65cbd3c0a2264da65a7"/><file name="Event.php" hash="5a68f6b662025de25799c4074f540a6f"/><dir name="Goal"><file name="Binder.php" hash="3a2d656a5f32d903902bb6f7ec8a085e"/></dir></dir><file name="Recipient.php" hash="b191a5a4e5b55c13637ebe18b8b1be42"/><file name="Setup.php" hash="9e3d9bf7d9be30aeeb3ac1ba46f77b22"/><dir name="Template"><file name="Collection.php" hash="7eb55e66722701e9b5a9d0ba25e638b0"/></dir><file name="Template.php" hash="e067aa1aa5c55c360e4006f89b3da3ad"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="fcb7a7742957f97df8aff4b3c32b4d0f"/></dir><file name="Session.php" hash="cb7ee1949a1f2494ec276ebb95b3b469"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="22acbc8bcc5d62aa466dc022cd2e4b54"/></dir><dir name="Source"><file name="GeoIp.php" hash="b4f5c2b8a2affad82884d3ae3d264da6"/><file name="MailStorage.php" hash="55ad0e3c8be497ac25bfc2371a68ba9c"/><file name="SmtpAuthentication.php" hash="597a784e7e4313bf6c7ee544900c0316"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="f1269f020ede35bf90e17b8890f92bdb"/></dir><file name="Template.php" hash="275d55087b18ad4ff67b457b9fcbcaca"/></dir><dir name="controllers"><dir name="Admin"><file name="CampaignController.php" hash="74e2fbe1bf0f0c09386b234402328188"/><file name="InboxController.php" hash="e2d1422687320eee195ee895c05a2b7d"/><file name="OutboxController.php" hash="69b52b2542974bc5d09d14f2bed882f4"/><file name="ShortcutController.php" hash="125adff464b74292c26c5fd8d48b55b0"/><file name="TemplateController.php" hash="2ab86650e5d827befedaf61d85bfac2f"/><file name="TrackerController.php" hash="a32344dda95abef177d8e6886f92b538"/></dir><file name="BeaconController.php" hash="d4e5805746653be51d5a6c0f02e6cf4c"/><file name="EmailController.php" hash="053e1ebe70bf94c16b8f7d3aa1d4279c"/><file name="LinkController.php" hash="8cfd8d40783cd2899b3f456df5e3982b"/><file name="UnsubscribeController.php" hash="3229a0343abcb7f006233360f3800b7e"/></dir><dir name="data"><file name="useragent_regexes.php" hash="c1a1dbbe380f317c7c69d419afffa131"/></dir><dir name="etc"><file name="adminhtml.xml" hash="026174a05d408a08f212ee9c47c951d0"/><file name="config.xml" hash="6557fa8eaa1b83e4c5d56b7cbf54b4c6"/><file name="system.xml" hash="d004e493209b0d256aa072f53baac105"/></dir><dir name="sql"><dir name="mzax_emarketing_setup"><file name="direct-orders.mzax.tracker" hash="6351063c618ba1f0d7555b58af077eff"/><file name="indirect-orders.mzax.tracker" hash="e2260302f9c0a694269c8dd2ed6f7cc2"/><file name="install-0.2.php" hash="8aabb0c8730ff856eb845a5b38b3c39e"/><file name="sample.mzax.template" hash="db77bf43d62a480dd078c5f55a64aa7a"/><file name="uninstall.php" hash="a4c725ceefe3214320a902c0db6519ed"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="mzax"><file name="emarketing.xml" hash="50fa81ece163c63f5879eb2df3643f12"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="d3d493f698e1057a6eb693d54b56b54a"/><file name="credits-left.phtml" hash="0ba657c286e94aa83882551b8fb25cd5"/><file name="emergency-stop.phtml" hash="7f22657383de19f98c8ce567e265c9ab"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="7af70fae535e9107d979682ced2c642b"/></dir><file name="load_template.phtml" hash="c54424dc3efccb1a69234f0ff62cd555"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="d744f02f35ee5987cd998b3ec8e3ba39"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="recipients.phtml" hash="de2cc34cdee571e914438b2d7fb6ba6e"/><file name="report.phtml" hash="9eff109ac75718132dd844cedef51d40"/><file name="tasks.phtml" hash="6e634bdd9731d49a8bca9f664733c82a"/></dir><dir name="edit"><file name="js.phtml" hash="44d4c2a730e8c4901dd4fe3802be49be"/></dir><dir name="editor"><file name="text.phtml" hash="a5138e029321f784937f24638249e2c6"/></dir><file name="fieldset.phtml" hash="5c12d2d1472c6fb0a05923343526277b"/><dir name="filter"><file name="page-preview.phtml" hash="4c8cc1575f1415ded6314a5426a0d480"/><dir name="test"><file name="filter.phtml" hash="3cea3c0c05c8591bc0d87382cb604def"/><file name="recursive.phtml" hash="e04350cd6d62bfe1c844858a7aa39b37"/><file name="single.phtml" hash="affac2be1e756dc42804152ffc27bf25"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="8d270d523505b75f02a8f848444c2ee6"/></dir><file name="tasks.phtml" hash="119a127df901885781c5c4f04344465c"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="5c54f10cadf76727984e485d48403a50"/><file name="chart-tab.phtml" hash="6790a02f9a96be806022939fea51c6da"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="mzax"><file name="emarketing.xml" hash="021bc46aa612fc808900f632cce6d8bc"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="link"><file name="redirect.phtml" hash="deee18a9c58107b7be2666943026e21f"/></dir><dir name="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="b98d85482c918400313173f3b50e10f3"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Mzax_Emarketing.xml" hash="3cee6fd8799acaddd8270fd7d62ba03b"/></dir></dir></dir><dir name="js"><dir name="mzax"><dir name="ace"><file name="ext-mage_autocomplete.js" hash="ea2c98d3ab52fe5f2a62c2f11a18d4ef"/><file name="mode-mage.js" hash="5eef7789ea8ae3133905ed2a682a2fdc"/><file name="theme-mage.js" hash="a13dd237e8140c9e13bc43224af6ce7a"/></dir><dir name="ckeditor"><file name="CHANGES.md" hash="086ace5f51cef680819d7804c06ef36b"/><file name="LICENSE.md" hash="b76d377d06b6a60688c32bdf4b45ff16"/><file name="README.md" hash="79e767b62fc79d117ca3c5dc2688c077"/><dir name="adapters"><file name="jquery.js" hash="e4c8afd45bf6ff622524ea428f7ff78a"/></dir><file name="build-config.js" hash="ab427e11b5dcbf596c6aec2aebf5d65c"/><file name="ckeditor.js" hash="4896c30097e66fdf7ed274b4b8939576"/><file name="config.js" hash="d56f7d8d075d6fa9b878aa7afb3e6b23"/><file name="contents.css" hash="e56702c98270ca7443a34f69d9401ee9"/><dir name="lang"><file name="de.js" hash="d0ae453502c70c77f527213e69bab785"/><file name="en.js" hash="e02a2d23d556fe01660bbd7c92532032"/><file name="es.js" hash="b2d8804a8d8d1f776ac81b0370bbc847"/></dir><dir name="plugins"><dir name="a11yhelp"><dir name="dialogs"><file name="a11yhelp.js" hash="5e9cbb2d9548a1bbdda8ab40bc6d82e8"/><dir name="lang"><file name="_translationstatus.txt" hash="9d2f1b77aa8589aad32d2e72c4a48c1c"/><file name="af.js" hash="57db7eae9fadd050140c1a79686576ef"/><file name="ar.js" hash="ae0dca6e4aca53c71d300eebf258f556"/><file name="bg.js" hash="6df810a274cdf531eac0884407c1387f"/><file name="ca.js" hash="e6770613a51e7d6ca8033bdb85a4672b"/><file name="cs.js" hash="ba9fa13cc66b4e9fcef863441894dfd8"/><file name="cy.js" hash="17cd76d97c7442f393c71f5ef3ae5df8"/><file name="da.js" hash="3b489224c0f2c8867d3c31feedb75fe4"/><file name="de.js" hash="62bdfd7e5cc9128c086f9cd366458c29"/><file name="el.js" hash="f1a0ccc89e1ece0fbf0764468d28f67e"/><file name="en-gb.js" hash="97f503f0cfec0005bef7063ef450865d"/><file name="en.js" hash="e7f716fdd18bcc7f2d1dd69d9f751457"/><file name="eo.js" hash="d7d9ace8288515db1b788b201f3c9b14"/><file name="es.js" hash="16a3b44fc1aeb37b12c77e09f5b8e061"/><file name="et.js" hash="dc71f6c0e5201a21b7c50d698e264dfb"/><file name="fa.js" hash="e749aa8c4f7a98b3eb5d372b50b12399"/><file name="fi.js" hash="7642e927603414091b6a78e2fd58e58d"/><file name="fr-ca.js" hash="2b7c2af5cf245dc4de3d94b3ddf33a50"/><file name="fr.js" hash="97137f6c50eb0c52e6079976efea6ce5"/><file name="gl.js" hash="2f5badc1fb30870417f8446e4a922f48"/><file name="gu.js" hash="57c92f55857709a6ebaa1d71df9dde18"/><file name="he.js" hash="c5ace2c1b0e97a4dfac1989956878ad4"/><file name="hi.js" hash="98a400437bbaa7bbe2dc78362a80654b"/><file name="hr.js" hash="1d8979c07e7c2c43edd7e96063d4cb87"/><file name="hu.js" hash="c7d5e59a943e27ab33a3fd9c625b96b4"/><file name="id.js" hash="96b21178e69445f6e34631af98e1897e"/><file name="it.js" hash="9dd479444a107e7a1afec265201facf2"/><file name="ja.js" hash="db6295456692cbf343f3c85303c1c561"/><file name="km.js" hash="75ee722498057c8d6230d2dd0c16e098"/><file name="ko.js" hash="8d7ed1e5e31ea1dbdffe1e499e864da6"/><file name="ku.js" hash="ce91e781995d2538b86b1917d2b5769f"/><file name="lt.js" hash="99854a038cb815d50f6c47b5e0d49b1c"/><file name="lv.js" hash="94eb2107bb4f895f0d2ba0fce046e653"/><file name="mk.js" hash="91e3afedae95d1a8670ba64ea85a0e1f"/><file name="mn.js" hash="5af562e1156d69e461b9d5a3fb07355c"/><file name="nb.js" hash="5c3b6c6c4bb268cc5a5bbcbaa35c23de"/><file name="nl.js" hash="a51056e4b267ff8aa8e6b00af69e9ed9"/><file name="no.js" hash="bbb23c2598e8135cd05df812b0f366ab"/><file name="pl.js" hash="32d99e712eb71d60e884abb180cb0588"/><file name="pt-br.js" hash="89c15d40b9fbd807a029539288f1c831"/><file name="pt.js" hash="efb4968ddd9bc06cc11e790cc2f4ae63"/><file name="ro.js" hash="4f59c58ebf7818850b74ae14bea766ca"/><file name="ru.js" hash="15e64c8841cc204dc500b365d9c971aa"/><file name="si.js" hash="b127d23b2ac9fe5173883045878d4cd1"/><file name="sk.js" hash="b895d3b67ee7ad59c99587155eb88f82"/><file name="sl.js" hash="0439bd74135483683240cb233997c5d3"/><file name="sq.js" hash="f9e265a88d197465c6ba4fc10ebef006"/><file name="sr-latn.js" hash="6774df8a488bf5299d6383a76b68a21e"/><file name="sr.js" hash="2b86e725f5df707a7d04f7eb2f037282"/><file name="sv.js" hash="69cd1ce1820cb078869dc6bbd5c1dd5f"/><file name="th.js" hash="de9aca0b1d174df16a0e46f010e01859"/><file name="tr.js" hash="a9425c2b97256a7ce939dd7b6fdecdd3"/><file name="tt.js" hash="8dfeca9c549fb0694ca7d478a78f1234"/><file name="ug.js" hash="872d326bfd275200cb7d42095a143969"/><file name="uk.js" hash="703b54d911a9127e0e28caa50dee4e54"/><file name="vi.js" hash="5543b700470c7719f1ea3268d6b99709"/><file name="zh-cn.js" hash="a4b6c1e3d9d4a3307fd462247d0a6891"/><file name="zh.js" hash="f02b803bd82bba3fb83c9831daf391b5"/></dir></dir></dir><dir name="clipboard"><dir name="dialogs"><file name="paste.js" hash="d480f919ea090843f97207a7b23fb79e"/></dir></dir><dir name="dialog"><file name="dialogDefinition.js" hash="e3d1a00050872887ebe27dd13c069231"/></dir><file name="icons.png" hash="e6afd5bb75a4ff8fc3e8fe51794b1fc2"/><file name="icons_hidpi.png" hash="3f0428b3d8ae3310d62e11cb2f541b5f"/><dir name="link"><dir name="dialogs"><file name="anchor.js" hash="92c23ab4ab30457ff85d4499c7695749"/><file name="link.js" hash="18b19628e7e314dbdfa02d0e04bdd425"/></dir><dir name="images"><file name="anchor.png" hash="cde31b4a6e7c3a89b00071b73c4e3a94"/><dir name="hidpi"><file name="anchor.png" hash="18b64b492bcef232255f85e9841531ca"/></dir></dir></dir><dir name="magicline"><dir name="images"><dir name="hidpi"><file name="icon-rtl.png" hash="186ae315c9c3cfb30d000405146c4f40"/><file name="icon.png" hash="dded37b889e0c2382dcd7fced21bc914"/></dir><file name="icon-rtl.png" hash="39bf0277ac19feb9832c8bc6540e2832"/><file name="icon.png" hash="050f18823f03b69cc953c67c3d590da7"/></dir></dir><dir name="pastefromword"><dir name="filter"><file name="default.js" hash="b63fcee1a9893d3181047be624360fd3"/></dir></dir><dir name="showprotected"><dir name="dialogs"><file name="protected.js" hash="14f77e1425e174bbca68098ce81d7e3b"/></dir><dir name="images"><file name="code.gif" hash="163488a6d1a538b131ec6fc206699e5f"/></dir></dir><dir name="specialchar"><dir name="dialogs"><dir name="lang"><file name="_translationstatus.txt" hash="194d98388d302d35875d878e37eb83d2"/><file name="af.js" hash="c40b97d8c386f3e18dd4ea140efbc097"/><file name="ar.js" hash="f13c6bd0e2d9244dc7b8c084ddfa20dc"/><file name="bg.js" hash="d42de9c665fa8673acea8b25818ef28e"/><file name="ca.js" hash="9c83c1e07f9d4722c16a31a3b46745a1"/><file name="cs.js" hash="360de9ebf51dc7f407aa0aaa02841ee0"/><file name="cy.js" hash="102d72f4361cc9f3dc1027e63b0546ab"/><file name="da.js" hash="61c6478bedbba7940cb59b68a70dc33b"/><file name="de.js" hash="efc49e4dc39a57dd6e30881e90d37d7b"/><file name="el.js" hash="16afadc8fe0b0f99c1a298b875c0b8e5"/><file name="en-gb.js" hash="18089a7a11d94d93b29658253606d9f8"/><file name="en.js" hash="945f7871dbeb50c31299bcfcf0c7c413"/><file name="eo.js" hash="6d61bf857585b9bab64a72d49d218ea5"/><file name="es.js" hash="58c66fb5089ea0c5cebdc62532992358"/><file name="et.js" hash="511a57bc06c0e19fee7527ff2ac4c1a8"/><file name="fa.js" hash="48809c1c9c99b2b5d2267dd86eaaff9e"/><file name="fi.js" hash="c933874c13b0701d74f5af8bc59fc6a3"/><file name="fr-ca.js" hash="e97737ff20da824ce9b06e4d9cd776b8"/><file name="fr.js" hash="52f1a604d5227e02aea1a79cc4aa679c"/><file name="gl.js" hash="8ea22088a992882033cbf0ab4efefe57"/><file name="he.js" hash="38ca00105219a1eb075ae249a25e6cd8"/><file name="hr.js" hash="4c91987b9d04390f99690cc890c8d49b"/><file name="hu.js" hash="3bc9715cd3cb94d9241bf60ef3296d09"/><file name="id.js" hash="ff9be390ff67fd48f7512c85d968eed3"/><file name="it.js" hash="5f103e92352a7514f283fbf7d0dee18e"/><file name="ja.js" hash="0ad16954d5d5c5eebec4ca8794b31cb7"/><file name="km.js" hash="b8f2bb7926959c5030130dd7df51ab0d"/><file name="ku.js" hash="2ab01472dcc5cccbb17b440dcfacf5e5"/><file name="lt.js" hash="82092f207ae96d96155185af4186d4aa"/><file name="lv.js" hash="b24a1e0e2c922be6a66ff69930c4efa0"/><file name="nb.js" hash="47473a52bd2f40eaab010b36497d42a5"/><file name="nl.js" hash="a60a53f34a2fc46104f43ae7208f7c30"/><file name="no.js" hash="7e559ac208f439e0828cb5b34d8e6d25"/><file name="pl.js" hash="689428c1b70925257030d557948146fb"/><file name="pt-br.js" hash="a3a9f87a3100e818205520f7132df79f"/><file name="pt.js" hash="edd07c226d60b95da27404f5f7570eb9"/><file name="ru.js" hash="c1fc597d32c66c8c6a703c5919c2323c"/><file name="si.js" hash="1b32fc96f1ac0adf8b85cc8688ba32d8"/><file name="sk.js" hash="f4517a5d725fdf1a2329378d22efb715"/><file name="sl.js" hash="f811125c01943e4b0e9c1b56feddcf3d"/><file name="sq.js" hash="0e03d2caaa809c9e1ad811fa836764a1"/><file name="sv.js" hash="ca12a09364634c0567884961be6ab7f3"/><file name="th.js" hash="d304551279386c78142b4e0ee9c56a4a"/><file name="tr.js" hash="b3d9b0dedc876fb4894a6b637fdf2c84"/><file name="tt.js" hash="75cb0bd8ec39356c232506db2360907e"/><file name="ug.js" hash="96507f5a5d7e72f15469a99f0d645de6"/><file name="uk.js" hash="209b972cbb6066e97e7b8b4122616567"/><file name="vi.js" hash="1ee97e539e40c1080297c3a84c5e3f85"/><file name="zh-cn.js" hash="e1d97232891432a18d096feb9e78a0bb"/><file name="zh.js" hash="828048855d947be77aa26f399534279e"/></dir><file name="specialchar.js" hash="ab8882c71bf9938d5817552b7b4794f7"/></dir></dir><dir name="table"><dir name="dialogs"><file name="table.js" hash="287e36bff701e171addb148a29fe813e"/></dir></dir><dir name="tabletools"><dir name="dialogs"><file name="tableCell.js" hash="66c936d062f18e3d01a41e7c5f8a9de9"/></dir></dir><dir name="widget"><dir name="images"><file name="handle.png" hash="8166041f605df672ac83054b6f14693d"/></dir></dir></dir><dir name="samples"><file name="ajax.html" hash="13e12c904135762c54e2642d31634123"/><file name="api.html" hash="5669d9f1f1a904ed1e85e0ea1e15ef97"/><file name="appendto.html" hash="9cf44738ffa6773f5eb3cceb3bcfba1c"/><dir name="assets"><dir name="inlineall"><file name="logo.png" hash="3b4e496615dc92d13bb0dcd0f23acbab"/></dir><dir name="outputxhtml"><file name="outputxhtml.css" hash="5a86ee8ed5c92ad7e93eb5f126709007"/></dir><file name="posteddata.php" hash="87bde163c8c49508cbf0966ecccd35f9"/><file name="sample.jpg" hash="77ed4b8c5beca4c18b4e0d007ac5bf9e"/><dir name="uilanguages"><file name="languages.js" hash="34db2de9bb1301834a32fd9b26584e0c"/></dir></dir><file name="datafiltering.html" hash="599bd5e7de272b30fa755146fd2b19ea"/><file name="divreplace.html" hash="96128b12518bbaada7366fb6659a2d98"/><file name="index.html" hash="52d578befbb65b42162ad0e6ed8895ba"/><file name="inlineall.html" hash="9537678653e090800aa3c7e1dd5499b0"/><file name="inlinebycode.html" hash="1a95857074012d655fafc8ee8d041d15"/><file name="inlinetextarea.html" hash="4d70e1b01e4782ad9a8d0830b4f1cc43"/><file name="jquery.html" hash="29dbd93c398652866b8af428b7c4213d"/><dir name="plugins"><dir name="dialog"><dir name="assets"><file name="my_dialog.js" hash="5f440a90c0eeaa86c386cc7a40494b08"/></dir><file name="dialog.html" hash="b471851873c91312b788dba7808e17f5"/></dir><dir name="enterkey"><file name="enterkey.html" hash="72ad01f514cfd0821cbfb4dcc2342a11"/></dir><dir name="htmlwriter"><dir name="assets"><dir name="outputforflash"><file name="outputforflash.fla" hash="3435fafe2a602f5fd1f6c551bc9ddc38"/><file name="outputforflash.swf" hash="e36a324b70d2cd73941ac1961706daa4"/><file name="swfobject.js" hash="23d81623f093e69cb1f4480f0d6f2958"/></dir></dir><file name="outputforflash.html" hash="30cdec9c17dec4bef9ad7640be16412d"/><file name="outputhtml.html" hash="51cd8a08381d779893f9ace786a98a14"/></dir><dir name="magicline"><file name="magicline.html" hash="d4a3793d63f5f29cf8a11ca609993ee6"/></dir><dir name="sharedspace"><file name="sharedspace.html" hash="1e934807fb99bb5d268bf84668391741"/></dir><dir name="toolbar"><file name="toolbar.html" hash="b3f21442e61e28aac6bd7cb8126cf291"/></dir></dir><file name="readonly.html" hash="b6a0650cef87b334cdbf46fd9de8d668"/><file name="replacebyclass.html" hash="c1aa7fd11107222f311cbeb56a08eca5"/><file name="replacebycode.html" hash="464937c66127b7b1fcd47e46e5804f0b"/><file name="sample.css" hash="45da17bc8bfe713fb52366056b3d5626"/><file name="sample.js" hash="3d98c86ea6c35cf32979a67656686219"/><file name="sample_posteddata.php" hash="cba787bedaffd8a646a7eed4622d7615"/><file name="tabindex.html" hash="5247faf3c7d0e0133e95a2f3bb9d898b"/><file name="uicolor.html" hash="f10e31e66f6431acf57961c46ecf70f8"/><file name="uilanguages.html" hash="03f98f3d7ffc5c2dc9c8b7ab246b55fc"/><file name="xhtmlstyle.html" hash="2adcd1c79ff558ff21f0173d8f81f3b3"/></dir><dir name="skins"><dir name="icy_orange"><file name="bold.png" hash="c122fb13c15a4346166295f32e71a1d3"/><file name="dialog.css" hash="33e783cfaea32ca54788941a63bdd6eb"/><file name="dialog_ie.css" hash="acf2be239117d898f7a9e73e09026116"/><file name="dialog_ie7.css" hash="d5cc9da7a9ba1326e84958c54e9b20e7"/><file name="dialog_ie8.css" hash="94e74ab7b315bbd264ffb23db9cfdc84"/><file name="dialog_iequirks.css" hash="c7726bb743f20ce5b6115d12474e2dc6"/><file name="dialog_opera.css" hash="636c409500ea025885fd10b6d53946a7"/><file name="editor.css" hash="4ff7a3e087bfc0d05db738383d4086e2"/><file name="editor_gecko.css" hash="817a8392831b505002c9a93ce0fa354d"/><file name="editor_ie.css" hash="d65159db471a5bfe98827ce63060db1a"/><file name="editor_ie7.css" hash="009428ac76e92a7695510f18a580fbb6"/><file name="editor_ie8.css" hash="f0eed619cf520a34f2e0d767f1959596"/><file name="editor_iequirks.css" hash="c262e36d3ac8750bb6f0dd9b2d34e8f0"/><file name="find-rtl.png" hash="058bf3745d0d8a05ba3d8ce6c3dd31a9"/><file name="icons.png" hash="2ce53daffb36da967bb628bb70c42d73"/><file name="icons_hidpi.png" hash="878057da02b2ecc2ae61cad5ea4c132c"/><dir name="images"><file name="arrow.png" hash="bf00bd704f4c07bf68ac74fc97f4048b"/><file name="close.png" hash="400b7d585f873156c91bed734052ed23"/><dir name="hidpi"><file name="close.png" hash="0b50469fa387095e0fef5a3d14f1e696"/><file name="lock-open.png" hash="e605db29a9dd200ff67c7a6a47cb8cf5"/><file name="lock.png" hash="fa2ec8251bc7e3ba3adeeb057196bc79"/><file name="refresh.png" hash="e0c80d3ca0fe5353af93daad399279e7"/></dir><file name="lock-open.png" hash="6bd731e0c165ed297a0bdf11a41ed26c"/><file name="lock.png" hash="2fc75413fd693917d55cc206ce4c2a1c"/><file name="refresh.png" hash="230b1b1f62af875f64afc0b1664453cf"/></dir><file name="readme.md" hash="a2e00abd50e5d5f7edb67d7de9f3216c"/><file name="scayt.png" hash="e5729a0bd4942e8f6a80f8dc8a667c8e"/></dir></dir><file name="styles.js" hash="3e62be48fe794f4a1d31cc0aa66471d5"/></dir><file name="ckeditor.plugin.mage.js" hash="56bfe93fbe39249caafe63caf6085467"/><file name="editor.js" hash="d0043c441a7615c2036306ff860e2025"/><file name="report.js" hash="9a0573931eeeab0a790904d34cf6887f"/></dir></dir><dir name="lib"><dir name="Html2Text"><file name="Html2Text.php" hash="3b9113127d07c9fc96a9389af99ed5de"/><file name="Html2TextException.php" hash="de2aaec1a823a6598a376b0e6123b0ac"/><file name="LICENSE.md" hash="b5d7f7156f7785ca2eb55d6cc1b4c118"/><file name="README.md" hash="d905c816088cc87c187c14b52fa70945"/><file name="composer.json" hash="cec80ea0ce4bb635f073c77a316cd7ea"/><file name="composer.lock" hash="cefbcdca2ed380b03e69f98b492c778c"/><file name="phpunit.xml" hash="321806966ac2442ace7e2b98a0c4c20d"/></dir><dir name="Mzax"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="f872daf06c1f4e19e0f96fa0ab759080"/><file name="Arf.php" hash="8470f08e35b12d14ed1a68c336ce83b6"/><file name="Autoreply.php" hash="6bfaa624dedd0530eff7a488a65c894f"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="40178c03134cbb672e60cc1725b8af97"/><file name="Failure.php" hash="26a241af0d1ae6094e0fd88cc876e9b6"/><file name="Rfc1892.php" hash="e924792302298373df69bb356289ee0d"/></dir><file name="Detector.php" hash="9a3766c2728f3f42cbc281132650b64f"/><file name="Mail.php" hash="103463bd2d1d0c82460e9847d4577787"/><file name="Message.php" hash="a569fb9a36a52ce3b8a817a6c34d43cd"/><dir name="Mime"><file name="Decode.php" hash="64f3c3d87374a018bcd9cbcb100b71b6"/><file name="Part.php" hash="321d03f47a785a55809b4b15b86bd07b"/></dir></dir><file name="Bounce.php" hash="46ee71080e8dbed823d0289b3633de54"/><dir name="Chart"><file name="Table.php" hash="062391bf0bb77ade57a44dbda363cda2"/></dir><dir name="Db"><file name="Select.php" hash="1ee9aae14e40cb0b6a1ff6e72836b12f"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="5c64860b20361f44b5cb4aaf4c70c0b2"/><file name="FreeGeoIp.php" hash="c5e72f44d00902b88779a1b3c6c747d8"/><file name="GeoPlugin.php" hash="f2427738fbf3261dfc864c04552990d7"/><file name="Ipinfo.php" hash="952761f088b36253b7c5dc6b288ab155"/></dir><dir name="Data"><file name="region_timezones.csv" hash="13b7a5ea6271a191692c1a6685a0404e"/><file name="subdivison_codes.csv" hash="c6b9628e2a5f57b514a16f5f49369ad1"/><file name="timezones.csv" hash="339f7239cd5b2389b9fa72a45200f241"/></dir><file name="Exception.php" hash="5f05eb30537a855515c441b5a2fcf752"/><file name="Region.php" hash="2d8eae172185278b5c83a87c43f213ad"/><file name="Request.php" hash="32537509766fd29f3d48c98507131dfe"/></dir><file name="GeoIp.php" hash="d026e768f1e4d710984ec4206f3dcf18"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="12f9e1a401175d0ca9f744d399f5b032"/><file name="Mock.php" hash="245ad26df369a78871030832b3276efa"/></dir></dir><file name="Mail.php" hash="a5138e419ee1c47add71c99801c382b9"/><file name="Once.php" hash="0a633af40ccc84fa7630babd42da027e"/><file name="Presist.php" hash="b543ed7c33b5407e8b9d88dea7dd53ae"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="7e3c899ed51c274c7255b39a9d01971b"/><dir name="Exception"><file name="ExceptionInterface.php" hash="81b87b8254324d20d01883d31a8a31fa"/><file name="ExpressionErrorException.php" hash="a4780f238a4468ea2537a655cc9b060b"/><file name="InternalErrorException.php" hash="03829b68e8e9169f226e009867dcf03c"/><file name="ParseException.php" hash="328c79304302dc7d8b0a1078da5a849e"/><file name="SyntaxErrorException.php" hash="c37b2bf7fd04b3009038f0fc7493aa69"/></dir><file name="LICENSE" hash="56dedd4bd25ecd034ac4e1c17ebba0cc"/><dir name="Node"><file name="AbstractNode.php" hash="5382eea600df0d380af1084e08945215"/><file name="AttributeNode.php" hash="114198a6dea5486360743e72d5d69e2a"/><file name="ClassNode.php" hash="e284deaee27c9ff58e1a3b3cc033097a"/><file name="CombinedSelectorNode.php" hash="7ea2ae6f69661cef7835ec6977e04972"/><file name="ElementNode.php" hash="be27346ba0e5749e898768820e250231"/><file name="FunctionNode.php" hash="5913b9aaa0a5ff854826856f4f273bd8"/><file name="HashNode.php" hash="d8904a853df1fe8b8925b06ec8eb227a"/><file name="NegationNode.php" hash="90bd405b703201eef96670921dbf7461"/><file name="NodeInterface.php" hash="2b41a648dd16bdffa49d9f3489a6b178"/><file name="PseudoNode.php" hash="5959f4767a8afbddcfcb02f2ef5c5255"/><file name="SelectorNode.php" hash="791446c82811953eab167bb685cf5eb1"/><file name="Specificity.php" hash="b11339c857c76b7c1a7c45e11ddcc525"/></dir><dir name="Parser"><dir name="Handler"><file name="CommentHandler.php" hash="956bebe94f4a97650ba7d8d1eecd2332"/><file name="HandlerInterface.php" hash="51803aa58222c064dd9bca4f486825a9"/><file name="HashHandler.php" hash="375e70e9b2eed56ad409bb9c0a5ea774"/><file name="IdentifierHandler.php" hash="da0a5fced14dc4e0cdf3a40577b3d3d4"/><file name="NumberHandler.php" hash="2f31d0dd40459498b2f50516ad3889a4"/><file name="StringHandler.php" hash="a90d5b12ef1ff87b817131539191a8f4"/><file name="WhitespaceHandler.php" hash="57fd3c6e26b9ca2099a409cb20084029"/></dir><file name="Parser.php" hash="7cb284344dcd54e50a2b77b6d037a0cc"/><file name="ParserInterface.php" hash="5d6a71eba525e4076245955333b5e041"/><file name="Reader.php" hash="161edf2539ea8b78fe5dd690cebd8ad5"/><dir name="Shortcut"><file name="ClassParser.php" hash="ebd65dcf5a91659b9374437e4de86356"/><file name="ElementParser.php" hash="d3957780b5ed3f1183631457ece68db3"/><file name="EmptyStringParser.php" hash="0a6651291b6c7e9edfe76448a39d2e21"/><file name="HashParser.php" hash="1c0da84b145e1ec6e1e6e2d0f4b7266c"/></dir><file name="Token.php" hash="c71d9bb8dcd3acc2e5a2230131093200"/><file name="TokenStream.php" hash="fa78405d84218349f8fde4f019e0656c"/><dir name="Tokenizer"><file name="Tokenizer.php" hash="992cd824010c019494248b5835166b81"/><file name="TokenizerEscaping.php" hash="2e2afbddc13976d1a437f338e7ccb6d2"/><file name="TokenizerPatterns.php" hash="7dea1a3cadd0fbd41430077517fefee2"/></dir></dir><file name="README.md" hash="587d98dd3ba273664b871f6bdb5178df"/><dir name="XPath"><dir name="Extension"><file name="AbstractExtension.php" hash="fc1cdfba835b7ca2e0bd17d951c03e80"/><file name="AttributeMatchingExtension.php" hash="5a6cb303917a1c3cb50756781ad3f347"/><file name="CombinationExtension.php" hash="4e24ae896c651e51bb840ab71999995c"/><file name="ExtensionInterface.php" hash="0152d4cdc7bbce6ce69ca0b3821472bb"/><file name="FunctionExtension.php" hash="df163689e18cd99f43a69629b7df50c9"/><file name="HtmlExtension.php" hash="9bbf100a7e6cafebc6cde995650ea15f"/><file name="NodeExtension.php" hash="76fce6e4b87f868a116f05124a56b08f"/><file name="PseudoClassExtension.php" hash="9fc07588f8e53c2b5d13834eaa34509f"/></dir><file name="Translator.php" hash="e51e79ab1fa22bade7d910bb25506e0f"/><file name="TranslatorInterface.php" hash="68c6e9ceb7893d292ddd6b8c2d657b76"/><file name="XPathExpr.php" hash="feb0adde624e3fc047c9f7f67567d122"/></dir><file name="composer.json" hash="48614c4cd7df505743fae99ff1533c63"/><file name="phpunit.xml.dist" hash="ce82fe4e83c04bee3883118cbe1acc0a"/></dir></dir></dir><dir name="TijsVerkoyen"><dir name="CssToInlineStyles"><file name="CssToInlineStyles.php" hash="dfca32cbb9af40a9702873599e91cb2c"/><file name="Exception.php" hash="00d2e57adcd2fec19ce70ce3f3e0e12a"/><file name="LICENSE.md" hash="d5bbe692a9b717fb631a681aa3ace904"/><file name="Specificity.php" hash="102aa19c0896f371e9be65a06965529d"/><file name="composer.json" hash="a47437496b448eb8220e0281ffa75b09"/></dir></dir><dir name="UAParser"><file name="AbstractParser.php" hash="7a6a80517c0acdab4a806b1401584150"/><file name="CHANGELOG" hash="21ed505b06c829a9c06f6f19c517c242"/><dir name="Command"><file name="ConvertCommand.php" hash="acb1ee8017e906a377f473ca382909df"/><file name="FetchCommand.php" hash="063882953b4c474da7157aacb363a774"/><file name="LogfileCommand.php" hash="a17010c64b080cfc60bfa49f1b3fb289"/><file name="ParserCommand.php" hash="b7c746edcbfb2f2ebe428b83ff807c5a"/><file name="UpdateCommand.php" hash="cdba47be1ac1674fbb52614480facbcb"/></dir><file name="DeviceParser.php" hash="e47214bd348f1ed1b22ee02281d0e1e2"/><dir name="Exception"><file name="DomainException.php" hash="7db0900cb3691b10f89ce46831358720"/><file name="FetcherException.php" hash="7c2d26aa01bd84c18f44e1a638735876"/><file name="FileNotFoundException.php" hash="eaf5c829b3f43eb236b1ee4b6164338d"/><file name="InvalidArgumentException.php" hash="9a655005409f2f4b4a95d8bfa6c44c2e"/><file name="ReaderException.php" hash="c9ab014735a5818b0726cf7285a2109b"/></dir><file name="LICENSE" hash="e1bf063eb79c08cc980356d2b3745bed"/><file name="OperatingSystemParser.php" hash="79a8173ccff26fecbc34dc27eece4876"/><file name="Parser.php" hash="13c00a686a28e1ff5b522b90cc4c1889"/><file name="README.md" hash="27cf047d540a92349a2382e8c887147d"/><dir name="Result"><file name="AbstractClient.php" hash="7a0f15aac45c4217564c79c6aea5d247"/><file name="AbstractSoftware.php" hash="23af630ec726bd7f3b993189af0afee9"/><file name="AbstractVersionedSoftware.php" hash="d63e4c1fd1c1064b33ce8c4d44f9a756"/><file name="Client.php" hash="7fbdab4558df0294fbd7a54e74e3c8e5"/><file name="Device.php" hash="47c11721128612fbc1063f3a69a6e79b"/><file name="OperatingSystem.php" hash="5ee377eee2502708159f9655425551b2"/><file name="UserAgent.php" hash="1874776bc1bce469c8348d4cbf03587e"/></dir><file name="UserAgentParser.php" hash="1be1fb32da9aeeaccd12d06ffa74e1af"/><dir name="Util"><file name="Converter.php" hash="f3a4b6d18d9c1a484523e9d613899816"/><file name="Fetcher.php" hash="ab801cadaba2b6518cdbb85c8930af19"/><dir name="Logfile"><file name="AbstractReader.php" hash="ed6595ea11e46e688d74009ea0122605"/><file name="ApacheCommonLogFormatReader.php" hash="7372b00a21eb85f5f7372f9e53139e45"/><file name="ReaderInterface.php" hash="0956a91d253b03de64c4656117a7655c"/></dir></dir><file name="composer.json" hash="7a14f9c576783d9db694da31225239ee"/><file name="phpunit.xml.dist" hash="cd168009a2f37eb12b87d77ad43d713a"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="c16a2571a1fe083a69ac97298cbf5b08"/></dir><file name="update-resources.sh" hash="53d68ccfa9ec45642569546796fdb884"/></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="mzax"><file name="editor.css" hash="3d501ab3e06e253045ea2aa55ed7980c"/><file name="emarketing.css" hash="c94ddb5b2ac244a7880efcd61afdee67"/><dir name="images"><file name="add-tiny.png" hash="04f642db30ac836b58d91770c42a7087"/><file name="add.png" hash="f2e51ed86b5c87693bc31eb18cffcde6"/><file name="bg-remove.png" hash="085b0ea8bf4488c53a5eaab2f28eaf4c"/><file name="block-bg.png" hash="eb5b5a1dbaa4a40b4d7d56ea36b0db8f"/><file name="corner-arrows.png" hash="98f15a0b96a79bd35f7cc9c3552f27b2"/><file name="dd-chart-tab.png" hash="bfca5a1d3deb031e2fbbc4d89cf2adf6"/><file name="delete-tiny.png" hash="58c14611b1a036c55353b9b5993a85df"/><file name="delete.png" hash="f2c735bea2def15264ab2ec87a722407"/><file name="element-add.png" hash="bdd3ce65d6777550f983f8bba949340a"/><file name="element-clone.png" hash="762e0d3593f83f589afca4e9d785cd78"/><file name="element-remove.png" hash="8c51a642226558f6bb34159da34d0123"/><file name="element-remove2.png" hash="e89ce65e9a80e1ee9e35e784cd7b9a1e"/><file name="element-repeat.png" hash="3ccfbc455a907a30a34bdd61e3f4ec49"/><file name="element-swap.png" hash="92b97e695db713a4000fdbc88628e723"/><file name="fullscreen.png" hash="0a00475876e23a623a8ee346de991dc2"/><file name="funnel-arrow.png" hash="eb56bc2bb6865ea4f123105e4d2f2de6"/><file name="icon_image.png" hash="9acff5f2211bcfdf12af6db057e7a019"/><file name="icon_source.png" hash="d9a2353334fd2786b1e7def89e6d6b63"/><file name="image.png" hash="4da12ca4c81d857c8a718556a999ba45"/><file name="mage_code.png" hash="434f9cb7723f1bc0fa92b2438e287933"/><file name="preview-tab-icons.png" hash="292b16d26d02c9a0d299b4457033e502"/><file name="preview-toggle.png" hash="9eaf699db62fa3727f5d08cc118b2f90"/><file name="save.png" hash="a26d2b01209b95edd6a352fd9f49ee40"/><file name="start.png" hash="aba370113bf888ee5655e81f938f73ee"/><file name="stop.png" hash="527ef0809d2fc1949ff3c4c6ff363ac9"/><file name="swap-down.png" hash="9c269cd00e1b0d676bec912de671d1b6"/><file name="swap-up.png" hash="788d244ba3443a826f44476ffb2f056f"/><file name="variable.png" hash="f71ee09f953cd3be23d55dd5963b32e9"/><file name="widget.png" hash="bd36b41f43b95c28ce0caf83f3b2495a"/></dir></dir></dir></dir></dir></dir></target></contents>
48
  <compatible/>
49
  <dependencies>
50
  <required>
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <package>
3
  <name>Mzax_Emarketing</name>
4
+ <version>0.2.6</version>
5
  <stability>beta</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
43
  </author>
44
  </authors>
45
  <date>2015-07-07</date>
46
+ <time>5:03:36</time>
47
+ <contents><target name="mage"><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="app"><dir name="code"><dir name="community"><dir name="Mzax"><dir name="Emarketing"><dir name="Block"><dir name="Campaign"><dir name="Edit"><file name="Form.php" hash="b7b05f1e5e36f9db8e62b5ed110e2c42"/><dir name="Medium"><file name="Abstract.php" hash="b6fc79dd77de9a94b92482dcc2c28f98"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="372bc1c05a2ed7bdf06b9f54eb46fcc1"/><file name="Outbox.php" hash="4e61dfb4d073f36c570e953a27da05a6"/></dir></dir><file name="Email.php" hash="6fa30cfec9a378731fa91011b5e8e81e"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="ae4dea4b9bb0efc1526d15b359ff7b0b"/><file name="Variation.php" hash="2b2defdebc29c5fe0016327d1bb4dbe7"/></dir><file name="Content.php" hash="96c5aca198e099ef8992e9eb7a0f3d19"/><file name="Errors.php" hash="e2dfc16ec4755812be43560f818a794f"/><file name="Filters.php" hash="e4126ae2dd3b6f809b95686ccb4311b8"/><file name="Inbox.php" hash="981ee4fbbb11ec0a645d1c91197470da"/><file name="Medium.php" hash="e87793aa8c428b033081ba509141c0be"/><dir name="Recipients"><file name="Grid.php" hash="ac7b052a4172e60da5081a7aa4dbe364"/></dir><file name="Recipients.php" hash="df9835cf0661b0123950fd04cd026740"/><file name="Report.php" hash="c866f1d54406239cfe071944ce6d84ea"/><file name="Settings.php" hash="bcb42bc295fbecabbdfe470ef48ced9d"/><file name="Tasks.php" hash="7b3859f0a98c03217f7559eb1c3a4a5a"/><file name="Test.php" hash="f992af45337c379c4b00d878a110bd32"/></dir><file name="Tabs.php" hash="13d08a45753511d2a124d76657fffc8e"/></dir><file name="Edit.php" hash="9993bb66bebff9e1cf38dd2df7409d43"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="52b31badfd5c4487f626c3ea0e240b0b"/></dir><dir name="Renderer"><file name="Action.php" hash="66b593d6b243e75676fba3ee76179b63"/><file name="Filter.php" hash="337ad5870e5c655722de5f012f12f6e2"/><file name="SendMail.php" hash="bf5bc2441f8784f0bbdbb5422e2828e4"/><file name="Sender.php" hash="5d1c6b421c14ba88a9eeecf834586cfd"/><file name="Stats.php" hash="c8f0f5c8ce7d7960755a98307d766888"/></dir></dir><file name="Grid.php" hash="c55116172f9a29a07106a1fc16f50efd"/><file name="New.php" hash="5e25393d6ef2f6676c19f736585188c3"/><file name="Preview.php" hash="145edb82660bf13abce9883c76d5ab6b"/><dir name="SendTestMail"><file name="Form.php" hash="3d26ee2b5f06df61693621e3e588baf8"/></dir><file name="SendTestMail.php" hash="2ea16d3fb6cf7253203e61343be97db5"/><dir name="Test"><file name="Emulate.php" hash="dfa434c63911a7ee9245dc213f60a8df"/></dir><file name="Test.php" hash="1d8b4933593cb974201b2f6c222cf5d6"/><file name="View.php" hash="aba1c3a7f4af1b9c02a60aec40258279"/></dir><dir name="Chart"><file name="Abstract.php" hash="ef1309e233bdd3b78808a05da8190fcf"/><file name="Area.php" hash="5c7fcb6b63a4d366418ca71906a19c97"/><file name="Bar.php" hash="cffcecd6c950e4dcb2d3ad8d1c4daf2f"/><file name="Column.php" hash="0bedd238f933388888bf2216ddc5dbe4"/><file name="Geo.php" hash="15306e20cd1b4e703ecc34b3aba7f197"/><file name="Line.php" hash="1180078c5ca4e72f5ef0b9a59c275cb0"/><file name="Pie.php" hash="e249bf4bd5b1f47e48ed056eaeb713e1"/><file name="Scatter.php" hash="dba61832677a65290f703f1c25fd5ed7"/><file name="SteppedArea.php" hash="35a2e4e5253e3af209159bc0424db8e4"/><dir name="Widget"><file name="Container.php" hash="9b6ef8f254a577d761bf45104bef233b"/><file name="Geo.php" hash="87dfdef61c309c2f5454b3087cc9adbe"/><file name="Tab.php" hash="ed2a5ba55a947c74afb477eaa1c2a505"/></dir></dir><file name="Conditions.php" hash="31ba676455fb25f528ecb245054894f5"/><file name="Editable.php" hash="a94c503fbfe6656e6b51b23e3d0dad8d"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="d4afc4ff2c17635638daf04676d1e56a"/></dir><dir name="Test"><file name="Recursive.php" hash="b4aa5768b4dd857ebe9f3b33b23814c7"/><file name="Single.php" hash="c47a421bdf4c4fb6cd5a1c10e8fd8a96"/></dir></dir><file name="Filters.php" hash="24bd247d18927ec4991bfd59f6d6598b"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="39362ef76cc908a6e6815f395ca03f04"/><file name="Campaign.php" hash="62f81ee5ec80beb5f42374d2f6d97574"/><file name="Recipient.php" hash="53978e4b88b13ee7f5b6ea2de83fd7e3"/><file name="Size.php" hash="7bb8e97374f69ff5d0190b0ab9343f0b"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="904a8bb03130e0fd2a3ad4a408c7953c"/></dir><file name="Email.php" hash="cb77c28aca9459ba672a3fdc018a783c"/><file name="Grid.php" hash="7ea63a2f356d3bb1e261789cd7a9fc00"/><file name="View.php" hash="5ef48783e180bd609f4c8240df4bac17"/></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="185decc0c6b14cde8ffdf803e3a19f5e"/></dir><file name="Email.php" hash="1cd4d3c6637403b08fb8faf92dba7ead"/><file name="Grid.php" hash="499bffad293945e002a58193485a26ed"/><file name="View.php" hash="5b38316af43a2aabe77dfb8dd5597a7a"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="8c8ae21ec05b688b3026fc32cd3df1a7"/><file name="Object.php" hash="6440f7645494db4af61e970d32d87b8c"/></dir></dir><file name="Grid.php" hash="f18cae3d9f46dc99a18d91819c892fb8"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="8f47adcb07ea23e59c5505ca5148a933"/><file name="MailStorage.php" hash="f3eddd4b4ce4861eed63e3c27867b4ce"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="dd52b0f390407b7cdeb515ffd61a201e"/></dir><file name="Edit.php" hash="5836438d1d0dc8425bdb8a22edf43d55"/><file name="Grid.php" hash="57f5340c9f0f741eed5fe0b85ae9cff3"/><dir name="Upload"><file name="Form.php" hash="ea8ef76fe83c11adb14effeb14291bf1"/></dir><file name="Upload.php" hash="a3c77ebaeb32dd49f3f69a4fe77efa3c"/><file name="View.php" hash="82f1340f6121509dfa2dd05f78c7c324"/></dir><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="c950390dcaee4ea12f5da03d40ad9f59"/><dir name="Tab"><file name="Conditions.php" hash="b0fd3caa911c2354f454440a2a7de8b2"/><file name="GoalType.php" hash="6bf8807e000f1d2cb60f4659b3dfee58"/><file name="Settings.php" hash="34e0e5aa543346a1390a4bab9f690cc6"/><file name="Tasks.php" hash="3136d64b04a0135ff980c84b4a1bec33"/><file name="Test.php" hash="a31f4fb64f50132815fdf11b1007a7f2"/></dir><file name="Tabs.php" hash="52f5a2ecbed244ecc2377b462f6b14dc"/></dir><file name="Edit.php" hash="651b0a427eed91022e71d5361446206e"/><file name="Grid.php" hash="da8e0cc75aa95b19ac67a2a95ff7aabd"/><file name="New.php" hash="2deca503a30b489f21d96b9fecaf57c6"/><dir name="Test"><file name="Emulate.php" hash="d3fc3bd4a315f6462b342a75256c7480"/></dir><file name="Test.php" hash="9f9a421c74e4ca7045ac842d49014a8b"/><dir name="Upload"><file name="Form.php" hash="6e06cb39ce169aef4d7381950cbc5569"/></dir><file name="Upload.php" hash="c22214cf7207d69985682986c9f2a755"/><file name="View.php" hash="6faff47c8e6dc5700ea9ce5233f1fe61"/></dir><file name="Unsubscribe.php" hash="e18314e8434f578ac9b1f5a728b205a8"/></dir><dir name="Db"><file name="Select.php" hash="1eefdabd69aa6e61cc98b31b1991d3a1"/></dir><dir name="Helper"><file name="Campaign.php" hash="13f8e3a7af7da24053fde75fa96417f0"/><file name="Data.php" hash="953255a92b6c74f840b4cc68281695e7"/><file name="Newsletter.php" hash="83d7f1fecb8181e0c35d65626affd1c6"/><file name="Request.php" hash="aea4c42a8bfbdbc6aea3b13d9b7656fb"/><file name="SqlFormatter.php" hash="5278521539cc3073d35bad3146584f94"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="9885adaf429b368e865c204588d5c43c"/><file name="Variation.php" hash="78c36ca3560f4ed5e94474da47c8fbd4"/></dir><file name="Campaign.php" hash="d0bced5ff2fcd1e5ea03e91cbf4f477f"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="3d8da29158491c265bbebd49e8c437ea"/><file name="Orders.php" hash="3e5e4128cc16245fddebfaea5574be59"/></dir><file name="Goal.php" hash="968f1bcc6c4d3d67d79ae6691936f8b7"/><file name="Select.php" hash="4f169a92c3321893f372f2b59386f5d7"/><file name="Tracker.php" hash="255dbd9f5caabc4ef5ea1e050bcb494b"/></dir><file name="DomainThrottle.php" hash="a7ea562f4e0b0e9bb8267f1db0082710"/><file name="Email.php" hash="318845509fca2d0733ac57d2f1d3e08c"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="9fe24d371f573ced621df83310f5f814"/><file name="Credits.php" hash="36e1f907618bb378d1cbe33069e32e7d"/><file name="EmailEditor.php" hash="f54836b29848274005df4d660e2f5cdf"/><file name="Info.php" hash="ac153e62bd859e68c1494cc34f2c3d08"/><file name="TemplateEditor.php" hash="4d040c14a3fc103f9f5828c59f13f7d4"/><file name="Textarea.php" hash="6f9a6aa9011bcfd47c807d1eb2d8af46"/><file name="Wildselect.php" hash="9e3427a7eddb1fca4302f209ac702671"/></dir></dir><file name="Goal.php" hash="32870a85e90b67da036cbd44489e52db"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="b40fa4430d95e468cb8564a2283234a7"/><file name="Recipient.php" hash="56d7cc93c9672034e3c507e1d3aec507"/><file name="Store.php" hash="bee1161ec194a7a09d9f1ea417c38434"/><file name="Unsubscribe.php" hash="cada6876159829a0f29fb280d2058f6e"/></dir></dir><dir name="Email"><file name="Collector.php" hash="500bee5890877adbd7d19d544a9df374"/><dir name="Pull"><file name="Abstract.php" hash="6ade54fb39eefe5665ccf5648c9c094d"/><file name="Storage.php" hash="53c990dd7719c4d9feabeaca839ec170"/></dir></dir><file name="Email.php" hash="e1a7876f88a29c3ea3a49d2d77b09bb4"/></dir><file name="Inbox.php" hash="3b372fee6dfd6d43d3f8f4a4c3adb8e0"/><dir name="Link"><file name="Reference.php" hash="c559132b8055eeb29c6a657541058e49"/></dir><file name="Link.php" hash="b36470937c14b399ab87c01078231ac4"/><dir name="Medium"><file name="Abstract.php" hash="6050c4986a06c10ac7a3602611b0783f"/><dir name="Email"><file name="Composer.php" hash="b63b7e360af28679f7e16d8bb64d1fbd"/><file name="Filter.php" hash="e709ca3662648423d83a29bf31cce3c9"/><file name="Processor.php" hash="8634f7ac2665ee22d53b10ee4007e3ef"/><file name="Snippets.php" hash="b5205e4eba225a01d9e075b298f590c1"/></dir><file name="Email.php" hash="970ffe11b833adf3020b300160c928a8"/></dir><file name="Medium.php" hash="18cc47627bfabb845f43713eb7bae22f"/><dir name="Object"><file name="Abstract.php" hash="5f5d8a18665b39b98c4e77a5cfbfb9f2"/><file name="Address.php" hash="70a81de5b04f6830c5dde685b8a06734"/><dir name="Collection"><file name="Item.php" hash="68152df38bce0a900ce074febff31b6c"/></dir><file name="Collection.php" hash="d2b1870f3e2f66d524b3b9df8b4dce32"/><dir name="Customer"><file name="Address.php" hash="eb4c2f310dea973495b26bd713e874b5"/></dir><file name="Customer.php" hash="07c0bc560d954ef73a693af5ce932464"/><dir name="Filter"><file name="Abstract.php" hash="8f9a52c70438faab8805aff212d87755"/><dir name="Address"><file name="City.php" hash="9f50fd2717980d7fa82cd280e90eb227"/><file name="Country.php" hash="92e306be628bae9e253fd1126553f59b"/><file name="Postcode.php" hash="dd7aedc0c2724e56b75acb455583be08"/><file name="Region.php" hash="8d77a791d0be08bb023c2ca6f9796f58"/><file name="Street.php" hash="96b1fcf006eeea2bd9d1eb69ad44cace"/></dir><file name="Attribute.php" hash="879092bc5f73d34989c45362462883cc"/><dir name="Campaign"><file name="Goal.php" hash="9130862edfc1725d4da24c6b3565da74"/><dir name="Recipient"><file name="Abstract.php" hash="5549c4f3434f11a4bee69f6ba3095934"/><file name="Interact.php" hash="9956bfdb2cfbd21501381ca6fb454db2"/></dir></dir><file name="Column.php" hash="870ecd0be64a934b3e51337eb02ca3d2"/><file name="Combine.php" hash="0a60b4709f61f4818670cda3d9047624"/><file name="Component.php" hash="9f6f533ce928c7b04d7a648af21be3b5"/><dir name="Customer"><file name="Abstract.php" hash="52957dadaf85bc28a8337ac31ece6202"/><dir name="Address"><file name="Attribute.php" hash="40a2eeea9241377eaa1af3653f426ff4"/></dir><file name="Address.php" hash="280eb63bc72ea7e3e91ca280a7e9ab1d"/><file name="Attribute.php" hash="31e2275639f31090901397b3747b3411"/><file name="Lastlogin.php" hash="eafc73d3b0ee93c07934afe5243546a9"/><file name="Name.php" hash="e39ab4a70b02e1b8815c52fea51000f5"/><file name="Order.php" hash="278ea24fe2f70233fbd7ed2ecaa588eb"/></dir><file name="Main.php" hash="be8c4356b3aaa4c160a5c7476bc9d776"/><file name="Newsletter.php" hash="15b5baa964927b5d70ec54db8762e2b5"/><dir name="Order"><file name="Abstract.php" hash="af9ea39c15a636a3900e5daa7710ef7d"/><file name="Address.php" hash="cbb01b972447356a32d003c75297a571"/><file name="Campaign.php" hash="544f0d3d3c12921be09061839bbe9e5a"/><dir name="Item"><file name="Abstract.php" hash="efdf455dbadde04aafc34df77be2b3c8"/><file name="Table.php" hash="d8c61535711f11070ad5be1e676f32bd"/></dir><file name="Items.php" hash="9ff5e9fc601aa8cb2f1eeaa3ac31b85e"/><file name="Previous.php" hash="99b3d4185f92a9066fea3c801833f063"/><file name="Table.php" hash="c9e4930d4b920f21851f047b46bd65e4"/></dir><dir name="Product"><file name="Abstract.php" hash="113eac850e897252f15eb65bc21bae87"/><file name="Attribute.php" hash="f29ebb8646e529b3220d292cc00473a4"/><file name="Category.php" hash="01576bcfea93ddd1702552bf6544ee76"/></dir><dir name="Quote"><file name="Abstract.php" hash="612bfa63d595032480b50adb368e56cc"/><file name="Address.php" hash="7adfefe40f11cba5093408336b3c31ab"/><dir name="Item"><file name="Table.php" hash="6c259a3c6915c0248610081defe0177e"/></dir><file name="Items.php" hash="f6d953d9e51b0b4edf3b98cc18aaedb6"/><file name="Table.php" hash="7f69348eaabf95f37765e14e6e90f0e3"/></dir><file name="Table.php" hash="19ed77c7a29f9f6f1f48b5d91432c3f1"/></dir><file name="Filter.php" hash="dca1086af8038acd1588abfbac88939a"/><file name="Order.php" hash="ab91e6fa973ab0f88c7ef01b72f79afc"/><file name="OrderAddress.php" hash="7d829f6a54150716ee35e014ac4a3262"/><file name="OrderItem.php" hash="d64940cb9186b56ac194d2ca274799fd"/><file name="Product.php" hash="3ac7bf6dac85b16b9a326a0b107ddd08"/><file name="Quote.php" hash="a6c044c20bd076b76e2005513bee92f5"/><file name="QuoteAddress.php" hash="540642ea833ad8c75224f09d5fae9e44"/><file name="Recipient.php" hash="42ba7cd8588de98b8ff12dc9694df2d8"/><file name="Subscriber.php" hash="940cfcf2f26939997940e125cffe217f"/></dir><dir name="Observer"><file name="Abstract.php" hash="4741a39c0c9ee8af3578d44664341a6c"/><file name="Cron.php" hash="fe7a9eb1166c65ca1a25c3c0bbaa72f4"/><file name="Customer.php" hash="6ef03ee48d984e1db94e7ccd51bb487a"/><file name="Goal.php" hash="c152c70f56fd80e12e783cbf13188442"/><file name="Order.php" hash="4d6ec19b9c0a3992b7b822c548070a62"/></dir><file name="Observer.php" hash="c08fa923812b2a5deb4a54865bb3005e"/><dir name="Outbox"><file name="Email.php" hash="871eb6f0a0dc458e8075c4d26f09b544"/><dir name="Transporter"><file name="File.php" hash="458e5f0b856cb469e38f4a9ad0903131"/><file name="Interface.php" hash="06438109d0558a1c45b1a76a7f0a81e4"/><file name="Sendmail.php" hash="bcee88a26f0ba59e27cfd27a94e68ff9"/><file name="Smtp.php" hash="7f93fcdc7e1ece212a24ec8d380d5163"/></dir><file name="Transporter.php" hash="7b4c964e037291ff3efd29a391fbf82a"/></dir><file name="Outbox.php" hash="b891926f446c9e657bb81e0ed7863a5a"/><file name="Premailer.php" hash="6df4e0a420c8b7880bd7eef195d990a1"/><dir name="Recipient"><file name="Error.php" hash="fd0169c2f11c826f70e9c5c368ccf4b0"/><dir name="Provider"><file name="Abstract.php" hash="5c531b458f03b3604a274ce6d40ccf6d"/><file name="Customer.php" hash="ac41febb95dad078419a03487cd1c76c"/><file name="Newsletter.php" hash="7d907298f8bfe5956c3a26a5fd2cedf4"/><file name="Order.php" hash="94e30eaa9a38fb70599b3bb3fab8569e"/><file name="Quote.php" hash="052873fdd5ea8a22d94dc4c82a9ef4c6"/></dir><file name="Provider.php" hash="a458800365cdb2056fb8da0ef2e07c71"/></dir><file name="Recipient.php" hash="504a433d963e1571e7c98d6b642ac8c4"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="f1875662d6df834dad3e235edc811903"/><file name="Campaign.php" hash="486ca0e6b8faec92d658a0a83b6c8237"/><dir name="Dimension"><file name="Abstract.php" hash="c92ccc082fba90f711f433aab07bae4f"/><file name="Country.php" hash="7867f176579fb4c55a1cf0a5f9ed790a"/><file name="Dayofweek.php" hash="06f7a8c68eea454c8aca8088eaae5ff1"/><file name="DeviceBrand.php" hash="c6bc58384eea3bc31d60d947d9309c45"/><file name="DeviceType.php" hash="a106a07e415b7ccffc19ef4629e584e1"/><file name="Hour.php" hash="c34efe14b17af3b417659df39b785c5b"/><file name="Os.php" hash="5c9b8a019b1adc34b6e8dea382819647"/><file name="Region.php" hash="4f5bc49524da548d959b60cc741d9928"/><file name="Useragent.php" hash="5e2257b31d1d717952eddbf6eed52a99"/></dir><file name="Dimension.php" hash="26b026e9f7f6dd23f0ca15a78350ffa5"/><file name="Events.php" hash="c9f2b25fef1fc7bab347a4f6f63719a5"/><file name="Goals.php" hash="26c917adee4aff2be126d68b0e32c64b"/><file name="Rates.php" hash="7cb8f5a92f0848a0669d569656c5abfa"/><file name="Recipient.php" hash="2ef8aecbee52f62ba1dfcb4713f0d89e"/><file name="Tracker.php" hash="997481b71586dab2e5701fdf7ca5ead0"/></dir><file name="Aggregator.php" hash="7039e71e514b90ad4008749cb9a9a3e3"/><file name="Query.php" hash="f2b9fdb369814c0f10c1debce9d0de81"/><file name="Seeder.php" hash="8e3f1f646182a862277054641d9d3f37"/></dir><file name="Report.php" hash="4f5fe2e5a0793a68de21911a2c91b4c8"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="2d4087b0f7f005750867efff9d7b7b67"/><dir name="Variation"><file name="Collection.php" hash="9e17363feaaa6fafc2608299ded1568a"/></dir><file name="Variation.php" hash="3e6bc3dc92273b4f38ebaef4a6740dab"/></dir><file name="Campaign.php" hash="32d3fc7756e5899f99d8e8e4a0af92d9"/><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="f9de10dd598ab21367d7219593bba5ab"/></dir><file name="Tracker.php" hash="661dab9241dc9e008425ec1b429807b2"/></dir><dir name="Email"><file name="Collection.php" hash="cc423c3a8f40bce0f76a7ff110050eeb"/></dir><file name="Goal.php" hash="43f1d678b5b3a3a2319bd4a5ef49ea34"/><file name="Helper.php" hash="dedfe935db8cf26c80df3e22757541b3"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="a91c908fdb883310d7b2f68cc4911cf3"/></dir><file name="Email.php" hash="00a510a93af7bd7e090d8e6520a12bd7"/></dir><dir name="Link"><file name="Reference.php" hash="bf4a176a973f29a7387d892cd6dc8029"/></dir><file name="Link.php" hash="cfdfd971faf338e7a66568fc6abc5b35"/><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="830ee5aab59e6d311fa0809e105eb78e"/></dir><file name="Email.php" hash="e3adf6fb55f06de20f794b3b300f521a"/></dir><dir name="Recipient"><file name="Address.php" hash="9cfb0a23fff9414f95dabb33f9440fd1"/><file name="Binding.php" hash="3d2c96e7a635f0ee1c9ffa2de98728a9"/><file name="Collection.php" hash="050c70ddce040b0bcb796c845f82d2e4"/><dir name="Error"><file name="Collection.php" hash="fcf6fc92f32aff776f7d48af0d768039"/></dir><file name="Error.php" hash="8698bb58ea4adc44b0851519c1620347"/><file name="Event.php" hash="58c25e9e89d45dfae091d0d8934b13b0"/><dir name="Goal"><file name="Binder.php" hash="76eed9d07bc4809200c672b6742636df"/></dir></dir><file name="Recipient.php" hash="b49718ab86fce538d852058569920aa4"/><file name="Setup.php" hash="89b2c613a9f14e9d4a2bda68be5dd00b"/><dir name="Template"><file name="Collection.php" hash="1270ee00c37137442df414dc0ee3b9cb"/></dir><file name="Template.php" hash="cf17edf5d83bb75a01fddad0a332511f"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="c4a33cc541096a54f266bf90de3ae10e"/></dir><file name="Session.php" hash="3ae02afa75b2fbf3bde2df793113920b"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="36a7dce4246b02e9085a580be2c52005"/></dir><dir name="Source"><file name="GeoIp.php" hash="f833d0f94a77331bc54b437b22894d2a"/><file name="MailStorage.php" hash="7ab694746a0d95238a3e59a986cd487a"/><file name="SmtpAuthentication.php" hash="7ea1e82b6f33d4677e84a932b62c14a0"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="cd4b8a81d35df564188d04638a5f73c5"/></dir><file name="Template.php" hash="b745e76e2d3b90e02610c06e49ba99cd"/></dir><dir name="controllers"><dir name="Admin"><file name="CampaignController.php" hash="c5a84b76a7e830ad1d67bb6064fc1d71"/><file name="InboxController.php" hash="2fe3e23937457c5f4e1f476118beaf34"/><file name="OutboxController.php" hash="d94fb816ca1bfc88b379d957bc2aae1b"/><file name="ShortcutController.php" hash="f993988f98f3c5a5c9b2f29a832babd1"/><file name="TemplateController.php" hash="a2401b84074351493f4ffd45d592c798"/><file name="TrackerController.php" hash="10e25b22ecc5854d6bf7d43d03cd76a4"/></dir><file name="BeaconController.php" hash="207df42c19362ce8e11d24baae0fa124"/><file name="EmailController.php" hash="02f455e2a521218c22d4282e2ad96f29"/><file name="LinkController.php" hash="89548acd7d8bd106ac9435c265ccc1df"/><file name="UnsubscribeController.php" hash="a29f0a76031dfd562f2c3c62c2f433ac"/></dir><dir name="data"><file name="useragent_regexes.php" hash="2b4564a47cb2a85be3a8dd5354a3d097"/></dir><dir name="etc"><file name="adminhtml.xml" hash="af3a8562a020004db1031e8e16389268"/><file name="config.xml" hash="fca07a8de3308a9adeb1e6861ff50da2"/><file name="system.xml" hash="973d5fdaffb977a0653b57e930299f55"/></dir><dir name="sql"><dir name="mzax_emarketing_setup"><file name="direct-orders.mzax.tracker" hash="6351063c618ba1f0d7555b58af077eff"/><file name="indirect-orders.mzax.tracker" hash="e2260302f9c0a694269c8dd2ed6f7cc2"/><file name="install-0.2.php" hash="561e42ccf6b70cbc166a131dc6376c81"/><file name="sample.mzax.template" hash="db77bf43d62a480dd078c5f55a64aa7a"/><file name="uninstall.php" hash="0c7de6e280eb66fb0039b44dc94683cd"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="mzax"><file name="emarketing.xml" hash="28c4afcc7c23000d4cf432408291cef6"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="ef97055252c1979347682556622bf479"/><file name="credits-left.phtml" hash="0ba657c286e94aa83882551b8fb25cd5"/><file name="emergency-stop.phtml" hash="7f22657383de19f98c8ce567e265c9ab"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="4bf75f1d9029b5c355d472b4eb4d463c"/></dir><file name="load_template.phtml" hash="debc8e0a36aa64eefec32339a413622a"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="d5d139f03cad568fb17c765ad5e9ef74"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="recipients.phtml" hash="336daa6270e4d731840b8f2e2d1b7196"/><file name="report.phtml" hash="e14113356f7849762651c1782d76844d"/><file name="tasks.phtml" hash="baf974b4e898dd5f163588bb8a4bab48"/></dir><dir name="edit"><file name="js.phtml" hash="9cf8a1ea57c337acc4da8914d391dee6"/></dir><dir name="editor"><file name="text.phtml" hash="f7abacce019b7e31fb141aea135e363d"/></dir><file name="fieldset.phtml" hash="8562fcefb687748e1df866e06717a20f"/><dir name="filter"><file name="page-preview.phtml" hash="f9ee5362543ae546cc81a222ecaea76d"/><dir name="test"><file name="filter.phtml" hash="dda02450c7ae892725dc9bcef521459d"/><file name="recursive.phtml" hash="ecd02138415873304b8156934b4f0a41"/><file name="single.phtml" hash="67b393cdd911988932a264a261e0fea5"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="2ea632cf4b4d4c8af7dde0b16cf30996"/></dir><file name="tasks.phtml" hash="d355da4b9d417dbe05e86d09c9517283"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="2a934344907e8d2db7a5a3d41c2dfc2e"/><file name="chart-tab.phtml" hash="a2ed62aa3fdf180aa875fb6c35e4cbfb"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="mzax"><file name="emarketing.xml" hash="7c8e3c79b5b78c4b1d9c9e7868380b0d"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="link"><file name="redirect.phtml" hash="deee18a9c58107b7be2666943026e21f"/></dir><dir name="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="b98d85482c918400313173f3b50e10f3"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Mzax_Emarketing.xml" hash="3cee6fd8799acaddd8270fd7d62ba03b"/></dir></dir></dir><dir name="js"><dir name="mzax"><dir name="ace"><file name="ext-mage_autocomplete.js" hash="5f96fc51865c0296f51268b137569c5c"/><file name="mode-mage.js" hash="aaf14ef82650698077720da3d84a7565"/><file name="theme-mage.js" hash="ed01dd4eed70a2bd0817eb2d970c0671"/></dir><dir name="ckeditor"><file name="CHANGES.md" hash="086ace5f51cef680819d7804c06ef36b"/><file name="LICENSE.md" hash="b76d377d06b6a60688c32bdf4b45ff16"/><file name="README.md" hash="79e767b62fc79d117ca3c5dc2688c077"/><dir name="adapters"><file name="jquery.js" hash="e4c8afd45bf6ff622524ea428f7ff78a"/></dir><file name="build-config.js" hash="ab427e11b5dcbf596c6aec2aebf5d65c"/><file name="ckeditor.js" hash="4896c30097e66fdf7ed274b4b8939576"/><file name="config.js" hash="d56f7d8d075d6fa9b878aa7afb3e6b23"/><file name="contents.css" hash="e56702c98270ca7443a34f69d9401ee9"/><dir name="lang"><file name="de.js" hash="d0ae453502c70c77f527213e69bab785"/><file name="en.js" hash="e02a2d23d556fe01660bbd7c92532032"/><file name="es.js" hash="b2d8804a8d8d1f776ac81b0370bbc847"/></dir><dir name="plugins"><dir name="a11yhelp"><dir name="dialogs"><file name="a11yhelp.js" hash="5e9cbb2d9548a1bbdda8ab40bc6d82e8"/><dir name="lang"><file name="_translationstatus.txt" hash="9d2f1b77aa8589aad32d2e72c4a48c1c"/><file name="af.js" hash="57db7eae9fadd050140c1a79686576ef"/><file name="ar.js" hash="ae0dca6e4aca53c71d300eebf258f556"/><file name="bg.js" hash="6df810a274cdf531eac0884407c1387f"/><file name="ca.js" hash="e6770613a51e7d6ca8033bdb85a4672b"/><file name="cs.js" hash="ba9fa13cc66b4e9fcef863441894dfd8"/><file name="cy.js" hash="17cd76d97c7442f393c71f5ef3ae5df8"/><file name="da.js" hash="3b489224c0f2c8867d3c31feedb75fe4"/><file name="de.js" hash="62bdfd7e5cc9128c086f9cd366458c29"/><file name="el.js" hash="f1a0ccc89e1ece0fbf0764468d28f67e"/><file name="en-gb.js" hash="97f503f0cfec0005bef7063ef450865d"/><file name="en.js" hash="e7f716fdd18bcc7f2d1dd69d9f751457"/><file name="eo.js" hash="d7d9ace8288515db1b788b201f3c9b14"/><file name="es.js" hash="16a3b44fc1aeb37b12c77e09f5b8e061"/><file name="et.js" hash="dc71f6c0e5201a21b7c50d698e264dfb"/><file name="fa.js" hash="e749aa8c4f7a98b3eb5d372b50b12399"/><file name="fi.js" hash="7642e927603414091b6a78e2fd58e58d"/><file name="fr-ca.js" hash="2b7c2af5cf245dc4de3d94b3ddf33a50"/><file name="fr.js" hash="97137f6c50eb0c52e6079976efea6ce5"/><file name="gl.js" hash="2f5badc1fb30870417f8446e4a922f48"/><file name="gu.js" hash="57c92f55857709a6ebaa1d71df9dde18"/><file name="he.js" hash="c5ace2c1b0e97a4dfac1989956878ad4"/><file name="hi.js" hash="98a400437bbaa7bbe2dc78362a80654b"/><file name="hr.js" hash="1d8979c07e7c2c43edd7e96063d4cb87"/><file name="hu.js" hash="c7d5e59a943e27ab33a3fd9c625b96b4"/><file name="id.js" hash="96b21178e69445f6e34631af98e1897e"/><file name="it.js" hash="9dd479444a107e7a1afec265201facf2"/><file name="ja.js" hash="db6295456692cbf343f3c85303c1c561"/><file name="km.js" hash="75ee722498057c8d6230d2dd0c16e098"/><file name="ko.js" hash="8d7ed1e5e31ea1dbdffe1e499e864da6"/><file name="ku.js" hash="ce91e781995d2538b86b1917d2b5769f"/><file name="lt.js" hash="99854a038cb815d50f6c47b5e0d49b1c"/><file name="lv.js" hash="94eb2107bb4f895f0d2ba0fce046e653"/><file name="mk.js" hash="91e3afedae95d1a8670ba64ea85a0e1f"/><file name="mn.js" hash="5af562e1156d69e461b9d5a3fb07355c"/><file name="nb.js" hash="5c3b6c6c4bb268cc5a5bbcbaa35c23de"/><file name="nl.js" hash="a51056e4b267ff8aa8e6b00af69e9ed9"/><file name="no.js" hash="bbb23c2598e8135cd05df812b0f366ab"/><file name="pl.js" hash="32d99e712eb71d60e884abb180cb0588"/><file name="pt-br.js" hash="89c15d40b9fbd807a029539288f1c831"/><file name="pt.js" hash="efb4968ddd9bc06cc11e790cc2f4ae63"/><file name="ro.js" hash="4f59c58ebf7818850b74ae14bea766ca"/><file name="ru.js" hash="15e64c8841cc204dc500b365d9c971aa"/><file name="si.js" hash="b127d23b2ac9fe5173883045878d4cd1"/><file name="sk.js" hash="b895d3b67ee7ad59c99587155eb88f82"/><file name="sl.js" hash="0439bd74135483683240cb233997c5d3"/><file name="sq.js" hash="f9e265a88d197465c6ba4fc10ebef006"/><file name="sr-latn.js" hash="6774df8a488bf5299d6383a76b68a21e"/><file name="sr.js" hash="2b86e725f5df707a7d04f7eb2f037282"/><file name="sv.js" hash="69cd1ce1820cb078869dc6bbd5c1dd5f"/><file name="th.js" hash="de9aca0b1d174df16a0e46f010e01859"/><file name="tr.js" hash="a9425c2b97256a7ce939dd7b6fdecdd3"/><file name="tt.js" hash="8dfeca9c549fb0694ca7d478a78f1234"/><file name="ug.js" hash="872d326bfd275200cb7d42095a143969"/><file name="uk.js" hash="703b54d911a9127e0e28caa50dee4e54"/><file name="vi.js" hash="5543b700470c7719f1ea3268d6b99709"/><file name="zh-cn.js" hash="a4b6c1e3d9d4a3307fd462247d0a6891"/><file name="zh.js" hash="f02b803bd82bba3fb83c9831daf391b5"/></dir></dir></dir><dir name="clipboard"><dir name="dialogs"><file name="paste.js" hash="d480f919ea090843f97207a7b23fb79e"/></dir></dir><dir name="dialog"><file name="dialogDefinition.js" hash="e3d1a00050872887ebe27dd13c069231"/></dir><file name="icons.png" hash="e6afd5bb75a4ff8fc3e8fe51794b1fc2"/><file name="icons_hidpi.png" hash="3f0428b3d8ae3310d62e11cb2f541b5f"/><dir name="link"><dir name="dialogs"><file name="anchor.js" hash="92c23ab4ab30457ff85d4499c7695749"/><file name="link.js" hash="18b19628e7e314dbdfa02d0e04bdd425"/></dir><dir name="images"><file name="anchor.png" hash="cde31b4a6e7c3a89b00071b73c4e3a94"/><dir name="hidpi"><file name="anchor.png" hash="18b64b492bcef232255f85e9841531ca"/></dir></dir></dir><dir name="magicline"><dir name="images"><dir name="hidpi"><file name="icon-rtl.png" hash="186ae315c9c3cfb30d000405146c4f40"/><file name="icon.png" hash="dded37b889e0c2382dcd7fced21bc914"/></dir><file name="icon-rtl.png" hash="39bf0277ac19feb9832c8bc6540e2832"/><file name="icon.png" hash="050f18823f03b69cc953c67c3d590da7"/></dir></dir><dir name="pastefromword"><dir name="filter"><file name="default.js" hash="b63fcee1a9893d3181047be624360fd3"/></dir></dir><dir name="showprotected"><dir name="dialogs"><file name="protected.js" hash="14f77e1425e174bbca68098ce81d7e3b"/></dir><dir name="images"><file name="code.gif" hash="163488a6d1a538b131ec6fc206699e5f"/></dir></dir><dir name="specialchar"><dir name="dialogs"><dir name="lang"><file name="_translationstatus.txt" hash="194d98388d302d35875d878e37eb83d2"/><file name="af.js" hash="c40b97d8c386f3e18dd4ea140efbc097"/><file name="ar.js" hash="f13c6bd0e2d9244dc7b8c084ddfa20dc"/><file name="bg.js" hash="d42de9c665fa8673acea8b25818ef28e"/><file name="ca.js" hash="9c83c1e07f9d4722c16a31a3b46745a1"/><file name="cs.js" hash="360de9ebf51dc7f407aa0aaa02841ee0"/><file name="cy.js" hash="102d72f4361cc9f3dc1027e63b0546ab"/><file name="da.js" hash="61c6478bedbba7940cb59b68a70dc33b"/><file name="de.js" hash="efc49e4dc39a57dd6e30881e90d37d7b"/><file name="el.js" hash="16afadc8fe0b0f99c1a298b875c0b8e5"/><file name="en-gb.js" hash="18089a7a11d94d93b29658253606d9f8"/><file name="en.js" hash="945f7871dbeb50c31299bcfcf0c7c413"/><file name="eo.js" hash="6d61bf857585b9bab64a72d49d218ea5"/><file name="es.js" hash="58c66fb5089ea0c5cebdc62532992358"/><file name="et.js" hash="511a57bc06c0e19fee7527ff2ac4c1a8"/><file name="fa.js" hash="48809c1c9c99b2b5d2267dd86eaaff9e"/><file name="fi.js" hash="c933874c13b0701d74f5af8bc59fc6a3"/><file name="fr-ca.js" hash="e97737ff20da824ce9b06e4d9cd776b8"/><file name="fr.js" hash="52f1a604d5227e02aea1a79cc4aa679c"/><file name="gl.js" hash="8ea22088a992882033cbf0ab4efefe57"/><file name="he.js" hash="38ca00105219a1eb075ae249a25e6cd8"/><file name="hr.js" hash="4c91987b9d04390f99690cc890c8d49b"/><file name="hu.js" hash="3bc9715cd3cb94d9241bf60ef3296d09"/><file name="id.js" hash="ff9be390ff67fd48f7512c85d968eed3"/><file name="it.js" hash="5f103e92352a7514f283fbf7d0dee18e"/><file name="ja.js" hash="0ad16954d5d5c5eebec4ca8794b31cb7"/><file name="km.js" hash="b8f2bb7926959c5030130dd7df51ab0d"/><file name="ku.js" hash="2ab01472dcc5cccbb17b440dcfacf5e5"/><file name="lt.js" hash="82092f207ae96d96155185af4186d4aa"/><file name="lv.js" hash="b24a1e0e2c922be6a66ff69930c4efa0"/><file name="nb.js" hash="47473a52bd2f40eaab010b36497d42a5"/><file name="nl.js" hash="a60a53f34a2fc46104f43ae7208f7c30"/><file name="no.js" hash="7e559ac208f439e0828cb5b34d8e6d25"/><file name="pl.js" hash="689428c1b70925257030d557948146fb"/><file name="pt-br.js" hash="a3a9f87a3100e818205520f7132df79f"/><file name="pt.js" hash="edd07c226d60b95da27404f5f7570eb9"/><file name="ru.js" hash="c1fc597d32c66c8c6a703c5919c2323c"/><file name="si.js" hash="1b32fc96f1ac0adf8b85cc8688ba32d8"/><file name="sk.js" hash="f4517a5d725fdf1a2329378d22efb715"/><file name="sl.js" hash="f811125c01943e4b0e9c1b56feddcf3d"/><file name="sq.js" hash="0e03d2caaa809c9e1ad811fa836764a1"/><file name="sv.js" hash="ca12a09364634c0567884961be6ab7f3"/><file name="th.js" hash="d304551279386c78142b4e0ee9c56a4a"/><file name="tr.js" hash="b3d9b0dedc876fb4894a6b637fdf2c84"/><file name="tt.js" hash="75cb0bd8ec39356c232506db2360907e"/><file name="ug.js" hash="96507f5a5d7e72f15469a99f0d645de6"/><file name="uk.js" hash="209b972cbb6066e97e7b8b4122616567"/><file name="vi.js" hash="1ee97e539e40c1080297c3a84c5e3f85"/><file name="zh-cn.js" hash="e1d97232891432a18d096feb9e78a0bb"/><file name="zh.js" hash="828048855d947be77aa26f399534279e"/></dir><file name="specialchar.js" hash="ab8882c71bf9938d5817552b7b4794f7"/></dir></dir><dir name="table"><dir name="dialogs"><file name="table.js" hash="287e36bff701e171addb148a29fe813e"/></dir></dir><dir name="tabletools"><dir name="dialogs"><file name="tableCell.js" hash="66c936d062f18e3d01a41e7c5f8a9de9"/></dir></dir><dir name="widget"><dir name="images"><file name="handle.png" hash="8166041f605df672ac83054b6f14693d"/></dir></dir></dir><dir name="samples"><file name="ajax.html" hash="13e12c904135762c54e2642d31634123"/><file name="api.html" hash="5669d9f1f1a904ed1e85e0ea1e15ef97"/><file name="appendto.html" hash="9cf44738ffa6773f5eb3cceb3bcfba1c"/><dir name="assets"><dir name="inlineall"><file name="logo.png" hash="3b4e496615dc92d13bb0dcd0f23acbab"/></dir><dir name="outputxhtml"><file name="outputxhtml.css" hash="5a86ee8ed5c92ad7e93eb5f126709007"/></dir><file name="posteddata.php" hash="87bde163c8c49508cbf0966ecccd35f9"/><file name="sample.jpg" hash="77ed4b8c5beca4c18b4e0d007ac5bf9e"/><dir name="uilanguages"><file name="languages.js" hash="34db2de9bb1301834a32fd9b26584e0c"/></dir></dir><file name="datafiltering.html" hash="599bd5e7de272b30fa755146fd2b19ea"/><file name="divreplace.html" hash="96128b12518bbaada7366fb6659a2d98"/><file name="index.html" hash="52d578befbb65b42162ad0e6ed8895ba"/><file name="inlineall.html" hash="9537678653e090800aa3c7e1dd5499b0"/><file name="inlinebycode.html" hash="1a95857074012d655fafc8ee8d041d15"/><file name="inlinetextarea.html" hash="4d70e1b01e4782ad9a8d0830b4f1cc43"/><file name="jquery.html" hash="29dbd93c398652866b8af428b7c4213d"/><dir name="plugins"><dir name="dialog"><dir name="assets"><file name="my_dialog.js" hash="5f440a90c0eeaa86c386cc7a40494b08"/></dir><file name="dialog.html" hash="b471851873c91312b788dba7808e17f5"/></dir><dir name="enterkey"><file name="enterkey.html" hash="72ad01f514cfd0821cbfb4dcc2342a11"/></dir><dir name="htmlwriter"><dir name="assets"><dir name="outputforflash"><file name="outputforflash.fla" hash="3435fafe2a602f5fd1f6c551bc9ddc38"/><file name="outputforflash.swf" hash="e36a324b70d2cd73941ac1961706daa4"/><file name="swfobject.js" hash="23d81623f093e69cb1f4480f0d6f2958"/></dir></dir><file name="outputforflash.html" hash="30cdec9c17dec4bef9ad7640be16412d"/><file name="outputhtml.html" hash="51cd8a08381d779893f9ace786a98a14"/></dir><dir name="magicline"><file name="magicline.html" hash="d4a3793d63f5f29cf8a11ca609993ee6"/></dir><dir name="sharedspace"><file name="sharedspace.html" hash="1e934807fb99bb5d268bf84668391741"/></dir><dir name="toolbar"><file name="toolbar.html" hash="b3f21442e61e28aac6bd7cb8126cf291"/></dir></dir><file name="readonly.html" hash="b6a0650cef87b334cdbf46fd9de8d668"/><file name="replacebyclass.html" hash="c1aa7fd11107222f311cbeb56a08eca5"/><file name="replacebycode.html" hash="464937c66127b7b1fcd47e46e5804f0b"/><file name="sample.css" hash="45da17bc8bfe713fb52366056b3d5626"/><file name="sample.js" hash="3d98c86ea6c35cf32979a67656686219"/><file name="sample_posteddata.php" hash="cba787bedaffd8a646a7eed4622d7615"/><file name="tabindex.html" hash="5247faf3c7d0e0133e95a2f3bb9d898b"/><file name="uicolor.html" hash="f10e31e66f6431acf57961c46ecf70f8"/><file name="uilanguages.html" hash="03f98f3d7ffc5c2dc9c8b7ab246b55fc"/><file name="xhtmlstyle.html" hash="2adcd1c79ff558ff21f0173d8f81f3b3"/></dir><dir name="skins"><dir name="icy_orange"><file name="bold.png" hash="c122fb13c15a4346166295f32e71a1d3"/><file name="dialog.css" hash="33e783cfaea32ca54788941a63bdd6eb"/><file name="dialog_ie.css" hash="acf2be239117d898f7a9e73e09026116"/><file name="dialog_ie7.css" hash="d5cc9da7a9ba1326e84958c54e9b20e7"/><file name="dialog_ie8.css" hash="94e74ab7b315bbd264ffb23db9cfdc84"/><file name="dialog_iequirks.css" hash="c7726bb743f20ce5b6115d12474e2dc6"/><file name="dialog_opera.css" hash="636c409500ea025885fd10b6d53946a7"/><file name="editor.css" hash="4ff7a3e087bfc0d05db738383d4086e2"/><file name="editor_gecko.css" hash="817a8392831b505002c9a93ce0fa354d"/><file name="editor_ie.css" hash="d65159db471a5bfe98827ce63060db1a"/><file name="editor_ie7.css" hash="009428ac76e92a7695510f18a580fbb6"/><file name="editor_ie8.css" hash="f0eed619cf520a34f2e0d767f1959596"/><file name="editor_iequirks.css" hash="c262e36d3ac8750bb6f0dd9b2d34e8f0"/><file name="find-rtl.png" hash="058bf3745d0d8a05ba3d8ce6c3dd31a9"/><file name="icons.png" hash="2ce53daffb36da967bb628bb70c42d73"/><file name="icons_hidpi.png" hash="878057da02b2ecc2ae61cad5ea4c132c"/><dir name="images"><file name="arrow.png" hash="bf00bd704f4c07bf68ac74fc97f4048b"/><file name="close.png" hash="400b7d585f873156c91bed734052ed23"/><dir name="hidpi"><file name="close.png" hash="0b50469fa387095e0fef5a3d14f1e696"/><file name="lock-open.png" hash="e605db29a9dd200ff67c7a6a47cb8cf5"/><file name="lock.png" hash="fa2ec8251bc7e3ba3adeeb057196bc79"/><file name="refresh.png" hash="e0c80d3ca0fe5353af93daad399279e7"/></dir><file name="lock-open.png" hash="6bd731e0c165ed297a0bdf11a41ed26c"/><file name="lock.png" hash="2fc75413fd693917d55cc206ce4c2a1c"/><file name="refresh.png" hash="230b1b1f62af875f64afc0b1664453cf"/></dir><file name="readme.md" hash="a2e00abd50e5d5f7edb67d7de9f3216c"/><file name="scayt.png" hash="e5729a0bd4942e8f6a80f8dc8a667c8e"/></dir></dir><file name="styles.js" hash="3e62be48fe794f4a1d31cc0aa66471d5"/></dir><file name="ckeditor.plugin.mage.js" hash="91ee8841d3579667c169f2e298659885"/><file name="editor.js" hash="fe3dee1cebecfa726d3cf8d95748f4ae"/><file name="report.js" hash="3f2b7c1f06e2be9f82431cfb40f9c0fb"/></dir></dir><dir name="lib"><dir name="Html2Text"><file name="Html2Text.php" hash="3b9113127d07c9fc96a9389af99ed5de"/><file name="Html2TextException.php" hash="de2aaec1a823a6598a376b0e6123b0ac"/><file name="LICENSE.md" hash="b5d7f7156f7785ca2eb55d6cc1b4c118"/><file name="README.md" hash="d905c816088cc87c187c14b52fa70945"/><file name="composer.json" hash="cec80ea0ce4bb635f073c77a316cd7ea"/><file name="composer.lock" hash="cefbcdca2ed380b03e69f98b492c778c"/><file name="phpunit.xml" hash="321806966ac2442ace7e2b98a0c4c20d"/></dir><dir name="Mzax"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="e7155dc60f49c7dfe7999a17b23820d8"/><file name="Arf.php" hash="81c33dc885c050ae04efa338c9030154"/><file name="Autoreply.php" hash="de34e3cfbe65f09c75204b1b8ac390a6"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="ea9c18044821c39107660c8e427361fa"/><file name="Failure.php" hash="13312b3caea904d9ee12a70d08f9d17d"/><file name="Rfc1892.php" hash="d15ec98d06ff72113f0b19d9cb545ebc"/></dir><file name="Detector.php" hash="0a60633c0c1974e5e4effa8f4c2ba897"/><file name="Mail.php" hash="40db4e6c2272f65b4a0811a7cf48ae19"/><file name="Message.php" hash="26c61a750ca8f03f4c7958fcefc1955e"/><dir name="Mime"><file name="Decode.php" hash="473748578bb958ba2725380a5faec9dd"/><file name="Part.php" hash="8dd7a5f12f9f3217705f409da3774549"/></dir></dir><file name="Bounce.php" hash="5f3318edc6f348f40098f7ce1cbe576b"/><dir name="Chart"><file name="Table.php" hash="a2450c6c9a76d7ee3d2fb2e0c71c903c"/></dir><dir name="Db"><file name="Select.php" hash="818bedfba9cd461146581612b6cbddcf"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="d3337ca825d3ea1d96c43de5a307765e"/><file name="FreeGeoIp.php" hash="ee6b31ba85e0eb54c8885afddd2fcfa9"/><file name="GeoPlugin.php" hash="906157234e7e3ed5d04dceb93de6cddb"/><file name="Ipinfo.php" hash="4295536c14cb0212383141438cf5a884"/></dir><dir name="Data"><file name="region_timezones.csv" hash="13b7a5ea6271a191692c1a6685a0404e"/><file name="subdivison_codes.csv" hash="c6b9628e2a5f57b514a16f5f49369ad1"/><file name="timezones.csv" hash="339f7239cd5b2389b9fa72a45200f241"/></dir><file name="Exception.php" hash="33e98e1acd694549e445ec0d384a48de"/><file name="Region.php" hash="62e607ee9ff896a3e81c187e5863ecc5"/><file name="Request.php" hash="36e25072c8d6791cb8e29a971eb74a07"/></dir><file name="GeoIp.php" hash="9470f0804de0cc65de76e776d440d04d"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="fbf6de05adb86e39e9ac09572ba0e761"/><file name="Mock.php" hash="1f785fcd063f48cb1cdb924a6c567718"/></dir></dir><file name="Mail.php" hash="da89aa2f23f7b08808eafcd18cdb3779"/><file name="Once.php" hash="9423cd2ea3a978147f8e89047aa3e28e"/><file name="Presist.php" hash="de6067835de71c0746d52f61b5ae4318"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="7e3c899ed51c274c7255b39a9d01971b"/><dir name="Exception"><file name="ExceptionInterface.php" hash="81b87b8254324d20d01883d31a8a31fa"/><file name="ExpressionErrorException.php" hash="a4780f238a4468ea2537a655cc9b060b"/><file name="InternalErrorException.php" hash="03829b68e8e9169f226e009867dcf03c"/><file name="ParseException.php" hash="328c79304302dc7d8b0a1078da5a849e"/><file name="SyntaxErrorException.php" hash="c37b2bf7fd04b3009038f0fc7493aa69"/></dir><file name="LICENSE" hash="56dedd4bd25ecd034ac4e1c17ebba0cc"/><dir name="Node"><file name="AbstractNode.php" hash="5382eea600df0d380af1084e08945215"/><file name="AttributeNode.php" hash="114198a6dea5486360743e72d5d69e2a"/><file name="ClassNode.php" hash="e284deaee27c9ff58e1a3b3cc033097a"/><file name="CombinedSelectorNode.php" hash="7ea2ae6f69661cef7835ec6977e04972"/><file name="ElementNode.php" hash="be27346ba0e5749e898768820e250231"/><file name="FunctionNode.php" hash="5913b9aaa0a5ff854826856f4f273bd8"/><file name="HashNode.php" hash="d8904a853df1fe8b8925b06ec8eb227a"/><file name="NegationNode.php" hash="90bd405b703201eef96670921dbf7461"/><file name="NodeInterface.php" hash="2b41a648dd16bdffa49d9f3489a6b178"/><file name="PseudoNode.php" hash="5959f4767a8afbddcfcb02f2ef5c5255"/><file name="SelectorNode.php" hash="791446c82811953eab167bb685cf5eb1"/><file name="Specificity.php" hash="b11339c857c76b7c1a7c45e11ddcc525"/></dir><dir name="Parser"><dir name="Handler"><file name="CommentHandler.php" hash="956bebe94f4a97650ba7d8d1eecd2332"/><file name="HandlerInterface.php" hash="51803aa58222c064dd9bca4f486825a9"/><file name="HashHandler.php" hash="375e70e9b2eed56ad409bb9c0a5ea774"/><file name="IdentifierHandler.php" hash="da0a5fced14dc4e0cdf3a40577b3d3d4"/><file name="NumberHandler.php" hash="2f31d0dd40459498b2f50516ad3889a4"/><file name="StringHandler.php" hash="a90d5b12ef1ff87b817131539191a8f4"/><file name="WhitespaceHandler.php" hash="57fd3c6e26b9ca2099a409cb20084029"/></dir><file name="Parser.php" hash="7cb284344dcd54e50a2b77b6d037a0cc"/><file name="ParserInterface.php" hash="5d6a71eba525e4076245955333b5e041"/><file name="Reader.php" hash="161edf2539ea8b78fe5dd690cebd8ad5"/><dir name="Shortcut"><file name="ClassParser.php" hash="ebd65dcf5a91659b9374437e4de86356"/><file name="ElementParser.php" hash="d3957780b5ed3f1183631457ece68db3"/><file name="EmptyStringParser.php" hash="0a6651291b6c7e9edfe76448a39d2e21"/><file name="HashParser.php" hash="1c0da84b145e1ec6e1e6e2d0f4b7266c"/></dir><file name="Token.php" hash="c71d9bb8dcd3acc2e5a2230131093200"/><file name="TokenStream.php" hash="fa78405d84218349f8fde4f019e0656c"/><dir name="Tokenizer"><file name="Tokenizer.php" hash="992cd824010c019494248b5835166b81"/><file name="TokenizerEscaping.php" hash="2e2afbddc13976d1a437f338e7ccb6d2"/><file name="TokenizerPatterns.php" hash="7dea1a3cadd0fbd41430077517fefee2"/></dir></dir><file name="README.md" hash="587d98dd3ba273664b871f6bdb5178df"/><dir name="XPath"><dir name="Extension"><file name="AbstractExtension.php" hash="fc1cdfba835b7ca2e0bd17d951c03e80"/><file name="AttributeMatchingExtension.php" hash="5a6cb303917a1c3cb50756781ad3f347"/><file name="CombinationExtension.php" hash="4e24ae896c651e51bb840ab71999995c"/><file name="ExtensionInterface.php" hash="0152d4cdc7bbce6ce69ca0b3821472bb"/><file name="FunctionExtension.php" hash="df163689e18cd99f43a69629b7df50c9"/><file name="HtmlExtension.php" hash="9bbf100a7e6cafebc6cde995650ea15f"/><file name="NodeExtension.php" hash="76fce6e4b87f868a116f05124a56b08f"/><file name="PseudoClassExtension.php" hash="9fc07588f8e53c2b5d13834eaa34509f"/></dir><file name="Translator.php" hash="e51e79ab1fa22bade7d910bb25506e0f"/><file name="TranslatorInterface.php" hash="68c6e9ceb7893d292ddd6b8c2d657b76"/><file name="XPathExpr.php" hash="feb0adde624e3fc047c9f7f67567d122"/></dir><file name="composer.json" hash="48614c4cd7df505743fae99ff1533c63"/><file name="phpunit.xml.dist" hash="ce82fe4e83c04bee3883118cbe1acc0a"/></dir></dir></dir><dir name="TijsVerkoyen"><dir name="CssToInlineStyles"><file name="CssToInlineStyles.php" hash="dfca32cbb9af40a9702873599e91cb2c"/><file name="Exception.php" hash="00d2e57adcd2fec19ce70ce3f3e0e12a"/><file name="LICENSE.md" hash="d5bbe692a9b717fb631a681aa3ace904"/><file name="Specificity.php" hash="102aa19c0896f371e9be65a06965529d"/><file name="composer.json" hash="a47437496b448eb8220e0281ffa75b09"/></dir></dir><dir name="UAParser"><file name="AbstractParser.php" hash="7a6a80517c0acdab4a806b1401584150"/><file name="CHANGELOG" hash="21ed505b06c829a9c06f6f19c517c242"/><dir name="Command"><file name="ConvertCommand.php" hash="acb1ee8017e906a377f473ca382909df"/><file name="FetchCommand.php" hash="063882953b4c474da7157aacb363a774"/><file name="LogfileCommand.php" hash="a17010c64b080cfc60bfa49f1b3fb289"/><file name="ParserCommand.php" hash="b7c746edcbfb2f2ebe428b83ff807c5a"/><file name="UpdateCommand.php" hash="cdba47be1ac1674fbb52614480facbcb"/></dir><file name="DeviceParser.php" hash="e47214bd348f1ed1b22ee02281d0e1e2"/><dir name="Exception"><file name="DomainException.php" hash="7db0900cb3691b10f89ce46831358720"/><file name="FetcherException.php" hash="7c2d26aa01bd84c18f44e1a638735876"/><file name="FileNotFoundException.php" hash="eaf5c829b3f43eb236b1ee4b6164338d"/><file name="InvalidArgumentException.php" hash="9a655005409f2f4b4a95d8bfa6c44c2e"/><file name="ReaderException.php" hash="c9ab014735a5818b0726cf7285a2109b"/></dir><file name="LICENSE" hash="e1bf063eb79c08cc980356d2b3745bed"/><file name="OperatingSystemParser.php" hash="79a8173ccff26fecbc34dc27eece4876"/><file name="Parser.php" hash="13c00a686a28e1ff5b522b90cc4c1889"/><file name="README.md" hash="27cf047d540a92349a2382e8c887147d"/><dir name="Result"><file name="AbstractClient.php" hash="7a0f15aac45c4217564c79c6aea5d247"/><file name="AbstractSoftware.php" hash="23af630ec726bd7f3b993189af0afee9"/><file name="AbstractVersionedSoftware.php" hash="d63e4c1fd1c1064b33ce8c4d44f9a756"/><file name="Client.php" hash="7fbdab4558df0294fbd7a54e74e3c8e5"/><file name="Device.php" hash="47c11721128612fbc1063f3a69a6e79b"/><file name="OperatingSystem.php" hash="5ee377eee2502708159f9655425551b2"/><file name="UserAgent.php" hash="1874776bc1bce469c8348d4cbf03587e"/></dir><file name="UserAgentParser.php" hash="1be1fb32da9aeeaccd12d06ffa74e1af"/><dir name="Util"><file name="Converter.php" hash="f3a4b6d18d9c1a484523e9d613899816"/><file name="Fetcher.php" hash="ab801cadaba2b6518cdbb85c8930af19"/><dir name="Logfile"><file name="AbstractReader.php" hash="ed6595ea11e46e688d74009ea0122605"/><file name="ApacheCommonLogFormatReader.php" hash="7372b00a21eb85f5f7372f9e53139e45"/><file name="ReaderInterface.php" hash="0956a91d253b03de64c4656117a7655c"/></dir></dir><file name="composer.json" hash="7a14f9c576783d9db694da31225239ee"/><file name="phpunit.xml.dist" hash="cd168009a2f37eb12b87d77ad43d713a"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="c16a2571a1fe083a69ac97298cbf5b08"/></dir><file name="update-resources.sh" hash="53d68ccfa9ec45642569546796fdb884"/></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="mzax"><file name="editor.css" hash="3d501ab3e06e253045ea2aa55ed7980c"/><file name="emarketing.css" hash="c94ddb5b2ac244a7880efcd61afdee67"/><dir name="images"><file name="add-tiny.png" hash="04f642db30ac836b58d91770c42a7087"/><file name="add.png" hash="f2e51ed86b5c87693bc31eb18cffcde6"/><file name="bg-remove.png" hash="085b0ea8bf4488c53a5eaab2f28eaf4c"/><file name="block-bg.png" hash="eb5b5a1dbaa4a40b4d7d56ea36b0db8f"/><file name="corner-arrows.png" hash="98f15a0b96a79bd35f7cc9c3552f27b2"/><file name="dd-chart-tab.png" hash="bfca5a1d3deb031e2fbbc4d89cf2adf6"/><file name="delete-tiny.png" hash="58c14611b1a036c55353b9b5993a85df"/><file name="delete.png" hash="f2c735bea2def15264ab2ec87a722407"/><file name="element-add.png" hash="bdd3ce65d6777550f983f8bba949340a"/><file name="element-clone.png" hash="762e0d3593f83f589afca4e9d785cd78"/><file name="element-remove.png" hash="8c51a642226558f6bb34159da34d0123"/><file name="element-remove2.png" hash="e89ce65e9a80e1ee9e35e784cd7b9a1e"/><file name="element-repeat.png" hash="3ccfbc455a907a30a34bdd61e3f4ec49"/><file name="element-swap.png" hash="92b97e695db713a4000fdbc88628e723"/><file name="fullscreen.png" hash="0a00475876e23a623a8ee346de991dc2"/><file name="funnel-arrow.png" hash="eb56bc2bb6865ea4f123105e4d2f2de6"/><file name="icon_image.png" hash="9acff5f2211bcfdf12af6db057e7a019"/><file name="icon_source.png" hash="d9a2353334fd2786b1e7def89e6d6b63"/><file name="image.png" hash="4da12ca4c81d857c8a718556a999ba45"/><file name="mage_code.png" hash="434f9cb7723f1bc0fa92b2438e287933"/><file name="preview-tab-icons.png" hash="292b16d26d02c9a0d299b4457033e502"/><file name="preview-toggle.png" hash="9eaf699db62fa3727f5d08cc118b2f90"/><file name="save.png" hash="a26d2b01209b95edd6a352fd9f49ee40"/><file name="start.png" hash="aba370113bf888ee5655e81f938f73ee"/><file name="stop.png" hash="527ef0809d2fc1949ff3c4c6ff363ac9"/><file name="swap-down.png" hash="9c269cd00e1b0d676bec912de671d1b6"/><file name="swap-up.png" hash="788d244ba3443a826f44476ffb2f056f"/><file name="variable.png" hash="f71ee09f953cd3be23d55dd5963b32e9"/><file name="widget.png" hash="bd36b41f43b95c28ce0caf83f3b2495a"/></dir></dir></dir></dir></dir></dir></target></contents>
48
  <compatible/>
49
  <dependencies>
50
  <required>