Version Notes
Find help at https://github.com/mage-mzax/emarketing
Download this release
Release Info
Developer | Jacob Siefer |
Extension | Mzax_Emarketing |
Version | 0.4.7 |
Comparing to | |
See all releases |
Code changes from version 0.4.6 to 0.4.7
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email.php +11 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Inbox.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Outbox.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content/Original.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Content/Variation.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Errors.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Filters.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Inbox.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Medium.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Report.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Settings.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Tasks.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tabs.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Filter/Filter.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Action.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Filter.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/SendMail.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Sender.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Stats.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/New.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/New/Presets.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Preview.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Test/Emulate.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Area.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Bar.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Column.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Geo.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Line.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Pie.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Scatter.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/SteppedArea.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Widget/Container.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Widget/Geo.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Chart/Widget/Tab.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Conditions.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Editable.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Filter/Object/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Filter/Test/Recursive.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Filter/Test/Single.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Filters.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Action.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Campaign.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Recipient.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Grid/Column/Renderer/Size.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Inbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Inbox/Email/Form.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Inbox/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Inbox/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Settings.php +16 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Subscribers.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tabs.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Grid.php +23 -2
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/Email/Form.php +14 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Attribute.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Object.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Recipients/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/DomainThreshold.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/MailStorage.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Mandrill.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Sendgrid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Template/Edit.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Upload.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Upload/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Conditions.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/GoalType.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Settings.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Tasks.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tabs.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/New.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Test/Emulate.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Upload.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Upload/Form.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Unsubscribe.php +4 -2
- app/code/community/Mzax/Emarketing/Db/Select.php +1 -1
- app/code/community/Mzax/Emarketing/Helper/Campaign.php +2 -2
- app/code/community/Mzax/Emarketing/Helper/Data.php +1 -1
- app/code/community/Mzax/Emarketing/Helper/Newsletter.php +2 -2
- app/code/community/Mzax/Emarketing/Helper/Request.php +2 -2
- app/code/community/Mzax/Emarketing/Helper/SqlFormatter.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign.php +9 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Content.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Preset.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Variation.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Goal.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Orders.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Conversion/Select.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Tracker.php +1 -1
- app/code/community/Mzax/Emarketing/Model/DomainThrottle.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/Ace.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/Credits.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/EmailEditor.php +8 -5
- app/code/community/Mzax/Emarketing/Model/Form/Element/Info.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/TemplateEditor.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/Textarea.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Form/Element/Wildselect.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Goal.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Recipient.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Store.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Unsubscribe.php +3 -3
- app/code/community/Mzax/Emarketing/Model/Inbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Inbox/Email/Collector.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Storage.php +4 -4
- app/code/community/Mzax/Emarketing/Model/Link.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Link/Reference.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium/Email.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Composer.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Filter.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Processor.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Snippets.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Newsletter/List.php +87 -1
- app/code/community/Mzax/Emarketing/Model/Newsletter/List/Subscriber.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Address.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Collection/Item.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Customer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Customer/Address.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/City.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Country.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Postcode.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Region.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Street.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Attribute.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Goal.php +3 -3
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Interact.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Column.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Combine.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Component.php +15 -13
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Address.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Address/Attribute.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Attribute.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Event.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Lastlogin.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Name.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Order.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Main.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Newsletter.php +14 -5
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Newsletter/List.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Address.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Campaign.php +14 -10
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Table.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Items.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Previous.php +3 -3
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/ShippedAt.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Table.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Attribute.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Product/Category.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Address.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Item/Table.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Items.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Quote/Table.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Table.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Order.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/OrderAddress.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/OrderItem.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Product.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Quote.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/QuoteAddress.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/QuoteItem.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Recipient.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Subscriber.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Observer/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer/Cron.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer/Customer.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer/Goal.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer/Order.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer/SalesRule.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Observer/Subscriber.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Email.php +7 -9
- app/code/community/Mzax/Emarketing/Model/Outbox/Email/Mail.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/File.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Interface.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Mandrill.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendgrid.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendmail.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Smtp.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Premailer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Recipient.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Error.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Customer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Newsletter.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Order.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Quote.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report.php +3 -3
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Campaign.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Country.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Dayofweek.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceBrand.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceType.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Hour.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Os.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Region.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Useragent.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Events.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Goals.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Rates.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Recipient.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Tracker.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Query.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Seeder.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Preset.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Preset/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Collection/Product.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Email/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Goal.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Helper.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Link.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Link/Reference.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Collection.php +13 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Subscriber/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/Subscriber.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Address.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Binding.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Event.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Goal/Binder.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Setup.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Template.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Template/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Useragent.php +1 -1
- app/code/community/Mzax/Emarketing/Model/SalesRule/Condition/Emarketing.php +2 -2
- app/code/community/Mzax/Emarketing/Model/SalesRule/ICouponManager.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Session.php +2 -2
- app/code/community/Mzax/Emarketing/Model/System/Config/Backend/DomainThreshold.php +1 -1
- app/code/community/Mzax/Emarketing/Model/System/Config/Source/GeoIp.php +1 -1
- app/code/community/Mzax/Emarketing/Model/System/Config/Source/MailStorage.php +1 -1
- app/code/community/Mzax/Emarketing/Model/System/Config/Source/SmtpAuthentication.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Template.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Template/Exception.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/BeaconController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/EmailController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/CampaignController.php +3 -2
- app/code/community/Mzax/Emarketing/controllers/Emarketing/InboxController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/Newsletter/ListController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/OutboxController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/ShortcutController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/TemplateController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/TrackerController.php +2 -2
- app/code/community/Mzax/Emarketing/controllers/LinkController.php +48 -47
- app/code/community/Mzax/Emarketing/controllers/UnsubscribeController.php +1 -1
- app/code/community/Mzax/Emarketing/data/useragent_regexes.php +1 -1
- app/code/community/Mzax/Emarketing/etc/adminhtml.xml +1 -1
- app/code/community/Mzax/Emarketing/etc/config.xml +2 -2
- app/code/community/Mzax/Emarketing/etc/system.xml +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/install-0.2.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/uninstall.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.2.6-0.2.7.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.0-0.4.1.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.1-0.4.2.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.2-0.4.3.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.3-0.4.4.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.6-0.4.7.php +44 -0
- app/design/adminhtml/default/default/layout/mzax/emarketing.xml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/content-tabs.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/filters/emulate.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/load_template.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/mail-tester.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/medium/email/preview.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/recipients.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/report.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/tasks.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/edit/js.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/editor/text.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/fieldset.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/page-preview.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/filter.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/recursive.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/single.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/tracker/conditions/emulate.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/tracker/tasks.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-geo.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-tab.phtml +1 -1
- app/design/frontend/base/default/layout/mzax/emarketing.xml +1 -1
- app/design/frontend/base/default/template/mzax/emarketing/newsletter/lists.phtml +1 -1
- app/design/frontend/base/default/template/mzax/emarketing/unsubscribe/unsubscribe.phtml +1 -1
- js/mzax/ace/ext-mage_autocomplete.js +1 -1
- js/mzax/ace/mode-mage.js +1 -1
- js/mzax/ace/theme-mage.js +1 -1
- js/mzax/ckeditor.plugin.mage.js +1 -1
- js/mzax/editor.js +2 -2
- js/mzax/report.js +1 -1
- lib/Mzax/Bounce.php +2 -2
- lib/Mzax/Bounce/Detector.php +2 -2
- lib/Mzax/Bounce/Detector/Abstract.php +2 -2
- lib/Mzax/Bounce/Detector/Arf.php +2 -2
- lib/Mzax/Bounce/Detector/Autoreply.php +8 -4
- lib/Mzax/Bounce/Detector/Extended.php +2 -2
- lib/Mzax/Bounce/Detector/Failure.php +2 -2
- lib/Mzax/Bounce/Detector/Rfc1892.php +2 -2
- lib/Mzax/Bounce/Mail.php +2 -2
- lib/Mzax/Bounce/Message.php +2 -2
- lib/Mzax/Bounce/Mime/Decode.php +2 -2
- lib/Mzax/Bounce/Mime/Part.php +2 -2
- lib/Mzax/Chart/Table.php +2 -2
- lib/Mzax/Db/Select.php +31 -3
- lib/Mzax/Db/Select/Exception.php +2 -2
- lib/Mzax/GeoIp.php +2 -2
- lib/Mzax/GeoIp/Adapter/Abstract.php +2 -2
- lib/Mzax/GeoIp/Adapter/FreeGeoIp.php +2 -2
- lib/Mzax/GeoIp/Adapter/GeoPlugin.php +2 -2
- lib/Mzax/GeoIp/Adapter/Ipinfo.php +2 -2
- lib/Mzax/GeoIp/Exception.php +2 -2
- lib/Mzax/GeoIp/Region.php +2 -2
- lib/Mzax/GeoIp/Request.php +2 -2
- lib/Mzax/Mail.php +2 -2
- lib/Mzax/Mail/Transport/File.php +2 -2
- lib/Mzax/Mail/Transport/Mock.php +2 -2
- lib/Mzax/Once.php +2 -2
- lib/Mzax/Presist.php +2 -2
- package.xml +4 -4
app/code/community/Mzax/Emarketing/Block/Campaign/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -196,6 +196,16 @@ class Mzax_Emarketing_Block_Campaign_Edit_Medium_Email extends Mzax_Emarketing_B
|
|
196 |
'text' => $this->__('Keep in mind that this option can significantly delay an email from getting send out. Depending on your campaign this may not be a problem, but sometimes it can. You may want to double check the expire time under "Settings" and make sure it is high enough.')
|
197 |
))->setRenderer($renderer);
|
198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
|
200 |
$fieldset->addField('day_filter', 'checkboxes', array(
|
201 |
'name' => 'day_filter[]',
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
196 |
'text' => $this->__('Keep in mind that this option can significantly delay an email from getting send out. Depending on your campaign this may not be a problem, but sometimes it can. You may want to double check the expire time under "Settings" and make sure it is high enough.')
|
197 |
))->setRenderer($renderer);
|
198 |
|
199 |
+
|
200 |
+
|
201 |
+
$fieldset->addField('day_filter_empty', 'hidden', array(
|
202 |
+
'name' => 'day_filter',
|
203 |
+
'value' => '',
|
204 |
+
));
|
205 |
+
$fieldset->addField('time_filter_empty', 'hidden', array(
|
206 |
+
'name' => 'time_filter',
|
207 |
+
'value' => '',
|
208 |
+
));
|
209 |
|
210 |
$fieldset->addField('day_filter', 'checkboxes', array(
|
211 |
'name' => 'day_filter[]',
|
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Inbox.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Campaign_Edit_Tab_Errors extends Mage_Adminhtml_Block_Widget_Grid
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Campaign_Edit_Tab_Report extends Mage_Adminhtml_Block_Widget
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/New.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @author Jacob Siefer
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
-
* @version 0.4.
|
26 |
*/
|
27 |
class Mzax_Emarketing_Block_Campaign_New extends Mzax_Emarketing_Block_Campaign_Edit
|
28 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
26 |
*/
|
27 |
class Mzax_Emarketing_Block_Campaign_New extends Mzax_Emarketing_Block_Campaign_Edit
|
28 |
{
|
app/code/community/Mzax/Emarketing/Block/Campaign/New/Presets.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/Preview.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/SendTestMail.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/Test.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/View.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Area.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Bar.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Column.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Geo.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Line.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Pie.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/Scatter.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Chart/SteppedArea.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Chart_Widget_Tab extends Mage_Adminhtml_Block_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Chart_Widget_Tab extends Mage_Adminhtml_Block_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Block/Conditions.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Conditions implements Varien_Data_Form_Element_Renderer_Interface
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Conditions implements Varien_Data_Form_Element_Renderer_Interface
|
30 |
{
|
app/code/community/Mzax/Emarketing/Block/Editable.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Editable extends Mage_Core_Block_Abstract
|
30 |
implements Varien_Data_Form_Element_Renderer_Interface
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -31,7 +31,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.4.
|
35 |
*/
|
36 |
class Mzax_Emarketing_Block_Filter_Test_Single extends Mage_Adminhtml_Block_Template
|
37 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
35 |
*/
|
36 |
class Mzax_Emarketing_Block_Filter_Test_Single extends Mage_Adminhtml_Block_Template
|
37 |
{
|
app/code/community/Mzax/Emarketing/Block/Filters.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Filters implements Varien_Data_Form_Element_Renderer_Interface
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Grid_Column_Renderer_Action extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Action
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Grid_Column_Renderer_Campaign
|
29 |
extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Options
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Grid_Column_Renderer_Recipient
|
31 |
extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Grid_Column_Renderer_Size
|
31 |
extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Inbox_Email_Form extends Mage_Adminhtml_Block_Widget_Form
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Inbox/View.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Form.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Settings.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -103,6 +103,21 @@ class Mzax_Emarketing_Block_Newsletter_List_Edit_Tab_Settings extends Mage_Admin
|
|
103 |
|
104 |
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
|
107 |
$form->addValues($list->getData());
|
108 |
$this->setForm($form);
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
103 |
|
104 |
|
105 |
|
106 |
+
if (!Mage::app()->isSingleStoreMode()) {
|
107 |
+
$fieldset->addField('store_ids', 'multiselect', array(
|
108 |
+
'name' => 'store_ids[]',
|
109 |
+
'label' => $this->__('Store View'),
|
110 |
+
'title' => $this->__('Store View'),
|
111 |
+
'required' => true,
|
112 |
+
'values' => Mage::getSingleton('adminhtml/system_store')->getStoreValuesForForm(false, true),
|
113 |
+
));
|
114 |
+
}
|
115 |
+
else {
|
116 |
+
$fieldset->addField('store_ids', 'hidden', array(
|
117 |
+
'name' => 'store_ids[]'
|
118 |
+
));
|
119 |
+
}
|
120 |
+
|
121 |
|
122 |
$form->addValues($list->getData());
|
123 |
$this->setForm($form);
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Subscribers.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tabs.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -88,7 +88,17 @@ class Mzax_Emarketing_Block_Newsletter_List_Grid extends Mage_Adminhtml_Block_Wi
|
|
88 |
'width' => 100
|
89 |
));
|
90 |
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
$this->addColumn('subscriber_count', array(
|
94 |
'header' => $this->__('Subscribers'),
|
@@ -105,6 +115,17 @@ class Mzax_Emarketing_Block_Newsletter_List_Grid extends Mage_Adminhtml_Block_Wi
|
|
105 |
return $this;
|
106 |
}
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
public function getGridUrl()
|
109 |
{
|
110 |
return $this->getUrl('*/*/grid', array('_current'=> true));
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
88 |
'width' => 100
|
89 |
));
|
90 |
|
91 |
+
if (!Mage::app()->isSingleStoreMode()) {
|
92 |
+
$this->addColumn('allowed_stores', array(
|
93 |
+
'header' => Mage::helper('cms')->__('Store View'),
|
94 |
+
'index' => 'allowed_stores',
|
95 |
+
'type' => 'store',
|
96 |
+
'store_all' => true,
|
97 |
+
'store_view' => true,
|
98 |
+
'sortable' => false,
|
99 |
+
'filter_condition_callback'=> array($this, '_filterStoreCondition'),
|
100 |
+
));
|
101 |
+
}
|
102 |
|
103 |
$this->addColumn('subscriber_count', array(
|
104 |
'header' => $this->__('Subscribers'),
|
115 |
return $this;
|
116 |
}
|
117 |
|
118 |
+
|
119 |
+
|
120 |
+
protected function _filterStoreCondition($collection, $column)
|
121 |
+
{
|
122 |
+
if (!$value = $column->getFilter()->getValue()) {
|
123 |
+
return;
|
124 |
+
}
|
125 |
+
$this->getCollection()->addStoreFilter($value);
|
126 |
+
}
|
127 |
+
|
128 |
+
|
129 |
public function getGridUrl()
|
130 |
{
|
131 |
return $this->getUrl('*/*/grid', array('_current'=> true));
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/View.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Outbox/Email.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -110,6 +110,19 @@ class Mzax_Emarketing_Block_Outbox_Email_Form extends Mage_Adminhtml_Block_Widge
|
|
110 |
'note' => $this->__('The plain text version of this email'),
|
111 |
));
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
|
114 |
|
115 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
110 |
'note' => $this->__('The plain text version of this email'),
|
111 |
));
|
112 |
|
113 |
+
|
114 |
+
|
115 |
+
$fieldset->addField('log', 'ace', array(
|
116 |
+
'name' => 'log',
|
117 |
+
'label' => $this->__('Log'),
|
118 |
+
'title' => $this->__('Log'),
|
119 |
+
'allow_fullscreen' => false,
|
120 |
+
'mode' => 'ace/mode/text',
|
121 |
+
'style' => 'min-height:5em',
|
122 |
+
'readonly' => true,
|
123 |
+
'autosize' => true,
|
124 |
+
'value' => $this->getData('log')
|
125 |
+
));
|
126 |
|
127 |
|
128 |
|
app/code/community/Mzax/Emarketing/Block/Outbox/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Outbox/View.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Recipients/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Mandrill.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Sendgrid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Template.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -29,7 +29,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.4.
|
33 |
*/
|
34 |
class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
35 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
33 |
*/
|
34 |
class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
35 |
{
|
app/code/community/Mzax/Emarketing/Block/Template/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Template/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Template/Upload.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Template/View.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Tracker/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Tracker_Edit extends Mage_Adminhtml_Block_Widget_Form_Container
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Tracker_Edit_Tab_GoalType extends Mage_Adminhtml_Block_Widget_Form
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Tracker_Edit_Tab_Settings extends Mage_Adminhtml_Block_Widget_Form
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Tracker_Edit_Tab_Tasks extends Mage_Adminhtml_Block_Template
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Tracker_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Tracker/New.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @author Jacob Siefer
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
-
* @version 0.4.
|
26 |
*/
|
27 |
class Mzax_Emarketing_Block_Tracker_New extends Mzax_Emarketing_Block_Tracker_Edit
|
28 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Tracker/Upload.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Tracker_Upload extends Mage_Adminhtml_Block_Widget_Form_Container
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Tracker_Upload_Form extends Mage_Adminhtml_Block_Widget_Form
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Unsubscribe.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
|
31 |
{
|
@@ -73,6 +73,7 @@ class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
|
|
73 |
/* @var $collection Mzax_Emarketing_Model_Resource_Newsletter_List_Collection */
|
74 |
$collection = Mage::getResourceModel('mzax_emarketing/newsletter_list_collection');
|
75 |
$collection->addSubscriberToFilter($subscriber);
|
|
|
76 |
|
77 |
return $collection;
|
78 |
}
|
@@ -87,6 +88,7 @@ class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
|
|
87 |
/* @var $collection Mzax_Emarketing_Model_Resource_Newsletter_List_Collection */
|
88 |
$collection = Mage::getResourceModel('mzax_emarketing/newsletter_list_collection');
|
89 |
$collection->addSubscriberToFilter($subscriber);
|
|
|
90 |
|
91 |
return $collection;
|
92 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
|
31 |
{
|
73 |
/* @var $collection Mzax_Emarketing_Model_Resource_Newsletter_List_Collection */
|
74 |
$collection = Mage::getResourceModel('mzax_emarketing/newsletter_list_collection');
|
75 |
$collection->addSubscriberToFilter($subscriber);
|
76 |
+
$collection->addStoreFilter(Mage::app()->getStore());
|
77 |
|
78 |
return $collection;
|
79 |
}
|
88 |
/* @var $collection Mzax_Emarketing_Model_Resource_Newsletter_List_Collection */
|
89 |
$collection = Mage::getResourceModel('mzax_emarketing/newsletter_list_collection');
|
90 |
$collection->addSubscriberToFilter($subscriber);
|
91 |
+
$collection->addStoreFilter(Mage::app()->getStore());
|
92 |
|
93 |
return $collection;
|
94 |
}
|
app/code/community/Mzax/Emarketing/Db/Select.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Helper/Campaign.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Helper_Campaign extends Mage_Core_Helper_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Helper_Campaign extends Mage_Core_Helper_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Helper/Data.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Helper/Newsletter.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Helper_Newsletter extends Mage_Core_Helper_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Helper_Newsletter extends Mage_Core_Helper_Abstract
|
31 |
{
|
app/code/community/Mzax/Emarketing/Helper/Request.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Helper_Request extends Mage_Core_Helper_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Helper_Request extends Mage_Core_Helper_Abstract
|
31 |
{
|
app/code/community/Mzax/Emarketing/Helper/SqlFormatter.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Campaign.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -1186,6 +1186,14 @@ class Mzax_Emarketing_Model_Campaign
|
|
1186 |
$this->setCreatedAt(null);
|
1187 |
$this->setUpdatedAt(null);
|
1188 |
$this->setClonedVariations($variations);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1189 |
|
1190 |
}
|
1191 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
1186 |
$this->setCreatedAt(null);
|
1187 |
$this->setUpdatedAt(null);
|
1188 |
$this->setClonedVariations($variations);
|
1189 |
+
|
1190 |
+
// reset aggregated statistics
|
1191 |
+
$this->setSendingStats(null);
|
1192 |
+
$this->setViewStats(null);
|
1193 |
+
$this->setInteractionStats(null);
|
1194 |
+
$this->setConversionStats(null);
|
1195 |
+
$this->setFailStats(null);
|
1196 |
+
$this->setRevenueStats(null);
|
1197 |
|
1198 |
}
|
1199 |
|
app/code/community/Mzax/Emarketing/Model/Campaign/Content.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Campaign/Preset.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Campaign/Variation.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Conversion/Goal.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Conversion_Goal_Orders
|
29 |
extends Mzax_Emarketing_Model_Conversion_Goal_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Conversion/Tracker.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/DomainThrottle.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Email.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Form_Element_EmailEditor
|
31 |
extends Mzax_Emarketing_Model_Form_Element_TemplateEditor
|
@@ -87,9 +87,12 @@ class Mzax_Emarketing_Model_Form_Element_EmailEditor
|
|
87 |
$skinPath[] = $store->getConfig('design/theme/layout');
|
88 |
|
89 |
$options['skinUrl'] = implode('/', $skinPath) . '/';
|
90 |
-
$options['mediaUrl'] = $store->getBaseUrl(
|
91 |
-
$options['storeUrl'] = $store->getBaseUrl(
|
92 |
-
|
|
|
|
|
|
|
93 |
return $options;
|
94 |
}
|
95 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Form_Element_EmailEditor
|
31 |
extends Mzax_Emarketing_Model_Form_Element_TemplateEditor
|
87 |
$skinPath[] = $store->getConfig('design/theme/layout');
|
88 |
|
89 |
$options['skinUrl'] = implode('/', $skinPath) . '/';
|
90 |
+
$options['mediaUrl'] = $store->getBaseUrl($store::URL_TYPE_MEDIA);
|
91 |
+
$options['storeUrl'] = $store->getBaseUrl($store::URL_TYPE_WEB);
|
92 |
+
|
93 |
+
$options['ckeditorSrc'] = $store->getBaseUrl($store::URL_TYPE_JS) . 'mzax/ckeditor/ckeditor.js';
|
94 |
+
$options['editorCss'] = Mage::getDesign()->getSkinUrl('mzax/editor.css');
|
95 |
+
|
96 |
return $options;
|
97 |
}
|
98 |
|
app/code/community/Mzax/Emarketing/Model/Form/Element/Info.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Form_Element_Textarea
|
30 |
extends Varien_Data_Form_Element_Textarea
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Form_Element_Wildselect
|
31 |
extends Varien_Data_Form_Element_Multiselect
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -40,7 +40,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.4.
|
44 |
*/
|
45 |
class Mzax_Emarketing_Model_Goal extends Mage_Core_Model_Abstract
|
46 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
44 |
*/
|
45 |
class Mzax_Emarketing_Model_Goal extends Mage_Core_Model_Abstract
|
46 |
{
|
app/code/community/Mzax/Emarketing/Model/Inbox.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Inbox
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Inbox
|
29 |
{
|
app/code/community/Mzax/Emarketing/Model/Inbox/Bounce/Detector/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Store
|
32 |
extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Unsubscribe
|
29 |
extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
|
@@ -37,7 +37,7 @@ class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Unsubscribe
|
|
37 |
*/
|
38 |
public function inspect(Mzax_Bounce_Message $message)
|
39 |
{
|
40 |
-
$subject = trim($message->getSubject());
|
41 |
|
42 |
if(preg_match('/^Unsubscribe ([^\s]+) \(([0-9A-Z]+)\)$/i', $subject, $matches)) {
|
43 |
$email = $matches[1];
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Unsubscribe
|
29 |
extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
|
37 |
*/
|
38 |
public function inspect(Mzax_Bounce_Message $message)
|
39 |
{
|
40 |
+
$subject = urldecode(trim($message->getSubject()));
|
41 |
|
42 |
if(preg_match('/^Unsubscribe ([^\s]+) \(([0-9A-Z]+)\)$/i', $subject, $matches)) {
|
43 |
$email = $matches[1];
|
app/code/community/Mzax/Emarketing/Model/Inbox/Email.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Inbox_Email_Collector
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Inbox_Email_Collector
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract extends Varien_Object
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Inbox_Email_Pull_Storage
|
30 |
extends Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract
|
@@ -162,8 +162,8 @@ class Mzax_Emarketing_Model_Inbox_Email_Pull_Storage
|
|
162 |
$header = $adapter->getRawHeader($id);
|
163 |
|
164 |
if($size > $maxSize) {
|
165 |
-
|
166 |
-
|
167 |
}
|
168 |
else {
|
169 |
$content = $adapter->getRawContent($id);
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Inbox_Email_Pull_Storage
|
30 |
extends Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract
|
162 |
$header = $adapter->getRawHeader($id);
|
163 |
|
164 |
if($size > $maxSize) {
|
165 |
+
Mage::helper('mzax_emarketing')
|
166 |
+
->log("Email content size (%s) exceeded the maximum content size of %s.", $size, $maxSize);
|
167 |
}
|
168 |
else {
|
169 |
$content = $adapter->getRawContent($id);
|
app/code/community/Mzax/Emarketing/Model/Link.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Link/Reference.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -29,7 +29,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.4.
|
33 |
*/
|
34 |
class Mzax_Emarketing_Model_Link_Reference extends Mage_Core_Model_Abstract
|
35 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
33 |
*/
|
34 |
class Mzax_Emarketing_Model_Link_Reference extends Mage_Core_Model_Abstract
|
35 |
{
|
app/code/community/Mzax/Emarketing/Model/Medium.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Medium implements Mage_Eav_Model_Entity_Attribute_Source_Interface
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
abstract class Mzax_Emarketing_Model_Medium_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
abstract class Mzax_Emarketing_Model_Medium_Abstract
|
31 |
{
|
app/code/community/Mzax/Emarketing/Model/Medium/Email.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Composer
|
30 |
extends Mage_Core_Model_Template
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Filter
|
30 |
extends Mage_Widget_Model_Template_Filter
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Processor
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Processor
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Medium/Email/Snippets.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Snippets
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Snippets
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Newsletter/List.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -61,6 +61,25 @@ class Mzax_Emarketing_Model_Newsletter_List
|
|
61 |
}
|
62 |
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
/**
|
65 |
* @return Mzax_Emarketing_Model_Newsletter_List
|
66 |
*/
|
@@ -164,4 +183,71 @@ class Mzax_Emarketing_Model_Newsletter_List
|
|
164 |
|
165 |
|
166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
61 |
}
|
62 |
|
63 |
|
64 |
+
|
65 |
+
|
66 |
+
protected function _beforeSave()
|
67 |
+
{
|
68 |
+
// serialize store id
|
69 |
+
$storeIds = $this->getData('store_ids');
|
70 |
+
if(empty($storeIds)) {
|
71 |
+
$storeIds = Mage_Core_Model_App::ADMIN_STORE_ID;
|
72 |
+
}
|
73 |
+
if(is_array($storeIds)) {
|
74 |
+
$storeIds = array_filter($storeIds, 'is_numeric');
|
75 |
+
$storeIds = implode(',', $storeIds);
|
76 |
+
}
|
77 |
+
$this->setData('store_ids', $storeIds);
|
78 |
+
|
79 |
+
return parent::_beforeSave();
|
80 |
+
}
|
81 |
+
|
82 |
+
|
83 |
/**
|
84 |
* @return Mzax_Emarketing_Model_Newsletter_List
|
85 |
*/
|
183 |
|
184 |
|
185 |
|
186 |
+
/**
|
187 |
+
* Set store ids
|
188 |
+
*
|
189 |
+
* @param array $storeIds
|
190 |
+
* @return $this
|
191 |
+
*/
|
192 |
+
public function setStoreIds(array $storeIds)
|
193 |
+
{
|
194 |
+
$storeIds = array_filter($storeIds, 'is_numeric');
|
195 |
+
$this->setData('store_ids', implode(',', $storeIds));
|
196 |
+
|
197 |
+
return $this;
|
198 |
+
}
|
199 |
+
|
200 |
+
|
201 |
+
/**
|
202 |
+
* Retrieve all store ids
|
203 |
+
*
|
204 |
+
* @return array
|
205 |
+
*/
|
206 |
+
public function getStoreIds()
|
207 |
+
{
|
208 |
+
$ids = $this->getData('store_ids');
|
209 |
+
if(empty($ids)) {
|
210 |
+
return array(Mage::app()->getStore(true)->getId());
|
211 |
+
}
|
212 |
+
return explode(',', $ids);
|
213 |
+
}
|
214 |
+
|
215 |
+
|
216 |
+
/**
|
217 |
+
* Check if list is allowed for specified store
|
218 |
+
*
|
219 |
+
*
|
220 |
+
* @param mixed $store
|
221 |
+
* @return bool
|
222 |
+
*/
|
223 |
+
public function allowStore($store)
|
224 |
+
{
|
225 |
+
$store = Mage::app()->getStore($store);
|
226 |
+
$storeIds = $this->getStoreIds();
|
227 |
+
|
228 |
+
// either store is allowed
|
229 |
+
if(in_array($store->getId(), $storeIds)) {
|
230 |
+
return true;
|
231 |
+
}
|
232 |
+
|
233 |
+
// or all stores are allowed
|
234 |
+
return in_array(Mage_Core_Model_App::ADMIN_STORE_ID, $storeIds);
|
235 |
+
}
|
236 |
+
|
237 |
+
|
238 |
+
/**
|
239 |
+
*
|
240 |
+
*
|
241 |
+
* @param string $key
|
242 |
+
* @param null $index
|
243 |
+
* @return mixed
|
244 |
+
*/
|
245 |
+
public function getData($key='', $index=null)
|
246 |
+
{
|
247 |
+
if($key === 'allowed_stores') {
|
248 |
+
return $this->getStoreIds();
|
249 |
+
}
|
250 |
+
return parent::getData($key, $index);
|
251 |
+
}
|
252 |
+
|
253 |
}
|
app/code/community/Mzax/Emarketing/Model/Newsletter/List/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Address.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Collection.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,7 @@
|
|
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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Object_Collection_Item extends Varien_Object
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Object_Collection_Item extends Varien_Object
|
31 |
{
|
app/code/community/Mzax/Emarketing/Model/Object/Customer.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Customer_Address extends Mzax_Emarketing_Model_Object_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -31,7 +31,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.4.
|
35 |
*/
|
36 |
abstract class Mzax_Emarketing_Model_Object_Filter_Attribute
|
37 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -34,7 +34,7 @@ class Mzax_Emarketing_Model_Object_Filter_Campaign_Goal
|
|
34 |
|
35 |
const ACTION_CLICKED = 'clicked';
|
36 |
const ACTION_VIEWED = 'viewed';
|
37 |
-
const
|
38 |
|
39 |
|
40 |
|
@@ -137,7 +137,7 @@ class Mzax_Emarketing_Model_Object_Filter_Campaign_Goal
|
|
137 |
return array(
|
138 |
self::ACTION_VIEWED => $this->__('viewed'),
|
139 |
self::ACTION_CLICKED => $this->__('clicked'),
|
140 |
-
self::
|
141 |
);
|
142 |
}
|
143 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
34 |
|
35 |
const ACTION_CLICKED = 'clicked';
|
36 |
const ACTION_VIEWED = 'viewed';
|
37 |
+
const ACTION_RECEIVED = 'recieved';
|
38 |
|
39 |
|
40 |
|
137 |
return array(
|
138 |
self::ACTION_VIEWED => $this->__('viewed'),
|
139 |
self::ACTION_CLICKED => $this->__('clicked'),
|
140 |
+
self::ACTION_RECEIVED => $this->__('recieved'),
|
141 |
);
|
142 |
}
|
143 |
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -155,6 +155,8 @@ abstract class Mzax_Emarketing_Model_Object_Filter_Component extends Varien_Obje
|
|
155 |
{
|
156 |
$query = $this->getParentOrSelf()->getQuery();
|
157 |
$this->_prepareQuery($query->lock());
|
|
|
|
|
158 |
return $query->lock(false);
|
159 |
}
|
160 |
|
@@ -711,17 +713,17 @@ abstract class Mzax_Emarketing_Model_Object_Filter_Component extends Varien_Obje
|
|
711 |
}
|
712 |
|
713 |
|
714 |
-
|
715 |
-
/**
|
716 |
-
* Retrieve an attribute by entityname/attributename
|
717 |
-
*
|
718 |
-
* getAttribute(entity/attribute);
|
719 |
-
* getAttribute(customer/signupdate);
|
720 |
-
*
|
721 |
-
* @param string $attribute
|
722 |
-
* @throws Exception
|
723 |
-
*
|
724 |
-
* @return Mage_Catalog_Model_Resource_Eav_Attribute
|
725 |
*/
|
726 |
protected function _getAttribute($attribute)
|
727 |
{
|
@@ -742,7 +744,7 @@ abstract class Mzax_Emarketing_Model_Object_Filter_Component extends Varien_Obje
|
|
742 |
{
|
743 |
return Mage::helper('mzax_emarketing');
|
744 |
}
|
745 |
-
|
746 |
|
747 |
|
748 |
/**
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
155 |
{
|
156 |
$query = $this->getParentOrSelf()->getQuery();
|
157 |
$this->_prepareQuery($query->lock());
|
158 |
+
$query->comment('FILTER: ' . get_class($this));
|
159 |
+
|
160 |
return $query->lock(false);
|
161 |
}
|
162 |
|
713 |
}
|
714 |
|
715 |
|
716 |
+
|
717 |
+
/**
|
718 |
+
* Retrieve an attribute by entityname/attributename
|
719 |
+
*
|
720 |
+
* getAttribute(entity/attribute);
|
721 |
+
* getAttribute(customer/signupdate);
|
722 |
+
*
|
723 |
+
* @param string $attribute
|
724 |
+
* @throws Exception
|
725 |
+
*
|
726 |
+
* @return Mage_Catalog_Model_Resource_Eav_Attribute
|
727 |
*/
|
728 |
protected function _getAttribute($attribute)
|
729 |
{
|
744 |
{
|
745 |
return Mage::helper('mzax_emarketing');
|
746 |
}
|
747 |
+
|
748 |
|
749 |
|
750 |
/**
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Event.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Customer_Order
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Customer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Customer_Order
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Customer_Abstract
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Main.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -27,7 +27,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.4.
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter
|
33 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
@@ -48,7 +48,7 @@ class Mzax_Emarketing_Model_Object_Filter_Newsletter
|
|
48 |
|
49 |
public function acceptParent(Mzax_Emarketing_Model_Object_Filter_Component $parent)
|
50 |
{
|
51 |
-
return $parent->hasBinding('customer_id', 'subscriber_id', 'subscriber_status');
|
52 |
}
|
53 |
|
54 |
|
@@ -64,6 +64,10 @@ class Mzax_Emarketing_Model_Object_Filter_Newsletter
|
|
64 |
if($query->hasBinding('subscriber_id')) {
|
65 |
$query->joinTableLeft('subscriber_id', 'newsletter/subscriber', 'subscriber');
|
66 |
}
|
|
|
|
|
|
|
|
|
67 |
else if($query->hasBinding('customer_id')) {
|
68 |
$query->joinTableLeft('customer_id', 'newsletter/subscriber', 'subscriber');
|
69 |
}
|
@@ -71,8 +75,13 @@ class Mzax_Emarketing_Model_Object_Filter_Newsletter
|
|
71 |
}
|
72 |
|
73 |
$condition = $condition === 'is' ? '=' : '!=';
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
76 |
}
|
77 |
|
78 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
27 |
*
|
28 |
* @author Jacob Siefer
|
29 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
30 |
+
* @version 0.4.7
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter
|
33 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
48 |
|
49 |
public function acceptParent(Mzax_Emarketing_Model_Object_Filter_Component $parent)
|
50 |
{
|
51 |
+
return $parent->hasBinding('email', 'customer_id', 'subscriber_id', 'subscriber_status');
|
52 |
}
|
53 |
|
54 |
|
64 |
if($query->hasBinding('subscriber_id')) {
|
65 |
$query->joinTableLeft('subscriber_id', 'newsletter/subscriber', 'subscriber');
|
66 |
}
|
67 |
+
else if($query->hasBinding('email')) {
|
68 |
+
$query->joinTableLeft(array('subscriber_email' => 'email'), 'newsletter/subscriber', 'subscriber');
|
69 |
+
}
|
70 |
+
|
71 |
else if($query->hasBinding('customer_id')) {
|
72 |
$query->joinTableLeft('customer_id', 'newsletter/subscriber', 'subscriber');
|
73 |
}
|
75 |
}
|
76 |
|
77 |
$condition = $condition === 'is' ? '=' : '!=';
|
78 |
+
|
79 |
+
if($condition === 'is') {
|
80 |
+
$query->where("{subscriber_status} = ?", $status);
|
81 |
+
}
|
82 |
+
else {
|
83 |
+
$query->where("{subscriber_status} != ? OR {subscriber_status} IS NULL", $status);
|
84 |
+
}
|
85 |
}
|
86 |
|
87 |
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Newsletter/List.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -27,7 +27,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.4.
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter_List
|
33 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
27 |
*
|
28 |
* @author Jacob Siefer
|
29 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
30 |
+
* @version 0.4.7
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter_List
|
33 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Object_Filter_Order_Address
|
29 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
@@ -69,9 +69,9 @@ class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
|
|
69 |
|
70 |
|
71 |
public function getQuery()
|
72 |
-
{
|
73 |
$campaign = $this->getCampaign();
|
74 |
-
|
75 |
$query = $this->getObject()->getQuery();
|
76 |
if($campaign) {
|
77 |
$query->joinSelect('recipient_id', $this->getRecipientsByOrder(), 'recipient_order');
|
@@ -223,14 +223,18 @@ class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
|
|
223 |
$id = $this->getDataSetDefault('campaign');
|
224 |
|
225 |
if($id === 'current') {
|
226 |
-
|
227 |
}
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
$this->_campaign->load($id);
|
232 |
-
}
|
233 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
}
|
235 |
return $this->_campaign;
|
236 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
69 |
|
70 |
|
71 |
public function getQuery()
|
72 |
+
{
|
73 |
$campaign = $this->getCampaign();
|
74 |
+
|
75 |
$query = $this->getObject()->getQuery();
|
76 |
if($campaign) {
|
77 |
$query->joinSelect('recipient_id', $this->getRecipientsByOrder(), 'recipient_order');
|
223 |
$id = $this->getDataSetDefault('campaign');
|
224 |
|
225 |
if($id === 'current') {
|
226 |
+
return $this->getParam('campaign');
|
227 |
}
|
228 |
+
$campaign = Mage::getModel('mzax_emarketing/campaign');
|
229 |
+
if(!$id) {
|
230 |
+
return null;
|
|
|
|
|
231 |
}
|
232 |
+
$campaign->load($id);
|
233 |
+
if(!$campaign->getId()) {
|
234 |
+
return null;
|
235 |
+
}
|
236 |
+
|
237 |
+
$this->_campaign = $campaign;
|
238 |
}
|
239 |
return $this->_campaign;
|
240 |
}
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Object_Filter_Order_Item_Abstract
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -32,7 +32,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.4.
|
36 |
*/
|
37 |
class Mzax_Emarketing_Model_Object_Filter_Order_Item_Table
|
38 |
extends Mzax_Emarketing_Model_Object_Filter_Table
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Object_Filter_Order_Items
|
29 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Order_Previous
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
@@ -123,7 +123,7 @@ class Mzax_Emarketing_Model_Object_Filter_Order_Previous
|
|
123 |
}
|
124 |
else {
|
125 |
$cond[] = new Zend_Db_Expr('`prev_orders`.`ordered_at` > ' . '{ordered_at}');
|
126 |
-
$cond[] = new Zend_Db_Expr('`prev_orders`.`ordered_at` < ' . $this->getTimeExpr('offset', '{ordered_at}',
|
127 |
}
|
128 |
|
129 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Order_Previous
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
123 |
}
|
124 |
else {
|
125 |
$cond[] = new Zend_Db_Expr('`prev_orders`.`ordered_at` > ' . '{ordered_at}');
|
126 |
+
$cond[] = new Zend_Db_Expr('`prev_orders`.`ordered_at` < ' . $this->getTimeExpr('offset', '{ordered_at}', false));
|
127 |
}
|
128 |
|
129 |
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/ShippedAt.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Table.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Object_Filter_Order_Table
|
29 |
extends Mzax_Emarketing_Model_Object_Filter_Table
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Quote_Address
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -32,7 +32,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.4.
|
36 |
*/
|
37 |
class Mzax_Emarketing_Model_Object_Filter_Quote_Item_Table
|
38 |
extends Mzax_Emarketing_Model_Object_Filter_Table
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Object_Filter_Quote_Items
|
29 |
extends Mzax_Emarketing_Model_Object_Filter_Quote_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Object_Filter_Quote_Table
|
29 |
extends Mzax_Emarketing_Model_Object_Filter_Table
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -28,7 +28,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.4.
|
32 |
*/
|
33 |
abstract class Mzax_Emarketing_Model_Object_Filter_Table
|
34 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/OrderAddress.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Object_OrderAddress extends Mzax_Emarketing_Model_Object_Address
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Product.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Quote.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Object_Quote extends Mzax_Emarketing_Model_Object_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Object_QuoteAddress extends Mzax_Emarketing_Model_Object_Address
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Object_QuoteAddress extends Mzax_Emarketing_Model_Object_Address
|
31 |
{
|
app/code/community/Mzax/Emarketing/Model/Object/QuoteItem.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Recipient.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Subscriber extends Mzax_Emarketing_Model_Object_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Subscriber extends Mzax_Emarketing_Model_Object_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Observer.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Observer/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Observer_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Observer_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Observer/Cron.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Observer_Cron
|
32 |
extends Mzax_Emarketing_Model_Observer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Customer
|
31 |
extends Mzax_Emarketing_Model_Observer_Goal
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Goal
|
31 |
extends Mzax_Emarketing_Model_Observer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Order
|
31 |
extends Mzax_Emarketing_Model_Observer_Goal
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Order
|
31 |
extends Mzax_Emarketing_Model_Observer_Goal
|
app/code/community/Mzax/Emarketing/Model/Observer/SalesRule.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Observer_SalesRule extends Mzax_Emarketing_Model_Observer_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Observer_SalesRule extends Mzax_Emarketing_Model_Observer_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Observer/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Subscriber
|
31 |
extends Mzax_Emarketing_Model_Observer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Subscriber
|
31 |
extends Mzax_Emarketing_Model_Observer_Abstract
|
app/code/community/Mzax/Emarketing/Model/Outbox.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -203,7 +203,7 @@ class Mzax_Emarketing_Model_Outbox
|
|
203 |
*/
|
204 |
protected function log($message, $verbose = false)
|
205 |
{
|
206 |
-
Mage::log($message);
|
207 |
if($verbose) {
|
208 |
echo "$message\n";
|
209 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
203 |
*/
|
204 |
protected function log($message, $verbose = false)
|
205 |
{
|
206 |
+
Mage::helper('mzax_emarketing')->log($message);
|
207 |
if($verbose) {
|
208 |
echo "$message\n";
|
209 |
}
|
app/code/community/Mzax/Emarketing/Model/Outbox/Email.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,21 +26,16 @@
|
|
26 |
* @method string getSubject()
|
27 |
* @method string getBodyText()
|
28 |
* @method string getBodyHtml()
|
29 |
-
* @method string getMessageId()
|
30 |
* @method string getTimeFilter()
|
31 |
* @method string getDayFilter()
|
32 |
-
* @method string getLog()
|
33 |
*
|
34 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setExpireAt()
|
35 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setStatus()
|
36 |
-
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setTo()
|
37 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setDomain()
|
38 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setSubject()
|
39 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setBodyText()
|
40 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setBodyHtml()
|
41 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setMessageId()
|
42 |
-
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setTimeFilter()
|
43 |
-
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setDayFilter()
|
44 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setLog()
|
45 |
*
|
46 |
*
|
@@ -608,11 +603,13 @@ class Mzax_Emarketing_Model_Outbox_Email
|
|
608 |
|
609 |
public function send($verbose = false)
|
610 |
{
|
|
|
611 |
try {
|
612 |
-
|
|
|
613 |
|
614 |
if(!$this->_send()) {
|
615 |
-
|
616 |
}
|
617 |
$this->setStatus(self::STATUS_SENT);
|
618 |
$this->setSentAt(now());
|
@@ -620,7 +617,8 @@ class Mzax_Emarketing_Model_Outbox_Email
|
|
620 |
}
|
621 |
catch(Exception $e) {
|
622 |
Mage::logException($e);
|
623 |
-
|
|
|
624 |
$message = $e->getMessage() . "\nStackTrace:\n";
|
625 |
$message.= $e->getTraceAsString();
|
626 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
26 |
* @method string getSubject()
|
27 |
* @method string getBodyText()
|
28 |
* @method string getBodyHtml()
|
|
|
29 |
* @method string getTimeFilter()
|
30 |
* @method string getDayFilter()
|
|
|
31 |
*
|
32 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setExpireAt()
|
33 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setStatus()
|
|
|
34 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setDomain()
|
35 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setSubject()
|
36 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setBodyText()
|
37 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setBodyHtml()
|
38 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setMessageId()
|
|
|
|
|
39 |
* @method Mzax_Emarketing_Model_Resource_Outbox_Email setLog()
|
40 |
*
|
41 |
*
|
603 |
|
604 |
public function send($verbose = false)
|
605 |
{
|
606 |
+
$h = Mage::helper('mzax_emarketing');
|
607 |
try {
|
608 |
+
$h->log("Send Message: #%s - %s", $this->getId(), $this->getEmail());
|
609 |
+
|
610 |
|
611 |
if(!$this->_send()) {
|
612 |
+
$h->log("Message was not send. #%s - %s", $this->getId(), $this->getEmail());
|
613 |
}
|
614 |
$this->setStatus(self::STATUS_SENT);
|
615 |
$this->setSentAt(now());
|
617 |
}
|
618 |
catch(Exception $e) {
|
619 |
Mage::logException($e);
|
620 |
+
$h->log("Mail send exception: %s", $e->getMessage());
|
621 |
+
|
622 |
$message = $e->getMessage() . "\nStackTrace:\n";
|
623 |
$message.= $e->getTraceAsString();
|
624 |
|
app/code/community/Mzax/Emarketing/Model/Outbox/Email/Mail.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Outbox_Transporter_File
|
32 |
extends Mzax_Mail_Transport_File
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Mandrill.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Mandrill
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Mandrill
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendgrid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Sendgrid
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Sendgrid
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendmail.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Sendmail
|
31 |
extends Zend_Mail_Transport_Smtp
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
31 |
extends Zend_Mail_Transport_Smtp
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
31 |
extends Zend_Mail_Transport_Smtp
|
app/code/community/Mzax/Emarketing/Model/Premailer.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Recipient.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -51,7 +51,7 @@
|
|
51 |
*
|
52 |
* @author Jacob Siefer
|
53 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
54 |
-
* @version 0.4.
|
55 |
*/
|
56 |
class Mzax_Emarketing_Model_Recipient extends Mage_Core_Model_Abstract
|
57 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
55 |
*/
|
56 |
class Mzax_Emarketing_Model_Recipient extends Mage_Core_Model_Abstract
|
57 |
{
|
app/code/community/Mzax/Emarketing/Model/Recipient/Error.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Recipient_Error extends Mage_Core_Model_Abstract
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Recipient_Error extends Mage_Core_Model_Abstract
|
29 |
{
|
app/code/community/Mzax/Emarketing/Model/Recipient/Provider.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Recipient_Provider implements Mage_Eav_Model_Entity_Attribute_Source_Interface
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Newsletter
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Order
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Quote
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report
|
31 |
{
|
@@ -105,7 +105,7 @@ class Mzax_Emarketing_Model_Report
|
|
105 |
echo $msg . "\n";
|
106 |
}
|
107 |
else {
|
108 |
-
Mage::log($msg);
|
109 |
}
|
110 |
};
|
111 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report
|
31 |
{
|
105 |
echo $msg . "\n";
|
106 |
}
|
107 |
else {
|
108 |
+
Mage::helper('mzax_emarketing')->log($msg);
|
109 |
}
|
110 |
};
|
111 |
|
app/code/community/Mzax/Emarketing/Model/Report/Aggregator.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Report_Aggregator extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Campaign.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report_Aggregator_Campaign
|
31 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Report_Aggregator_Events
|
32 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -37,7 +37,7 @@
|
|
37 |
*
|
38 |
* @author Jacob Siefer
|
39 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
40 |
-
* @version 0.4.
|
41 |
*/
|
42 |
class Mzax_Emarketing_Model_Report_Aggregator_Goals
|
43 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Report_Aggregator_Rates
|
32 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -37,7 +37,7 @@
|
|
37 |
*
|
38 |
* @author Jacob Siefer
|
39 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
40 |
-
* @version 0.4.
|
41 |
*/
|
42 |
class Mzax_Emarketing_Model_Report_Aggregator_Recipient
|
43 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Report/Query.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Report_Query
|
32 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
30 |
*/
|
31 |
class Mzax_Emarketing_Model_Report_Query
|
32 |
{
|
app/code/community/Mzax/Emarketing/Model/Report/Seeder.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Campaign.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Campaign_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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/Preset.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Preset/Collection.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Resource_Campaign_Preset_Collection extends Varien_Data_Collection
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Resource_Campaign_Preset_Collection extends Varien_Data_Collection
|
31 |
{
|
app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Collection/Product.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Collection_Product extends Mage_Catalog_Model_Resource_Product_Collection
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Collection_Product extends Mage_Catalog_Model_Resource_Product_Collection
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -29,7 +29,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.4.
|
33 |
*/
|
34 |
abstract class Mzax_Emarketing_Model_Resource_Email_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
|
35 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Helper.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Link.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Collection.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -92,6 +92,18 @@ class Mzax_Emarketing_Model_Resource_Newsletter_List_Collection
|
|
92 |
}
|
93 |
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
|
97 |
public function toOptionArray()
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
92 |
}
|
93 |
|
94 |
|
95 |
+
/**
|
96 |
+
* Filter only list that are allowed for specified store
|
97 |
+
*
|
98 |
+
* @param mixed $store
|
99 |
+
* @return $this
|
100 |
+
*/
|
101 |
+
public function addStoreFilter($store)
|
102 |
+
{
|
103 |
+
$store = Mage::app()->getStore($store)->getId();
|
104 |
+
$this->getSelect()->where('FIND_IN_SET(0, `store_ids`) OR FIND_IN_SET(?, `store_ids`)', $store);
|
105 |
+
return $this;
|
106 |
+
}
|
107 |
|
108 |
|
109 |
public function toOptionArray()
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Subscriber/Collection.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Outbox_Email extends Mage_Core_Model_Resource_Db_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Recipient.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Recipient_Error extends Mage_Core_Model_Resource_Db_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Resource_Recipient_Error_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Setup.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Template.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Useragent.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/SalesRule/Condition/Emarketing.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -29,7 +29,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.4.
|
33 |
*/
|
34 |
class Mzax_Emarketing_Model_SalesRule_Condition_Emarketing extends Mage_Rule_Model_Condition_Abstract
|
35 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
33 |
*/
|
34 |
class Mzax_Emarketing_Model_SalesRule_Condition_Emarketing extends Mage_Rule_Model_Condition_Abstract
|
35 |
{
|
app/code/community/Mzax/Emarketing/Model/SalesRule/ICouponManager.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -29,7 +29,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.4.
|
33 |
*/
|
34 |
interface Mzax_Emarketing_Model_SalesRule_ICouponManager
|
35 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
33 |
*/
|
34 |
interface Mzax_Emarketing_Model_SalesRule_ICouponManager
|
35 |
{
|
app/code/community/Mzax/Emarketing/Model/Session.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -31,7 +31,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.4.
|
35 |
*/
|
36 |
class Mzax_Emarketing_Model_Session extends Mage_Core_Model_Session_Abstract
|
37 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Template.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Template/Exception.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/BeaconController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/EmailController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/CampaignController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -479,7 +479,8 @@ class Mzax_Emarketing_Emarketing_CampaignController extends Mage_Adminhtml_Contr
|
|
479 |
continue;
|
480 |
}
|
481 |
try {
|
482 |
-
$campaign->isArchived(true)
|
|
|
483 |
$count++;
|
484 |
}
|
485 |
catch(Exception $e) {
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
479 |
continue;
|
480 |
}
|
481 |
try {
|
482 |
+
$campaign->isArchived(true);
|
483 |
+
$campaign->save();
|
484 |
$count++;
|
485 |
}
|
486 |
catch(Exception $e) {
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/InboxController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/Newsletter/ListController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/OutboxController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/ShortcutController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/TemplateController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/TrackerController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Emarketing_TrackerController extends Mage_Adminhtml_Controller_Action
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Emarketing_Emarketing_TrackerController extends Mage_Adminhtml_Controller_Action
|
30 |
{
|
app/code/community/Mzax/Emarketing/controllers/LinkController.php
CHANGED
@@ -1,31 +1,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.4.
|
13 |
-
* @category Mzax
|
14 |
-
* @package Mzax_Emarketing
|
15 |
-
* @author Jacob Siefer (jacob@mzax.de)
|
16 |
-
* @copyright Copyright (c) 2015 Jacob Siefer
|
17 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
/**
|
23 |
-
*
|
24 |
-
*
|
25 |
-
*
|
26 |
-
* @author Jacob Siefer
|
27 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
-
* @version 0.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
|
31 |
{
|
@@ -44,26 +44,27 @@ class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
|
|
44 |
/* @var $linkReference Mzax_Emarketing_Model_Link_Reference */
|
45 |
$linkReference = Mage::getModel('mzax_emarketing/link_reference')->load($publicId, 'public_id');
|
46 |
|
47 |
-
if(!$linkReference->getId()) {
|
48 |
-
// flag bad request
|
49 |
-
$attempts = Mage::helper('mzax_emarketing/request')->bad();
|
50 |
-
if($attempts % 100 === 0) {
|
51 |
-
$ip = $this->getRequest()->getServer('REMOTE_ADDR');
|
52 |
-
Mage::
|
53 |
-
|
|
|
54 |
return $this->_redirectUrl('/');
|
55 |
-
}
|
56 |
-
|
57 |
-
// stop right here if we can not trust the request anymore
|
58 |
-
if(!Mage::helper('mzax_emarketing/request')->isTrustable()) {
|
59 |
-
return $this->_redirectUrl('/');
|
60 |
-
}
|
61 |
|
62 |
|
63 |
$recipient = $linkReference->getRecipient();
|
64 |
-
$campaign = $recipient->getCampaign();
|
65 |
|
66 |
-
if($recipient->isMock() && !$follow)
|
67 |
{
|
68 |
$this->loadLayout('mzax_redirect');
|
69 |
$block = $this->getLayout()->getBlock('redirect');
|
@@ -73,11 +74,11 @@ class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
|
|
73 |
$this->renderLayout();
|
74 |
}
|
75 |
else {
|
76 |
-
$linkReference->captureClick($this->getRequest(), $clickId, $eventId);
|
77 |
-
|
78 |
-
$this->getSession()->addClickReference($linkReference, $clickId);
|
79 |
-
$campaign->getRecipientProvider()->linkClicked($linkReference);
|
80 |
-
|
81 |
$this->_redirectUrl($linkReference->getTargetUrl());
|
82 |
}
|
83 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Mzax Emarketing (www.mzax.de)
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this Extension in the file LICENSE.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* @version 0.4.7
|
13 |
+
* @category Mzax
|
14 |
+
* @package Mzax_Emarketing
|
15 |
+
* @author Jacob Siefer (jacob@mzax.de)
|
16 |
+
* @copyright Copyright (c) 2015 Jacob Siefer
|
17 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
*/
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
/**
|
23 |
+
*
|
24 |
+
*
|
25 |
+
*
|
26 |
+
* @author Jacob Siefer
|
27 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
+
* @version 0.4.7
|
29 |
*/
|
30 |
class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
|
31 |
{
|
44 |
/* @var $linkReference Mzax_Emarketing_Model_Link_Reference */
|
45 |
$linkReference = Mage::getModel('mzax_emarketing/link_reference')->load($publicId, 'public_id');
|
46 |
|
47 |
+
if(!$linkReference->getId()) {
|
48 |
+
// flag bad request
|
49 |
+
$attempts = Mage::helper('mzax_emarketing/request')->bad();
|
50 |
+
if($attempts % 100 === 0) {
|
51 |
+
$ip = $this->getRequest()->getServer('REMOTE_ADDR');
|
52 |
+
Mage::helper('mzax_emarketing')
|
53 |
+
->log("Brute force attempt, to many bad requests from '%s' (%s)", $ip, $attempts);
|
54 |
+
}
|
55 |
return $this->_redirectUrl('/');
|
56 |
+
}
|
57 |
+
|
58 |
+
// stop right here if we can not trust the request anymore
|
59 |
+
if(!Mage::helper('mzax_emarketing/request')->isTrustable()) {
|
60 |
+
return $this->_redirectUrl('/');
|
61 |
+
}
|
62 |
|
63 |
|
64 |
$recipient = $linkReference->getRecipient();
|
65 |
+
$campaign = $recipient->getCampaign();
|
66 |
|
67 |
+
if($recipient->isMock() && !$follow)
|
68 |
{
|
69 |
$this->loadLayout('mzax_redirect');
|
70 |
$block = $this->getLayout()->getBlock('redirect');
|
74 |
$this->renderLayout();
|
75 |
}
|
76 |
else {
|
77 |
+
$linkReference->captureClick($this->getRequest(), $clickId, $eventId);
|
78 |
+
|
79 |
+
$this->getSession()->addClickReference($linkReference, $clickId);
|
80 |
+
$campaign->getRecipientProvider()->linkClicked($linkReference);
|
81 |
+
|
82 |
$this->_redirectUrl($linkReference->getTargetUrl());
|
83 |
}
|
84 |
}
|
app/code/community/Mzax/Emarketing/controllers/UnsubscribeController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/data/useragent_regexes.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/etc/adminhtml.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
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.4.
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
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.4.
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -21,7 +21,7 @@
|
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Mzax_Emarketing>
|
24 |
-
<version>0.4.
|
25 |
</Mzax_Emarketing>
|
26 |
</modules>
|
27 |
<global>
|
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.4.7
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Mzax_Emarketing>
|
24 |
+
<version>0.4.7</version>
|
25 |
</Mzax_Emarketing>
|
26 |
</modules>
|
27 |
<global>
|
app/code/community/Mzax/Emarketing/etc/system.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
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.4.
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.2.6-0.2.7.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.0-0.4.1.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.1-0.4.2.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.2-0.4.3.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.3-0.4.4.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.6-0.4.7.php
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Mzax Emarketing (www.mzax.de)
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this Extension in the file LICENSE.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* @version 0.4.7
|
13 |
+
* @category Mzax
|
14 |
+
* @package Mzax_Emarketing
|
15 |
+
* @author Jacob Siefer (jacob@mzax.de)
|
16 |
+
* @copyright Copyright (c) 2015 Jacob Siefer
|
17 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
18 |
+
*/
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
/* @var $installer Mzax_Emarketing_Model_Resource_Setup */
|
23 |
+
$installer = $this;
|
24 |
+
$installer->startSetup();
|
25 |
+
|
26 |
+
$connection = $installer->getConnection();
|
27 |
+
|
28 |
+
|
29 |
+
$listTable = $installer->getTable('mzax_emarketing/newsletter_list');
|
30 |
+
|
31 |
+
|
32 |
+
$connection->addColumn($listTable, 'store_ids', array(
|
33 |
+
'nullable' => false,
|
34 |
+
'type' => Varien_Db_Ddl_Table::TYPE_TEXT,
|
35 |
+
'length' => 255,
|
36 |
+
'after' => 'list_id',
|
37 |
+
'comment' => 'Store Ids',
|
38 |
+
'default' => Mage_Core_Model_App::ADMIN_STORE_ID
|
39 |
+
));
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
$installer->endSetup();
|
app/design/adminhtml/default/default/layout/mzax/emarketing.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
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.4.
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/mail-tester.phtml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/frontend/base/default/layout/mzax/emarketing.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
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.4.
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/frontend/base/default/template/mzax/emarketing/newsletter/lists.phtml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/frontend/base/default/template/mzax/emarketing/unsubscribe/unsubscribe.phtml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
js/mzax/ace/ext-mage_autocomplete.js
CHANGED
@@ -8,7 +8,7 @@
|
|
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.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
js/mzax/ace/mode-mage.js
CHANGED
@@ -8,7 +8,7 @@
|
|
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.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
js/mzax/ace/theme-mage.js
CHANGED
@@ -8,7 +8,7 @@
|
|
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.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
js/mzax/ckeditor.plugin.mage.js
CHANGED
@@ -8,7 +8,7 @@
|
|
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.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
js/mzax/editor.js
CHANGED
@@ -8,7 +8,7 @@
|
|
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.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -48,7 +48,7 @@ customCss=l('<div class="mzax-custom-css" />').html("«CSS»").appendT
|
|
48 |
a.selectImageSource=function(a){c.browserMedia(a,!0)},a.getImagePreviewUrl=c.getImagePreviewUrl.bind(c),d("body").addClass("mzax-ckeditor-enabled"),d('<div id="mzax-ckeditor-top" />').prependTo("body")},initJQuery:function(a){var b=this,c=a(b.getFrameWindow());b.jQuery=a,k(a),a.fn.mage=function(a){return this.attr("mage:"+a)},a.fn.fixedPosition=function(b){var c=this.offset(),d=b?"fixed":"absolute",b=b?-1:1;return this.css("position")===d?this:this.css({position:d,top:c.top+a("body").scrollTop()*b,left:c.left+a("body").scrollLeft()*b})},a.fn.hasElement=function(b){return this.length>0&&(-1!==this.index(b)||a.contains(this[0],b))},a.fn.moveOnTop=function(a){var b=a.offset();return this.css({left:b.left,top:b.top,height:a.height(),width:a.width()})},a.fn.scrollIntoView=function(b,d){var e=(a("html, body"),parseInt(a("body").css("margin-top"))),f=c.scrollTop(),g=this.offset();return f<g.top&&f+c.height()>g.top+this.height()?(b.call(this),this):void a("html, body").animate({scrollTop:g.top-20-e
|
49 |
},{duration:d||150,complete:b})},a.fn.flicker=function(a,b){var c=this;if(a!==!1){var d=function(){c.animate({opacity:e(Math.random(),.2,1)},{duration:b||500,queue:"flicker",complete:d}).dequeue("flicker")};d()}else c.stop("flicker",!0,!1).css("opacity","");return this}},getImagePreviewUrl:function(a){var c=new b.ui.Placeholder(a);if(c.valid&&c.params.url){var d=this[c.directive+"Url"]||"/";return d+c.params.url}return a},reindexFields:function(a){var c,d,e,f,g=this,h=g.fields;if(h)for(d in h)if(h.hasOwnProperty(d)){for(f=[],e=h[d].length;--e>-1;)(c=h[d][e])&&!c.deleted&&f.push(c);for(f=f.sort(b.ui.EditorField.indexSort),e=f.length;--e>-1;)f[e].index=e,a&&a.call(f[e],f[e],e);h[d]=f}},refreshUi:function(a){function b(){if(c.ace&&c.ace.resize(),d){var a={window:e,editor:c,topOffset:d("#mzax-ckeditor-top").height(),height:e.height()};a.bottom=e.scrollTop()+a.height,a.top=e.scrollTop()+a.topOffset,c.CKEDITOR&&d("body").css("margin-top",a.topOffset),c.reindexFields(function(b){b.refreshUi(a);
|
50 |
|
51 |
-
})}}var c=this,d=c.jQuery,e=d?d(c.getFrameWindow()):null;this._refreshTimer&&clearTimeout(this._refreshTimer),a===!1?b():this._refreshTimer=setTimeout(b,a||5)},getField:function(a,c){var d=this,e=d.fields||(d.fields={});return c=c||0,e[a]||(e[a]=[]),e[a][c]||(e[a][c]=new b.ui.EditorField(a,1*c),e[a][c].onHtmlChange=function(a){a.find("img").on("load error",d.refreshUi.bind(d))}),this.fields[a][c]},insertField:function(a,b){var c,a,d,e=this,f=e.fields||(e.fields={});if(b=b||0,f.hasOwnProperty(a)){for(d=f[a].length;--d>=b;)(c=f[a][d])&&(c.index++,delete f[a][d],f[a][
|
52 |
|
53 |
break;case"html":e.ace?(e.ace.getSession().setMode("ace/mode/mage"),e.ace.setValue(b.getValue()),e.ace.clearSelection()):e.input.down("textarea").value=b.getValue(),e.$.select(".controls .html-only").map(Element.show),Element.show(e.input);break;case"image":c&&c.altKey?(b.alt=a.prompt("Please enter a alt text",b.alt),b.element&&b.element.attr("alt",b.alt)):c&&c.metaKey?d(a.prompt("Please enter any source path you like",b.value)):e.browserMedia(d,!0)}this.refreshUi()},getCustomStyles:function(){if(this._customStyles)return this._customStyles;var a,b,c,d,e,f,g,h=this.getFrameWindow().Array();if(this.html){if(g=this.html.match(/<style(\s+type="text\/css")?\s*>([\s\S]*)<\/style>/gim))for(a=g.length;--a>-1;)if(d=g[a].match(/\/\*\*[^{]*@name[\s\S]+?\*\/\s*[a-z0-9]+\.[a-z0-9_-]+\s*{[^}]*}/gim))for(b=d.length;--b>-1;)e=d[b].match(/@name\s+([a-z0-9 _-]+)/i),f=d[b].match(/([a-z0-9]+)\.([a-z0-9]+)\s{/i),c=d[b].match(/{([^}]+)?}/i),e&&f&&h.push({name:e[1],element:f[1],attributes:{"class":f[2]}});this._customStyles=h;
|
54 |
|
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.4.7
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
48 |
a.selectImageSource=function(a){c.browserMedia(a,!0)},a.getImagePreviewUrl=c.getImagePreviewUrl.bind(c),d("body").addClass("mzax-ckeditor-enabled"),d('<div id="mzax-ckeditor-top" />').prependTo("body")},initJQuery:function(a){var b=this,c=a(b.getFrameWindow());b.jQuery=a,k(a),a.fn.mage=function(a){return this.attr("mage:"+a)},a.fn.fixedPosition=function(b){var c=this.offset(),d=b?"fixed":"absolute",b=b?-1:1;return this.css("position")===d?this:this.css({position:d,top:c.top+a("body").scrollTop()*b,left:c.left+a("body").scrollLeft()*b})},a.fn.hasElement=function(b){return this.length>0&&(-1!==this.index(b)||a.contains(this[0],b))},a.fn.moveOnTop=function(a){var b=a.offset();return this.css({left:b.left,top:b.top,height:a.height(),width:a.width()})},a.fn.scrollIntoView=function(b,d){var e=(a("html, body"),parseInt(a("body").css("margin-top"))),f=c.scrollTop(),g=this.offset();return f<g.top&&f+c.height()>g.top+this.height()?(b.call(this),this):void a("html, body").animate({scrollTop:g.top-20-e
|
49 |
},{duration:d||150,complete:b})},a.fn.flicker=function(a,b){var c=this;if(a!==!1){var d=function(){c.animate({opacity:e(Math.random(),.2,1)},{duration:b||500,queue:"flicker",complete:d}).dequeue("flicker")};d()}else c.stop("flicker",!0,!1).css("opacity","");return this}},getImagePreviewUrl:function(a){var c=new b.ui.Placeholder(a);if(c.valid&&c.params.url){var d=this[c.directive+"Url"]||"/";return d+c.params.url}return a},reindexFields:function(a){var c,d,e,f,g=this,h=g.fields;if(h)for(d in h)if(h.hasOwnProperty(d)){for(f=[],e=h[d].length;--e>-1;)(c=h[d][e])&&!c.deleted&&f.push(c);for(f=f.sort(b.ui.EditorField.indexSort),e=f.length;--e>-1;)f[e].index=e,a&&a.call(f[e],f[e],e);h[d]=f}},refreshUi:function(a){function b(){if(c.ace&&c.ace.resize(),d){var a={window:e,editor:c,topOffset:d("#mzax-ckeditor-top").height(),height:e.height()};a.bottom=e.scrollTop()+a.height,a.top=e.scrollTop()+a.topOffset,c.CKEDITOR&&d("body").css("margin-top",a.topOffset),c.reindexFields(function(b){b.refreshUi(a);
|
50 |
|
51 |
+
})}}var c=this,d=c.jQuery,e=d?d(c.getFrameWindow()):null;this._refreshTimer&&clearTimeout(this._refreshTimer),a===!1?b():this._refreshTimer=setTimeout(b,a||5)},getField:function(a,c){var d=this,e=d.fields||(d.fields={});return c=c||0,e[a]||(e[a]=[]),e[a][c]||(e[a][c]=new b.ui.EditorField(a,1*c),e[a][c].onHtmlChange=function(a){a.find("img").on("load error",d.refreshUi.bind(d))}),this.fields[a][c]},insertField:function(a,b){var c,a,d,e=this,f=e.fields||(e.fields={});if(b=b||0,f.hasOwnProperty(a)){for(d=f[a].length;--d>=b;)(c=f[a][d])&&(c.index++,delete f[a][d],f[a][c.index]=c);c&&c._walk(function(a,c){e.insertField(c,b)})}},editField:function(b,c){function d(a){a&&(b.setValue(a),b.element.attr("src",e.getImagePreviewUrl(a)))}var e=this;switch(e.activeField=b,e.$.select(".controls .html-only").map(Element.hide),b.type){case"css":e.ace?(e.ace.getSession().setMode("ace/mode/css"),e.ace.setValue(b.getValue()),e.ace.clearSelection()):e.input.down("textarea").value=b.getValue(),Element.show(e.input);
|
52 |
|
53 |
break;case"html":e.ace?(e.ace.getSession().setMode("ace/mode/mage"),e.ace.setValue(b.getValue()),e.ace.clearSelection()):e.input.down("textarea").value=b.getValue(),e.$.select(".controls .html-only").map(Element.show),Element.show(e.input);break;case"image":c&&c.altKey?(b.alt=a.prompt("Please enter a alt text",b.alt),b.element&&b.element.attr("alt",b.alt)):c&&c.metaKey?d(a.prompt("Please enter any source path you like",b.value)):e.browserMedia(d,!0)}this.refreshUi()},getCustomStyles:function(){if(this._customStyles)return this._customStyles;var a,b,c,d,e,f,g,h=this.getFrameWindow().Array();if(this.html){if(g=this.html.match(/<style(\s+type="text\/css")?\s*>([\s\S]*)<\/style>/gim))for(a=g.length;--a>-1;)if(d=g[a].match(/\/\*\*[^{]*@name[\s\S]+?\*\/\s*[a-z0-9]+\.[a-z0-9_-]+\s*{[^}]*}/gim))for(b=d.length;--b>-1;)e=d[b].match(/@name\s+([a-z0-9 _-]+)/i),f=d[b].match(/([a-z0-9]+)\.([a-z0-9]+)\s{/i),c=d[b].match(/{([^}]+)?}/i),e&&f&&h.push({name:e[1],element:f[1],attributes:{"class":f[2]}});this._customStyles=h;
|
54 |
|
js/mzax/report.js
CHANGED
@@ -8,7 +8,7 @@
|
|
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.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.4.7
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
lib/Mzax/Bounce.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Bounce
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Bounce
|
30 |
{
|
lib/Mzax/Bounce/Detector.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
lib/Mzax/Bounce/Detector/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Bounce_Detector_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
abstract class Mzax_Bounce_Detector_Abstract
|
30 |
{
|
lib/Mzax/Bounce/Detector/Arf.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector_Arf extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector_Arf extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
lib/Mzax/Bounce/Detector/Autoreply.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -39,7 +39,7 @@
|
|
39 |
*
|
40 |
* @author Jacob Siefer
|
41 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
42 |
-
* @version 0.4.
|
43 |
*/
|
44 |
class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
45 |
{
|
@@ -55,7 +55,7 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
55 |
'auto-submitted',
|
56 |
'x-autorespond',
|
57 |
'auto-submitted',
|
58 |
-
'precedence' => array('auto_reply'),
|
59 |
'auto-submitted' => 'auto_reply'
|
60 |
);
|
61 |
|
@@ -77,6 +77,7 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
77 |
'Risposta Non al computer',
|
78 |
'Automatisch antwoord',
|
79 |
'Auto Response',
|
|
|
80 |
'Respuesta automática',
|
81 |
'Fuori sede',
|
82 |
'Out of Office',
|
@@ -114,7 +115,10 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
114 |
*/
|
115 |
public static $body = array(
|
116 |
'away from the office',
|
117 |
-
'out of office'
|
|
|
|
|
|
|
118 |
);
|
119 |
|
120 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
43 |
*/
|
44 |
class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
45 |
{
|
55 |
'auto-submitted',
|
56 |
'x-autorespond',
|
57 |
'auto-submitted',
|
58 |
+
'precedence' => array('auto_reply', 'bulk'),
|
59 |
'auto-submitted' => 'auto_reply'
|
60 |
);
|
61 |
|
77 |
'Risposta Non al computer',
|
78 |
'Automatisch antwoord',
|
79 |
'Auto Response',
|
80 |
+
'Thank you for your email',
|
81 |
'Respuesta automática',
|
82 |
'Fuori sede',
|
83 |
'Out of Office',
|
115 |
*/
|
116 |
public static $body = array(
|
117 |
'away from the office',
|
118 |
+
'out of office',
|
119 |
+
'we are currently away from the office',
|
120 |
+
'respond to your email within',
|
121 |
+
'thank you for contacting',
|
122 |
);
|
123 |
|
124 |
|
lib/Mzax/Bounce/Detector/Extended.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Bounce_Detector_Extended extends Mzax_Bounce_Detector_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Bounce_Detector_Extended extends Mzax_Bounce_Detector_Abstract
|
31 |
{
|
lib/Mzax/Bounce/Detector/Failure.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -38,7 +38,7 @@
|
|
38 |
*
|
39 |
* @author Jacob Siefer
|
40 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
41 |
-
* @version 0.4.
|
42 |
*/
|
43 |
class Mzax_Bounce_Detector_Failure extends Mzax_Bounce_Detector_Abstract
|
44 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
42 |
*/
|
43 |
class Mzax_Bounce_Detector_Failure extends Mzax_Bounce_Detector_Abstract
|
44 |
{
|
lib/Mzax/Bounce/Detector/Rfc1892.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector_Rfc1892 extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector_Rfc1892 extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
lib/Mzax/Bounce/Mail.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Bounce_Mail extends Zend_Mail
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Bounce_Mail extends Zend_Mail
|
30 |
{
|
lib/Mzax/Bounce/Message.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Bounce_Message extends Mzax_Bounce_Mime_Part
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Bounce_Message extends Mzax_Bounce_Mime_Part
|
29 |
{
|
lib/Mzax/Bounce/Mime/Decode.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Bounce_Mime_Decode extends Zend_Mime_Decode
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Bounce_Mime_Decode extends Zend_Mime_Decode
|
29 |
{
|
lib/Mzax/Bounce/Mime/Part.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Bounce_Mime_Part extends Zend_Mime_Part
|
29 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Bounce_Mime_Part extends Zend_Mime_Part
|
29 |
{
|
lib/Mzax/Chart/Table.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Chart_Table extends Varien_Object
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Chart_Table extends Varien_Object
|
30 |
{
|
lib/Mzax/Db/Select.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -23,7 +23,7 @@
|
|
23 |
*
|
24 |
* @author Jacob Siefer
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
* @version 0.4.
|
27 |
*/
|
28 |
class Mzax_Db_Select extends Varien_Db_Select
|
29 |
{
|
@@ -66,7 +66,15 @@ class Mzax_Db_Select extends Varien_Db_Select
|
|
66 |
* @var array
|
67 |
*/
|
68 |
protected $_seeks = array();
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
/**
|
@@ -86,6 +94,19 @@ class Mzax_Db_Select extends Varien_Db_Select
|
|
86 |
}
|
87 |
return parent::from($name,$cols,$schema);
|
88 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
|
91 |
|
@@ -571,6 +592,13 @@ class Mzax_Db_Select extends Varien_Db_Select
|
|
571 |
public function assemble()
|
572 |
{
|
573 |
$sql = parent::assemble();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
574 |
$bindings = $this->_binding;
|
575 |
$select = $this;
|
576 |
$regex = '/{([a-z_]+)}/i';
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
27 |
*/
|
28 |
class Mzax_Db_Select extends Varien_Db_Select
|
29 |
{
|
66 |
* @var array
|
67 |
*/
|
68 |
protected $_seeks = array();
|
69 |
+
|
70 |
+
|
71 |
+
|
72 |
+
/**
|
73 |
+
* Optional comment
|
74 |
+
*
|
75 |
+
* @var string
|
76 |
+
*/
|
77 |
+
protected $_comment;
|
78 |
|
79 |
|
80 |
/**
|
94 |
}
|
95 |
return parent::from($name,$cols,$schema);
|
96 |
}
|
97 |
+
|
98 |
+
|
99 |
+
/**
|
100 |
+
* Set optional comment
|
101 |
+
*
|
102 |
+
* @param $comment
|
103 |
+
* @return $this
|
104 |
+
*/
|
105 |
+
public function comment($comment)
|
106 |
+
{
|
107 |
+
$this->_comment = (string) $comment;
|
108 |
+
return $this;
|
109 |
+
}
|
110 |
|
111 |
|
112 |
|
592 |
public function assemble()
|
593 |
{
|
594 |
$sql = parent::assemble();
|
595 |
+
|
596 |
+
if(!empty($this->_comment)) {
|
597 |
+
$comment = implode("\n# ", explode("\n", $this->_comment));
|
598 |
+
$sql = "\n# " . $comment . "\n" . $sql . "\n# END #\n";
|
599 |
+
}
|
600 |
+
|
601 |
+
|
602 |
$bindings = $this->_binding;
|
603 |
$select = $this;
|
604 |
$regex = '/{([a-z_]+)}/i';
|
lib/Mzax/Db/Select/Exception.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_Db_Select_Exception extends Zend_Db_Exception
|
32 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
30 |
*/
|
31 |
class Mzax_Db_Select_Exception extends Zend_Db_Exception
|
32 |
{
|
lib/Mzax/GeoIp.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_GeoIp
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_GeoIp
|
30 |
{
|
lib/Mzax/GeoIp/Adapter/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -30,7 +30,7 @@ if(!defined('ENT_HTML401')) {
|
|
30 |
*
|
31 |
* @author Jacob Siefer
|
32 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
33 |
-
* @version 0.4.
|
34 |
*/
|
35 |
abstract class Mzax_GeoIp_Adapter_Abstract
|
36 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
30 |
*
|
31 |
* @author Jacob Siefer
|
32 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
33 |
+
* @version 0.4.7
|
34 |
*/
|
35 |
abstract class Mzax_GeoIp_Adapter_Abstract
|
36 |
{
|
lib/Mzax/GeoIp/Adapter/FreeGeoIp.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -26,7 +26,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.4.
|
30 |
*/
|
31 |
class Mzax_GeoIp_Adapter_FreeGeoIp extends Mzax_GeoIp_Adapter_Abstract
|
32 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
30 |
*/
|
31 |
class Mzax_GeoIp_Adapter_FreeGeoIp extends Mzax_GeoIp_Adapter_Abstract
|
32 |
{
|
lib/Mzax/GeoIp/Adapter/GeoPlugin.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -27,7 +27,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.4.
|
31 |
*/
|
32 |
class Mzax_GeoIp_Adapter_GeoPlugin extends Mzax_GeoIp_Adapter_Abstract
|
33 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
27 |
*
|
28 |
* @author Jacob Siefer
|
29 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
30 |
+
* @version 0.4.7
|
31 |
*/
|
32 |
class Mzax_GeoIp_Adapter_GeoPlugin extends Mzax_GeoIp_Adapter_Abstract
|
33 |
{
|
lib/Mzax/GeoIp/Adapter/Ipinfo.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -28,7 +28,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.4.
|
32 |
*/
|
33 |
class Mzax_GeoIp_Adapter_Ipinfo extends Mzax_GeoIp_Adapter_Abstract
|
34 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
32 |
*/
|
33 |
class Mzax_GeoIp_Adapter_Ipinfo extends Mzax_GeoIp_Adapter_Abstract
|
34 |
{
|
lib/Mzax/GeoIp/Exception.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_GeoIp_Exception extends Zend_Exception
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_GeoIp_Exception extends Zend_Exception
|
30 |
{
|
lib/Mzax/GeoIp/Region.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_GeoIp_Region
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_GeoIp_Region
|
30 |
{
|
lib/Mzax/GeoIp/Request.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_GeoIp_Request
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_GeoIp_Request
|
31 |
{
|
lib/Mzax/Mail.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Mail extends Zend_Mail
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Mail extends Zend_Mail
|
30 |
{
|
lib/Mzax/Mail/Transport/File.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Mail_Transport_File extends Zend_Mail_Transport_Abstract
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Mail_Transport_File extends Zend_Mail_Transport_Abstract
|
31 |
{
|
lib/Mzax/Mail/Transport/Mock.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Mail_Transport_Mock extends Zend_Mail_Transport_Abstract
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
28 |
*/
|
29 |
class Mzax_Mail_Transport_Mock extends Zend_Mail_Transport_Abstract
|
30 |
{
|
lib/Mzax/Once.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,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.4.
|
29 |
*/
|
30 |
class Mzax_Once
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
29 |
*/
|
30 |
class Mzax_Once
|
31 |
{
|
lib/Mzax/Presist.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Presist
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.7
|
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.4.7
|
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.4.
|
5 |
<stability>stable</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>
|
@@ -44,9 +44,9 @@ Find out more at https://github.com/mage-mzax/emarketing
|
|
44 |
<email>mail@jacobsiefer.de</email>
|
45 |
</author>
|
46 |
</authors>
|
47 |
-
<date>2015-
|
48 |
-
<time>
|
49 |
-
<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="010316893a2fbfa567ba9d843bda6975"/><dir name="Medium"><file name="Abstract.php" hash="e49401c1426724e9ddd293e38cf4a31d"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="98125153df295835f0a9e4abcd938a32"/><file name="Outbox.php" hash="dbdd423458cefd92f9a5477d1c4102ef"/></dir></dir><file name="Email.php" hash="7aea10b91412edb5707647ddb7550346"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="497e3a19417c51e301e3d26f5818ddb9"/><file name="Variation.php" hash="e05c86c814282aa608a35699f9828fd9"/></dir><file name="Content.php" hash="f9d50d261837d6ce61a847f759c4e243"/><file name="Errors.php" hash="f3d9e6de46a0335478744d71376accf3"/><file name="Filters.php" hash="63904fd9c29448763538a77c24e0c4fa"/><file name="Inbox.php" hash="8eb42dbbb496bb0267c8968a85c5df4a"/><file name="Medium.php" hash="611b57e9aff02e7c8fda1b87d798f6eb"/><dir name="Recipients"><file name="Grid.php" hash="c07bc1553c4ae817b3e3b0da67084c07"/></dir><file name="Recipients.php" hash="2b2be39d7e21df0e1dacb3a77f2204fa"/><file name="Report.php" hash="66b4addd817510430ad4ab602fba0025"/><file name="Settings.php" hash="f599f8d11225cce19d766d43e2b14e25"/><file name="Tasks.php" hash="cfe0a96540865ad1b5e6cc0e8568d808"/><file name="Test.php" hash="05854118825481c7a36ff37f8afbfe4e"/></dir><file name="Tabs.php" hash="4379c75dd0317cf2bd0b146ba3665b77"/></dir><file name="Edit.php" hash="fd98fb4e57d34bff0972bb382b96cdd7"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="5e3768a56405ec6a52acb30599661562"/></dir><dir name="Renderer"><file name="Action.php" hash="c15439bf02740a90960589e6087c5021"/><file name="Filter.php" hash="fcf6b238b28b651a8248a912414f57df"/><file name="SendMail.php" hash="c0703bd9258f6839f387aeb8353e641f"/><file name="Sender.php" hash="1c623620a34264f6b809908b80cf5f3f"/><file name="Stats.php" hash="588e811f9c4a7cea41f9210a8b1f4186"/></dir></dir><file name="Grid.php" hash="63ba1eca24b97ba4a0fb25bcaf7e9de6"/><dir name="New"><file name="Presets.php" hash="659e86689413c44ed5aff2c26a0a6401"/></dir><file name="New.php" hash="c1a8cfa3d7f5209c119defbdbaecbe69"/><file name="Preview.php" hash="acf4d51fa431a14f56df07d67311596f"/><dir name="SendTestMail"><file name="Form.php" hash="78a7e6a650e29b5185147bd9cb87dfc9"/></dir><file name="SendTestMail.php" hash="f16c83c347a998a72c296e600e2b54b4"/><dir name="Test"><file name="Emulate.php" hash="e0973bb947a79e100f80ae1d095d8fae"/></dir><file name="Test.php" hash="d43d86917189e50b9cebfa6c6f249e15"/><file name="View.php" hash="f967f4501c32dc1408ee29a4c30364ee"/></dir><dir name="Chart"><file name="Abstract.php" hash="ba51c8748b92ec5a4d16acd33b11bb13"/><file name="Area.php" hash="73aeca298e99c54f013f6c9aa2662060"/><file name="Bar.php" hash="e541b503651f00dcd54f5d3defb311fa"/><file name="Column.php" hash="4f77a28601aaaad7a1b695f64234d4d8"/><file name="Geo.php" hash="927e12f112b73a257262b2971b58fec3"/><file name="Line.php" hash="8e92dd71aa74eb462109e02ef958e241"/><file name="Pie.php" hash="2d8af5b70240d1b242fde5fa51de0557"/><file name="Scatter.php" hash="2cf8ff6b61b864e031c8ac04f2bd0bdf"/><file name="SteppedArea.php" hash="cb1818191db04842face3f8c3e41ccc6"/><dir name="Widget"><file name="Container.php" hash="2695932ada568adae88e84366a4c6a60"/><file name="Geo.php" hash="8e12b0ef76d46e7d1605a06c139b5c00"/><file name="Tab.php" hash="b7da1c20518e109af96de0d15ad79c43"/></dir></dir><file name="Conditions.php" hash="fa906590035979d737d31c0229b49a5b"/><file name="Editable.php" hash="0dc5e6f13d781853da495598e9e68978"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="8a767e8e47098b49bca44d9b7fecc203"/></dir><dir name="Test"><file name="Recursive.php" hash="2d7197ee805510373be25328af20dec1"/><file name="Single.php" hash="fa3f6c155235f68ba1d6096963f9fd24"/></dir></dir><file name="Filters.php" hash="2dc9e58656f17b7dc418ddd2178de7ab"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="be2056c24498a1773d192a1cec85e9b7"/><file name="Campaign.php" hash="4c8d0de0c6c00cc0768b82a832dce1ba"/><file name="Recipient.php" hash="df2ce12fb482be20c912579586c10ad7"/><file name="Size.php" hash="7b963d8cf6d0c01ac9ec21001cf32028"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="d1b00ba941dcd4511e4bf40fce081337"/></dir><file name="Email.php" hash="d94c966127a5472de8e7dc569a16cbf6"/><file name="Grid.php" hash="3bff3d9f22df82a2e1e42e29031a0d66"/><file name="View.php" hash="fc4bc17ccf6a382041fd54c551a75281"/></dir><dir name="Newsletter"><dir name="List"><dir name="Edit"><file name="Form.php" hash="f34ca5d949bf56669ed0dbdd0c201af0"/><dir name="Tab"><file name="Settings.php" hash="c1e44ccd6fc5ca222bd5aa0fbe46f2bc"/><file name="Subscribers.php" hash="a092621520b3dd55920e1b8f30d6a69e"/></dir><file name="Tabs.php" hash="3e881a258d09bb155d7c3e54e4f758be"/></dir><file name="Edit.php" hash="0e31de08250c4d94155c36b228e2ba99"/><file name="Grid.php" hash="b4bce1404324326e2033bf5c61b945bd"/><file name="View.php" hash="fa0113b2633b58638b449fc5a06ea344"/></dir></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="e77d864afbfdb39acbce740e4a38a496"/></dir><file name="Email.php" hash="3d16bcd5c95c2231f0f220a6131fc60d"/><file name="Grid.php" hash="c85f86c79a9123e97d88656d225cd76b"/><file name="View.php" hash="76b1f239124f870d7659ce0f8388459d"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="29c59d05260a97ccaca16df70e3f0bcd"/><file name="Object.php" hash="3c28d7c1abb7723799cdcf73f6121d73"/></dir></dir><file name="Grid.php" hash="1270c27fe7add1108e65eb8e54e16f57"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="8c7472524b4d46d9442a5349cd7bbd24"/><file name="MailStorage.php" hash="c8c48f6518f0c6857e08eca61b1401e2"/><file name="Mandrill.php" hash="0ef9f1ca9b4058cc504082b5aee856c5"/><file name="Sendgrid.php" hash="a1ff89debcc673ae2fa76eeb8cc4e065"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="ca507167be6d93839111e6a9164aaec4"/></dir><file name="Edit.php" hash="bb956f2c4490c01c551c994539812e4d"/><file name="Grid.php" hash="b6c4e3c1cd15e1b5336459360d9cc825"/><dir name="Upload"><file name="Form.php" hash="c9bc1addfe3014920243d4b7e52588a1"/></dir><file name="Upload.php" hash="aece81b7328dd858cd966aa364adf33f"/><file name="View.php" hash="12ea203b1f75741485fc42d1c4398755"/></dir><file name="Template.php" hash="27268599da7647ae7efe6114ac0aa13e"/><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="b77de056e698966b90d521ac6a50c4d3"/><dir name="Tab"><file name="Conditions.php" hash="68b448c54aac653a1f6b3f96aa1d4263"/><file name="GoalType.php" hash="d5911bbdae4f554143051b8669f1a31b"/><file name="Settings.php" hash="4fed63156868aa0d7efca091d9b79dc6"/><file name="Tasks.php" hash="b97ceae1b5a5373a722054df7102bae4"/><file name="Test.php" hash="9fbf0127b266dfef962a403e9b416085"/></dir><file name="Tabs.php" hash="5303a2710acad34bd03e14db2c98f8cf"/></dir><file name="Edit.php" hash="82900e01cd1bc9f75b19ab0215c1b765"/><file name="Grid.php" hash="be9613f21ef9576233d6d291f63ec518"/><file name="New.php" hash="0a9644d060c538fff854cc81c4a3fc54"/><dir name="Test"><file name="Emulate.php" hash="0c095bc3abff72c0d21bf3315e12577d"/></dir><file name="Test.php" hash="75c49e98a8cffb828df13cce791cd71e"/><dir name="Upload"><file name="Form.php" hash="330475ce691e78f9ccb98f4f95766752"/></dir><file name="Upload.php" hash="0d81f21dc2b1e2ed361fb3db28506950"/><file name="View.php" hash="f8b6d46c748c9b0198916baaaa0a5d8a"/></dir><file name="Unsubscribe.php" hash="390c7676a4f80d8f0edbdeeb24dca362"/></dir><dir name="Db"><file name="Select.php" hash="530f17fb03153b0fc5804609dbf4a12f"/></dir><dir name="Helper"><file name="Campaign.php" hash="160317d276f764de68b1ebcf63d72918"/><file name="Data.php" hash="cbf70334a18a330b6a6ef740f950ebe8"/><file name="Newsletter.php" hash="d473a296cd0e62c9de3dca7b6891c368"/><file name="Request.php" hash="514bec825b95589c465188feddbd9b24"/><file name="SqlFormatter.php" hash="7b1122184bd718a859af13a469dfdc15"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="40e2a260eee3f6b83ab2487b30c53f49"/><file name="Preset.php" hash="872c7f42d26436fb9bc2afaff949be58"/><file name="Variation.php" hash="1843cca08a344b30666d5c612972f3f5"/></dir><file name="Campaign.php" hash="f9b5f39335b8eea6369b1f0b2de5e73a"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="24bd2e4e6deedc48540aaab05ad041e3"/><file name="Orders.php" hash="ff66c082afefaa8860fef727c4d215c7"/></dir><file name="Goal.php" hash="42e09e9d7c7d034561cc520c595cb489"/><file name="Select.php" hash="3faba4029e04c0b8820a161e6c3941cc"/><file name="Tracker.php" hash="2a6003121ecd32b3b0aa2ec82f27c5d0"/></dir><file name="DomainThrottle.php" hash="e615188f35efb244abf206b647ec5f4f"/><file name="Email.php" hash="e7ac9593cb4d2b59944ed3d7e7a5bde1"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="2a85eef38c5bf922fb9b30d6cfa6a988"/><file name="Credits.php" hash="a1445cb114d6810be305a6892e2e91bf"/><file name="EmailEditor.php" hash="40285d652bb45df35397d9bf035b53df"/><file name="Info.php" hash="788744058b3eb600d11f115a88ba8f9a"/><file name="TemplateEditor.php" hash="a504c62cc2add520a0c25457cc1a3267"/><file name="Textarea.php" hash="8d14661fdb9dffb6a1f9b394c1a847f4"/><file name="Wildselect.php" hash="6477791e7a7c502e9aafd71658d1e4f8"/></dir></dir><file name="Goal.php" hash="d474c3dbc54574b2c0d3c1b97f0acf51"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="14726cc20ec457a795820b6952d6ef3c"/><file name="Recipient.php" hash="930d0067bd188d1f12b80631c4d86333"/><file name="Store.php" hash="ce362c995974dca540db63149c5f560e"/><file name="Unsubscribe.php" hash="eeed7ed47a39ae79b8b3618bcd540b9b"/></dir></dir><dir name="Email"><file name="Collector.php" hash="ba8908ebfd538cb7aaf45fd27da6d710"/><dir name="Pull"><file name="Abstract.php" hash="a343e53dcd981d7e053a903115abf9be"/><file name="Storage.php" hash="8a4aca6fb18c4841e36e959c516ac568"/></dir></dir><file name="Email.php" hash="b2c2c9f0c57fd348b6b26ab72181a896"/></dir><file name="Inbox.php" hash="383d720199ec563aad9763e15a2a8b52"/><dir name="Link"><file name="Reference.php" hash="fd5797ff7e30c573b99175b0438fb3b2"/></dir><file name="Link.php" hash="9c745b57945dead99b2fea14d2edec3d"/><dir name="Medium"><file name="Abstract.php" hash="26db8925478a33ebf593f189a76c443e"/><dir name="Email"><file name="Composer.php" hash="c0a5220fbdd663dcecc9992c997e23fc"/><file name="Filter.php" hash="3ccb1a69c17acb7003666e6567ff0105"/><file name="Processor.php" hash="153717216d7b9107c83349f6552c8e66"/><file name="Snippets.php" hash="82fea4dd34fab697534f761df0cdefd6"/></dir><file name="Email.php" hash="8845b6672200237f035c28b235c74e03"/></dir><file name="Medium.php" hash="239c4b41fbe4b4a18bbc616991269f57"/><dir name="Newsletter"><dir name="List"><file name="Subscriber.php" hash="7dca97af777be792f8623ec6e2c16b29"/></dir><file name="List.php" hash="38852872665f9577bdc5cf90bc2dd72c"/></dir><dir name="Object"><file name="Abstract.php" hash="503c77f1ea55961ee96059730042230c"/><file name="Address.php" hash="36597785bc2d953e6e9ab94cf743b194"/><dir name="Collection"><file name="Item.php" hash="4d427b1d183551bebdf7f6a51ca272c4"/></dir><file name="Collection.php" hash="805163e2c35dededaf9ea53d191d9f5e"/><dir name="Customer"><file name="Address.php" hash="52f83074098012319083b0eed3d06539"/></dir><file name="Customer.php" hash="ceffd6fa8a703acc47c57f3a65181f8b"/><dir name="Filter"><file name="Abstract.php" hash="6b37ec3dce1fac006b30a634fb515159"/><dir name="Address"><file name="City.php" hash="bb5ae3e135b02a4b675aaec00ce453e7"/><file name="Country.php" hash="cbec222be2900883f69f7f14cce96742"/><file name="Postcode.php" hash="7d520052935752292f91c4b3511a7321"/><file name="Region.php" hash="66340e4c04986496cbf8bf07c345730b"/><file name="Street.php" hash="faccef8500291cc79898ea76bd155232"/></dir><file name="Attribute.php" hash="2b35b3d5ec2527a09903e2333e0af86f"/><dir name="Campaign"><file name="Goal.php" hash="7b9cc8b329304fd057d0b0ac9cd24b87"/><dir name="Recipient"><file name="Abstract.php" hash="0b4848ea7c523a06cbebab30aa5ce39f"/><file name="Interact.php" hash="3f6e3fee3b28192ed4bc21a526198263"/></dir></dir><file name="Column.php" hash="98aa02d1da6fc6e6518c825bdb24c9f7"/><file name="Combine.php" hash="bc0fb52353e7590c76c1f8e3a861e42d"/><file name="Component.php" hash="008984b74f232889408d50c7ef09f305"/><dir name="Customer"><file name="Abstract.php" hash="46993a8e5b9f2700c08c97277f169f2f"/><dir name="Address"><file name="Attribute.php" hash="c29f136d23ccbd0ae9b27ff9274c18c0"/></dir><file name="Address.php" hash="ed205b62a4c2382dd2e19e1ad9261e4e"/><file name="Attribute.php" hash="6ece691b12b14b14b299be5d1cf598ac"/><file name="Event.php" hash="f6bfc2284fef22390de3a38d51eb3eab"/><file name="Lastlogin.php" hash="4a6ab32c76a50f04ff1b9192f0eb5e60"/><file name="Name.php" hash="d505856a30ccedb2c58f57c5941165a4"/><file name="Order.php" hash="919d0d19bfd1b71d1971e1ce940ca9c4"/></dir><file name="Main.php" hash="454c059d8fc4818544e828a36fea351b"/><dir name="Newsletter"><file name="List.php" hash="a1fe7ca19c17f70a8518eeb3b4a0f8f8"/></dir><file name="Newsletter.php" hash="2818ea863f7d30411c4d0edc3da57cf8"/><dir name="Order"><file name="Abstract.php" hash="cebf64c8d45b0d2c1e0a493b3dd19755"/><file name="Address.php" hash="3ad8a09340d31e79444f956ad1c572b2"/><file name="Campaign.php" hash="21637895bcf31f155ac318007128b727"/><dir name="Item"><file name="Abstract.php" hash="165f1ad8325dfa465da8c01003b97b26"/><file name="Table.php" hash="e22d98d193968eacc788ff96586d8d81"/></dir><file name="Items.php" hash="f9f7f7226cac3833f143601ba434dcd6"/><file name="Previous.php" hash="0e15bb337ee1f66cd3166b2612a49045"/><file name="ShippedAt.php" hash="23e4990d4b2752ac788f5850fa3a3af5"/><file name="Table.php" hash="9938c817deee01e60285b0e7bd4c3d89"/></dir><dir name="Product"><file name="Abstract.php" hash="b7add0fff5647131a9b5d9d93e407278"/><file name="Attribute.php" hash="8c122e64897c9a11df12fa77532536a7"/><file name="Category.php" hash="2f5435714a70c2c6f8e5668fc25d6cb8"/></dir><dir name="Quote"><file name="Abstract.php" hash="15630b04622843f9708e3f92a5609463"/><file name="Address.php" hash="ee3e4cfc811b3cf690101666c6214f6b"/><dir name="Item"><file name="Table.php" hash="8bc716bd705748cc91eaa9102352cd23"/></dir><file name="Items.php" hash="bb0251dfcd1b5441656ed4aeafca54e7"/><file name="Table.php" hash="47bbd145100d23b759e1c7010ccd5795"/></dir><file name="Table.php" hash="ae37988849c1b93a7c2b22859c02e39a"/></dir><file name="Filter.php" hash="9aa65084106fa0eb2250a12d08572c21"/><file name="Order.php" hash="607d715219f5a3ab5c0738c03d2b6691"/><file name="OrderAddress.php" hash="fbeedf8408353b3c9ab1efa20e858cca"/><file name="OrderItem.php" hash="208d77ff9ff8ae06b29302694ef97a2a"/><file name="Product.php" hash="138589caedd22c1620d205f4668fdb80"/><file name="Quote.php" hash="75f14cd23a571a5181383ae743780d40"/><file name="QuoteAddress.php" hash="a9c8fd26c1ea27e94b4b9055bebd3c26"/><file name="QuoteItem.php" hash="6be1c68ce5a97c4c79390bc8bc39ef68"/><file name="Recipient.php" hash="0df0b81345ff72a2f3491f73c9163b3e"/><file name="Subscriber.php" hash="42526fc5f3ebfddded62e52ffc7f7757"/></dir><dir name="Observer"><file name="Abstract.php" hash="7bcc68b01d1936db36a6a171f98a0a6e"/><file name="Cron.php" hash="bad59ea9f2bb5cf344884b2a59f86e35"/><file name="Customer.php" hash="1f63b8ce6b26cfc55f0bb5d6524e698a"/><file name="Goal.php" hash="5a3eeee9ec232061408f0ae939d4839d"/><file name="Order.php" hash="360caaa3381ff34ba10bc3857d5c0077"/><file name="SalesRule.php" hash="bc4c27db7d6ba0c51fa701f7b6aeeb35"/><file name="Subscriber.php" hash="7b7ddbc09a56ffe6ced190b80b0638bb"/></dir><file name="Observer.php" hash="0f839a13bb6d8a30d5c4bdadb72c7313"/><dir name="Outbox"><dir name="Email"><file name="Mail.php" hash="c18f89f704413eeff703c91bb5d296b3"/></dir><file name="Email.php" hash="7f81d78cdf50712368fcb1a9a38ed0d0"/><dir name="Transporter"><file name="File.php" hash="f566590cb42f58a6a4fb53d839ec65f5"/><file name="Interface.php" hash="a0f787d73597518b4e7da89258c6c255"/><file name="Mandrill.php" hash="320def33b2ff74661e06d7d05702b726"/><file name="Sendgrid.php" hash="591b62ec15e5501734978fc64b90ccaa"/><file name="Sendmail.php" hash="fdb60a1e46c74ab66e3ccce2083dbb3e"/><file name="Smtp.php" hash="e4ab9ba5dbb5c742b972a06ff59a86f0"/></dir><file name="Transporter.php" hash="30bf4b42b3260f628ebd039b0918a6f9"/></dir><file name="Outbox.php" hash="090738a9032f759655874dbb7ef4b671"/><file name="Premailer.php" hash="feff73598d1f03bf056b7a50461e8518"/><dir name="Recipient"><file name="Error.php" hash="ce147453a2b4436e659ac16135c3418b"/><dir name="Provider"><file name="Abstract.php" hash="598896bbd60b8935b5a0beb01b685d65"/><file name="Customer.php" hash="fecdf89dfe0e4182aa13b7219ab1843b"/><file name="Newsletter.php" hash="deb76614e6241a349a937fed70a56584"/><file name="Order.php" hash="00d3d26f77b577c7db982bec6fcdef18"/><file name="Quote.php" hash="a6ed57ee42b1b25b9d778b25be0394ef"/></dir><file name="Provider.php" hash="747f4ad1fb849cfe02b517e09d787fe5"/></dir><file name="Recipient.php" hash="1893b19ed928df1e9c721001f68a64df"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="77480f45e49fbcbfae224cc3e2ff2fde"/><file name="Campaign.php" hash="d8ba06e88723558315ed322e4c1e924c"/><dir name="Dimension"><file name="Abstract.php" hash="dba3683116d30170eb2daecbee0dda3e"/><file name="Country.php" hash="2ba900d39a3738b5e821a51962de3add"/><file name="Dayofweek.php" hash="eac0da852c333614afaf257aa78ac9e6"/><file name="DeviceBrand.php" hash="6a4a729600929774ee7c1b8f628308d6"/><file name="DeviceType.php" hash="422def2f64d94edda304c7b6ae09d5f7"/><file name="Hour.php" hash="d4e29225a7e7786889cb8ddcab3d784e"/><file name="Os.php" hash="c575cf70d186bd4d256ac555cc85ea40"/><file name="Region.php" hash="c8ee6cbf2308ab4d2892e3f36137c1e1"/><file name="Useragent.php" hash="0400e62620476650984d232ca6cd4204"/></dir><file name="Dimension.php" hash="f12e4b51c7f842eff54b340ba9ddfdaf"/><file name="Events.php" hash="44043d8f0cf6787637e7165f5875c200"/><file name="Goals.php" hash="dd68c52d9c192d1b6ea0513cf0b9df95"/><file name="Rates.php" hash="350d417c4b0d8984e3f5124a07afceb4"/><file name="Recipient.php" hash="f5493a246c5f515387fd7dd266748e19"/><file name="Tracker.php" hash="1421ace83688f235872340baa2ac1dd2"/></dir><file name="Aggregator.php" hash="c98ced5f769e1f0a5f8751b4089b0fd7"/><file name="Query.php" hash="63de21f8a473a30677921d479b4bf137"/><file name="Seeder.php" hash="1eea90a399b877c93a31630b1d5f6e36"/></dir><file name="Report.php" hash="57dd0f3bc2505cea54ffc74088633426"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="49847e866ead48f62d8f02a032325f98"/><dir name="Preset"><file name="Collection.php" hash="a183e510d3053d8956d8b8931d169c84"/></dir><file name="Preset.php" hash="4c104458946a752e8908b359cabb7d67"/><dir name="Variation"><file name="Collection.php" hash="ad62a88d0cfad8771fb085be1ecf5ddf"/></dir><file name="Variation.php" hash="8947018f5ae257de2dcf1c8438b8744e"/></dir><file name="Campaign.php" hash="6d0ee2e19a5bd6612ec20794a56c03fd"/><dir name="Collection"><file name="Product.php" hash="45fe5ae8665d1308678690f25db9b535"/></dir><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="e1caed8806942fde0117ff18add9cb48"/></dir><file name="Tracker.php" hash="09d068fa154eb257ed881f922f7907d4"/></dir><dir name="Email"><file name="Collection.php" hash="5e1e395800f65776ddeb4210b042e6aa"/></dir><file name="Goal.php" hash="8b1a673db58783baf59b98bd75d534e0"/><file name="Helper.php" hash="aafac2a4f23110aadc085ce543e944f4"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="4f5ffcaf9f26b72fbd05e76d4d6894d0"/></dir><file name="Email.php" hash="2c88bc7d1d614adfb9505ee062a367ff"/></dir><dir name="Link"><file name="Reference.php" hash="a9e05260021991d1dfefcbcc1d86f7ea"/></dir><file name="Link.php" hash="8172676646ae01825f768b16089ea684"/><dir name="Newsletter"><dir name="List"><file name="Collection.php" hash="372026f2e0b5aca94e0eb43c96c15c6d"/><dir name="Subscriber"><file name="Collection.php" hash="fec62ca3b03d4e901905688a406251a5"/></dir></dir><file name="List.php" hash="4de41a7402f1d749080b46dd30e9d0a9"/><file name="Subscriber.php" hash="196e9ab348251b2626c7971f5f66be96"/></dir><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="7c5fe2c2ca818f5f3b5e75eaa28f3ab2"/></dir><file name="Email.php" hash="c69661f0e493944588d453f51c54c615"/></dir><dir name="Recipient"><file name="Address.php" hash="c76406a36eb5466590121120c0b16481"/><file name="Binding.php" hash="17023d54f0f9e7e8356525e930ca0bf4"/><file name="Collection.php" hash="696804359fc1306738259e158b160d80"/><dir name="Error"><file name="Collection.php" hash="fd1c3b9e51667c5aea4695af069e2de1"/></dir><file name="Error.php" hash="932b09f2416f8b7c53d2a8739ef4e337"/><file name="Event.php" hash="f5669555f52de17def7e14f18791e173"/><dir name="Goal"><file name="Binder.php" hash="e3efbbca44278bac45dbc32096052aa7"/></dir></dir><file name="Recipient.php" hash="f803c4200aac5f806009cef3e3fdb78e"/><file name="Setup.php" hash="d64ba9a504b28570302186583c02d1a1"/><dir name="Template"><file name="Collection.php" hash="957080c41ca7f856f666dafba86a1780"/></dir><file name="Template.php" hash="caf1127d42165f8e806b35717cce346a"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="26a1ed190fa9b36ccb29a287df8f1a96"/></dir><dir name="SalesRule"><dir name="Condition"><file name="Emarketing.php" hash="50d017345e7833b92b9bc1589070316a"/></dir><file name="ICouponManager.php" hash="b13733e69ed09283aab04ec435d218e1"/></dir><file name="Session.php" hash="4912608bab49efacee9407c307e808db"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="23b1f014f7a7f03505138b7d570865e0"/></dir><dir name="Source"><file name="GeoIp.php" hash="69ba2ed0304ce99c75d4512624156803"/><file name="MailStorage.php" hash="a75a6e7b1cff746a9fe09946ac084f33"/><file name="SmtpAuthentication.php" hash="cc6bca124ac835a26fd6129f2f4af9b7"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="a15d65d2d30821cf8a93bb1f460041c9"/></dir><file name="Template.php" hash="ad67c57749347d37f804808ba6e7cc97"/></dir><dir name="controllers"><file name="BeaconController.php" hash="b6538ed02a928fbfa3debcd9244639fc"/><file name="EmailController.php" hash="60d60a6176f6d37e240d1ae20981a7bb"/><dir name="Emarketing"><file name="CampaignController.php" hash="139258ee4837139676347b14a811b956"/><file name="InboxController.php" hash="8af5ead9dfe0546abc686eb71d3e0e24"/><dir name="Newsletter"><file name="ListController.php" hash="367d6b6340eb8e40b2af6c0cd4b95e2c"/></dir><file name="OutboxController.php" hash="4d4b160573574ed896c6b8f2be50d5f8"/><file name="ShortcutController.php" hash="35cd34de14cf0d02a37f86d86ff2fee0"/><file name="TemplateController.php" hash="cd69309cfbbfe0142bb124a96ed7d830"/><file name="TrackerController.php" hash="cf1925d12fcd02a6379bfbf5efd92a12"/></dir><file name="LinkController.php" hash="66134d718b25638ec5e6ad5dd8cabf5a"/><file name="UnsubscribeController.php" hash="230472860853b6a986d58b92ebb6917b"/></dir><dir name="data"><file name="useragent_regexes.php" hash="f5b45362cdf8ba55085f1cc0b130ce71"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2be78d81c1c137eba6509e8d2e61ff98"/><file name="config.xml" hash="cbeb1dda1a9c67660e935ae3f654d45c"/><file name="system.xml" hash="03a2a0dac7904149c2060798bcea07e6"/></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="7e9c089059d3598b945235110f5bd6ab"/><file name="mzax-abandon-cart.mzax.campaign" hash="7998d1657809d03025b2c0e53b8eae52"/><file name="mzax-after-ship.mzax.campaign" hash="5a38e063a0291b2f8c8f7f10a5eb38b7"/><file name="mzax-female30-40.mzax.campaign" hash="2f6c97954d0b17eb284d950f5aff5679"/><file name="mzax-happy-birthday.mzax.campaign" hash="a1e9f1754efe51df85b6bbe31e63d7bc"/><file name="mzax-viewed-products.mzax.campaign" hash="ba3840741be92d13a4e0fe7a83756ded"/><file name="sample.mzax.template" hash="db77bf43d62a480dd078c5f55a64aa7a"/><file name="uninstall.php" hash="2423ccac4e5cc481ab8e9a8e8cff4ec2"/><file name="upgrade-0.2.6-0.2.7.php" hash="f91ce37e371cb019a4f7300e3a8c4977"/><file name="upgrade-0.4.0-0.4.1.php" hash="880cfe3069523d502c228cc6b0737888"/><file name="upgrade-0.4.1-0.4.2.php" hash="6ecaaa8761bb50efcd5bf8bdf3e6ec17"/><file name="upgrade-0.4.2-0.4.3.php" hash="16354e6dab3ee146f7208790226c9190"/><file name="upgrade-0.4.3-0.4.4.php" hash="6c195d3764bab5c4f0e5009673e11d05"/></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="dbec35348f7d73d6af7b17515271caa8"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="fb0bcfb8291cdb84e940fbee664cd16d"/><file name="credits-left.phtml" hash="3bf2cd9579cbe3cc6f38ce91545a68ec"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="077912115f6779967315c325cf896b6b"/></dir><file name="load_template.phtml" hash="023f0e2a206b0a92b35c3e47fb6639fd"/><file name="mail-tester.phtml" hash="9174cab54d776694f82a9d2dd44929b2"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="8962062f35719e33fcd1b903e14e32b6"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="presets.phtml" hash="c535d4b49404ce7581a8c6d2c246f114"/><file name="recipients.phtml" hash="b86630a6b0fa5c3c541e3e5501958653"/><file name="report.phtml" hash="07fbb104b9d858dca12b802eb171d778"/><file name="running-warning.phtml" hash="200956a178a6304b035eb97121ff779a"/><file name="tasks.phtml" hash="1f3cd3b64e56c03266239c0995cf095f"/></dir><dir name="edit"><file name="js.phtml" hash="63b2abbfd4a9dd9e2c51e972d0b407c9"/></dir><dir name="editor"><file name="text.phtml" hash="3a59b6b93ec6983066420e1d958386df"/></dir><file name="fieldset.phtml" hash="858e9c67a03c76829e9909fc25b35ebd"/><dir name="filter"><file name="page-preview.phtml" hash="186ccb81ae157551034fc96ba5ba1006"/><dir name="test"><file name="filter.phtml" hash="4fa98014c6e86c8ff82b830e59147715"/><file name="recursive.phtml" hash="6d908cfb390598bf13ca466fefa54b03"/><file name="single.phtml" hash="d91ffa78d1d66ba5f842d92d5b947894"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="7e6a9cb9cb7a241d7e87dc0752946780"/></dir><file name="tasks.phtml" hash="3316b3ef9e1dccd105ae87141a2d9a22"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="e1cead173fd4b318246edd936bf48cb1"/><file name="chart-tab.phtml" hash="befa403ac0cc3a801b47a15648bfcbad"/></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="04cda6e249e3552aa8c7bd4ceff82d47"/></dir></dir><dir name="template"><dir name="mzax"><dir name="email"><file name="cross-sells.phtml" hash="96e365308c7b3dc5335a0cb2e45e8953"/><file name="last-viewed-products.phtml" hash="14ea2d387f151d1a23dd6262ae7a9080"/><file name="order-items.phtml" hash="1bb31b30dc363703f040d4ef83807c7a"/><file name="quote-items.phtml" hash="6958ca54209da6121294d2f40c05b688"/></dir><dir name="emarketing"><dir name="link"><file name="redirect.phtml" hash="f9620c99c5a0e6efc5c576960d39a69e"/></dir><dir name="newsletter"><file name="lists.phtml" hash="844476096aa6b5326d94984a589331d3"/></dir><dir name="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="1d7b65b48567f301d788bbb549ad50e8"/></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="05b3218a1d3a0ca89d3f33380d0f1b6c"/><file name="mode-mage.js" hash="3a9786f06b24f271651eb2b64fe58222"/><file name="theme-mage.js" hash="44544e3e7c1b85fa453e279420844bc2"/></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="e421cf593684923feb5c74e39e9d2801"/><file name="editor.js" hash="f0b9f6dd0de3a1a9ad223c7ee7e16be7"/><file name="report.js" hash="07b082e6d21cb7d171ab49dd19d1a823"/></dir></dir><dir name="lib"><dir name="Html2Text"><file name="Html2Text.php" hash="5710632d174c0a196e8252b6f6652dbc"/><file name="Html2TextException.php" hash="fff9bc76e1281693997cb42defbaa173"/><file name="LICENSE.md" hash="b5d7f7156f7785ca2eb55d6cc1b4c118"/><file name="README.md" hash="2edfe5d500062bca4cf912451938837f"/><file name="composer.json" hash="bb90182bd8d808a06ae4762518746ed3"/><file name="composer.lock" hash="24624dbb0356e5b2472892a19c9e0a7e"/><file name="phpunit.xml" hash="321806966ac2442ace7e2b98a0c4c20d"/></dir><dir name="Mzax"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="874f487f95f87732dc6a056eacdaf7ee"/><file name="Arf.php" hash="a162c05adfee183035f896d5254409dd"/><file name="Autoreply.php" hash="a63972a72dc7424d6fc2d8023772a5ca"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="f093937b5cef504492f07c4263d773ca"/><file name="Failure.php" hash="67b873cadf7f019193cd12a14e0901af"/><file name="Rfc1892.php" hash="5f339a3aad1dc767cda5048c73b739b4"/></dir><file name="Detector.php" hash="c9f2134c9352995a6d20fcc4e63f59ae"/><file name="Mail.php" hash="8d4db4e5e56746eeedfcc7584348bffe"/><file name="Message.php" hash="a5ab271c144868558724316ae0c0f316"/><dir name="Mime"><file name="Decode.php" hash="e3c6590996c69b37a9e41b694f9ee0bd"/><file name="Part.php" hash="c288cace580437564e0925e2f46ffcb2"/></dir></dir><file name="Bounce.php" hash="c7efc6a012f944bdc4dcce79bac86d42"/><dir name="Chart"><file name="Table.php" hash="f64c7fed255264502daee7289a2c0016"/></dir><dir name="Db"><dir name="Select"><file name="Exception.php" hash="69e7f8ab3fdf26e57885e46ad03832c1"/></dir><file name="Select.php" hash="25527302e20a21fb56301057df81342a"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="0202e39ce61a6acd69190b6fc05408da"/><file name="FreeGeoIp.php" hash="665193b515fecaa020f34fd10a2b9c69"/><file name="GeoPlugin.php" hash="32b7f7b7a8627416f442a22ea6ed20a1"/><file name="Ipinfo.php" hash="0e37c680cbbb122c78ca58a39368e851"/></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="279fa81ae4d1c8ce41813fa510b4b72b"/><file name="Region.php" hash="892da25b63bebd10ae3a74ffaed1062e"/><file name="Request.php" hash="d6dced56612fb7fe0a74287fa22cf901"/></dir><file name="GeoIp.php" hash="4aaf17358ab58560c8be1ecefd4e41fd"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="c641980c6e4a2ed9a9848042a235557d"/><file name="Mock.php" hash="9ae15021718d928b9c346847efe93ed7"/></dir></dir><file name="Mail.php" hash="eac88e45a8ddb87e280094aef771aa32"/><file name="Once.php" hash="51a40df60561803fd736234ca6c6f9dd"/><file name="Presist.php" hash="11c76ae7cba4c73bbbad257a59175f5a"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="5584e88f244f401c42d74742d907199b"/><dir name="Exception"><file name="ExceptionInterface.php" hash="fa1911089901af7d6db782294ec0ee88"/><file name="ExpressionErrorException.php" hash="026bd36ddee7327e087d4c30eae573e0"/><file name="InternalErrorException.php" hash="495b1a8bc78aefbe9cc9f6f7d1afec81"/><file name="ParseException.php" hash="3bfa30716d8ab605a762d3f6f6c5a71c"/><file name="SyntaxErrorException.php" hash="eafc28bafcb98f269474f8166cac2865"/></dir><file name="LICENSE" hash="56dedd4bd25ecd034ac4e1c17ebba0cc"/><dir name="Node"><file name="AbstractNode.php" hash="428a42cb6640d69c3f2751a65097cd56"/><file name="AttributeNode.php" hash="e1c51c11a8e594751ee68c8d0402fd5b"/><file name="ClassNode.php" hash="f3c68c8f592ad7c86dbd0978d6e328b6"/><file name="CombinedSelectorNode.php" hash="d8ec7635be51e56298cf4ba7280b5c43"/><file name="ElementNode.php" hash="0194453765b421ee7b588f3bc19b8207"/><file name="FunctionNode.php" hash="c6686827afc99bf717dd1a57cb365743"/><file name="HashNode.php" hash="b3365470df29fc0c2c2d38aebd4d56e8"/><file name="NegationNode.php" hash="8c076665e723e4abee7c7d661318a8ef"/><file name="NodeInterface.php" hash="d6f6c917ab9b5b571653167be83325de"/><file name="PseudoNode.php" hash="5233bd06f4742c3ab68d83745e8f4475"/><file name="SelectorNode.php" hash="a8d2504b9c9611286c32968890a61387"/><file name="Specificity.php" hash="cc0cdc5acb8b3a8c683841e545631e75"/></dir><dir name="Parser"><dir name="Handler"><file name="CommentHandler.php" hash="7c9a70cd1eb4e55dd00c2ead4d5af9ad"/><file name="HandlerInterface.php" hash="599be096ef9d568e1ba0dc5c6709db24"/><file name="HashHandler.php" hash="c9abb1e362502b1c29c17e2a9e8f9150"/><file name="IdentifierHandler.php" hash="f06b22f2601eaebe59c226aacbf88f9c"/><file name="NumberHandler.php" hash="0cc8f64604899b9d04cb151d05b9cbe6"/><file name="StringHandler.php" hash="abab0541bd20d5e7d35d4b91dbaffa78"/><file name="WhitespaceHandler.php" hash="12508597df2624818d9cb2ddaafe9a79"/></dir><file name="Parser.php" hash="2bf53e6d3dc94117f4c238c97bdb8ec7"/><file name="ParserInterface.php" hash="76ed5f390a2199b1ed80071c5c73aa9a"/><file name="Reader.php" hash="c063641372c02f1574e1b892c6e6627f"/><dir name="Shortcut"><file name="ClassParser.php" hash="82859e3afd4999409105876420b0373c"/><file name="ElementParser.php" hash="ce3efe057d13b9f290a10d2618f9fc5a"/><file name="EmptyStringParser.php" hash="ea30ecab27c269fdfba71dc38eb0ee9c"/><file name="HashParser.php" hash="642dfc7642d491516e1f3df2f818aad7"/></dir><file name="Token.php" hash="f4004497a51203da9edc05a6969262ed"/><file name="TokenStream.php" hash="d34976ed25aef4f17be1f9d10b25b563"/><dir name="Tokenizer"><file name="Tokenizer.php" hash="e497fd9aece9511e76c82405a2bb554e"/><file name="TokenizerEscaping.php" hash="2d43efa6bb0bc9fdc083a56dee828bbb"/><file name="TokenizerPatterns.php" hash="df726209fae8f8165a6fa441d94fcd37"/></dir></dir><file name="README.md" hash="587d98dd3ba273664b871f6bdb5178df"/><dir name="XPath"><dir name="Extension"><file name="AbstractExtension.php" hash="65c96636f8a8c3a0f3a8300b4241547c"/><file name="AttributeMatchingExtension.php" hash="fc29930821be5bebbfb9db41c15fb9b2"/><file name="CombinationExtension.php" hash="4d6dd2a731761fc6c0176d2a120783ef"/><file name="ExtensionInterface.php" hash="953d3ea0b22c85321691637a6168bf78"/><file name="FunctionExtension.php" hash="ac3001b2b469f0224fe3b1cfd834a31a"/><file name="HtmlExtension.php" hash="c62cd9b556ee0afc0522dddc930390a6"/><file name="NodeExtension.php" hash="1bdfa61457b730dce26bfb3c29bcd6a2"/><file name="PseudoClassExtension.php" hash="dc543634c650db82f569d362d326d49e"/></dir><file name="Translator.php" hash="f3154298712670e13fbf4e8ae5cf616e"/><file name="TranslatorInterface.php" hash="705c8667a07922d100c203672bb1e173"/><file name="XPathExpr.php" hash="0c2d20536615fd27a5bf8c7757c98f9f"/></dir><file name="composer.json" hash="680f7bcb320c70aa3b0a75aa5645c177"/><file name="phpunit.xml.dist" hash="9f400e487bed961cdad3bef4d66be91b"/></dir></dir></dir><dir name="TijsVerkoyen"><dir name="CssToInlineStyles"><file name="CssToInlineStyles.php" hash="ab80bcce9af62cf4c908770e7a583e39"/><file name="Exception.php" hash="c41f07f2187bea04d3653907ef0e886b"/><file name="LICENSE.md" hash="d5bbe692a9b717fb631a681aa3ace904"/><file name="Specificity.php" hash="10580a739c1b872f81c67b784fc35be7"/><file name="composer.json" hash="a47437496b448eb8220e0281ffa75b09"/></dir></dir><dir name="UAParser"><file name="AbstractParser.php" hash="ca2e1979f50c4b93719c4c9c034c5c66"/><file name="CHANGELOG.md" hash="a1b535d9fbfece62c9f3703fad8bc6cb"/><dir name="Command"><file name="ConvertCommand.php" hash="09b8c79df612729450eca87d8ba8e244"/><file name="FetchCommand.php" hash="3c80e891e2b1dafd7cb2688cfaba07d8"/><file name="LogfileCommand.php" hash="a993310e444c7ff1f1fd92517d880e39"/><file name="ParserCommand.php" hash="5f73cb00b1943fcbd342e2717dedc3f5"/><file name="UpdateCommand.php" hash="2caf8cb3a7c79ed2dc2c7504365767fc"/></dir><file name="DeviceParser.php" hash="483db6de6d837dbcb9c8e0b569d3f1ab"/><dir name="Exception"><file name="DomainException.php" hash="2b957f721c4203a24e09da42f4e0ffd6"/><file name="FetcherException.php" hash="2f187c54cd37fcc814152cd2ca6c1786"/><file name="FileNotFoundException.php" hash="364b62b77446d6ca96058c9f72cf7f93"/><file name="InvalidArgumentException.php" hash="b7ae5ca648a20af30700e88e3987f894"/><file name="ReaderException.php" hash="f63da14a430a0de6ceb7ff455ccd8fa6"/></dir><file name="LICENSE" hash="e1bf063eb79c08cc980356d2b3745bed"/><file name="OperatingSystemParser.php" hash="693234133cdcd1db69645d9e914ffca2"/><file name="Parser.php" hash="5e899ec4e07509ccdb8a62af542dc4d8"/><file name="README.md" hash="9b6624d78130c290cb414d7166c92bb9"/><dir name="Result"><file name="AbstractClient.php" hash="2dc599bccebd0199639e9d3388acfae0"/><file name="AbstractSoftware.php" hash="b4737539f3a44059906db2957dc27382"/><file name="AbstractVersionedSoftware.php" hash="30a2971ef5955870c3a0a3aa7c38ae23"/><file name="Client.php" hash="bf045772e396f1c68a8536580e89d267"/><file name="Device.php" hash="1f06d5a24edf8244e852a3b817eaa91a"/><file name="OperatingSystem.php" hash="10b8acc4cdbf535d7363b77a7bcf8f4e"/><file name="UserAgent.php" hash="9bf2bdb466159029d0669de8f77f0b87"/></dir><file name="UserAgentParser.php" hash="9f01754002448ea118249719c27934c6"/><dir name="Util"><file name="Converter.php" hash="de6481ab6c2da9e04965af7101c95025"/><file name="Fetcher.php" hash="c86c1c297e992802777e13fbf7e16826"/><dir name="Logfile"><file name="AbstractReader.php" hash="b72cc412a95164e71ac978470a512a2f"/><file name="ApacheCommonLogFormatReader.php" hash="f3f58c5b10268c10742d5108d12f0aac"/><file name="ReaderInterface.php" hash="33daf57831f56fc86cb9d8a4acfbb37d"/></dir></dir><file name="composer.json" hash="7a14f9c576783d9db694da31225239ee"/><file name="phpunit.xml.dist" hash="2e939d26f14e1cbccdf0d92fcc51cdd0"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="f554ef5dd9b198a37e1846ec77b19c9f"/></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="b5c66ad88149a455d695c7ed0b98b7fb"/><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="mail-tester.png" hash="a4410705643d83c228e9a97cab49bf21"/><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>
|
50 |
<compatible/>
|
51 |
<dependencies>
|
52 |
<required>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<package>
|
3 |
<name>Mzax_Emarketing</name>
|
4 |
+
<version>0.4.7</version>
|
5 |
<stability>stable</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>
|
44 |
<email>mail@jacobsiefer.de</email>
|
45 |
</author>
|
46 |
</authors>
|
47 |
+
<date>2015-12-01</date>
|
48 |
+
<time>10:05:53</time>
|
49 |
+
<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="686cdb056cb92a715593fc054c6e4c0c"/><dir name="Medium"><file name="Abstract.php" hash="5c95ce0e02d3b6be5ff0915f586936c1"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="b13c7b3143276517c1d588d7cfc802ea"/><file name="Outbox.php" hash="243db6a5c2b13e773bdcaaa75954a785"/></dir></dir><file name="Email.php" hash="ca722d14e3195f14998c50fa43a07bf7"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="4f7dab5fcdcf674fa03871527545be0a"/><file name="Variation.php" hash="b7310a30e11f7897325fc7d5419789f3"/></dir><file name="Content.php" hash="006edee7c7ba213f43e4d6457869d304"/><file name="Errors.php" hash="7efe6a9546837c1bce4d04a3184f4ef9"/><file name="Filters.php" hash="89e25d529ed70f84a0816faf25ffbc0b"/><file name="Inbox.php" hash="87abfc26c82e2c17e2b659e808a48dbe"/><file name="Medium.php" hash="430139d99a22334f853e38eebdb0fa76"/><dir name="Recipients"><file name="Grid.php" hash="0d30f1b13bac8f2cf82ceac626e5b3f1"/></dir><file name="Recipients.php" hash="0fcfa7b760cb502409753b04ecc0ef25"/><file name="Report.php" hash="31ccf57830de8cea8c366a5f5083af08"/><file name="Settings.php" hash="d2f4e0541152534739215a8e4a4c7735"/><file name="Tasks.php" hash="09d4b6e84f9a7c668c75c6b3548f1cc4"/><file name="Test.php" hash="335eaeb90a0ee07c36e00277b249f642"/></dir><file name="Tabs.php" hash="b0f2c05823fe30be2794d50f9321175b"/></dir><file name="Edit.php" hash="79849596842c38ac8990d2a1d8723ab7"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="2156ec03ed3d27c12034a53e6026f1b7"/></dir><dir name="Renderer"><file name="Action.php" hash="93d93c5f748b7e2670645e1ff385d6e1"/><file name="Filter.php" hash="8e92e7396e57c5e8142896dc172b7524"/><file name="SendMail.php" hash="db1837fda540a692662adc490b6f6ece"/><file name="Sender.php" hash="3f5822e3d515477d94dcb959e3aa9167"/><file name="Stats.php" hash="844cd24379cbb907baaca40a0c701961"/></dir></dir><file name="Grid.php" hash="1bfba29e8e958e96135a292b213fcedb"/><dir name="New"><file name="Presets.php" hash="21b39db938fa6c7e1a888392126c5c82"/></dir><file name="New.php" hash="918f262b40bd957094e1a79cd22960e7"/><file name="Preview.php" hash="ee23e113143038efd1ffd1a6bfa0d4b7"/><dir name="SendTestMail"><file name="Form.php" hash="bee804272c0c8b490fecb8bc1826c27a"/></dir><file name="SendTestMail.php" hash="5a970c0acd747226d3de9de870042965"/><dir name="Test"><file name="Emulate.php" hash="b5e6182009030740ffe32aff1d35f40c"/></dir><file name="Test.php" hash="4652743c0afbaf1078404f1467d608e2"/><file name="View.php" hash="7b9a9197c78e78b2bde7804c3491f29b"/></dir><dir name="Chart"><file name="Abstract.php" hash="8ae94a49a76fb955a0157d6354339c46"/><file name="Area.php" hash="38ce2949541a7703334f9d195c7ee380"/><file name="Bar.php" hash="da10dc9ca004f16e915ada6da9dcfdcb"/><file name="Column.php" hash="1c639fafa2eb6ce99073f41af3ae2e06"/><file name="Geo.php" hash="24538eabef51886676ac1d3c88077d1b"/><file name="Line.php" hash="9b99d0ace91766b42740aaf1901773df"/><file name="Pie.php" hash="274db1f78a264dd0cc51f67fe03a7414"/><file name="Scatter.php" hash="c5a7172711a4cd0ce0c0061978593845"/><file name="SteppedArea.php" hash="5c965f6dad036594ff280db931118bf0"/><dir name="Widget"><file name="Container.php" hash="2c1d478cb1d63f8a73bcced24ce4f6ff"/><file name="Geo.php" hash="e544816730c37fd68c6337541cad36c1"/><file name="Tab.php" hash="1f848e3c9933260eb66d1d6e32a90298"/></dir></dir><file name="Conditions.php" hash="639c4b1ccc7f235f27d18de328fda55b"/><file name="Editable.php" hash="20ff594a272d3d79f4e59cb90d025018"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="2850a0db10b801dd3cfabff55876e9b7"/></dir><dir name="Test"><file name="Recursive.php" hash="f6016dfdb6bf008da58e68f2e5b36103"/><file name="Single.php" hash="46665d630e57b2d836fc95aab9b7be5a"/></dir></dir><file name="Filters.php" hash="3f318e651b1d5fc25d74f15201e56a9e"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="cfba712d4401d261c96dc1b0c1fc99f9"/><file name="Campaign.php" hash="0bdad45531a66982a10e35e603c0501b"/><file name="Recipient.php" hash="565841cf0a5348b31bbc6da77b9751b9"/><file name="Size.php" hash="68ce78353cac9d07bc183dfedb1c58b3"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="0c74b65f981372391bfc6ba4f2a67f93"/></dir><file name="Email.php" hash="78b1588319887c781388f6fb4c245c51"/><file name="Grid.php" hash="22a6bf4ffb218cd75160d0dcc8800148"/><file name="View.php" hash="c75aa5b320cd9e4eb275b7e21edd2e2b"/></dir><dir name="Newsletter"><dir name="List"><dir name="Edit"><file name="Form.php" hash="97d8d2cbd1150fa178645191cd7e4b3f"/><dir name="Tab"><file name="Settings.php" hash="e248d8b555351cd7b253fb29ca47d5ce"/><file name="Subscribers.php" hash="a8c444187718a1455fba05c2f3dfc9c0"/></dir><file name="Tabs.php" hash="6ce1ec6492213a84b4250505e51b8ebb"/></dir><file name="Edit.php" hash="9d32acc4d8b23c9f2411958b4e2e5f59"/><file name="Grid.php" hash="0d5735003fabf65a3ff3470ed5193ca3"/><file name="View.php" hash="a2d5554dc650cba0d7626e3c9591ca85"/></dir></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="45ef81adfbd0f09bc26afeab67ef2421"/></dir><file name="Email.php" hash="1d0f176c2b8096b61020455a916ba2bf"/><file name="Grid.php" hash="27e9cda7a9ad3adbee06cc336cda0721"/><file name="View.php" hash="445885cdbe8e850cd62aef1d73ee5c46"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="563ed6e057530371616f76991868b374"/><file name="Object.php" hash="f44f1cd7083cccb21f36caca6df44c75"/></dir></dir><file name="Grid.php" hash="ae338387b0f0b98cf47a178b01ba6aaf"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="437e33eb654cacc93a26fb892db6d72b"/><file name="MailStorage.php" hash="322e17da9acce47df01a4e192cf9922b"/><file name="Mandrill.php" hash="c5527a5cf36d8850ebb39bc5caa8ba8d"/><file name="Sendgrid.php" hash="d5a346c54d777fc2f7db61782c4a6b59"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="b82e3ab04087f0d10c7017a003099b52"/></dir><file name="Edit.php" hash="0145c827d584be4b3d4b8552598c7c49"/><file name="Grid.php" hash="e490cdf512418d55d5a5dc4befe43852"/><dir name="Upload"><file name="Form.php" hash="519c79d063fb5f63b81cf872018695c1"/></dir><file name="Upload.php" hash="f5d4210da44640eacc2ad0cb7a5dfd35"/><file name="View.php" hash="458669eae63a778bf548d3adc5ed0e67"/></dir><file name="Template.php" hash="922cb875ea67333b4d3cbe0bd26d1043"/><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="75b1c2830d31f4c06bd1d2642ef79458"/><dir name="Tab"><file name="Conditions.php" hash="96849b34a15e287a90507ad7f64813c3"/><file name="GoalType.php" hash="d339875df34cd37e5a324dc1ff2f4a73"/><file name="Settings.php" hash="8f2fbac59c64c00bffed374fe94392d2"/><file name="Tasks.php" hash="02b002a8ed5926770a5582645af345f4"/><file name="Test.php" hash="22f5882198ad0668be59a85edc9b90d9"/></dir><file name="Tabs.php" hash="327bae49d27aae613431c1d40ef3a008"/></dir><file name="Edit.php" hash="903b5e77f5ce622059d1c18c6a3fe879"/><file name="Grid.php" hash="a3175397461e62f7ee143d0889ee11a2"/><file name="New.php" hash="9ad09a11d41e8bf6f5c232dd1a0273d3"/><dir name="Test"><file name="Emulate.php" hash="c418767fc7323e7274ed4ae64ec6ccaa"/></dir><file name="Test.php" hash="5f28568d684bab7763d62ca83544e660"/><dir name="Upload"><file name="Form.php" hash="c78b5ed0c60dfdcaa5ee917aa363d6a9"/></dir><file name="Upload.php" hash="21dbdd9cdc015e0968a8ce0b93331002"/><file name="View.php" hash="8137b50fec7519a3e482c12ae720bb5e"/></dir><file name="Unsubscribe.php" hash="2db147dc7feba9533059b48993539459"/></dir><dir name="Db"><file name="Select.php" hash="a2b76b4573477e71f0a5a9bb9117ab4f"/></dir><dir name="Helper"><file name="Campaign.php" hash="fefc229ef0f6403ea8d50b3f2000fc70"/><file name="Data.php" hash="9de455a0238ea45f58cef434035b1c97"/><file name="Newsletter.php" hash="2293f3813d996723bb73fa990bba251f"/><file name="Request.php" hash="0ee0b636d8d2786641f1bde9b516fc0b"/><file name="SqlFormatter.php" hash="799e50464da290e5f5291f2adff0667c"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="815f2112748db54b5c539b8968bd9435"/><file name="Preset.php" hash="8168fa8f67bcb3c8d5f916665861a377"/><file name="Variation.php" hash="12e9166cd7f5195a1d3e14d15dec9718"/></dir><file name="Campaign.php" hash="fb954067bf3a8b5742e94e5ee149fbb5"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="57c1bb0c4c63e10d973dfbe438f0ec76"/><file name="Orders.php" hash="2930cfec75166f2e8eb655830c47427d"/></dir><file name="Goal.php" hash="451a319afb1418abc7e9818c5c457d82"/><file name="Select.php" hash="368bb46b3f2688076430f2007935fc94"/><file name="Tracker.php" hash="9b51d2c97ea72e2a5acc6b0ac2e5a553"/></dir><file name="DomainThrottle.php" hash="c4bed10caa3eac1ee4bb185a99816ea8"/><file name="Email.php" hash="f921bb8139a30113565316cde04a3bb1"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="fd2e677a4d7de37e51a0838acce4cfe2"/><file name="Credits.php" hash="91525e3bb3bfc0ae6518c175b092e1b4"/><file name="EmailEditor.php" hash="4678e2e1b483a5711e09202c287da9ef"/><file name="Info.php" hash="07ca79a33a6ffa68603bdec65394957b"/><file name="TemplateEditor.php" hash="263514c3fe3ee0c5cbc38ee8fc878f2e"/><file name="Textarea.php" hash="d7445a11defc0ba401e9df37f671196e"/><file name="Wildselect.php" hash="daff9239f95cbb77a70eedef4cc08dd1"/></dir></dir><file name="Goal.php" hash="39ae3ae7ab7e3c2681ab42dfaaceb7ca"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="825972969da3ca4a3137504161b82143"/><file name="Recipient.php" hash="a84e93f815e8151690e821867686300d"/><file name="Store.php" hash="fcf47e697ef66d19d921a9b33c8c9661"/><file name="Unsubscribe.php" hash="a78962e7abff1c9eb6ccc26e9eb12604"/></dir></dir><dir name="Email"><file name="Collector.php" hash="73aba45a072a1a9a4e5fcea022058d6f"/><dir name="Pull"><file name="Abstract.php" hash="8344813a07fde4e35671f1f5ae17e886"/><file name="Storage.php" hash="d0272b008da79df15d9a0e8b7ffffdd7"/></dir></dir><file name="Email.php" hash="f1c371202db8734acfb5ae5542347735"/></dir><file name="Inbox.php" hash="f339a4315f8b520b966c64a85213f444"/><dir name="Link"><file name="Reference.php" hash="f0e0df6fefa326043dbae3e83b5625dd"/></dir><file name="Link.php" hash="5ef9c3f688e94c3c267a19397e044242"/><dir name="Medium"><file name="Abstract.php" hash="ff42b777428dd8f3184cc140e2988a0f"/><dir name="Email"><file name="Composer.php" hash="f65f59e3a36ccc69813de50d5c583a09"/><file name="Filter.php" hash="5a63912f7a4ac05be65e03f9e7bcec19"/><file name="Processor.php" hash="513b30513c1f7bd1612c98a679b88c45"/><file name="Snippets.php" hash="72a874b143d396bb3ded015ee2edb8d6"/></dir><file name="Email.php" hash="2a264016ebbdfb7a660c4dc4b83a6cae"/></dir><file name="Medium.php" hash="5079eb456796998815977c281a33ca6a"/><dir name="Newsletter"><dir name="List"><file name="Subscriber.php" hash="b3d758535a859bc84db0a1dfc8b7a32e"/></dir><file name="List.php" hash="ffe51efcacea8b9ad39cb9f51ee5957d"/></dir><dir name="Object"><file name="Abstract.php" hash="79b4c2d9f80a786ffc1efa999d9def58"/><file name="Address.php" hash="1453b59cf3433b1f18a0c29162651c86"/><dir name="Collection"><file name="Item.php" hash="a250ab8ca23b49154af7461f6e177881"/></dir><file name="Collection.php" hash="3698de00754c52fd4220d4c030604471"/><dir name="Customer"><file name="Address.php" hash="dadfa1ba3b05a7219ab0495ad25561f2"/></dir><file name="Customer.php" hash="b0985b2e7fbcd249c3f63154dcba05f7"/><dir name="Filter"><file name="Abstract.php" hash="56666cf6a94935eeabaacb0d6808ac85"/><dir name="Address"><file name="City.php" hash="430b2c92e5fac723a4920c88e7feaa19"/><file name="Country.php" hash="eea19f4acf61b5ce9cf1dd701237d1b6"/><file name="Postcode.php" hash="0cf2bc8f9109fed2fecef98319d0152d"/><file name="Region.php" hash="07cdb9c4b3e247f64cdb4cb4f76b6597"/><file name="Street.php" hash="39a9471a7a08e34b9a77304dedea2da4"/></dir><file name="Attribute.php" hash="a9ddef7125bcf73fd42371da3888d8ca"/><dir name="Campaign"><file name="Goal.php" hash="3ca5a06bbed90c7f2d89306d434d76e2"/><dir name="Recipient"><file name="Abstract.php" hash="c2a2c4dc9cb3a9a196ed645885aa889c"/><file name="Interact.php" hash="a2110419cb35a47e421f8fb4dfa5e4c3"/></dir></dir><file name="Column.php" hash="3ec1e643cf8a30979a8c3f874e8dbe64"/><file name="Combine.php" hash="8389ad898d909a4fe9f193f3a7ed3601"/><file name="Component.php" hash="18be43cefa6228cab45f55c0c7d0893c"/><dir name="Customer"><file name="Abstract.php" hash="5467b8b36bf0c43728dbc1cf4abee382"/><dir name="Address"><file name="Attribute.php" hash="2f7f779379ee53348b4b684487e2946f"/></dir><file name="Address.php" hash="0ffc3348932496e80071d9a2b10298f1"/><file name="Attribute.php" hash="08390a030153e19451c6f9d4cdd1b3c6"/><file name="Event.php" hash="2d1ae515b3cfdfe1816fd4945f0de8e0"/><file name="Lastlogin.php" hash="9fcb51c0a04badaeb707b5e0ff8b7fbb"/><file name="Name.php" hash="fcecb8079b977f645ce57da08e6fae61"/><file name="Order.php" hash="75ff81831a97670af8448057bf292709"/></dir><file name="Main.php" hash="18eee74e448e9cb7e45595301cbd4b1c"/><dir name="Newsletter"><file name="List.php" hash="52cd7eb87bfd27665d219bbd4437241c"/></dir><file name="Newsletter.php" hash="5332bb80d7a1118e3699eb87c00bfcf6"/><dir name="Order"><file name="Abstract.php" hash="e293db368c6b22ea2bcb79225644ee47"/><file name="Address.php" hash="3e01d49a8e16c92bffe44122f83bbf10"/><file name="Campaign.php" hash="cef309b1a2f9cd422efe89a17ee85a21"/><dir name="Item"><file name="Abstract.php" hash="fd47112dd4f02b359aede078fe9f5196"/><file name="Table.php" hash="64e9d28e0477d83fe96e420732ec867f"/></dir><file name="Items.php" hash="97ff5124f2d5f8f61602bef8b31a5b9c"/><file name="Previous.php" hash="acb2bf3af6daa713c1b8bcfd007b3ccd"/><file name="ShippedAt.php" hash="877c54f467f2899df6b40908f0da84f3"/><file name="Table.php" hash="3136defe56638c9cf006660d1adbbc32"/></dir><dir name="Product"><file name="Abstract.php" hash="0af445fe9489e42cf6cab8c6215ebe7d"/><file name="Attribute.php" hash="53eec40f7c4794eb72639b85a22854ce"/><file name="Category.php" hash="6cfb97c91e9374e77283ada0360def10"/></dir><dir name="Quote"><file name="Abstract.php" hash="98ce6559ca9a3248f79e36d9f9eeca30"/><file name="Address.php" hash="a70507c36748226cc65dda73d3620af1"/><dir name="Item"><file name="Table.php" hash="9c7216ff0d5b735ede0ca81e39a2074f"/></dir><file name="Items.php" hash="bedc6e14c1c3e267341ea71536858e70"/><file name="Table.php" hash="44fcdd8b027e2d64c88e4873312f2c9b"/></dir><file name="Table.php" hash="94a947eb0b872ed8f36d4fbad4d69ff6"/></dir><file name="Filter.php" hash="4e9fe991541b0dffb67c1ecc2f1a5c05"/><file name="Order.php" hash="a18bd6bcf7cd5e5e7f1298d8c9124f43"/><file name="OrderAddress.php" hash="65fb4e778c618f37f7cd37d714035317"/><file name="OrderItem.php" hash="8fe9cdfddf6eade776b1f4161fbc465c"/><file name="Product.php" hash="779254bf0cf27333f1928cd6c5ac7e5b"/><file name="Quote.php" hash="0e512fca825649b46ed7e2231805d19b"/><file name="QuoteAddress.php" hash="c0dbbb27e281c0786f26c844be95eb92"/><file name="QuoteItem.php" hash="a9da34fd019e42df895616fd7b6ea90a"/><file name="Recipient.php" hash="8495c8d25d2763ccbcd0071537cee595"/><file name="Subscriber.php" hash="7a16224576ed12d6c0a436701f56cb28"/></dir><dir name="Observer"><file name="Abstract.php" hash="85878bee4de0f0c3ddfb9cb6ce2fc223"/><file name="Cron.php" hash="1e4ae75d0ee8bfaea081aab5bb5304ac"/><file name="Customer.php" hash="e41d40b480ee25ac463c397dbab17989"/><file name="Goal.php" hash="6d8c7d85d75f8c0c55d7b73ec8744d82"/><file name="Order.php" hash="bb26367d42738ceeec35f462b66a14f5"/><file name="SalesRule.php" hash="08ac738e0a5d3a76c945677538f3547d"/><file name="Subscriber.php" hash="d8757df477131b3326a08859a8fe8c6c"/></dir><file name="Observer.php" hash="7599450158936b1cf24433887d787bc9"/><dir name="Outbox"><dir name="Email"><file name="Mail.php" hash="6c0960717316b6980f0224ea43f1be00"/></dir><file name="Email.php" hash="8d89fe5a5e3cebce1ac0359515d25907"/><dir name="Transporter"><file name="File.php" hash="91af9e8b0e3800d6414653790c135c32"/><file name="Interface.php" hash="463e0f0598312835fbc6fece36c8b713"/><file name="Mandrill.php" hash="d1f80d5dc43dd0546e42c0ecc8e7fc22"/><file name="Sendgrid.php" hash="a4cfe5de4ed1287f0dacc6d2cdfbfb8b"/><file name="Sendmail.php" hash="a50825bd84a765e639b8eb7b2d0a136b"/><file name="Smtp.php" hash="2f8d7eed03de0041175b0e706f8806cc"/></dir><file name="Transporter.php" hash="47386d00493a93f8384579c570237754"/></dir><file name="Outbox.php" hash="547a9a9911368f8c9975645710eef1f2"/><file name="Premailer.php" hash="244675042cf49a83f6a0f6f21a08c914"/><dir name="Recipient"><file name="Error.php" hash="e1e72132d36d374cdb456d0417f21d05"/><dir name="Provider"><file name="Abstract.php" hash="a591ae109d1bcd3df9401b1a14bec8e2"/><file name="Customer.php" hash="6912e763ca711435c6ab71fd2117f6c8"/><file name="Newsletter.php" hash="701222695a1fc444bc4e178edfcc6d49"/><file name="Order.php" hash="35c26d1d4cd284737bbe7c0b6a0c1105"/><file name="Quote.php" hash="a6e9476f9dce60b1bd54e00cf09a42bc"/></dir><file name="Provider.php" hash="87c92e0d3b1abddaa918d3f1101d360f"/></dir><file name="Recipient.php" hash="74f140b5e951d08464b2918de954ea86"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="78122b3010f6fba01ad28e321ef63a71"/><file name="Campaign.php" hash="ea1ea16395c85c42e3e0bfca0e2b4076"/><dir name="Dimension"><file name="Abstract.php" hash="61a83482e1d7da7cadfd95be5c1d0f6d"/><file name="Country.php" hash="47e1d86991d44a45d43ff3f9a075a47c"/><file name="Dayofweek.php" hash="f504e29163fe275a3f1dd3688ab05ce2"/><file name="DeviceBrand.php" hash="5817b3d34d076cc74b03aeea9ac8708c"/><file name="DeviceType.php" hash="67c0e6e9572921877495c0e6f4280f25"/><file name="Hour.php" hash="20d0c15e80bf68ae7d4b6396d40db3dd"/><file name="Os.php" hash="e6ee32d6dc3677a666f21716f64c9a0f"/><file name="Region.php" hash="b7a6ea7d7be0be664b915aa1761c48be"/><file name="Useragent.php" hash="a38b8a6b5979b95637839264c0ea44e1"/></dir><file name="Dimension.php" hash="fa239d9d79e80e28268bc9ffc26540a1"/><file name="Events.php" hash="e60f65e94c8129d46df6541d375fcce1"/><file name="Goals.php" hash="cc6f259204cb20b1b26a17fb5598734c"/><file name="Rates.php" hash="195e7a2d397783399ada20ee3945fdca"/><file name="Recipient.php" hash="5a28d53ac8d61432198d436be0e0cef2"/><file name="Tracker.php" hash="eab061a82f4431485b841effeb0d095b"/></dir><file name="Aggregator.php" hash="b253888fac82202989ed7b41e3754fc5"/><file name="Query.php" hash="04723748dfeb7046d4b251574f97b478"/><file name="Seeder.php" hash="f62835d050dd68202a082c103049a37c"/></dir><file name="Report.php" hash="c33a4d4244b9290abfe559063feb4d0c"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="823910d5f7b4c9ede71166e6baccc7e7"/><dir name="Preset"><file name="Collection.php" hash="e642733b17ace85e83b5b3c2c0223752"/></dir><file name="Preset.php" hash="a4ad79732c64ae342b530ca1704d0f2e"/><dir name="Variation"><file name="Collection.php" hash="870940ec4a0697f1b26e36c2fb1da4ce"/></dir><file name="Variation.php" hash="700ef6946c0bcf3e0a9824cdb054ad11"/></dir><file name="Campaign.php" hash="6043e5ec4b8831d1dd1135211b3a1126"/><dir name="Collection"><file name="Product.php" hash="ef3fe6d6dee4f094c2048cad2e81cee5"/></dir><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="f2d61f198d01254b6d5469234022ecb0"/></dir><file name="Tracker.php" hash="74e22dacfac4332079451b27f83f216c"/></dir><dir name="Email"><file name="Collection.php" hash="5db36d5d3fedd9c4b1ea5ef50971bbf4"/></dir><file name="Goal.php" hash="f89efed7237507ad4e655d882ddda929"/><file name="Helper.php" hash="6d841d62705624e2fc615a1cbe94a926"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="2f3df4f2ccc148db64fcad3043ba3a81"/></dir><file name="Email.php" hash="960a4861ddeccc1bedf0269962454a51"/></dir><dir name="Link"><file name="Reference.php" hash="105edf21aec97057442766590a8466cf"/></dir><file name="Link.php" hash="27fcfc4b84c6df88b8ef261b86bfb55f"/><dir name="Newsletter"><dir name="List"><file name="Collection.php" hash="4dead53308d0683eb61fad845a593229"/><dir name="Subscriber"><file name="Collection.php" hash="1d8d0ecb31144e2868eb329cbba2b7cf"/></dir></dir><file name="List.php" hash="81cf6702ecf8fdb72483690e37bde2bd"/><file name="Subscriber.php" hash="297795633462da67463f694e7b81381f"/></dir><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="dd6f294045d7d6cd71a9c92fb72ee883"/></dir><file name="Email.php" hash="273581500e6bd783294d9f640e7957b2"/></dir><dir name="Recipient"><file name="Address.php" hash="3a2364db3d3d60a28078e2c516c3f99f"/><file name="Binding.php" hash="adb78ee6dbc211a8fbef5685533a1610"/><file name="Collection.php" hash="054c4014d2d8abea0a6841546e4e4bb0"/><dir name="Error"><file name="Collection.php" hash="703f8a3ab4aae851bb5c700608d4519e"/></dir><file name="Error.php" hash="e2726060e690458f12cebce07333192a"/><file name="Event.php" hash="e32b19d46c1ecce78bb4e0e9c11e7483"/><dir name="Goal"><file name="Binder.php" hash="ca887e41597c4eceb389d9889902533b"/></dir></dir><file name="Recipient.php" hash="a33a35e2ae1d91944407a64426644fb8"/><file name="Setup.php" hash="b5ae3d67150079a117e20a5bff18518c"/><dir name="Template"><file name="Collection.php" hash="39dcdd4a2a2e9e59607f24bed8c599e4"/></dir><file name="Template.php" hash="5584ed95ede8a4f29cff05451fa537c4"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="954000085a7d060853c77ab9e7a96e39"/></dir><dir name="SalesRule"><dir name="Condition"><file name="Emarketing.php" hash="652865e12c8653af9dbbf9a69e5b8143"/></dir><file name="ICouponManager.php" hash="45fd850f7d1c375026db1b92de025856"/></dir><file name="Session.php" hash="4677eec5e59136ed2b206987dbf75241"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="606dbc9a78d2807bd48efb319270e10a"/></dir><dir name="Source"><file name="GeoIp.php" hash="e30294f3da6edac93a792507b65d03cd"/><file name="MailStorage.php" hash="e66db955c0a591a2bf6c583ef730d9a9"/><file name="SmtpAuthentication.php" hash="ca778e4f24a517d531de26babd174bc8"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="211b1c443dde686b114ce68dbddea914"/></dir><file name="Template.php" hash="7d71c27aa90454f0a9dc9e656f64b33a"/></dir><dir name="controllers"><file name="BeaconController.php" hash="a53abc72372a8b9beebb058891ed5df7"/><file name="EmailController.php" hash="fa9bc05b2013096fb28e714b246f34df"/><dir name="Emarketing"><file name="CampaignController.php" hash="5134055e45928fff37e4a198ea989496"/><file name="InboxController.php" hash="148e18fce3d73a6ea15496c8935a8e94"/><dir name="Newsletter"><file name="ListController.php" hash="aa8525dfd69c40fcad5cec1ee5a9194f"/></dir><file name="OutboxController.php" hash="fb579e37c5ed3d3f5513afc96a053202"/><file name="ShortcutController.php" hash="b6ef973fcd7a4337d58261987ee5caba"/><file name="TemplateController.php" hash="58e2893dfc6cde83eff3d383d82e5f25"/><file name="TrackerController.php" hash="c91fd8a9c9352e213dc249b1a2c1f50f"/></dir><file name="LinkController.php" hash="0fd530b0b365b5e8ad53b6527a7e4719"/><file name="UnsubscribeController.php" hash="93c2c3755638b06691482c80f55c80b3"/></dir><dir name="data"><file name="useragent_regexes.php" hash="514381fc35712cb41bd6a7639eac0ec5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="17be1dfe529d4745aa410a111894c8e0"/><file name="config.xml" hash="bf46c9206b819f243e697037da32f484"/><file name="system.xml" hash="f8796ae9438fd10d4c69e62044fbe96f"/></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="fdb5a1d77d0243c457bf95b87dc78056"/><file name="mzax-abandon-cart.mzax.campaign" hash="7998d1657809d03025b2c0e53b8eae52"/><file name="mzax-after-ship.mzax.campaign" hash="5a38e063a0291b2f8c8f7f10a5eb38b7"/><file name="mzax-female30-40.mzax.campaign" hash="2f6c97954d0b17eb284d950f5aff5679"/><file name="mzax-happy-birthday.mzax.campaign" hash="a1e9f1754efe51df85b6bbe31e63d7bc"/><file name="mzax-viewed-products.mzax.campaign" hash="ba3840741be92d13a4e0fe7a83756ded"/><file name="sample.mzax.template" hash="db77bf43d62a480dd078c5f55a64aa7a"/><file name="uninstall.php" hash="404f4b756db16372ec62ddaf6359a56f"/><file name="upgrade-0.2.6-0.2.7.php" hash="3e68b390deb4da7f15eeaebd858e4257"/><file name="upgrade-0.4.0-0.4.1.php" hash="a86e4d208088412954cbe9e85f355b93"/><file name="upgrade-0.4.1-0.4.2.php" hash="45d9ff6569b0752a8c094b32e0775814"/><file name="upgrade-0.4.2-0.4.3.php" hash="9d158a74065644eb74843c8e7b24b99c"/><file name="upgrade-0.4.3-0.4.4.php" hash="1e6153575f4af3b28113069c37a3d6ae"/><file name="upgrade-0.4.6-0.4.7.php" hash="874e11b2fceca028ab39019d4941d024"/></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="bebefbd1b2b0c70e256e5e112669cc16"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="d7313e1096db26c5cb470818081a5186"/><file name="credits-left.phtml" hash="3bf2cd9579cbe3cc6f38ce91545a68ec"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="567218eb990532d352f29ebb6b4343a0"/></dir><file name="load_template.phtml" hash="bbe36ae8e331f839cd4c981a8aff4a82"/><file name="mail-tester.phtml" hash="6e2918896c1b4ea121653759f91879f7"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="45f3a6ca41d4cdb29b071457053f649a"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="presets.phtml" hash="c535d4b49404ce7581a8c6d2c246f114"/><file name="recipients.phtml" hash="fc9dc1444dbe4f7fa24892021d0f13c2"/><file name="report.phtml" hash="4dcdbb858b6490995d4eea24ab0cbf84"/><file name="running-warning.phtml" hash="200956a178a6304b035eb97121ff779a"/><file name="tasks.phtml" hash="a0ce5aada05e2b1e1ba5f84b5f1f96b5"/></dir><dir name="edit"><file name="js.phtml" hash="434c974e80c589ec3f81ef6bfd51f20f"/></dir><dir name="editor"><file name="text.phtml" hash="08498f06743be8485c61bc7f49f84329"/></dir><file name="fieldset.phtml" hash="f3feea7f40c1a7331ecd1100652e352c"/><dir name="filter"><file name="page-preview.phtml" hash="e94e08dbcb56e6fe53ca2416dae3c7a2"/><dir name="test"><file name="filter.phtml" hash="d26ab033c5a71f4d0c4471a6e4b351a3"/><file name="recursive.phtml" hash="0c4dcfa910b1972a7357fb85f1454fe0"/><file name="single.phtml" hash="3a710b4145f244c520be5aef333644ee"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="787d0691a239f045a0930415b5ea39d7"/></dir><file name="tasks.phtml" hash="5e63a345d3a7fb936352695e88e106f8"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="73bf570b0c44420ae8abe07f76c9a2cd"/><file name="chart-tab.phtml" hash="cb004de88d84b7b7c4f40925477d49b3"/></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="b6a23ae1463e33f777467c3543d0b3e0"/></dir></dir><dir name="template"><dir name="mzax"><dir name="email"><file name="cross-sells.phtml" hash="96e365308c7b3dc5335a0cb2e45e8953"/><file name="last-viewed-products.phtml" hash="14ea2d387f151d1a23dd6262ae7a9080"/><file name="order-items.phtml" hash="1bb31b30dc363703f040d4ef83807c7a"/><file name="quote-items.phtml" hash="6958ca54209da6121294d2f40c05b688"/></dir><dir name="emarketing"><dir name="link"><file name="redirect.phtml" hash="f9620c99c5a0e6efc5c576960d39a69e"/></dir><dir name="newsletter"><file name="lists.phtml" hash="470439d09cc84ac6cec4f14455302905"/></dir><dir name="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="ada7607bd63506d2de785892774fd02b"/></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="3a2550ff152a98ebf3703b1529766eae"/><file name="mode-mage.js" hash="8c2adb81dd6d63c5a84340a2ce807b49"/><file name="theme-mage.js" hash="2b132771e5a422a5e4dbbb7b1c3d0455"/></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="4e91856059161c0b7e10835d74be1ac3"/><file name="editor.js" hash="1293dc7233d917019afdc54700140b5d"/><file name="report.js" hash="cc660f9421589dbc2c22ff39e1f8e6ff"/></dir></dir><dir name="lib"><dir name="Html2Text"><file name="Html2Text.php" hash="5710632d174c0a196e8252b6f6652dbc"/><file name="Html2TextException.php" hash="fff9bc76e1281693997cb42defbaa173"/><file name="LICENSE.md" hash="b5d7f7156f7785ca2eb55d6cc1b4c118"/><file name="README.md" hash="2edfe5d500062bca4cf912451938837f"/><file name="composer.json" hash="bb90182bd8d808a06ae4762518746ed3"/><file name="composer.lock" hash="24624dbb0356e5b2472892a19c9e0a7e"/><file name="phpunit.xml" hash="321806966ac2442ace7e2b98a0c4c20d"/></dir><dir name="Mzax"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="97f27260c50c18ff8e86dfab0358ab90"/><file name="Arf.php" hash="8852741b1ab4de2f3824421a77c3c3fe"/><file name="Autoreply.php" hash="2aeb2a3748affe6af84e4140ef81b0d6"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="ea26b620cd9efdf74269f46a70f10786"/><file name="Failure.php" hash="672ac4c08415951bbe110c886849f45f"/><file name="Rfc1892.php" hash="7e7c7126b1a4659cd5b38c8782f987a5"/></dir><file name="Detector.php" hash="7410fc138713797481a0d6816ec33efb"/><file name="Mail.php" hash="858ed4ce6ba3c44245b49ce5ac982cf4"/><file name="Message.php" hash="51f6ce77762fc5544ec787e714cadb89"/><dir name="Mime"><file name="Decode.php" hash="8c15abd8210b46906eb9b60281780c77"/><file name="Part.php" hash="ef6048afe3972b2a3f893fced319c22c"/></dir></dir><file name="Bounce.php" hash="931ed7858d76be984ec238fa8cfb9ce4"/><dir name="Chart"><file name="Table.php" hash="eedb4da537da0679f82243dfb3942c0e"/></dir><dir name="Db"><dir name="Select"><file name="Exception.php" hash="64e80801eef1a1bc17dcb8a7f053f6ce"/></dir><file name="Select.php" hash="7cad8ac49f01a183d2614cd64adced58"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="906d2cea7d07cf3635848b0edeea0ef8"/><file name="FreeGeoIp.php" hash="9a6741aceec3996f3f6718721ddd3633"/><file name="GeoPlugin.php" hash="0112cd8cc4dc6c170396efb3e625f7c1"/><file name="Ipinfo.php" hash="ea0e8efcb205bb8c9b0dc90a91d8f2ca"/></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="c79b4870a2aa9e5e34e77f98e1e2a99d"/><file name="Region.php" hash="faa4b06565510f60426baaaf93221bc7"/><file name="Request.php" hash="133d84af39eb95d787fef5a96d3de633"/></dir><file name="GeoIp.php" hash="9290828da5deecd876715b9c24ea0e56"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="7440e9d61f880df932d4b64711567c87"/><file name="Mock.php" hash="db8891e92fcd31ec1d4a785c225459ca"/></dir></dir><file name="Mail.php" hash="d77379d7179641bea62e1003867352fc"/><file name="Once.php" hash="9341b9d41b837a067efe771a9595bc91"/><file name="Presist.php" hash="0b5510c26166a06b59d38f11e045cad5"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="5584e88f244f401c42d74742d907199b"/><dir name="Exception"><file name="ExceptionInterface.php" hash="fa1911089901af7d6db782294ec0ee88"/><file name="ExpressionErrorException.php" hash="026bd36ddee7327e087d4c30eae573e0"/><file name="InternalErrorException.php" hash="495b1a8bc78aefbe9cc9f6f7d1afec81"/><file name="ParseException.php" hash="3bfa30716d8ab605a762d3f6f6c5a71c"/><file name="SyntaxErrorException.php" hash="eafc28bafcb98f269474f8166cac2865"/></dir><file name="LICENSE" hash="56dedd4bd25ecd034ac4e1c17ebba0cc"/><dir name="Node"><file name="AbstractNode.php" hash="428a42cb6640d69c3f2751a65097cd56"/><file name="AttributeNode.php" hash="e1c51c11a8e594751ee68c8d0402fd5b"/><file name="ClassNode.php" hash="f3c68c8f592ad7c86dbd0978d6e328b6"/><file name="CombinedSelectorNode.php" hash="d8ec7635be51e56298cf4ba7280b5c43"/><file name="ElementNode.php" hash="0194453765b421ee7b588f3bc19b8207"/><file name="FunctionNode.php" hash="c6686827afc99bf717dd1a57cb365743"/><file name="HashNode.php" hash="b3365470df29fc0c2c2d38aebd4d56e8"/><file name="NegationNode.php" hash="8c076665e723e4abee7c7d661318a8ef"/><file name="NodeInterface.php" hash="d6f6c917ab9b5b571653167be83325de"/><file name="PseudoNode.php" hash="5233bd06f4742c3ab68d83745e8f4475"/><file name="SelectorNode.php" hash="a8d2504b9c9611286c32968890a61387"/><file name="Specificity.php" hash="cc0cdc5acb8b3a8c683841e545631e75"/></dir><dir name="Parser"><dir name="Handler"><file name="CommentHandler.php" hash="7c9a70cd1eb4e55dd00c2ead4d5af9ad"/><file name="HandlerInterface.php" hash="599be096ef9d568e1ba0dc5c6709db24"/><file name="HashHandler.php" hash="c9abb1e362502b1c29c17e2a9e8f9150"/><file name="IdentifierHandler.php" hash="f06b22f2601eaebe59c226aacbf88f9c"/><file name="NumberHandler.php" hash="0cc8f64604899b9d04cb151d05b9cbe6"/><file name="StringHandler.php" hash="abab0541bd20d5e7d35d4b91dbaffa78"/><file name="WhitespaceHandler.php" hash="12508597df2624818d9cb2ddaafe9a79"/></dir><file name="Parser.php" hash="2bf53e6d3dc94117f4c238c97bdb8ec7"/><file name="ParserInterface.php" hash="76ed5f390a2199b1ed80071c5c73aa9a"/><file name="Reader.php" hash="c063641372c02f1574e1b892c6e6627f"/><dir name="Shortcut"><file name="ClassParser.php" hash="82859e3afd4999409105876420b0373c"/><file name="ElementParser.php" hash="ce3efe057d13b9f290a10d2618f9fc5a"/><file name="EmptyStringParser.php" hash="ea30ecab27c269fdfba71dc38eb0ee9c"/><file name="HashParser.php" hash="642dfc7642d491516e1f3df2f818aad7"/></dir><file name="Token.php" hash="f4004497a51203da9edc05a6969262ed"/><file name="TokenStream.php" hash="d34976ed25aef4f17be1f9d10b25b563"/><dir name="Tokenizer"><file name="Tokenizer.php" hash="e497fd9aece9511e76c82405a2bb554e"/><file name="TokenizerEscaping.php" hash="2d43efa6bb0bc9fdc083a56dee828bbb"/><file name="TokenizerPatterns.php" hash="df726209fae8f8165a6fa441d94fcd37"/></dir></dir><file name="README.md" hash="587d98dd3ba273664b871f6bdb5178df"/><dir name="XPath"><dir name="Extension"><file name="AbstractExtension.php" hash="65c96636f8a8c3a0f3a8300b4241547c"/><file name="AttributeMatchingExtension.php" hash="fc29930821be5bebbfb9db41c15fb9b2"/><file name="CombinationExtension.php" hash="4d6dd2a731761fc6c0176d2a120783ef"/><file name="ExtensionInterface.php" hash="953d3ea0b22c85321691637a6168bf78"/><file name="FunctionExtension.php" hash="ac3001b2b469f0224fe3b1cfd834a31a"/><file name="HtmlExtension.php" hash="c62cd9b556ee0afc0522dddc930390a6"/><file name="NodeExtension.php" hash="1bdfa61457b730dce26bfb3c29bcd6a2"/><file name="PseudoClassExtension.php" hash="dc543634c650db82f569d362d326d49e"/></dir><file name="Translator.php" hash="f3154298712670e13fbf4e8ae5cf616e"/><file name="TranslatorInterface.php" hash="705c8667a07922d100c203672bb1e173"/><file name="XPathExpr.php" hash="0c2d20536615fd27a5bf8c7757c98f9f"/></dir><file name="composer.json" hash="680f7bcb320c70aa3b0a75aa5645c177"/><file name="phpunit.xml.dist" hash="9f400e487bed961cdad3bef4d66be91b"/></dir></dir></dir><dir name="TijsVerkoyen"><dir name="CssToInlineStyles"><file name="CssToInlineStyles.php" hash="ab80bcce9af62cf4c908770e7a583e39"/><file name="Exception.php" hash="c41f07f2187bea04d3653907ef0e886b"/><file name="LICENSE.md" hash="d5bbe692a9b717fb631a681aa3ace904"/><file name="Specificity.php" hash="10580a739c1b872f81c67b784fc35be7"/><file name="composer.json" hash="a47437496b448eb8220e0281ffa75b09"/></dir></dir><dir name="UAParser"><file name="AbstractParser.php" hash="ca2e1979f50c4b93719c4c9c034c5c66"/><file name="CHANGELOG.md" hash="a1b535d9fbfece62c9f3703fad8bc6cb"/><dir name="Command"><file name="ConvertCommand.php" hash="09b8c79df612729450eca87d8ba8e244"/><file name="FetchCommand.php" hash="3c80e891e2b1dafd7cb2688cfaba07d8"/><file name="LogfileCommand.php" hash="a993310e444c7ff1f1fd92517d880e39"/><file name="ParserCommand.php" hash="5f73cb00b1943fcbd342e2717dedc3f5"/><file name="UpdateCommand.php" hash="2caf8cb3a7c79ed2dc2c7504365767fc"/></dir><file name="DeviceParser.php" hash="483db6de6d837dbcb9c8e0b569d3f1ab"/><dir name="Exception"><file name="DomainException.php" hash="2b957f721c4203a24e09da42f4e0ffd6"/><file name="FetcherException.php" hash="2f187c54cd37fcc814152cd2ca6c1786"/><file name="FileNotFoundException.php" hash="364b62b77446d6ca96058c9f72cf7f93"/><file name="InvalidArgumentException.php" hash="b7ae5ca648a20af30700e88e3987f894"/><file name="ReaderException.php" hash="f63da14a430a0de6ceb7ff455ccd8fa6"/></dir><file name="LICENSE" hash="e1bf063eb79c08cc980356d2b3745bed"/><file name="OperatingSystemParser.php" hash="693234133cdcd1db69645d9e914ffca2"/><file name="Parser.php" hash="5e899ec4e07509ccdb8a62af542dc4d8"/><file name="README.md" hash="9b6624d78130c290cb414d7166c92bb9"/><dir name="Result"><file name="AbstractClient.php" hash="2dc599bccebd0199639e9d3388acfae0"/><file name="AbstractSoftware.php" hash="b4737539f3a44059906db2957dc27382"/><file name="AbstractVersionedSoftware.php" hash="30a2971ef5955870c3a0a3aa7c38ae23"/><file name="Client.php" hash="bf045772e396f1c68a8536580e89d267"/><file name="Device.php" hash="1f06d5a24edf8244e852a3b817eaa91a"/><file name="OperatingSystem.php" hash="10b8acc4cdbf535d7363b77a7bcf8f4e"/><file name="UserAgent.php" hash="9bf2bdb466159029d0669de8f77f0b87"/></dir><file name="UserAgentParser.php" hash="9f01754002448ea118249719c27934c6"/><dir name="Util"><file name="Converter.php" hash="de6481ab6c2da9e04965af7101c95025"/><file name="Fetcher.php" hash="c86c1c297e992802777e13fbf7e16826"/><dir name="Logfile"><file name="AbstractReader.php" hash="b72cc412a95164e71ac978470a512a2f"/><file name="ApacheCommonLogFormatReader.php" hash="f3f58c5b10268c10742d5108d12f0aac"/><file name="ReaderInterface.php" hash="33daf57831f56fc86cb9d8a4acfbb37d"/></dir></dir><file name="composer.json" hash="7a14f9c576783d9db694da31225239ee"/><file name="phpunit.xml.dist" hash="2e939d26f14e1cbccdf0d92fcc51cdd0"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="f554ef5dd9b198a37e1846ec77b19c9f"/></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="b5c66ad88149a455d695c7ed0b98b7fb"/><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="mail-tester.png" hash="a4410705643d83c228e9a97cab49bf21"/><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>
|
50 |
<compatible/>
|
51 |
<dependencies>
|
52 |
<required>
|