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.1 |
Comparing to | |
See all releases |
Code changes from version 0.4.0 to 0.4.1
- 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 +1 -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 +11 -4
- 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 +3 -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/Outbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/Email/Form.php +1 -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/Sendgrid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template.php +195 -4
- 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 +2 -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 +2 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Content.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Preset.php +2 -2
- 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 +2 -2
- 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 +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Email.php +2 -6
- 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 +2 -2
- 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/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 +1 -1
- 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 +1 -1
- 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 +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 +2 -2
- 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 +2 -2
- 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/Outbox.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Email.php +1 -1
- 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/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 +22 -3
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Quote.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report.php +2 -2
- 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 +4 -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 +165 -0
- 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/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/Admin/CampaignController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Admin/InboxController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Admin/OutboxController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Admin/ShortcutController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Admin/TemplateController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Admin/TrackerController.php +2 -2
- 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/LinkController.php +2 -2
- 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 +35 -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/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/email/cross-sells.phtml +36 -0
- app/design/frontend/base/default/template/mzax/email/last-viewed-products.phtml +39 -0
- 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 +1 -1
- 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 +60 -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 +2 -2
- 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
- skin/adminhtml/default/default/mzax/emarketing.css +1 -1
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.1
|
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.1
|
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.1
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Inbox.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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 |
{
|
@@ -154,12 +154,19 @@ class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Gr
|
|
154 |
));
|
155 |
|
156 |
$this->addColumn('stats', array(
|
157 |
-
'header' => Mage::helper('mzax_emarketing')->__('Stats'),
|
158 |
'filter' => false,
|
|
|
159 |
'renderer' => 'mzax_emarketing/campaign_grid_renderer_stats'
|
160 |
));
|
161 |
|
162 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
|
164 |
return parent::_prepareColumns();
|
165 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
31 |
{
|
154 |
));
|
155 |
|
156 |
$this->addColumn('stats', array(
|
157 |
+
'header' => Mage::helper('mzax_emarketing')->__('Quick Stats'),
|
158 |
'filter' => false,
|
159 |
+
'sortable' => false,
|
160 |
'renderer' => 'mzax_emarketing/campaign_grid_renderer_stats'
|
161 |
));
|
162 |
|
163 |
+
$this->addColumn('count', array(
|
164 |
+
'header' => $this->__('Recip.'),
|
165 |
+
'index' => 'sending_stats',
|
166 |
+
'filter' => false,
|
167 |
+
'width' => 50,
|
168 |
+
'type' => 'number'
|
169 |
+
));
|
170 |
|
171 |
return parent::_prepareColumns();
|
172 |
}
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
@@ -36,11 +36,13 @@ class Mzax_Emarketing_Block_Campaign_Grid_Renderer_Stats extends Mage_Adminhtml_
|
|
36 |
$html = array();
|
37 |
|
38 |
$sendings = $campagin->getSendingStats();
|
|
|
39 |
$interactions = $campagin->getInteractionStats();
|
40 |
$conversions = $campagin->getConversionStats();
|
41 |
$fails = $campagin->getFailStats();
|
42 |
|
43 |
$html[] = sprintf('<div class="mzax-grid-stats" title="%s">', $this->__('%s Sendings', $sendings));
|
|
|
44 |
$html[] = sprintf('<div class="mzax-grid-stat interactions" style="width:%01.3f%%" title="%s"></div>', (($interactions)/$sendings)*100, $this->__('%s Interactions', $interactions));
|
45 |
$html[] = sprintf('<div class="mzax-grid-stat conversions" style="width:%01.3f%%" title="%s"></div>', (($conversions)/$sendings)*100, $this->__('%s Conversions', $conversions));
|
46 |
$html[] = sprintf('<div class="mzax-grid-stat fails" style="width:%01.3f%%" title="%s"></div>', (($fails)/$sendings)*100, $this->__('%s Bounces and Optouts', $fails));
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
36 |
$html = array();
|
37 |
|
38 |
$sendings = $campagin->getSendingStats();
|
39 |
+
$views = $campagin->getViewStats();
|
40 |
$interactions = $campagin->getInteractionStats();
|
41 |
$conversions = $campagin->getConversionStats();
|
42 |
$fails = $campagin->getFailStats();
|
43 |
|
44 |
$html[] = sprintf('<div class="mzax-grid-stats" title="%s">', $this->__('%s Sendings', $sendings));
|
45 |
+
$html[] = sprintf('<div class="mzax-grid-stat views" style="width:%01.3f%%" title="%s"></div>', (($views)/$sendings)*100, $this->__('%s Views', $views));
|
46 |
$html[] = sprintf('<div class="mzax-grid-stat interactions" style="width:%01.3f%%" title="%s"></div>', (($interactions)/$sendings)*100, $this->__('%s Interactions', $interactions));
|
47 |
$html[] = sprintf('<div class="mzax-grid-stat conversions" style="width:%01.3f%%" title="%s"></div>', (($conversions)/$sendings)*100, $this->__('%s Conversions', $conversions));
|
48 |
$html[] = sprintf('<div class="mzax-grid-stat fails" style="width:%01.3f%%" title="%s"></div>', (($fails)/$sendings)*100, $this->__('%s Bounces and Optouts', $fails));
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
@@ -25,14 +25,206 @@
|
|
25 |
*
|
26 |
* @method Mage_Sales_Model_Order getOrder()
|
27 |
* @method Mage_Sales_Model_Quote getQuote()
|
|
|
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_Emarketing_Block_Template extends Mage_Core_Block_Template
|
34 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
/**
|
38 |
* Retrieve all items from order or quote and
|
@@ -42,7 +234,7 @@ class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
|
42 |
* @param string $attributes
|
43 |
* @return Mage_Sales_Model_Resource_Order_Collection
|
44 |
*/
|
45 |
-
public function getAllItems($object, $attributes = '*'
|
46 |
{
|
47 |
$result = array();
|
48 |
|
@@ -54,7 +246,6 @@ class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
|
54 |
//->setVisibility(Mage::getSingleton('catalog/product_visibility')->getVisibleInSiteIds())
|
55 |
->addAttributeToSelect($attributes)
|
56 |
->addPriceData()
|
57 |
-
->setPageSize($limit)
|
58 |
->load();
|
59 |
|
60 |
foreach($collection as $item) {
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
25 |
*
|
26 |
* @method Mage_Sales_Model_Order getOrder()
|
27 |
* @method Mage_Sales_Model_Quote getQuote()
|
28 |
+
* @method Mage_Customer_Model_Customer getCustomer()
|
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.1
|
33 |
*/
|
34 |
class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
35 |
{
|
36 |
+
|
37 |
+
|
38 |
+
/**
|
39 |
+
* Retrieve store id
|
40 |
+
*
|
41 |
+
* @return number
|
42 |
+
*/
|
43 |
+
public function getStoreId()
|
44 |
+
{
|
45 |
+
return Mage::app()->getStore()->getId();
|
46 |
+
}
|
47 |
+
|
48 |
+
|
49 |
+
/**
|
50 |
+
* Retrieve website id
|
51 |
+
*
|
52 |
+
* @return number
|
53 |
+
*/
|
54 |
+
public function getWebsiteId()
|
55 |
+
{
|
56 |
+
return Mage::app()->getStore()->getWebsiteId();
|
57 |
+
}
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
/**
|
62 |
+
* Format Price
|
63 |
+
*
|
64 |
+
* @param number $price
|
65 |
+
* @param string $includeContainer
|
66 |
+
* @return string
|
67 |
+
*/
|
68 |
+
public function formatPrice($price, $includeContainer = false)
|
69 |
+
{
|
70 |
+
return Mage::app()->getStore()->formatPrice($price, $includeContainer);
|
71 |
+
}
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
+
|
76 |
+
/**
|
77 |
+
* Retrieve the products viewd by the specified customer [of the last X days]
|
78 |
+
*
|
79 |
+
* @param Mage_Customer_Model_Customer $customer
|
80 |
+
* @param number $count
|
81 |
+
* @param number $lastDays
|
82 |
+
* @return Mzax_Emarketing_Model_Resource_Collection_Product
|
83 |
+
*/
|
84 |
+
public function getLastViewedProducts(Mage_Customer_Model_Customer $customer, $count = 6, $lastDays = false)
|
85 |
+
{
|
86 |
+
/* @var $collection Mzax_Emarketing_Model_Resource_Collection_Product */
|
87 |
+
$collection = Mage::getResourceModel('mzax_emarketing/collection_product');
|
88 |
+
$collection->addCustomerViewFilter($customer);
|
89 |
+
$collection->addAttributeToSort('logged_at', 'DESC');
|
90 |
+
$collection->addAttributeToFilter('event_store', Mage::app()->getStore()->getId());
|
91 |
+
|
92 |
+
if($lastDays) {
|
93 |
+
$collection->addEventDateFilter(450);
|
94 |
+
}
|
95 |
+
|
96 |
+
return $collection;
|
97 |
+
}
|
98 |
+
|
99 |
+
|
100 |
+
|
101 |
+
/**
|
102 |
+
* Retrieve last X orders for the given customer
|
103 |
+
*
|
104 |
+
* Will return order collection that can be altered.
|
105 |
+
*
|
106 |
+
* @param Mage_Customer_Model_Customer $customer
|
107 |
+
* @return Mage_Sales_Model_Resource_Order_Collection
|
108 |
+
*/
|
109 |
+
public function getLastOrders(Mage_Customer_Model_Customer $customer, $count = 6)
|
110 |
+
{
|
111 |
+
/* @var $collection Mage_Sales_Model_Resource_Order_Collection */
|
112 |
+
$collection = Mage::getResourceModel('sales/order_collection');
|
113 |
+
$collection->addFieldToFilter('customer_id', $customer->getId());
|
114 |
+
$collection->addOrder('entity_id', 'DESC');
|
115 |
+
$collection->setPageSize($count);
|
116 |
+
|
117 |
+
return $collection;
|
118 |
+
}
|
119 |
+
|
120 |
+
|
121 |
+
|
122 |
+
|
123 |
+
/**
|
124 |
+
* Retreive cross-sell product list
|
125 |
+
*
|
126 |
+
* @param mixed $object
|
127 |
+
* @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection
|
128 |
+
*/
|
129 |
+
public function getCrosssellProducts($object)
|
130 |
+
{
|
131 |
+
$productIds = $this->extractProductIds($object);
|
132 |
+
$collection = $this->getLinkedProducts($productIds,
|
133 |
+
Mage_Catalog_Model_Product_Link::LINK_TYPE_CROSSSELL);
|
134 |
+
|
135 |
+
return $collection;
|
136 |
+
}
|
137 |
+
|
138 |
+
|
139 |
+
|
140 |
|
141 |
+
/**
|
142 |
+
* Retreive up-sell product list
|
143 |
+
*
|
144 |
+
* @param mixed $object
|
145 |
+
* @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection
|
146 |
+
*/
|
147 |
+
public function getUpsellProducts($object)
|
148 |
+
{
|
149 |
+
$productIds = $this->extractProductIds($object);
|
150 |
+
$collection = $this->getLinkedProducts($productIds,
|
151 |
+
Mage_Catalog_Model_Product_Link::LINK_TYPE_UPSELL);
|
152 |
+
|
153 |
+
return $collection;
|
154 |
+
}
|
155 |
+
|
156 |
+
|
157 |
+
/**
|
158 |
+
* Retreive related product list
|
159 |
+
*
|
160 |
+
* @param mixed $object
|
161 |
+
* @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection
|
162 |
+
*/
|
163 |
+
public function getRelatedProducts($object)
|
164 |
+
{
|
165 |
+
$productIds = $this->extractProductIds($object);
|
166 |
+
$collection = $this->getLinkedProducts($productIds,
|
167 |
+
Mage_Catalog_Model_Product_Link::LINK_TYPE_RELATED);
|
168 |
+
|
169 |
+
return $collection;
|
170 |
+
}
|
171 |
+
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
+
/**
|
176 |
+
* Extract all product ids from a given object,
|
177 |
+
* this can be an order, quote or product
|
178 |
+
*
|
179 |
+
* @param mixed $object
|
180 |
+
* @return array
|
181 |
+
*/
|
182 |
+
public function extractProductIds($object)
|
183 |
+
{
|
184 |
+
$productIds = array();
|
185 |
+
|
186 |
+
if($object instanceof Mage_Sales_Model_Order ||
|
187 |
+
$object instanceof Mage_Sales_Model_Quote)
|
188 |
+
{
|
189 |
+
foreach($object->getAllVisibleItems() as $item) {
|
190 |
+
$productIds[] = $item->getProductId();
|
191 |
+
}
|
192 |
+
}
|
193 |
+
else if($object instanceof Mage_Catalog_Model_Product) {
|
194 |
+
$productIds[] = $object->getId();
|
195 |
+
}
|
196 |
+
|
197 |
+
return $productIds;
|
198 |
+
}
|
199 |
+
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
/**
|
204 |
+
* Retrieve linked products
|
205 |
+
*
|
206 |
+
* @param array $productIds
|
207 |
+
* @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection
|
208 |
+
*/
|
209 |
+
public function getLinkedProducts($productIds, $linkType = Mage_Catalog_Model_Product_Link::LINK_TYPE_RELATED)
|
210 |
+
{
|
211 |
+
/* @var $linkModel Mage_Catalog_Model_Product_Link */
|
212 |
+
$linkModel = Mage::getModel('catalog/product_link');
|
213 |
+
$linkModel->setLinkTypeId($linkType);
|
214 |
+
|
215 |
+
$productIds = (array) $productIds;
|
216 |
+
|
217 |
+
/* @var $collection Mage_Catalog_Model_Resource_Product_Link_Product_Collection */
|
218 |
+
$collection = Mage::getResourceModel('catalog/product_link_product_collection');
|
219 |
+
$collection->setLinkModel($linkModel)
|
220 |
+
->addProductFilter($productIds)
|
221 |
+
->addExcludeProductFilter($productIds);
|
222 |
+
|
223 |
+
return $collection;
|
224 |
+
}
|
225 |
+
|
226 |
+
|
227 |
+
|
228 |
|
229 |
/**
|
230 |
* Retrieve all items from order or quote and
|
234 |
* @param string $attributes
|
235 |
* @return Mage_Sales_Model_Resource_Order_Collection
|
236 |
*/
|
237 |
+
public function getAllItems($object, $attributes = '*')
|
238 |
{
|
239 |
$result = array();
|
240 |
|
246 |
//->setVisibility(Mage::getSingleton('catalog/product_visibility')->getVisibleInSiteIds())
|
247 |
->addAttributeToSelect($attributes)
|
248 |
->addPriceData()
|
|
|
249 |
->load();
|
250 |
|
251 |
foreach($collection as $item) {
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Unsubscribe extends Mage_Core_Block_Template
|
31 |
{
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
@@ -66,6 +66,7 @@
|
|
66 |
* @method string getFilterData()
|
67 |
* @method string getMediumJson()
|
68 |
* @method string getSendingStats()
|
|
|
69 |
* @method string getInteractionStats()
|
70 |
* @method string getConversionStats()
|
71 |
* @method string getFailStats()
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
66 |
* @method string getFilterData()
|
67 |
* @method string getMediumJson()
|
68 |
* @method string getSendingStats()
|
69 |
+
* @method string getViewStats()
|
70 |
* @method string getInteractionStats()
|
71 |
* @method string getConversionStats()
|
72 |
* @method string getFailStats()
|
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.1
|
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)
|
@@ -42,7 +42,7 @@ class Mzax_Emarketing_Model_Campaign_Preset extends Varien_Object
|
|
42 |
public function validateVersion()
|
43 |
{
|
44 |
if($version = $this->getVersion()) {
|
45 |
-
return (version_compare($version, Mage::helper('mzax_emarketing')->getVersion())
|
46 |
}
|
47 |
return true;
|
48 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
42 |
public function validateVersion()
|
43 |
{
|
44 |
if($version = $this->getVersion()) {
|
45 |
+
return (version_compare($version, Mage::helper('mzax_emarketing')->getVersion()) < 0);
|
46 |
}
|
47 |
return true;
|
48 |
}
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Form_Element_EmailEditor
|
31 |
extends Mzax_Emarketing_Model_Form_Element_TemplateEditor
|
app/code/community/Mzax/Emarketing/Model/Form/Element/Info.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
27 |
*/
|
28 |
class Mzax_Emarketing_Model_Inbox_Bounce_Detector_Unsubscribe
|
29 |
extends Mzax_Emarketing_Model_Inbox_Bounce_Detector_Abstract
|
app/code/community/Mzax/Emarketing/Model/Inbox/Email.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -216,11 +216,7 @@ class Mzax_Emarketing_Model_Inbox_Email
|
|
216 |
|
217 |
// unsubscribe hard bounces
|
218 |
if(!$this->getNoUnsubscribe() && $this->getType() == self::BOUNCE_HARD && Mage::getStoreConfigFlag('mzax_emarketing/inbox/unsubscribe_hard_bounce', $this->getStore())) {
|
219 |
-
$email
|
220 |
-
if($this->getRecipient()) {
|
221 |
-
$email = $this->getRecipient()->getEmail();
|
222 |
-
}
|
223 |
-
Mage::getSingleton('mzax_emarketing/medium_email')->unsubscribe($email, sprintf('%s bounce, email %s', $status, $this->getId()));
|
224 |
}
|
225 |
}
|
226 |
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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
216 |
|
217 |
// unsubscribe hard bounces
|
218 |
if(!$this->getNoUnsubscribe() && $this->getType() == self::BOUNCE_HARD && Mage::getStoreConfigFlag('mzax_emarketing/inbox/unsubscribe_hard_bounce', $this->getStore())) {
|
219 |
+
Mage::getSingleton('mzax_emarketing/medium_email')->unsubscribe($this->getEmail(), sprintf('%s bounce, email %s', $status, $this->getId()));
|
|
|
|
|
|
|
|
|
220 |
}
|
221 |
}
|
222 |
catch(Exception $e) {
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Inbox_Email_Pull_Storage
|
30 |
extends Mzax_Emarketing_Model_Inbox_Email_Pull_Abstract
|
app/code/community/Mzax/Emarketing/Model/Link.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Snippets
|
30 |
{
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Recipient/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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.1
|
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.1
|
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.1
|
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.1
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Customer/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Order_Campaign
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Item/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Object_Filter_Order_Previous
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Observer_SalesRule extends Mzax_Emarketing_Model_Observer_Abstract
|
30 |
{
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
@@ -105,15 +105,34 @@ class Mzax_Emarketing_Model_Recipient_Provider_Order
|
|
105 |
|
106 |
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
public function prepareRecipient(Mzax_Emarketing_Model_Recipient $recipient)
|
109 |
{
|
110 |
/* @var $order Mage_Sales_Model_Order */
|
111 |
$order = Mage::getModel('sales/order')->load($recipient->getObjectId());
|
112 |
|
113 |
$recipient->setOrder($order);
|
114 |
-
$recipient->setCustomer($order->getCustomer());
|
115 |
$recipient->setEmail($order->getCustomerEmail());
|
116 |
$recipient->setName($order->getCustomerName());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
}
|
118 |
|
119 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Order
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
105 |
|
106 |
|
107 |
|
108 |
+
/**
|
109 |
+
* Prepare order recipient
|
110 |
+
*
|
111 |
+
* Check if a customer is available
|
112 |
+
* if so, use email from customer instead - it may have changed
|
113 |
+
*
|
114 |
+
* @return void
|
115 |
+
*/
|
116 |
public function prepareRecipient(Mzax_Emarketing_Model_Recipient $recipient)
|
117 |
{
|
118 |
/* @var $order Mage_Sales_Model_Order */
|
119 |
$order = Mage::getModel('sales/order')->load($recipient->getObjectId());
|
120 |
|
121 |
$recipient->setOrder($order);
|
|
|
122 |
$recipient->setEmail($order->getCustomerEmail());
|
123 |
$recipient->setName($order->getCustomerName());
|
124 |
+
|
125 |
+
if($order->getCustomerId())
|
126 |
+
{
|
127 |
+
/* @var $customer Mage_Customer_Model_Customer */
|
128 |
+
$customer = Mage::getModel('customer/customer')->load($order->getCustomerId());
|
129 |
+
|
130 |
+
if($customer->getId()) {
|
131 |
+
$order->setCustomer($customer);
|
132 |
+
$recipient->setCustomer($customer);
|
133 |
+
$recipient->setEmail($customer->getEmail());
|
134 |
+
}
|
135 |
+
}
|
136 |
}
|
137 |
|
138 |
|
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.1
|
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.1
|
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 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report
|
31 |
{
|
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.1
|
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.1
|
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.1
|
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.1
|
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
|
@@ -60,6 +60,7 @@ class Mzax_Emarketing_Model_Report_Aggregator_Campaign
|
|
60 |
$select->setColumn('campaign_id', 'campaign_id');
|
61 |
|
62 |
$select->setColumn('sending_stats', new Zend_Db_Expr('SUM(sendings)'));
|
|
|
63 |
$select->setColumn('interaction_stats', new Zend_Db_Expr('SUM(clicks)'));
|
64 |
$select->setColumn('fail_stats', new Zend_Db_Expr('SUM(bounces) + SUM(optouts)'));
|
65 |
|
@@ -68,6 +69,7 @@ class Mzax_Emarketing_Model_Report_Aggregator_Campaign
|
|
68 |
$updateSql.= "LEFT JOIN ($select) AS `report` ON `report`.`campaign_id` = `campaign`.`campaign_id`\n";
|
69 |
$updateSql.= "SET\n";
|
70 |
$updateSql.= "`campaign`.`sending_stats` = IFNULL(`report`.`sending_stats`, 0),\n";
|
|
|
71 |
$updateSql.= "`campaign`.`interaction_stats` = IFNULL(`report`.`interaction_stats`, 0),\n";
|
72 |
$updateSql.= "`campaign`.`fail_stats` = IFNULL(`report`.`fail_stats`, 0)";
|
73 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report_Aggregator_Campaign
|
31 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
60 |
$select->setColumn('campaign_id', 'campaign_id');
|
61 |
|
62 |
$select->setColumn('sending_stats', new Zend_Db_Expr('SUM(sendings)'));
|
63 |
+
$select->setColumn('view_stats', new Zend_Db_Expr('SUM(views)'));
|
64 |
$select->setColumn('interaction_stats', new Zend_Db_Expr('SUM(clicks)'));
|
65 |
$select->setColumn('fail_stats', new Zend_Db_Expr('SUM(bounces) + SUM(optouts)'));
|
66 |
|
69 |
$updateSql.= "LEFT JOIN ($select) AS `report` ON `report`.`campaign_id` = `campaign`.`campaign_id`\n";
|
70 |
$updateSql.= "SET\n";
|
71 |
$updateSql.= "`campaign`.`sending_stats` = IFNULL(`report`.`sending_stats`, 0),\n";
|
72 |
+
$updateSql.= "`campaign`.`view_stats` = IFNULL(`report`.`view_stats`, 0),\n";
|
73 |
$updateSql.= "`campaign`.`interaction_stats` = IFNULL(`report`.`interaction_stats`, 0),\n";
|
74 |
$updateSql.= "`campaign`.`fail_stats` = IFNULL(`report`.`fail_stats`, 0)";
|
75 |
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Collection/Product.php
ADDED
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Mzax Emarketing (www.mzax.de)
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this Extension in the file LICENSE.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* @version 0.4.1
|
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 |
+
* Product Collection
|
23 |
+
*
|
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.1
|
28 |
+
*/
|
29 |
+
class Mzax_Emarketing_Model_Resource_Collection_Product extends Mage_Catalog_Model_Resource_Product_Collection
|
30 |
+
{
|
31 |
+
|
32 |
+
/**
|
33 |
+
*
|
34 |
+
* @var array
|
35 |
+
*/
|
36 |
+
protected static $_eventTypes;
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Add filter to only show products where the event
|
43 |
+
* occured within the last X hours.
|
44 |
+
*
|
45 |
+
* @param integer $hours
|
46 |
+
* @return Mzax_Emarketing_Model_Resource_Collection_Product
|
47 |
+
*/
|
48 |
+
public function addEventDateFilter($days)
|
49 |
+
{
|
50 |
+
$this->addAttributeToFilter('logged_at',
|
51 |
+
array('gt' => new Zend_Db_Expr($this->getConnection()
|
52 |
+
->quoteInto('DATE_SUB(NOW(), INTERVAL ? DAY)', $days))));
|
53 |
+
|
54 |
+
return $this;
|
55 |
+
}
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
+
/**
|
61 |
+
* Add customer compare product event filter
|
62 |
+
*
|
63 |
+
* @param mixed $customer
|
64 |
+
* @return Mzax_Emarketing_Model_Resource_Collection_Product
|
65 |
+
*/
|
66 |
+
public function addCustomerWhishlistFilter($customer)
|
67 |
+
{
|
68 |
+
return $this->addCustomerEventFilter($customer, 'wishlist_add_product');
|
69 |
+
}
|
70 |
+
|
71 |
+
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Add customer compare product event filter
|
75 |
+
*
|
76 |
+
* @param mixed $customer
|
77 |
+
* @return Mzax_Emarketing_Model_Resource_Collection_Product
|
78 |
+
*/
|
79 |
+
public function addCustomerCompareFilter($customer)
|
80 |
+
{
|
81 |
+
return $this->addCustomerEventFilter($customer, 'catalog_product_compare_add_product');
|
82 |
+
}
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
/**
|
87 |
+
* Add customer view product event filter
|
88 |
+
*
|
89 |
+
* @param mixed $customer
|
90 |
+
* @return Mzax_Emarketing_Model_Resource_Collection_Product
|
91 |
+
*/
|
92 |
+
public function addCustomerViewFilter($customer)
|
93 |
+
{
|
94 |
+
return $this->addCustomerEventFilter($customer, 'catalog_product_view');
|
95 |
+
}
|
96 |
+
|
97 |
+
|
98 |
+
|
99 |
+
|
100 |
+
/**
|
101 |
+
* Add customer report event filter
|
102 |
+
*
|
103 |
+
* @param mixed $customer
|
104 |
+
* @param string $event
|
105 |
+
* @return Mzax_Emarketing_Model_Resource_Collection_Product
|
106 |
+
*/
|
107 |
+
public function addCustomerEventFilter($customer, $event = false)
|
108 |
+
{
|
109 |
+
if($customer instanceof Varien_Object) {
|
110 |
+
$customer = $customer->getId();
|
111 |
+
}
|
112 |
+
|
113 |
+
$cond = array(
|
114 |
+
'subtype' => 0,
|
115 |
+
'subject_id' => $customer
|
116 |
+
);
|
117 |
+
|
118 |
+
if($event = $this->getEventTypeId($event)) {
|
119 |
+
$cond['event_type_id'] = $event;
|
120 |
+
}
|
121 |
+
|
122 |
+
|
123 |
+
$this->joinTable(
|
124 |
+
array('event' => 'reports/event'),
|
125 |
+
'object_id=entity_id',
|
126 |
+
array('event_id' => 'event_id',
|
127 |
+
'logged_at' => 'logged_at',
|
128 |
+
'event_store' => 'store_id'),
|
129 |
+
$cond);
|
130 |
+
|
131 |
+
$this->groupByAttribute('entity_id');
|
132 |
+
|
133 |
+
return $this;
|
134 |
+
}
|
135 |
+
|
136 |
+
|
137 |
+
|
138 |
+
|
139 |
+
|
140 |
+
/**
|
141 |
+
* Retrieve event type id from event name
|
142 |
+
* If id is provided, check if exist
|
143 |
+
*
|
144 |
+
* @param mixed $event
|
145 |
+
* @return integer|false
|
146 |
+
*/
|
147 |
+
public function getEventTypeId($event)
|
148 |
+
{
|
149 |
+
if(!self::$_eventTypes) {
|
150 |
+
self::$_eventTypes = Mage::getResourceModel('reports/event_type_collection')->toOptionArray();
|
151 |
+
}
|
152 |
+
|
153 |
+
// assume event type id
|
154 |
+
if(is_numeric($event)) {
|
155 |
+
if(array_key_exists($event, self::$_eventTypes)) {
|
156 |
+
return (int) $event;
|
157 |
+
}
|
158 |
+
return false;
|
159 |
+
}
|
160 |
+
return array_search($event, self::$_eventTypes);
|
161 |
+
|
162 |
+
}
|
163 |
+
|
164 |
+
|
165 |
+
}
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Admin/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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Admin/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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Admin/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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Admin/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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Admin/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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Admin/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_Admin_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.1
|
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.1
|
28 |
*/
|
29 |
class Mzax_Emarketing_Admin_TrackerController extends Mage_Adminhtml_Controller_Action
|
30 |
{
|
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.1
|
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.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/LinkController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/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_LinkController extends Mage_Core_Controller_Front_Action
|
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.1
|
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.1
|
29 |
*/
|
30 |
class Mzax_Emarketing_LinkController extends Mage_Core_Controller_Front_Action
|
31 |
{
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1</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.1
|
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.1
|
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.1
|
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.1
|
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
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Mzax Emarketing (www.mzax.de)
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this Extension in the file LICENSE.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
*
|
12 |
+
* @version 0.4.1
|
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 |
+
/* @var $installer Mzax_Emarketing_Model_Resource_Setup */
|
21 |
+
$installer = $this;
|
22 |
+
$connection = $installer->getConnection();
|
23 |
+
|
24 |
+
$campaignTable = $installer->getTable('mzax_emarketing/campaign');
|
25 |
+
|
26 |
+
|
27 |
+
$connection->addColumn($campaignTable, 'view_stats', array(
|
28 |
+
'type' => Varien_Db_Ddl_Table::TYPE_INTEGER,
|
29 |
+
'unsigned' => true,
|
30 |
+
'nullable' => false,
|
31 |
+
'after' => 'sending_stats',
|
32 |
+
'comment' => 'View Stats'
|
33 |
+
));
|
34 |
+
|
35 |
+
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/frontend/base/default/template/mzax/email/cross-sells.phtml
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/* @var $product Mage_Catalog_Model_Product */
|
3 |
+
/* @var $this Mzax_Emarketing_Block_Template */
|
4 |
+
|
5 |
+
$order = $this->getOrder();
|
6 |
+
|
7 |
+
$products = $this->getCrosssellProducts( $order );
|
8 |
+
|
9 |
+
// attributes you would like to use
|
10 |
+
$products->addAttributeToSelect(array('name', 'small_image', 'short_description'));
|
11 |
+
|
12 |
+
// add price data for customer and website (optional) - $products->addPriceData()
|
13 |
+
$products->addPriceData(
|
14 |
+
$order->getCustomerGroupId(),
|
15 |
+
$order->getStore()->getWebsiteId());
|
16 |
+
|
17 |
+
?>
|
18 |
+
|
19 |
+
|
20 |
+
<?php if(count($products)): ?>
|
21 |
+
<h3>You may also like:</h3>
|
22 |
+
<table class="product-table crosssell-table" cellspacing="0" cellpadding="0" border="0" width="100%">
|
23 |
+
<?php foreach ($products as $i => $product): ?>
|
24 |
+
<tr class="<?php echo $i%2 ? 'even' : 'odd' ?>">
|
25 |
+
<td class="product-image" width="120" valign="top">
|
26 |
+
<img alt="<?php echo $product->getName() ?>" src="<?php echo $this->getProductImage($product) ?>" />
|
27 |
+
</td>
|
28 |
+
<td class="product-detail" width="100%" valign="top">
|
29 |
+
<h3><?php echo $product->getName() ?></h3>
|
30 |
+
<p><?php echo $product->getShortDescription() ?></p>
|
31 |
+
<p>from <?php echo $this->formatPrice($product->getMinimalPrice()) ?></p>
|
32 |
+
</td>
|
33 |
+
</tr>
|
34 |
+
<?php endforeach ?>
|
35 |
+
</table>
|
36 |
+
<?php endif ?>
|
app/design/frontend/base/default/template/mzax/email/last-viewed-products.phtml
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/* @var $product Mage_Catalog_Model_Product */
|
3 |
+
/* @var $this Mzax_Emarketing_Block_Template */
|
4 |
+
|
5 |
+
$customer = $this->getCustomer();
|
6 |
+
|
7 |
+
// returns the last 6 viewed prodcuts from the last 30 days
|
8 |
+
$products = $this->getLastViewedProducts( $customer, 6, 30 );
|
9 |
+
|
10 |
+
// attributes you would like to use
|
11 |
+
$products->addAttributeToSelect(array('name', 'small_image', 'short_description'));
|
12 |
+
|
13 |
+
// add price data for customer and website (optional) - $products->addPriceData()
|
14 |
+
$products->addPriceData(
|
15 |
+
$customer->getGroupId(),
|
16 |
+
$this->getWebsiteId());
|
17 |
+
|
18 |
+
?>
|
19 |
+
|
20 |
+
|
21 |
+
<?php if(count($products)): ?>
|
22 |
+
<p>Hey <?php echo $customer->getFirstname() ?>, we noticed you liked some of our products and would let you know we
|
23 |
+
have some create new specials this month just for you!</p>
|
24 |
+
|
25 |
+
<table class="product-table crosssell-table" cellspacing="0" cellpadding="0" border="0" width="100%">
|
26 |
+
<?php foreach ($products as $i => $product): ?>
|
27 |
+
<tr class="<?php echo $i%2 ? 'even' : 'odd' ?>">
|
28 |
+
<td class="product-image" width="120" valign="top">
|
29 |
+
<img alt="<?php echo $product->getName() ?>" src="<?php echo $this->getProductImage($product) ?>" />
|
30 |
+
</td>
|
31 |
+
<td class="product-detail" width="100%" valign="top">
|
32 |
+
<h3><?php echo $product->getName() ?></h3>
|
33 |
+
<p><?php echo $product->getShortDescription() ?></p>
|
34 |
+
<p>from <?php echo $this->formatPrice($product->getMinimalPrice()) ?></p>
|
35 |
+
</td>
|
36 |
+
</tr>
|
37 |
+
<?php endforeach ?>
|
38 |
+
</table>
|
39 |
+
<?php endif ?>
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
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.1
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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)
|
@@ -34,17 +34,22 @@
|
|
34 |
|
35 |
|
36 |
/**
|
37 |
-
*
|
38 |
*
|
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 |
{
|
46 |
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
public static $headers = array(
|
49 |
// !not X-Auto-Response-Suppress
|
50 |
'auto-submitted',
|
@@ -55,6 +60,12 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
55 |
);
|
56 |
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
public static $subjects = array(
|
59 |
'Auto:',
|
60 |
'Received:',
|
@@ -74,6 +85,12 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
74 |
);
|
75 |
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
public static $regex = array(
|
78 |
'^\[?auto.{0,20}reply\]?',
|
79 |
'^auto[ -]?response',
|
@@ -86,8 +103,29 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
86 |
);
|
87 |
|
88 |
|
|
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
public function isAutoReply(Mzax_Bounce_Message $message)
|
92 |
{
|
93 |
if($header = $message->searchHeader(self::$headers)) {
|
@@ -113,13 +151,31 @@ class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
|
113 |
return true;
|
114 |
}
|
115 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
return false;
|
117 |
}
|
118 |
|
119 |
|
120 |
|
121 |
|
122 |
-
|
|
|
|
|
|
|
|
|
123 |
public function inspect(Mzax_Bounce_Message $message)
|
124 |
{
|
125 |
if(!$this->isAutoReply($message)) {
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
34 |
|
35 |
|
36 |
/**
|
37 |
+
* Bounce dedector for auto reyplies
|
38 |
*
|
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.1
|
43 |
*/
|
44 |
class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
45 |
{
|
46 |
|
47 |
|
48 |
+
/**
|
49 |
+
* Typical auto reply headers
|
50 |
+
*
|
51 |
+
* @var array
|
52 |
+
*/
|
53 |
public static $headers = array(
|
54 |
// !not X-Auto-Response-Suppress
|
55 |
'auto-submitted',
|
60 |
);
|
61 |
|
62 |
|
63 |
+
|
64 |
+
/**
|
65 |
+
* Common subject lines
|
66 |
+
*
|
67 |
+
* @var array
|
68 |
+
*/
|
69 |
public static $subjects = array(
|
70 |
'Auto:',
|
71 |
'Received:',
|
85 |
);
|
86 |
|
87 |
|
88 |
+
|
89 |
+
/**
|
90 |
+
* Regex expr. for subjects
|
91 |
+
*
|
92 |
+
* @var array
|
93 |
+
*/
|
94 |
public static $regex = array(
|
95 |
'^\[?auto.{0,20}reply\]?',
|
96 |
'^auto[ -]?response',
|
103 |
);
|
104 |
|
105 |
|
106 |
+
|
107 |
|
108 |
+
/**
|
109 |
+
* Text phrases for the acctual content,
|
110 |
+
*
|
111 |
+
* Be carefull, could easly trigger false alarms
|
112 |
+
*
|
113 |
+
* @var array
|
114 |
+
*/
|
115 |
+
public static $body = array(
|
116 |
+
'away from the office',
|
117 |
+
'out of office'
|
118 |
+
);
|
119 |
|
120 |
+
|
121 |
+
|
122 |
+
|
123 |
+
/**
|
124 |
+
* Check if message is autoryply
|
125 |
+
*
|
126 |
+
* @param Mzax_Bounce_Message $message
|
127 |
+
* @return boolean
|
128 |
+
*/
|
129 |
public function isAutoReply(Mzax_Bounce_Message $message)
|
130 |
{
|
131 |
if($header = $message->searchHeader(self::$headers)) {
|
151 |
return true;
|
152 |
}
|
153 |
}
|
154 |
+
|
155 |
+
|
156 |
+
// bit more aggressive, check the acctual content
|
157 |
+
$body = $message->asString();
|
158 |
+
$body = preg_replace('/[\s]+/', ' ', $body);
|
159 |
+
|
160 |
+
foreach(self::$body as $needle) {
|
161 |
+
if(stripos($subject, $needle) === 0) {
|
162 |
+
$message->info('autoreply_body', $needle);
|
163 |
+
return true;
|
164 |
+
}
|
165 |
+
}
|
166 |
+
|
167 |
+
|
168 |
return false;
|
169 |
}
|
170 |
|
171 |
|
172 |
|
173 |
|
174 |
+
/**
|
175 |
+
*
|
176 |
+
*
|
177 |
+
* @see Mzax_Bounce_Detector_Abstract::inspect()
|
178 |
+
*/
|
179 |
public function inspect(Mzax_Bounce_Message $message)
|
180 |
{
|
181 |
if(!$this->isAutoReply($message)) {
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.1
|
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.1
|
27 |
*/
|
28 |
class Mzax_Db_Select extends Varien_Db_Select
|
29 |
{
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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="be680cbc13122369564c75cdda28e3aa"/><dir name="Medium"><file name="Abstract.php" hash="58bf2d36c6e021471659cc5740995434"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="c2159a049f30b3aa14011565574921a2"/><file name="Outbox.php" hash="12eea5b1638ab776dad75b681bdfac4f"/></dir></dir><file name="Email.php" hash="03f80560c8c36f6ec218a1348ec7a4f5"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="7c9f5e11726c6ab9820950f95edb564e"/><file name="Variation.php" hash="9fd282362363007060add8f8ce4f187e"/></dir><file name="Content.php" hash="08c1369dbc1f35230b946f1bd95f01bc"/><file name="Errors.php" hash="82fc7dfcc732d38610193ea0ef002364"/><file name="Filters.php" hash="74b2d0d0770166e3551ede24537742bd"/><file name="Inbox.php" hash="5d9c4f4dac4a1d4089be7e6cdafb6d80"/><file name="Medium.php" hash="a266f0c4e9320f0b5a755f9f0b406ee2"/><dir name="Recipients"><file name="Grid.php" hash="8090abf8a6f96839ef938f79367fcd9e"/></dir><file name="Recipients.php" hash="ae7b12377e79e46471946da3fd397220"/><file name="Report.php" hash="4fa38fefad5bd38289c77acb5ca09a89"/><file name="Settings.php" hash="1268d8b1d4ff9e6a291ce99ee31dd854"/><file name="Tasks.php" hash="7c6c964c205d435d5080a914944de231"/><file name="Test.php" hash="7efa4ddffb32098b365bc42455674f18"/></dir><file name="Tabs.php" hash="9104dffbd5cf478579c55c84e149ff9e"/></dir><file name="Edit.php" hash="8ea7e1ba2fc81c837e53876583bad53d"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="b7d7aaa8826eeff0b8fd4c1c27564c54"/></dir><dir name="Renderer"><file name="Action.php" hash="2846f1b987cee2fe10db437182392fee"/><file name="Filter.php" hash="bfd19547c05df9ead57e857113684c37"/><file name="SendMail.php" hash="31ff235470b5df536148965cc9c357bb"/><file name="Sender.php" hash="6028c2e8dac5b5f26c36bb30c3c41b89"/><file name="Stats.php" hash="959aa7a449fdd84d248a687f86117621"/></dir></dir><file name="Grid.php" hash="19b4de87970881ff03e5e4bdf7f7036d"/><dir name="New"><file name="Presets.php" hash="9bab667d7438958fe8eb37dcb6226250"/></dir><file name="New.php" hash="b868c0e0bee199dd924cb189a414055a"/><file name="Preview.php" hash="1a58ea64fa4d467a851d68b6f1d859ab"/><dir name="SendTestMail"><file name="Form.php" hash="21b77ed8ec083d3224cac14c73467ebe"/></dir><file name="SendTestMail.php" hash="98fa779ed8abe516f92dca82c88ad271"/><dir name="Test"><file name="Emulate.php" hash="8dfb7e19572594b67012848cb086c658"/></dir><file name="Test.php" hash="e7a67f7825533c8f32bc66e03beea374"/><file name="View.php" hash="6167475236f084110568946e1a6f9b12"/></dir><dir name="Chart"><file name="Abstract.php" hash="c5e8189f9ae9c7b274491a164ae7c79f"/><file name="Area.php" hash="9cf353a3a3d15beefdfc7be02c1a1bb2"/><file name="Bar.php" hash="441c84c3ea788d783d6775d94a426b09"/><file name="Column.php" hash="7211ef085f412c28ad42506a96a9bf47"/><file name="Geo.php" hash="4e8959830c6555a2f4f37b5dd9171f74"/><file name="Line.php" hash="fc6ea3b3411060d0f0dbe7ca9bc1b040"/><file name="Pie.php" hash="fd96d6e081380734ec7bd7ae718fd5aa"/><file name="Scatter.php" hash="4a6c38ef2dc6c2c1cd8ffa13223d7fc7"/><file name="SteppedArea.php" hash="5390c9fad9273c8661937e4813b4b29c"/><dir name="Widget"><file name="Container.php" hash="9c9744fb86e4f93ce96f1638b6b9f2d7"/><file name="Geo.php" hash="706f667f3b086e26a48bbd6e458c214f"/><file name="Tab.php" hash="eea4d821bb8d3479a432356a3a8dab7f"/></dir></dir><file name="Conditions.php" hash="4c8ec1d0bebbca9d75ca0d57de3b43c5"/><file name="Editable.php" hash="1eb1a4c0d986520daf2a92f23cb98bbc"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="e902d7eb43b1f082858867435527d36e"/></dir><dir name="Test"><file name="Recursive.php" hash="2594932802dec644a66e61a84ba33ecd"/><file name="Single.php" hash="c850d6c397560397938ea7f24c271df1"/></dir></dir><file name="Filters.php" hash="31d5e41cac7333b6116a67bd88a26599"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="aeba3d045762a6972d392838a47283a9"/><file name="Campaign.php" hash="ff5a3d4fc9d3b14b94bf08b82980a3bc"/><file name="Recipient.php" hash="e371588c7ca718d3d4e7e1eb8364abf9"/><file name="Size.php" hash="79e36e24e2e72cbafd8cfbfd70de98ac"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="9afe3df44a5ebd29e70104b526001d0e"/></dir><file name="Email.php" hash="11651a16af2947f159d7e7855fd128a9"/><file name="Grid.php" hash="b1dd2d75b7c05248152550031603384e"/><file name="View.php" hash="9b6306aae4cc4694a0cd52007b57ab8f"/></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="1255c253f308c45d2e18eeb2dbea756e"/></dir><file name="Email.php" hash="f8b9e4ccf4d9a86472f7904d184d7565"/><file name="Grid.php" hash="6559a82e7ff8558b481874a4bd138a55"/><file name="View.php" hash="ede22a8821daab13f60e428a958f390e"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="6bb7da10fdda9181f9f436787e9ca5a8"/><file name="Object.php" hash="e933a5d54d71661b2b3818fd1263a057"/></dir></dir><file name="Grid.php" hash="cbe8e066758e6795005b74ebc4052869"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="e412a35e9830b49709c335034da8ca8e"/><file name="MailStorage.php" hash="111b25a9faf79529c15de371f2ebf698"/><file name="Sendgrid.php" hash="d3c92393fab2180c7dd3d7e817571006"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="cc917f3a47869a5149c57196a652d19c"/></dir><file name="Edit.php" hash="193fa2173be5bc0604b7c2f903aa4dca"/><file name="Grid.php" hash="184ba196c6b29866e1ae0696bbd86928"/><dir name="Upload"><file name="Form.php" hash="8458648345a7ac32b0d8537471557ed1"/></dir><file name="Upload.php" hash="361e9f5ff3222582006b0c08d3009671"/><file name="View.php" hash="ede29478811c9877f344f40ced61fe2e"/></dir><file name="Template.php" hash="6f22c584fa3e172cca4e801124edece4"/><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="8e06424c1cd05c7f0f8ef3b8fcc20b32"/><dir name="Tab"><file name="Conditions.php" hash="2ced6244a1c3be14d2499b8517e82000"/><file name="GoalType.php" hash="43cd19d2aaee30ca27a131f0b9d045ae"/><file name="Settings.php" hash="89b8e2038b0a0fd5aa05687d5f10b9e0"/><file name="Tasks.php" hash="c192606994824d6758e735d70d92f8e6"/><file name="Test.php" hash="484e5bbe48f6a8eb57c4572e94dd8bb0"/></dir><file name="Tabs.php" hash="807ebf739419260d72904c42908515a4"/></dir><file name="Edit.php" hash="11ef6f0e4a0fdc26d39bfc818fa0f58d"/><file name="Grid.php" hash="b809a118bbeed7a953185516345e5507"/><file name="New.php" hash="65e85053908f1fe4c178761cf5ba2f44"/><dir name="Test"><file name="Emulate.php" hash="cbcbf5355fd914ece8d6ed1fee651844"/></dir><file name="Test.php" hash="8926f7be148d996e3a782fe35f4e3c19"/><dir name="Upload"><file name="Form.php" hash="5ea16ca6863e915ce31d4a54b2a09719"/></dir><file name="Upload.php" hash="67513f697e55caf08ff4c8a7d8527e6a"/><file name="View.php" hash="1e7900f5cade84a10301e9ade14d2897"/></dir><file name="Unsubscribe.php" hash="82d7effb66dc2d6325a5de694684817a"/></dir><dir name="Db"><file name="Select.php" hash="7dad5d207dce070411a0c5ec0e33cc39"/></dir><dir name="Helper"><file name="Campaign.php" hash="ca74599e066f9bb8633580b1049ada86"/><file name="Data.php" hash="9dfc84d713a420e48449c6eb8a9b327b"/><file name="Newsletter.php" hash="0fa32a726fa11fbf62790336358466bb"/><file name="Request.php" hash="9edaa1793680d42b5ac9eb6e278fc588"/><file name="SqlFormatter.php" hash="c0533a55f119f5d9fb293b4a51df8f6a"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="45fbbf8035502512e79baea80424237d"/><file name="Preset.php" hash="5bb955a7ab8486961ed7db669b5f2e98"/><file name="Variation.php" hash="67ad2ea5074b01c2beb81243bee55990"/></dir><file name="Campaign.php" hash="3ece8e51032ef43bf965e3c8383cf24d"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="a4cbfc25e6a382efe618d0cefd1de8b1"/><file name="Orders.php" hash="8b19c94e0b9e92f173a67577d1112721"/></dir><file name="Goal.php" hash="17b9f3c2dc6be31395330f0b2706d5dc"/><file name="Select.php" hash="3d0c7c6d4b383aa51049eda23352607e"/><file name="Tracker.php" hash="3bda8e358c4c68b1a0d532d98a47e6de"/></dir><file name="DomainThrottle.php" hash="f89ddcddf6e087f25abeb054890ed4a2"/><file name="Email.php" hash="0ac8cb064692dfda114c07a2a98ce0b0"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="47ae6fd58a75e4d86d9c2228c7c6b45f"/><file name="Credits.php" hash="663e8900ad0e6589102812a1d6195067"/><file name="EmailEditor.php" hash="8dc9775e0b9dc39a7d0f7b38115b13b4"/><file name="Info.php" hash="eb3f8623c6b6926b6e2eb6d071f0e0b5"/><file name="TemplateEditor.php" hash="51d11e53cb2011bc32d9154f3b413d1c"/><file name="Textarea.php" hash="aab4c2fd1548e4cf69ada06632c0a6fe"/><file name="Wildselect.php" hash="921028e09fec4da18690fe1d8dca04d4"/></dir></dir><file name="Goal.php" hash="d4ccba2594f0ad753ed0c12fb9666d4d"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="1bff65870a85410adcc3bea08c84b284"/><file name="Recipient.php" hash="5e53e274c3d6117a233ff00547949691"/><file name="Store.php" hash="a23f100e2c9271bef573c0c8472a858a"/><file name="Unsubscribe.php" hash="4f804a8bfbeebd23895852d930553911"/></dir></dir><dir name="Email"><file name="Collector.php" hash="d7362b21bae976d0729f32abdaee1327"/><dir name="Pull"><file name="Abstract.php" hash="2b44946af9e9f1b769160bc62a7b0857"/><file name="Storage.php" hash="c5d5a02fe83eb29ae77679cf8719f6ee"/></dir></dir><file name="Email.php" hash="078c7d90fd7b578883e1c9ccc5a84e14"/></dir><file name="Inbox.php" hash="5aa810239d5bc69a1443d058bc8f231a"/><dir name="Link"><file name="Reference.php" hash="ac07c6bc80ca08749850c9c3fde0a3ed"/></dir><file name="Link.php" hash="5c40454d8e327b78fc842adb071754a5"/><dir name="Medium"><file name="Abstract.php" hash="a221fd1d707f59a857b3d7cf5e3dbfcd"/><dir name="Email"><file name="Composer.php" hash="38bb65ca442d8171b6278127268badba"/><file name="Filter.php" hash="76b04fca531839e977e0df465f347067"/><file name="Processor.php" hash="89afe19d464e26c310eb005fc2c30c2a"/><file name="Snippets.php" hash="3d07881bb162bf17d70f3378e2a2b6d0"/></dir><file name="Email.php" hash="bfbb49e855a970189e8e7cea78a95546"/></dir><file name="Medium.php" hash="62ec0b1f79a46e19caef6870bd67ea96"/><dir name="Object"><file name="Abstract.php" hash="a4c582a2613c9c0663747946f44879e8"/><file name="Address.php" hash="51e02b77ee0dc3b2c0449ec0c8ff8ce0"/><dir name="Collection"><file name="Item.php" hash="add0cf3a27222c02a666c69a17f3b5d4"/></dir><file name="Collection.php" hash="9c9147ba83c848c82ae6260baaa4cee7"/><dir name="Customer"><file name="Address.php" hash="940b4290b9d71bea8bdf7548feb7459e"/></dir><file name="Customer.php" hash="848fee7c9bb036eba56981679732fd55"/><dir name="Filter"><file name="Abstract.php" hash="eb52e76d685a66b9d06863018fa3655c"/><dir name="Address"><file name="City.php" hash="b56028f4bd5fb3598b009d33ed1c7b3b"/><file name="Country.php" hash="7f89cf93fbfeffedba6edb1a4db2b455"/><file name="Postcode.php" hash="29af5dbf3a5185b60a79d2b10d6f1b6f"/><file name="Region.php" hash="87e0c99e04032e89691e338a227dc1c9"/><file name="Street.php" hash="00c40b32d93e30571659722b4b0e65d7"/></dir><file name="Attribute.php" hash="8ab26f41a9841341ff9cf25a294224dc"/><dir name="Campaign"><file name="Goal.php" hash="319183bfeb511ad7cae135941b0563d1"/><dir name="Recipient"><file name="Abstract.php" hash="1d2d48278e952f27c47e5c24cc0b6866"/><file name="Interact.php" hash="ffa5f17b1cf4633664235a5c88c0a0b6"/></dir></dir><file name="Column.php" hash="cbe3151bd25ea52071556961c26180d8"/><file name="Combine.php" hash="7f160d895ccddcc004eab3be14a56582"/><file name="Component.php" hash="fc6c02146efb7067df8689f81051db1c"/><dir name="Customer"><file name="Abstract.php" hash="2f00bd07b3e229a63d6596ae7ace1f85"/><dir name="Address"><file name="Attribute.php" hash="9de589504834045a435c07d2410c4d4e"/></dir><file name="Address.php" hash="d36b2195e48e393e11ec2b40961e4f92"/><file name="Attribute.php" hash="1529f2000ee58bebabc607717ab1cdd6"/><file name="Event.php" hash="f714cbfc783fc1c7dcc7a3384d7f1db5"/><file name="Lastlogin.php" hash="c28035548bf06bd940ae59afebfe4034"/><file name="Name.php" hash="f236ee0a72183064e6ed846bbee8e56f"/><file name="Order.php" hash="ed7ad9b154eb61598f485cad78575de2"/></dir><file name="Main.php" hash="8b19f68988fabc17ece10239bd558d09"/><file name="Newsletter.php" hash="ac982e213e4d19f997dd26f937db474e"/><dir name="Order"><file name="Abstract.php" hash="adbe92dce0bb64f3ac460654895afce0"/><file name="Address.php" hash="72857b7ccb4c5098f41f4c9619a518f3"/><file name="Campaign.php" hash="7a9ed546abadae236701607bf717e6f7"/><dir name="Item"><file name="Abstract.php" hash="c84be23b0d2b047e8dbea6f73521e488"/><file name="Table.php" hash="ee3dc733dcad0df473ed074376d0fcaf"/></dir><file name="Items.php" hash="7459735c80a96b6d58079084123e9b29"/><file name="Previous.php" hash="f070e3522d43e2ae4b3915a6843f2f84"/><file name="ShippedAt.php" hash="af514b07d6c031b8b4a320e5f44df062"/><file name="Table.php" hash="091e2e9b14fef774a1c31750bc5d3fae"/></dir><dir name="Product"><file name="Abstract.php" hash="9b89a2cd47745be13214b012d2a084b7"/><file name="Attribute.php" hash="76bffd267dbcbf45aa785017e2322f26"/><file name="Category.php" hash="f900d1060549b744c4fe47032da7bb26"/></dir><dir name="Quote"><file name="Abstract.php" hash="448faaf48955f88b2ed4e2e8c9942eb8"/><file name="Address.php" hash="cbfcd6c3d13c7e0ffe95b7b201eb452a"/><dir name="Item"><file name="Table.php" hash="93154a4093b597a95d3b7d2a02112412"/></dir><file name="Items.php" hash="ae06690c6de29457d2a92f1c9100257b"/><file name="Table.php" hash="b9966e3d3d1fff9a821b6a2914e86d02"/></dir><file name="Table.php" hash="7d888cb9b0742c6d1be4227ec2944e40"/></dir><file name="Filter.php" hash="94ecec33124d65a926c1cb76cc22d4f5"/><file name="Order.php" hash="47f1cb07e9af70fa6b8da340b45fae04"/><file name="OrderAddress.php" hash="af73d1df02beb143bfeb63e77623e368"/><file name="OrderItem.php" hash="6c75e38e2c9f7b2c0f09be8556b1f9d6"/><file name="Product.php" hash="69cac063adb41b9240003e358cc21860"/><file name="Quote.php" hash="c2dbb8273cfccd8687d56bc1a82e7c4a"/><file name="QuoteAddress.php" hash="07d02708b7ede45e6c41dcd7be170ece"/><file name="QuoteItem.php" hash="e7678d0c767792d380e4d27509347bf8"/><file name="Recipient.php" hash="e292e308e74f152fe4a3f31cd58a5164"/><file name="Subscriber.php" hash="cc6191bf5078f9fdf2e4a126b7deea68"/></dir><dir name="Observer"><file name="Abstract.php" hash="92db14f5e01b87e4b0e77cecb0a9ccea"/><file name="Cron.php" hash="a1321879a5e4e010ae0288832cdd39e9"/><file name="Customer.php" hash="f58fcbc00c7ae3397a477b9cf4370393"/><file name="Goal.php" hash="e6cad601f3a416efe62178e869b861ee"/><file name="Order.php" hash="11112b572ec17080ba03bab435062dd0"/><file name="SalesRule.php" hash="12e63f0f029c8b7fa8e077bf924b87a8"/></dir><file name="Observer.php" hash="057ca599ca8dee310fa986862f927cec"/><dir name="Outbox"><dir name="Email"><file name="Mail.php" hash="9aa124110bd1884887dea78bc552db38"/></dir><file name="Email.php" hash="0d47042f1276e93a29bd0a68cf890d1c"/><dir name="Transporter"><file name="File.php" hash="cb9454e1a482bd1d3671fe8e1b7913a6"/><file name="Interface.php" hash="bec7d6cf308c4fae0159f5758aa20841"/><file name="Sendgrid.php" hash="9ba858d8f080a1db042850417fe02bbf"/><file name="Sendmail.php" hash="0f40054946d9a24b3e5385eda637029f"/><file name="Smtp.php" hash="51e2458dca38c5c18d5a41cc340c9450"/></dir><file name="Transporter.php" hash="a9cab80401b152fd5996cbdacf963a91"/></dir><file name="Outbox.php" hash="0515019f7ee0bd075dc54da367a780e5"/><file name="Premailer.php" hash="f919a97c0a75abecb3f3ee6f488208c8"/><dir name="Recipient"><file name="Error.php" hash="7e85211a4b83d1a2b3ebe21020fed6a4"/><dir name="Provider"><file name="Abstract.php" hash="29dad20d552d9a6101084659d938088d"/><file name="Customer.php" hash="50f1b399e0bb270dcdac4cc9fa7130e8"/><file name="Newsletter.php" hash="a3d7f33124fd4b101b4aed9d12f2591c"/><file name="Order.php" hash="97037c9aba0fb191578596e5ae1d447d"/><file name="Quote.php" hash="14e72db174c21dbdc6e2f3ad1f68cf92"/></dir><file name="Provider.php" hash="fd9cb3d8754b6e3f8022b3d7882fe636"/></dir><file name="Recipient.php" hash="3b204e09205d3efec89f424679ac2af9"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="c6c1516a2e6d7f018ac5ab36b036f695"/><file name="Campaign.php" hash="ddee566d69d7bbf50c71d510576714fd"/><dir name="Dimension"><file name="Abstract.php" hash="105cf25a89f0a4ce8eb9cf850f7cce50"/><file name="Country.php" hash="32ddab204106f4e9c7607ff950e303f7"/><file name="Dayofweek.php" hash="31ae96973aaad950a49fb7957f8d8138"/><file name="DeviceBrand.php" hash="d0ffdeb5bc48088b740e5c6fd33048d2"/><file name="DeviceType.php" hash="e49373807da8c5f54da63a0b465710da"/><file name="Hour.php" hash="d0a6106fb37a8895e8f69162de3954de"/><file name="Os.php" hash="eede33b57c4185e2407fce87fe2bff35"/><file name="Region.php" hash="2e85d581bab49bc2870399cf32cdb42e"/><file name="Useragent.php" hash="a91beecaab9027226a8738c8e8fecc72"/></dir><file name="Dimension.php" hash="4be37a38c4d6dae81a3596c39a1db82f"/><file name="Events.php" hash="9bed4f68f98b11f74b3a7fc42e9cc499"/><file name="Goals.php" hash="f49016621aa36ce17d03e3d268b714ab"/><file name="Rates.php" hash="f369dfb4295157b1e11c01efcab294d7"/><file name="Recipient.php" hash="94fb6de8287395ca5c102b7dbc07124b"/><file name="Tracker.php" hash="3ec91adba45cdf4a7615060776c077f5"/></dir><file name="Aggregator.php" hash="695500dfa3be7a64678894c1d5346b59"/><file name="Query.php" hash="1134ec3f4d97259349e3e5f62c43c681"/><file name="Seeder.php" hash="00cc813534f7b331897a12f353156f40"/></dir><file name="Report.php" hash="f339b71741b78b533466a8fe6cb44834"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="eff40b3e1ea9448213d11cadce545e8c"/><dir name="Preset"><file name="Collection.php" hash="bafac6b5cd05e059ece6afe546f60ea3"/></dir><file name="Preset.php" hash="461dffe1abeae96f62c01fc9454a3a0f"/><dir name="Variation"><file name="Collection.php" hash="30e7dcda22ae6b39e77f36ddf623462e"/></dir><file name="Variation.php" hash="519f216542ee60ea14bd6b4b622255e8"/></dir><file name="Campaign.php" hash="a6794ee120c0b2ab01796c9f146b86fa"/><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="7711b3759b9c69618e92bbfa83446a23"/></dir><file name="Tracker.php" hash="7cbba7e177015d566f65304c402864c9"/></dir><dir name="Email"><file name="Collection.php" hash="dba639da7f350939f1db318a0dafe095"/></dir><file name="Goal.php" hash="f68e1468cf5195040e91b5a94a7f14bc"/><file name="Helper.php" hash="b5652d5fcde12c2688c590a8ed7d331e"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="6e99a1262305446008e7eb7a77939081"/></dir><file name="Email.php" hash="6dbac3646cdca186f5a35e751a8bed41"/></dir><dir name="Link"><file name="Reference.php" hash="ce53dc10feb6b47a6baaa841c986cbf4"/></dir><file name="Link.php" hash="ab1c8bdb31d91607f3837c0d3e9a481e"/><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="f44f8b4f11ba8fbc1a8f88ea2a0b3e4f"/></dir><file name="Email.php" hash="5181fd86401808de402a6196a7572889"/></dir><dir name="Recipient"><file name="Address.php" hash="45c632b621bb6e9843061125e8da36fd"/><file name="Binding.php" hash="5d73bddd38bd7e92fc8b1fb7b603b3b3"/><file name="Collection.php" hash="1617b27c65328cf9bbdd2cf11ad4a25d"/><dir name="Error"><file name="Collection.php" hash="0011a646a017e8265420171e797cdde8"/></dir><file name="Error.php" hash="967cd97f7cc42cb1905859ad0382f3a1"/><file name="Event.php" hash="5378c51265811f89a59046fee201d47e"/><dir name="Goal"><file name="Binder.php" hash="ce2cfe9956663a27dfd9460435733f1a"/></dir></dir><file name="Recipient.php" hash="375ef4ca4badc6eb5e191072da44abd1"/><file name="Setup.php" hash="6b57eda4e011062df17cd35305ec9db0"/><dir name="Template"><file name="Collection.php" hash="99f3a9e4fd19eb4e5307fe1e11dd2f5e"/></dir><file name="Template.php" hash="a5eeedd83cecabc63120df2bc4e7eeaa"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="fbc85eb1cc269d3d634946628f6b4076"/></dir><dir name="SalesRule"><dir name="Condition"><file name="Emarketing.php" hash="176d49d44f1fb23a022539d6cd229fa1"/></dir><file name="ICouponManager.php" hash="10b40a6e4f6a455f4730a8c8e5cbebbd"/></dir><file name="Session.php" hash="681ca9a85a6efba21458ebf4028fc7e4"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="fedf0d86028da6cebe7ef013c757155f"/></dir><dir name="Source"><file name="GeoIp.php" hash="2d27f03343d216a74b3f54fa12db2439"/><file name="MailStorage.php" hash="c34b0e21cda0607d624709567fdff94b"/><file name="SmtpAuthentication.php" hash="fd80068f0c6028ac556ed05b39feae8d"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="e83905fffd9ab4618bfd9eb10c2322f9"/></dir><file name="Template.php" hash="f3e9c9326520c480ad158909b29a0a96"/></dir><dir name="controllers"><dir name="Admin"><file name="CampaignController.php" hash="de2dec379cf7f635ab2842d1dd511dcd"/><file name="InboxController.php" hash="4e74f7099b093ddc07a35f31d1c21f5b"/><file name="OutboxController.php" hash="481d3734ad652feb806d45847eee2e6e"/><file name="ShortcutController.php" hash="3bcf3e235201b550a660f3dd0c95917a"/><file name="TemplateController.php" hash="1556472f653d83341773df9b5b2c5fb7"/><file name="TrackerController.php" hash="1bedae4feaea480f58e2724087e261da"/></dir><file name="BeaconController.php" hash="ac8ad71d1c605e3027e0236646a6f6f1"/><file name="EmailController.php" hash="223cb2d6b187bc25adc8d20557a49f7c"/><file name="LinkController.php" hash="fc21033d832fac1e22a0be8b5d80aded"/><file name="UnsubscribeController.php" hash="866297e67fb1a50c73f0310e6871bf28"/></dir><dir name="data"><file name="useragent_regexes.php" hash="4954565e73590426f2156fe83f921999"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0fa2672e653561128aa1e71a57e43202"/><file name="config.xml" hash="efcb8f780ea25c031370d0b9af50e342"/><file name="system.xml" hash="e1efe56f8d0e6b7c1b6efd0cebd0b8f9"/></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="60e338e62f0005880eeeb1e35f48de97"/><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="dbdbd0f761003051ffc074beda335bbe"/><file name="upgrade-0.2.6-0.2.7.php" hash="f783d5b4213c6bf0476266ed061a46a2"/></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="2b7892e6efcf2308b15ffef596f0963a"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="956224c246da1778eee7337d628a4fbd"/><file name="credits-left.phtml" hash="3bf2cd9579cbe3cc6f38ce91545a68ec"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="3711a4eb71bc076359e461b3a3bc6e83"/></dir><file name="load_template.phtml" hash="7416a32ae682efe83de8adb39dc9ebbb"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="ac17839132637c07d57ef247d5134fff"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="presets.phtml" hash="c535d4b49404ce7581a8c6d2c246f114"/><file name="recipients.phtml" hash="032ae0417b8cd1c6f3988fc495ad24ec"/><file name="report.phtml" hash="c04997ee7b99e03e8081c501846702ff"/><file name="running-warning.phtml" hash="200956a178a6304b035eb97121ff779a"/><file name="tasks.phtml" hash="91ee449f23c3872f1007d4abdd723a82"/></dir><dir name="edit"><file name="js.phtml" hash="ade58efb8de1e02d7c23052086cd6a0f"/></dir><dir name="editor"><file name="text.phtml" hash="0008a2dacaab32a83efef21a2bd4a1e4"/></dir><file name="fieldset.phtml" hash="44196f6366f5d70e81fb340141ec5f12"/><dir name="filter"><file name="page-preview.phtml" hash="e7dc773f6685f5d24085fa21aeb9259f"/><dir name="test"><file name="filter.phtml" hash="fa3fa9cb1f81b39f35445e32abb259c0"/><file name="recursive.phtml" hash="29db8a5665a785ece2b2974013be49f8"/><file name="single.phtml" hash="0f744a2ccaaeef404767a93d70594d19"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="ed14324760934615321afbf5fb858738"/></dir><file name="tasks.phtml" hash="2d4f2343d215a10074f1aa0463cf8a58"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="412cb773b7677f6a816577a0391c826e"/><file name="chart-tab.phtml" hash="1e927ffd33c82213c0d5382047bccf3a"/></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="7d15888ff9475b20f962cc1aa8aab7e4"/></dir></dir><dir name="template"><dir name="mzax"><dir name="email"><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="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="b98d85482c918400313173f3b50e10f3"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Mzax_Emarketing.xml" hash="3cee6fd8799acaddd8270fd7d62ba03b"/></dir></dir></dir><dir name="js"><dir name="mzax"><dir name="ace"><file name="ext-mage_autocomplete.js" hash="1d27fd3ec87f8480a6eb1806d808accc"/><file name="mode-mage.js" hash="387a974e3fdd4c2d778d0a3c938b1427"/><file name="theme-mage.js" hash="e38326a9040d4ce6a7ed04a3faf1887a"/></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="62e11d53275ec84efcef30e62ac4b181"/><file name="editor.js" hash="ed06eadf6fb6582c03896fa19475e979"/><file name="report.js" hash="86d0bd6d9c31dd4b67dfd069edb3aeea"/></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="7d133c1118287d534327a98378439509"/><file name="Arf.php" hash="4a057a40456f0af0d0271ffe296df5c1"/><file name="Autoreply.php" hash="e6a69fe58ef2ae1c9c5a4598846b48ca"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="d9bcd34f2af4ad1a78aafec18d920be6"/><file name="Failure.php" hash="8673bd99b3a710b8dac2deedf73acc34"/><file name="Rfc1892.php" hash="e1ab1b183827b0454b03f19939f2e23b"/></dir><file name="Detector.php" hash="ba60f88a94e35a181e4e9e8ea2712e43"/><file name="Mail.php" hash="de433f02700ce43c59d5e2d4263a0055"/><file name="Message.php" hash="158820dd88b21c182fe07877d7fc90a2"/><dir name="Mime"><file name="Decode.php" hash="1c0ab116c802b1f123a3c2133e646e16"/><file name="Part.php" hash="36fe741583189209bf8d580c57e1490b"/></dir></dir><file name="Bounce.php" hash="d9a77121467581af6eb63371d275d9bb"/><dir name="Chart"><file name="Table.php" hash="ffa905ca31cb1e49ad7405974524bf21"/></dir><dir name="Db"><dir name="Select"><file name="Exception.php" hash="5845a5e23455c6eed3219227970cf826"/></dir><file name="Select.php" hash="aec14cc34da77ad02999e6ad0fc0c75e"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="c62626f918b589b009fee1814da6e2dd"/><file name="FreeGeoIp.php" hash="a81113b707fbcfe5738af7f68931fed6"/><file name="GeoPlugin.php" hash="0b65d6b1843e8daeea83afd04ee72914"/><file name="Ipinfo.php" hash="e92df51af2ab5d44391cddab4f1cefcc"/></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="090477a6ad0f76b3a0b4afa5f7fea70d"/><file name="Region.php" hash="c1df2721bb2428f0e057562d8fa8e3a4"/><file name="Request.php" hash="033b9d59aa182ec5babcd86b03835b6f"/></dir><file name="GeoIp.php" hash="050bb0cf8cb1e96fd0b8fea3bfc465a8"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="f0395ac63123d792a2d7bb46cec762cc"/><file name="Mock.php" hash="2569bc11a88ac6dd2289edcaf7676f00"/></dir></dir><file name="Mail.php" hash="2293012e9477ef0be8d0af4e53e6984a"/><file name="Once.php" hash="78f413750d3f2938c8fb246b6cd233c2"/><file name="Presist.php" hash="1a3eaa38094b5ba0b6695ee5cc2c0959"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="dd1c312425f85a9d420b4b8c5497cdc5"/><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="36d2447de0d37744914e6fc9ab578e55"/></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="b64eed621d8f2efaeb4bb75b8c64fbcf"/><file name="ElementParser.php" hash="1b5eb7dac8a41b516c5ab30caf859958"/><file name="EmptyStringParser.php" hash="ea30ecab27c269fdfba71dc38eb0ee9c"/><file name="HashParser.php" hash="e6f06587ea87581fce9630399223121e"/></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="5f5ac7f01ac84c47190aa3c6ceec5cac"/><file name="XPathExpr.php" hash="0c2d20536615fd27a5bf8c7757c98f9f"/></dir><file name="composer.json" hash="f501cef220ff2cb242ec442de44caf83"/><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="cd168009a2f37eb12b87d77ad43d713a"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="1069ff741153480b81f556d2c010407c"/></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="aed384054d16d04d37696a61219dd0d6"/><dir name="images"><file name="add-tiny.png" hash="04f642db30ac836b58d91770c42a7087"/><file name="add.png" hash="f2e51ed86b5c87693bc31eb18cffcde6"/><file name="bg-remove.png" hash="085b0ea8bf4488c53a5eaab2f28eaf4c"/><file name="block-bg.png" hash="eb5b5a1dbaa4a40b4d7d56ea36b0db8f"/><file name="corner-arrows.png" hash="98f15a0b96a79bd35f7cc9c3552f27b2"/><file name="dd-chart-tab.png" hash="bfca5a1d3deb031e2fbbc4d89cf2adf6"/><file name="delete-tiny.png" hash="58c14611b1a036c55353b9b5993a85df"/><file name="delete.png" hash="f2c735bea2def15264ab2ec87a722407"/><file name="element-add.png" hash="bdd3ce65d6777550f983f8bba949340a"/><file name="element-clone.png" hash="762e0d3593f83f589afca4e9d785cd78"/><file name="element-remove.png" hash="8c51a642226558f6bb34159da34d0123"/><file name="element-remove2.png" hash="e89ce65e9a80e1ee9e35e784cd7b9a1e"/><file name="element-repeat.png" hash="3ccfbc455a907a30a34bdd61e3f4ec49"/><file name="element-swap.png" hash="92b97e695db713a4000fdbc88628e723"/><file name="fullscreen.png" hash="0a00475876e23a623a8ee346de991dc2"/><file name="funnel-arrow.png" hash="eb56bc2bb6865ea4f123105e4d2f2de6"/><file name="icon_image.png" hash="9acff5f2211bcfdf12af6db057e7a019"/><file name="icon_source.png" hash="d9a2353334fd2786b1e7def89e6d6b63"/><file name="image.png" hash="4da12ca4c81d857c8a718556a999ba45"/><file name="mage_code.png" hash="434f9cb7723f1bc0fa92b2438e287933"/><file name="preview-tab-icons.png" hash="292b16d26d02c9a0d299b4457033e502"/><file name="preview-toggle.png" hash="9eaf699db62fa3727f5d08cc118b2f90"/><file name="save.png" hash="a26d2b01209b95edd6a352fd9f49ee40"/><file name="start.png" hash="aba370113bf888ee5655e81f938f73ee"/><file name="stop.png" hash="527ef0809d2fc1949ff3c4c6ff363ac9"/><file name="swap-down.png" hash="9c269cd00e1b0d676bec912de671d1b6"/><file name="swap-up.png" hash="788d244ba3443a826f44476ffb2f056f"/><file name="variable.png" hash="f71ee09f953cd3be23d55dd5963b32e9"/><file name="widget.png" hash="bd36b41f43b95c28ce0caf83f3b2495a"/></dir></dir></dir></dir></dir></dir></target></contents>
|
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.1</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-09-24</date>
|
48 |
+
<time>12:30:37</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="969201acb80fdc7151276ccb08327700"/><dir name="Medium"><file name="Abstract.php" hash="75138dd679b9b8519a23f7cc113641f2"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="0d543c93fbe701b86e5813b4d990e1bd"/><file name="Outbox.php" hash="908b43549ce2c203b15c23b200c81911"/></dir></dir><file name="Email.php" hash="d29f93ca8d89c559bb11498e6144dbd1"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="29df1b343d4e4cbbed473cefcc4ce238"/><file name="Variation.php" hash="c5429e2a5bdb265c66ed0dda5df50a0a"/></dir><file name="Content.php" hash="a9537f6cf364774aff34d27598cede50"/><file name="Errors.php" hash="3c2865f268b6ad48671131c59e4ee780"/><file name="Filters.php" hash="3c33563e9cc8fb73a6d0b8193040a914"/><file name="Inbox.php" hash="ea11c51baff2f278a26fcfdd4860beaa"/><file name="Medium.php" hash="304f0adb53d78ac35a7f0b4ec2676cb0"/><dir name="Recipients"><file name="Grid.php" hash="7e3381723d2028961d7e5f2c279e021f"/></dir><file name="Recipients.php" hash="e50962d49f0b3e4af8d713daa23da6de"/><file name="Report.php" hash="845c2c72f1a01b5653d573aa442fe580"/><file name="Settings.php" hash="819d5b20d6e47511d3d1fc779772aa83"/><file name="Tasks.php" hash="ec8708ec015f450bded102d077e247d2"/><file name="Test.php" hash="67de04ce9c29e92e8a4b377254e76303"/></dir><file name="Tabs.php" hash="cf6fe75819a9162962b5fbcb30b5ba3d"/></dir><file name="Edit.php" hash="4d253e2ef705e4f9d57c6efbf1d5f00f"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="a366ba84ac17bac72c485fb1d7c7682d"/></dir><dir name="Renderer"><file name="Action.php" hash="dde3830fe4f6b1e72f081dc81d302723"/><file name="Filter.php" hash="ddd41171f345ef6e75287ae9316cf6a9"/><file name="SendMail.php" hash="b2a7f637dfb099d2f18824643ccb78e6"/><file name="Sender.php" hash="a135c1c09c91f36b94af58c3ff79f3eb"/><file name="Stats.php" hash="54552415d99a8fda6ee07b910345026a"/></dir></dir><file name="Grid.php" hash="bc92d194797a6f17dfe4df1ef9e88b04"/><dir name="New"><file name="Presets.php" hash="4aa23f5e2de05a78199138d29a7119c5"/></dir><file name="New.php" hash="8c469f1d84e0cacb07f4d0b6a2a549b3"/><file name="Preview.php" hash="c81988eaf668344207dee0f7c3bf5b4a"/><dir name="SendTestMail"><file name="Form.php" hash="016357d1f900cc4edf24a14160e2b4d7"/></dir><file name="SendTestMail.php" hash="b0dc5f2af527f428f801253c90791280"/><dir name="Test"><file name="Emulate.php" hash="cf83a998087ddae8d04ba23966cd3202"/></dir><file name="Test.php" hash="83d05733cbfac6921847df83fd026f00"/><file name="View.php" hash="71eaa01245f6dc5c387f780da963f6dc"/></dir><dir name="Chart"><file name="Abstract.php" hash="2a48141fc46261267ee091de35904e42"/><file name="Area.php" hash="e402fac8cd4118df0096e40a597a42f4"/><file name="Bar.php" hash="7fd18dc3815c5e000a6692adc8915344"/><file name="Column.php" hash="31a459fc608954bae76e7dfe2ed2069c"/><file name="Geo.php" hash="5e7bfa50bcb1724aa708792c5e003039"/><file name="Line.php" hash="4d726a78c0b93382c9a0560bf50b5a06"/><file name="Pie.php" hash="1e6ba240a185e88d5bc4d82925ddd159"/><file name="Scatter.php" hash="13f36da458866dc73f444c54dd7f2a7e"/><file name="SteppedArea.php" hash="79ab4189e62f5c289d1bd8e11bb1945f"/><dir name="Widget"><file name="Container.php" hash="b12fc0c8328891addf8f53e260089f9f"/><file name="Geo.php" hash="36c41d967d9e9ba1a1f3915e9c25c3a6"/><file name="Tab.php" hash="e2c242e4df576e2b8e5b836c28fed08f"/></dir></dir><file name="Conditions.php" hash="9bb370d6c848516643959d4b223222e6"/><file name="Editable.php" hash="dd5d8bb9ca51562bbed84e90faabd3c7"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="9f072a50d64d99f3ae695087ba07a08a"/></dir><dir name="Test"><file name="Recursive.php" hash="2c2d1a45c9b3ffbd6f3d4c75430ea1d5"/><file name="Single.php" hash="817e6818b222442905f4fa655ccbb71d"/></dir></dir><file name="Filters.php" hash="64bc5a70e9b2ed59190d24b76502985d"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="067089ca14be9f4f288a93790fd31e9a"/><file name="Campaign.php" hash="7c6a954b03c9d632a998dc8e4a9efe5c"/><file name="Recipient.php" hash="1b9f3db6dec79eead24588c117813016"/><file name="Size.php" hash="c0eabfb39b5d8d695501cccc5b87741f"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="a7a1e49e9ef4db7b026ee5fedc9d6837"/></dir><file name="Email.php" hash="1fb3ef38ccb49af24951e91f7c39c6a4"/><file name="Grid.php" hash="c05b76d9a4dc2af109fd56bb2f026b3a"/><file name="View.php" hash="e57ac02eb67eb0798c0372d448a9acf5"/></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="8bee193e4211f5e5829bfa8079bdcd26"/></dir><file name="Email.php" hash="4be93c0eff01d60f33473bcdfd41590a"/><file name="Grid.php" hash="8a74abb82ae97cca2d999b7d246838b1"/><file name="View.php" hash="6d701b69b3ce3f567c476e3ae7773419"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="6737c36e3130c1920bff840b36561f0b"/><file name="Object.php" hash="8ed884173731284e91660ae741dba8ac"/></dir></dir><file name="Grid.php" hash="df1335c542823e6968b90c0972c87b2d"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="47c7e7114bae438483ac555dc6ee580f"/><file name="MailStorage.php" hash="2f6b1b30a5931ce4611b3bc5f2dcb64d"/><file name="Sendgrid.php" hash="fe2eb9a196ec9896acd3df2ed689e018"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="3d63ed23e3c77af4ffa9032b19ce5f53"/></dir><file name="Edit.php" hash="23c85ddd2cfc605dbfe03138d3d6fe7c"/><file name="Grid.php" hash="6ec71f2f2e117f5c4c4177dfc15773f8"/><dir name="Upload"><file name="Form.php" hash="641628d8956bc3200f16b7e0bd745eb6"/></dir><file name="Upload.php" hash="b57f32ef41c9d003dbd078226c093f0f"/><file name="View.php" hash="78b3374e4f285a93991ecd4e3d9aae91"/></dir><file name="Template.php" hash="7e8fb3bd761f7678757a1c952a195153"/><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="4c77d35b489f09399cbf051723305b97"/><dir name="Tab"><file name="Conditions.php" hash="6830db2aa9fe20b2722449c5c25e40ad"/><file name="GoalType.php" hash="8ac6c2b57c3a90a580bc43b7c5665155"/><file name="Settings.php" hash="d99a23403b4ee21fd9c06740474636b5"/><file name="Tasks.php" hash="89fa558582b36c49276f3af3908e9684"/><file name="Test.php" hash="838eb704b6dad394def8a49de8b98f18"/></dir><file name="Tabs.php" hash="c9ddfe578eee07836807075f83ef211b"/></dir><file name="Edit.php" hash="9c24e929fea9bd5a06aba0595200a0ad"/><file name="Grid.php" hash="e7325633bb50dfd585622eedeb783f73"/><file name="New.php" hash="24688fc68f48cc647f1112d025296d04"/><dir name="Test"><file name="Emulate.php" hash="467c29f48c84cf015109f15db452d50f"/></dir><file name="Test.php" hash="a59d406b35f947d4c154022850e8f7ef"/><dir name="Upload"><file name="Form.php" hash="e21e5efb5536848e8c65c9e755f57aed"/></dir><file name="Upload.php" hash="f137f2554c9cb3998914251cafbaa9f6"/><file name="View.php" hash="605751c9e0a44d46eeb34435a790e439"/></dir><file name="Unsubscribe.php" hash="607647b9276405f38a64c1838b6ca135"/></dir><dir name="Db"><file name="Select.php" hash="a589c628923f78a9710626e5363060de"/></dir><dir name="Helper"><file name="Campaign.php" hash="eb2c5cbce40941e321932eb8093cadd2"/><file name="Data.php" hash="5d459518f23bfbbb0a144474c5170591"/><file name="Newsletter.php" hash="80d64b76f9c1d6ace6d907fb49d27fae"/><file name="Request.php" hash="b281a69f07bc24e06d2650f92ae6dcfc"/><file name="SqlFormatter.php" hash="964cea829ad2c06ab499af4e57853212"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="ee8ac295e5cca81750e13e9c0465d447"/><file name="Preset.php" hash="2966c426293c3461136da4ed69bfd51d"/><file name="Variation.php" hash="32fb16dabb06a96692bced694dbaaee8"/></dir><file name="Campaign.php" hash="4eeb9a725117b360ac43018a33930d44"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="8561a13332a0e9c27967bd1ae6240a09"/><file name="Orders.php" hash="dc3a7d55aef4fab13fb1099843b60d29"/></dir><file name="Goal.php" hash="4b0eccdad44d5d921b1d97be70f6a9f3"/><file name="Select.php" hash="e9235e1c478f23f2bec1e8948e2d921e"/><file name="Tracker.php" hash="6e432a8f6724e345b187a0d739662ba7"/></dir><file name="DomainThrottle.php" hash="0b16d8c104d79cdaf29fc33ec0dfc052"/><file name="Email.php" hash="0d3bcb3e84d3e9941c494c81ac3174ca"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="1a6f2021d1f5b60df0305c86eecff0a1"/><file name="Credits.php" hash="7f493c6ceb0ea0e3659f3bacfeba373a"/><file name="EmailEditor.php" hash="40b3fb339d2ac4e2b82877975ce77de4"/><file name="Info.php" hash="19b51b2f9214295a59340181e52eeef3"/><file name="TemplateEditor.php" hash="0407ef984f9517fcc919552105e91e4b"/><file name="Textarea.php" hash="073500849eccaae0bd8c108050f4d34d"/><file name="Wildselect.php" hash="70f5f445625b1e39bbfe00e7eec0b666"/></dir></dir><file name="Goal.php" hash="0f8b7f722fb0a8d91dc6fc2b7a2e5313"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="b30486adef96b2b5f859c2c4226a8199"/><file name="Recipient.php" hash="8eb14f7347581d98a8706d332f34703f"/><file name="Store.php" hash="cab18edc023b038336dac563f357342c"/><file name="Unsubscribe.php" hash="6d6c89832a66a5d67fc475eae56ef6a4"/></dir></dir><dir name="Email"><file name="Collector.php" hash="c5b7622d2e1cd7cc70c92d13ffcd7564"/><dir name="Pull"><file name="Abstract.php" hash="53f4574b2be1b2bcb28f8eec7cede5d1"/><file name="Storage.php" hash="31c9a232bf118d8aa74d69b169452eaf"/></dir></dir><file name="Email.php" hash="aeb78eb23b7ec2c1306b27b119c5bfb7"/></dir><file name="Inbox.php" hash="48937ff56e5d5545757e31fa6e4e9f2e"/><dir name="Link"><file name="Reference.php" hash="4016caf803c05074392eb54c737aa310"/></dir><file name="Link.php" hash="00c34d8e17930f0f54289dc116e7f6f1"/><dir name="Medium"><file name="Abstract.php" hash="ec364e3d229f5cc4fa521512bf3682d0"/><dir name="Email"><file name="Composer.php" hash="de57e2e225ea4d2fe7dd53ce6fe1fe21"/><file name="Filter.php" hash="d8a0a72d62f8c84877d0320e5ae2a698"/><file name="Processor.php" hash="34fd9ac2d00d23df26da3c6f53d68a05"/><file name="Snippets.php" hash="0be63cb63f0763d328499c7843b340be"/></dir><file name="Email.php" hash="9ce24bdf01d1cc45ab00b7af15f9935b"/></dir><file name="Medium.php" hash="56cc9bbe4506824972534dde3b00af6c"/><dir name="Object"><file name="Abstract.php" hash="7254d0c24e3689e2e70113bdac9a825a"/><file name="Address.php" hash="4e03d133c8be5a76d621f475bc716b42"/><dir name="Collection"><file name="Item.php" hash="5bc470cab674aae7bf6b167498c1b324"/></dir><file name="Collection.php" hash="5858b82cd5a36eff50390817b2818704"/><dir name="Customer"><file name="Address.php" hash="fff282b37e4ace387564dea336738b95"/></dir><file name="Customer.php" hash="490cfd729a4eadc491baffd47516f00c"/><dir name="Filter"><file name="Abstract.php" hash="f3dcd74618afbd2d2c46dc73fedda1fa"/><dir name="Address"><file name="City.php" hash="4f4fe3d6534aa394a4c34d8e08d88c82"/><file name="Country.php" hash="eee0413a2bfd2a70f809d1d818429909"/><file name="Postcode.php" hash="daa0806499771560b99eb439915def34"/><file name="Region.php" hash="194e6b75a4aeb1336753bf5714696418"/><file name="Street.php" hash="cc8a1cefcffe2c8bee656d4106ba2d54"/></dir><file name="Attribute.php" hash="7185501af8c5b2a16c54be74fc8016e9"/><dir name="Campaign"><file name="Goal.php" hash="6610ed73d6de2ab28b6a42ac6728ac39"/><dir name="Recipient"><file name="Abstract.php" hash="07cc93ebce4538a2b90da00b64ec1092"/><file name="Interact.php" hash="e2cb58e14d2deb7e1837dec88256bd44"/></dir></dir><file name="Column.php" hash="2f6bb5f195b59db45dacf3c6d370de39"/><file name="Combine.php" hash="a095bf104655930a1d8ff81f617a3077"/><file name="Component.php" hash="b0bbd047d87d974064448cd8093bda10"/><dir name="Customer"><file name="Abstract.php" hash="c8f75c32f0fdb30064691c784dd7cac0"/><dir name="Address"><file name="Attribute.php" hash="045fa03ab281ebaaa35ba2cb94bb289f"/></dir><file name="Address.php" hash="265af04b6b38dad01599686142e87a26"/><file name="Attribute.php" hash="a29509d4fed93b0f89edd34374beb456"/><file name="Event.php" hash="0dd764c853bc4c4a5acb989b523f16b3"/><file name="Lastlogin.php" hash="ec52223e1136db00324501f7fdc4844a"/><file name="Name.php" hash="3c34457b86b2f190a87b6149682d9d79"/><file name="Order.php" hash="41d9ad9a9131ea5a5ca3a7c9c9db045c"/></dir><file name="Main.php" hash="1e5ebc7938300e61b338d1609bfe442a"/><file name="Newsletter.php" hash="ec8cd6971b07274cbdbf54e564c8fc06"/><dir name="Order"><file name="Abstract.php" hash="292bbac6c45805ba9e71b5816b5b7b71"/><file name="Address.php" hash="d079e02214a69f5f40dcc2b004c911b5"/><file name="Campaign.php" hash="fec5eccd32171ff51d4fb301d33ad87e"/><dir name="Item"><file name="Abstract.php" hash="a173a40270dad0b7a1071d3a38bb5db9"/><file name="Table.php" hash="fa7a9c13b6d586880c6966628f81f2af"/></dir><file name="Items.php" hash="e94bb32ab85603c6200e8b35dffdceef"/><file name="Previous.php" hash="9f685377ee72d4cf8427b6daad84bcf2"/><file name="ShippedAt.php" hash="c38083f18908be3c1429e6c1ff0fff75"/><file name="Table.php" hash="07c2ed2ef4bd11b794e749c05a4c1717"/></dir><dir name="Product"><file name="Abstract.php" hash="9babf42f45a70e0d3fbe536d705cbced"/><file name="Attribute.php" hash="82cf4cda85a9823900b9215e19383b85"/><file name="Category.php" hash="3c202533a02ae0d2e10d90faf6855a83"/></dir><dir name="Quote"><file name="Abstract.php" hash="54430c19fa0868131dfa1fedaf7692c7"/><file name="Address.php" hash="6f9566c1e5727fd9e52710617e214e50"/><dir name="Item"><file name="Table.php" hash="e940adab89bb83b0096a61bec94a4deb"/></dir><file name="Items.php" hash="5215f55968f7f0abe8c718f423e4aa6b"/><file name="Table.php" hash="0f0680039b9a8f5b00be7f1f437234c2"/></dir><file name="Table.php" hash="24e2f959481f72989f027e82427bbf85"/></dir><file name="Filter.php" hash="f938a4b0f1ba434711c524d989a95a68"/><file name="Order.php" hash="ab6069b5e3598d7f1022732a342b4759"/><file name="OrderAddress.php" hash="a0442d9dcad706fcfe4ae5e1c826c304"/><file name="OrderItem.php" hash="0ff5c388f12d2d5472bcb1324ae13316"/><file name="Product.php" hash="d9ae3cb40299aa13182d4420e7f1846f"/><file name="Quote.php" hash="a1fdd5ad9d371ad2c6f77d768b319d6b"/><file name="QuoteAddress.php" hash="cbfe7d8f1e13b9b6091f6e4904b037c8"/><file name="QuoteItem.php" hash="4858499842f95d2d7f30bd481b4c8931"/><file name="Recipient.php" hash="6fba126f795afa52ca9f94b0fa0341dd"/><file name="Subscriber.php" hash="60e8296d0506229a53c42ecccfc1f09f"/></dir><dir name="Observer"><file name="Abstract.php" hash="a359f9620793aeae7ba2fa9fd7af4657"/><file name="Cron.php" hash="6b0ffc59aefd7ad06f58d22eaea55b26"/><file name="Customer.php" hash="34954fac110761a24c603e03946d5af7"/><file name="Goal.php" hash="c1a6e81287dd11b7036977059b5b76ed"/><file name="Order.php" hash="c43208cf41c799cb43eed2ab6d7640b5"/><file name="SalesRule.php" hash="c29afe6a974d05493bce844c095984e4"/></dir><file name="Observer.php" hash="4b9b7e628f9728bf6e0d35547a2e1ffd"/><dir name="Outbox"><dir name="Email"><file name="Mail.php" hash="efd3e1e65e9b54f5f53eba8179c456fb"/></dir><file name="Email.php" hash="7671d6b2f8603411f984012f063ed2e1"/><dir name="Transporter"><file name="File.php" hash="08ed6ac8c62ecc6fadc561f4c2aefc93"/><file name="Interface.php" hash="eb7b7e8204ba0d29729648bb0a135b35"/><file name="Sendgrid.php" hash="72bf7442fa5b50caf60ef526ce635c86"/><file name="Sendmail.php" hash="0b1adc3b44f1853ee474ef2f2b17231a"/><file name="Smtp.php" hash="c38acddd184d084778b226bf889c7a7d"/></dir><file name="Transporter.php" hash="3aaddf8924a55f49f9e7e1c9d695bc4f"/></dir><file name="Outbox.php" hash="27b92bce0835bdaddf5b215b2938f3fd"/><file name="Premailer.php" hash="0245c08d19c1b3874fe5e69418c61c2a"/><dir name="Recipient"><file name="Error.php" hash="e229da30d37ef628069315f15ddf1ff0"/><dir name="Provider"><file name="Abstract.php" hash="b94c220bb103be5406f8f9859e2f5ddb"/><file name="Customer.php" hash="5af72e655b3b7c5900ffb5f2bbd2465d"/><file name="Newsletter.php" hash="e67686995bdb757afab830a15002a3ce"/><file name="Order.php" hash="cea580b43f57b5f5eacbed6c95b8cb7d"/><file name="Quote.php" hash="cc98ec3af0299467ff89d7f1d5c16087"/></dir><file name="Provider.php" hash="1f65af0281febdc2962d4125d5f8acd9"/></dir><file name="Recipient.php" hash="ae5c4b54ee44d410a07844f46948042c"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="9edb9f253d2dcbf1867621e06cc564a4"/><file name="Campaign.php" hash="cbe7e6e43fbfec890ffbf20ede8412a7"/><dir name="Dimension"><file name="Abstract.php" hash="2363b361cd230966fb583bc5d371d0e0"/><file name="Country.php" hash="f42f834fd461e7d7756d94e77dde286c"/><file name="Dayofweek.php" hash="29959314e8afeaf7e1e9a497f2d9ca2f"/><file name="DeviceBrand.php" hash="b9365ff8792cd262b343574ac44d263f"/><file name="DeviceType.php" hash="0d35a94d77ed0eea34ea1ba6c230a2a3"/><file name="Hour.php" hash="b5461dcd57bfc84d1387f1c2ac212e53"/><file name="Os.php" hash="a3eccb4a0515ef2a89a392a846682d28"/><file name="Region.php" hash="4c76259da96442a8715cd58e351dcc54"/><file name="Useragent.php" hash="1e3ee7021ee8c25892015b5433dff08b"/></dir><file name="Dimension.php" hash="44f8b62af29d35803f888182e7506c9f"/><file name="Events.php" hash="1a0eccedb26ceefbacd6b5181505c0e7"/><file name="Goals.php" hash="dddb42dfac7ff7e2361bb47e331002b9"/><file name="Rates.php" hash="00cd1a1cbab544509b470f8f7471d749"/><file name="Recipient.php" hash="67632b7e0d482d3093baf7762a142ac0"/><file name="Tracker.php" hash="63b0e97ebc8acafe84006dd2823968bf"/></dir><file name="Aggregator.php" hash="00fb2e4dbcc3fcef78eba0135bebdbe1"/><file name="Query.php" hash="d7ecc9cc81f8b79670c3c4c2da9484de"/><file name="Seeder.php" hash="7b7f8e7765532ceb398aefd91660e691"/></dir><file name="Report.php" hash="be93a0f8ad04714a0b0d1b5a65c4ef12"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="98778f991d33b2fd1b7492b9d870ec07"/><dir name="Preset"><file name="Collection.php" hash="e609c410a99fbcbba6c3d8c1e35a6708"/></dir><file name="Preset.php" hash="360e7430ac5c2844728a3840bde48093"/><dir name="Variation"><file name="Collection.php" hash="6c677cc034a5082c29b99756e09c2b2d"/></dir><file name="Variation.php" hash="33351f8bb602f10699e7b65663e14fab"/></dir><file name="Campaign.php" hash="868e8510d103d98fc9cc281863f31310"/><dir name="Collection"><file name="Product.php" hash="0cc16d9c6c2639a03071697204514295"/></dir><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="657d1fc5672990528134953b3bc7515e"/></dir><file name="Tracker.php" hash="58e24d2dfbaa9148f01549239c68efd7"/></dir><dir name="Email"><file name="Collection.php" hash="4eec9e4770b32dfac227c7ae8a7186ee"/></dir><file name="Goal.php" hash="a6609de0268356c4e328670e8aaa471e"/><file name="Helper.php" hash="46cf656bb9eeff1a7dc9c2ab877a20b5"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="2fd9a3a65a6ccf7b9061adf16b1fcb1d"/></dir><file name="Email.php" hash="4c20ec00cb0f2e9574fe42d3622d6063"/></dir><dir name="Link"><file name="Reference.php" hash="a5ccbf55d4b6877ab6915752c2ff76d4"/></dir><file name="Link.php" hash="e3b257f43a2d1c5bed03a1de848922ca"/><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="2d62534b9ea2b25c0acc919331bd441d"/></dir><file name="Email.php" hash="04f22d519e4bae45c6efd0affe41621f"/></dir><dir name="Recipient"><file name="Address.php" hash="e24c04b4ed7f4a3cb0cc0c2feda22219"/><file name="Binding.php" hash="7cdae769a571acb690356d1b43e326a9"/><file name="Collection.php" hash="fe9c855f937930f21226e90429b3cccb"/><dir name="Error"><file name="Collection.php" hash="43c92cd1a08e4bdfb8bc3f4e3d4d45a4"/></dir><file name="Error.php" hash="30dda8d9d93320b7d203a50729f44901"/><file name="Event.php" hash="988c766cd83265c845fa1d9ee4f3d861"/><dir name="Goal"><file name="Binder.php" hash="2dcd3d8e3c7528ce8394bc0272f28bef"/></dir></dir><file name="Recipient.php" hash="84a3bcc40c1dc5c6e9f6fdfc45f7dd20"/><file name="Setup.php" hash="8c63189be03c21267a1e10728bcd4d91"/><dir name="Template"><file name="Collection.php" hash="259f138be32959232be4d86957e8195f"/></dir><file name="Template.php" hash="7c80b12ecf216261e3128b6aa0bf9f38"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="248b1d88f846cae09013b887426e82c7"/></dir><dir name="SalesRule"><dir name="Condition"><file name="Emarketing.php" hash="ef69cca2b3215bf1d97b20baeee92d63"/></dir><file name="ICouponManager.php" hash="482344fa79925dadbfa0bf4013567b78"/></dir><file name="Session.php" hash="7da7f958e016747d77f3ef259bb85528"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="a2562472e826437786f0eb0628ab0e06"/></dir><dir name="Source"><file name="GeoIp.php" hash="5a85ef9553018b77e6585cfca4d4fcd3"/><file name="MailStorage.php" hash="374af135024ab1e7ad9a94ecd7368bbc"/><file name="SmtpAuthentication.php" hash="14eb124ccac4de59a40b7744db82cf40"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="bb39e50d0ad37947151b5af640a1999a"/></dir><file name="Template.php" hash="5247feca32830685d6d7a0e86dcf5b11"/></dir><dir name="controllers"><dir name="Admin"><file name="CampaignController.php" hash="ca06b7420180f1f916c12e25345520b9"/><file name="InboxController.php" hash="6f6dd7220dcd04a1808c05dff7759a3c"/><file name="OutboxController.php" hash="91424b634a07743a3c58ce751672efe3"/><file name="ShortcutController.php" hash="95a360a7282194f590d6cf829d7a057b"/><file name="TemplateController.php" hash="08fe1309642680574dd1de24aa5be030"/><file name="TrackerController.php" hash="de2f2cffc79f4d38a33ca647aac02260"/></dir><file name="BeaconController.php" hash="f0986034a08925c752eae2f14f48206e"/><file name="EmailController.php" hash="edd88867045efde64ea70ac4305d13e4"/><file name="LinkController.php" hash="8a899a16fd080ea5ed2e724d3456d351"/><file name="UnsubscribeController.php" hash="7fb077d20e159611ece547987b234921"/></dir><dir name="data"><file name="useragent_regexes.php" hash="4086ac9120c795738715180cc07069c8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="cdb9fb61846dd5f49279cb6abb0fb7ee"/><file name="config.xml" hash="226d43bf3c9b7ad6310700e156c675ff"/><file name="system.xml" hash="90b0cf96368dfdb7ead848c361ad5fbc"/></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="b2b978c723b77800633f9490b8146f2d"/><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="1257d019ecb24d60fa576e2af6f03e22"/><file name="upgrade-0.2.6-0.2.7.php" hash="7b02a913e54379503d104b707ecb7639"/><file name="upgrade-0.4.0-0.4.1.php" hash="d3c689108125809f09dee9a50141ee9d"/></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="dfca0a7e38f2cc68888f0a15f9e9269d"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="fdea0bbca80208de113a2a45d1b52c76"/><file name="credits-left.phtml" hash="3bf2cd9579cbe3cc6f38ce91545a68ec"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="19eb9f430b9c6579fb3b95b795a04a30"/></dir><file name="load_template.phtml" hash="227f491e40fec9864cf0b3a6c94433c9"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="7f434b7a6b5ad1ffcc9cee30410258a4"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="presets.phtml" hash="c535d4b49404ce7581a8c6d2c246f114"/><file name="recipients.phtml" hash="54e9ca95200c7bfbbbbee4c74821890d"/><file name="report.phtml" hash="4a9a00afbe467b949213551501c11acf"/><file name="running-warning.phtml" hash="200956a178a6304b035eb97121ff779a"/><file name="tasks.phtml" hash="e6c51c527695ba96ac649a5edd234511"/></dir><dir name="edit"><file name="js.phtml" hash="5ed8e76a08b6d11d2498d707cbd05388"/></dir><dir name="editor"><file name="text.phtml" hash="6dd165622a6c8e9928376026d76f0485"/></dir><file name="fieldset.phtml" hash="1631e82421a71692401cae7fa3afc3ec"/><dir name="filter"><file name="page-preview.phtml" hash="99117d4835aceb061f4812d03c883193"/><dir name="test"><file name="filter.phtml" hash="a7e4b139cf270a19ca0846c150b9ff55"/><file name="recursive.phtml" hash="d85bc5194844202258041894a7a8576f"/><file name="single.phtml" hash="5aa1032804e48294531b6123da4a69d9"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="416bf4e9555b18bafafef503f70748f3"/></dir><file name="tasks.phtml" hash="956cd5a7e4a1169918ec93eb1d735100"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="dd9cccef845ef768df53ab19b266a919"/><file name="chart-tab.phtml" hash="657d24d8e8c08b92dca92326b2f1e853"/></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="65e72ca5ada90e8c4dfd46756805e434"/></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="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="b98d85482c918400313173f3b50e10f3"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Mzax_Emarketing.xml" hash="3cee6fd8799acaddd8270fd7d62ba03b"/></dir></dir></dir><dir name="js"><dir name="mzax"><dir name="ace"><file name="ext-mage_autocomplete.js" hash="b3d67aebe53d4eddcb6d65af34842c70"/><file name="mode-mage.js" hash="ca45a7abc2eb60434ad8148c130c8e21"/><file name="theme-mage.js" hash="e5cd063c5950c6d442cda5dfb0ebe5fb"/></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="e6002b471ee948f62b2d0587519f516c"/><file name="editor.js" hash="94cc7aab9be2932571e3c062bbd96a11"/><file name="report.js" hash="60d4de1b03c4465724926fc5c28e5d5b"/></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="c1065f2fe9f72735edd64e500f904bef"/><file name="Arf.php" hash="11df0c09b8546ee99bebdedd92c28979"/><file name="Autoreply.php" hash="b036d26bf9409b27d1fd909f6f57dae9"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="a8d0d2d6245173487de0a229bf783724"/><file name="Failure.php" hash="40e5bb7a69baf711ecb8e1d5205447f2"/><file name="Rfc1892.php" hash="32bd037538461fdb53cbfb3b28598de6"/></dir><file name="Detector.php" hash="47a9fca6be2207c7d8af93a531d7bec1"/><file name="Mail.php" hash="847c3b6b28b46a5abe64814e46a1a6f5"/><file name="Message.php" hash="3388f122830be6be5ecd2b5a7cd586e0"/><dir name="Mime"><file name="Decode.php" hash="8c55eb066780b7f7e23ce833b92b1847"/><file name="Part.php" hash="6d800a68d3f5f6902c2cae308bdb7d28"/></dir></dir><file name="Bounce.php" hash="08eadf7c0a6ea18a4ab6e6122c0ff927"/><dir name="Chart"><file name="Table.php" hash="b274b0493ea192f12a66ce4f967ba416"/></dir><dir name="Db"><dir name="Select"><file name="Exception.php" hash="3a81533aaa7bae4e86eff0703c6b897e"/></dir><file name="Select.php" hash="64e2891ecdbbe730a96c516eb7193d60"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="b3dd143321d119795ce15291479b53d3"/><file name="FreeGeoIp.php" hash="07e8a10b627d70590c295a69d0770f0f"/><file name="GeoPlugin.php" hash="7f78a6570304069429c050d378bb629b"/><file name="Ipinfo.php" hash="8e58b1d014566f8452641a93d2d9f63e"/></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="3f7cdcf3af075b4eb480d4ae78a3f141"/><file name="Region.php" hash="ea6cdef95a2c1d06f26ae6f1e869a7ba"/><file name="Request.php" hash="787fc6790995eeb1b3628e2908cb1f54"/></dir><file name="GeoIp.php" hash="f2d6f4a7b1bc350656d5c0d7cc7f9076"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="6be603deceaa78afefd328e4db89a476"/><file name="Mock.php" hash="f6615f6872ecbe15d844cf3919dd1a9e"/></dir></dir><file name="Mail.php" hash="831b733d483967dbf341d892a5811c8c"/><file name="Once.php" hash="e44a8f3ad66efb97d50798bb462bd825"/><file name="Presist.php" hash="e9a26e7662d01e2af9de84d39096947e"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="dd1c312425f85a9d420b4b8c5497cdc5"/><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="36d2447de0d37744914e6fc9ab578e55"/></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="b64eed621d8f2efaeb4bb75b8c64fbcf"/><file name="ElementParser.php" hash="1b5eb7dac8a41b516c5ab30caf859958"/><file name="EmptyStringParser.php" hash="ea30ecab27c269fdfba71dc38eb0ee9c"/><file name="HashParser.php" hash="e6f06587ea87581fce9630399223121e"/></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="5f5ac7f01ac84c47190aa3c6ceec5cac"/><file name="XPathExpr.php" hash="0c2d20536615fd27a5bf8c7757c98f9f"/></dir><file name="composer.json" hash="f501cef220ff2cb242ec442de44caf83"/><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="cd168009a2f37eb12b87d77ad43d713a"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="1069ff741153480b81f556d2c010407c"/></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="526760b754ba3ca638516be79c992f91"/><dir name="images"><file name="add-tiny.png" hash="04f642db30ac836b58d91770c42a7087"/><file name="add.png" hash="f2e51ed86b5c87693bc31eb18cffcde6"/><file name="bg-remove.png" hash="085b0ea8bf4488c53a5eaab2f28eaf4c"/><file name="block-bg.png" hash="eb5b5a1dbaa4a40b4d7d56ea36b0db8f"/><file name="corner-arrows.png" hash="98f15a0b96a79bd35f7cc9c3552f27b2"/><file name="dd-chart-tab.png" hash="bfca5a1d3deb031e2fbbc4d89cf2adf6"/><file name="delete-tiny.png" hash="58c14611b1a036c55353b9b5993a85df"/><file name="delete.png" hash="f2c735bea2def15264ab2ec87a722407"/><file name="element-add.png" hash="bdd3ce65d6777550f983f8bba949340a"/><file name="element-clone.png" hash="762e0d3593f83f589afca4e9d785cd78"/><file name="element-remove.png" hash="8c51a642226558f6bb34159da34d0123"/><file name="element-remove2.png" hash="e89ce65e9a80e1ee9e35e784cd7b9a1e"/><file name="element-repeat.png" hash="3ccfbc455a907a30a34bdd61e3f4ec49"/><file name="element-swap.png" hash="92b97e695db713a4000fdbc88628e723"/><file name="fullscreen.png" hash="0a00475876e23a623a8ee346de991dc2"/><file name="funnel-arrow.png" hash="eb56bc2bb6865ea4f123105e4d2f2de6"/><file name="icon_image.png" hash="9acff5f2211bcfdf12af6db057e7a019"/><file name="icon_source.png" hash="d9a2353334fd2786b1e7def89e6d6b63"/><file name="image.png" hash="4da12ca4c81d857c8a718556a999ba45"/><file name="mage_code.png" hash="434f9cb7723f1bc0fa92b2438e287933"/><file name="preview-tab-icons.png" hash="292b16d26d02c9a0d299b4457033e502"/><file name="preview-toggle.png" hash="9eaf699db62fa3727f5d08cc118b2f90"/><file name="save.png" hash="a26d2b01209b95edd6a352fd9f49ee40"/><file name="start.png" hash="aba370113bf888ee5655e81f938f73ee"/><file name="stop.png" hash="527ef0809d2fc1949ff3c4c6ff363ac9"/><file name="swap-down.png" hash="9c269cd00e1b0d676bec912de671d1b6"/><file name="swap-up.png" hash="788d244ba3443a826f44476ffb2f056f"/><file name="variable.png" hash="f71ee09f953cd3be23d55dd5963b32e9"/><file name="widget.png" hash="bd36b41f43b95c28ce0caf83f3b2495a"/></dir></dir></dir></dir></dir></dir></target></contents>
|
50 |
<compatible/>
|
51 |
<dependencies>
|
52 |
<required>
|
skin/adminhtml/default/default/mzax/emarketing.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@CHARSET "UTF-8";body.mzax-popup #anchor-content{min-height:0;padding:0}body.mzax-popup .wrapper-popup{min-width:0}body.mzax-popup.mzax-emarketing-padding #anchor-content{padding:20px}body.mzax-popup.admin-mzax-emarketing-admin-campaign-sendtestmail #anchor-content{padding:30px}.mzax-live-preview .mzax-preview-frame{width:100%;height:500px}#mzax-preview-email #preview-frame{width:100%;height:100%;border:none;display:block}#mzax-preview-email #preview-head{height:40px;background:url("../images/header_top_bg.gif") repeat-x #425E66;border-bottom:1px solid #5F767F}#mzax-preview-email #preview-head .subject{display:inline-block;color:rgba(255,255,255,0.9);padding:12px;font-size:1.2em;letter-spacing:1px}#mzax-preview-email #preview-foot{position:absolute;bottom:0;height:21px;left:0;right:0;background:#EEE;box-shadow:0 0 1px 0 rgba(0,0,0,0.3);border-top:1px solid #BBB;padding:2px 10px;z-index:1000;white-space:nowrap;overflow:hidden}#mzax-preview-email #preview-foot .render-time{display:inline-block;padding:0 10px}#mzax-preview-email #preview-foot .auto-refresh{float:right}#mzax-preview-email #preview-foot .toggle-switch{background:url("images/preview-toggle.png") no-repeat;display:inline-block;height:32px;width:40px;margin:5px}#mzax-preview-email #tab-container{position:absolute;border-top:1px solid #2D444F;top:41px;left:0px;right:0px;bottom:25px}#mzax-preview-email #tab-container>div{position:absolute;top:0;left:0;right:0;bottom:0}#mzax-preview-email #email_preview_tabs{position:absolute;top:4px;right:10px}#mzax-preview-email #email_preview_tabs .tab{float:right;background:#453554;margin:0 5px;background:url("images/preview-tab-icons.png") no-repeat;display:block;text-indent:-10000em;width:32px;height:32px;cursor:pointer}#mzax-preview-email #email_preview_tabs #tab_links{background-position:0px 0px}#mzax-preview-email #email_preview_tabs #tab_links:hover{background-position:0px -40px}#mzax-preview-email #email_preview_tabs #tab_links.active{background-position:0px -80px}#mzax-preview-email #email_preview_tabs #tab_html{background-position:-120px 0px}#mzax-preview-email #email_preview_tabs #tab_html:hover{background-position:-120px -40px}#mzax-preview-email #email_preview_tabs #tab_html.active{background-position:-120px -80px}#mzax-preview-email #email_preview_tabs #tab_text{background-position:-40px 0px}#mzax-preview-email #email_preview_tabs #tab_text:hover{background-position:-40px -40px}#mzax-preview-email #email_preview_tabs #tab_text.active{background-position:-40px -80px}#mzax-preview-email #email_preview_tabs #tab_code{background-position:-80px 0px}#mzax-preview-email #email_preview_tabs #tab_code:hover{background-position:-80px -40px}#mzax-preview-email #email_preview_tabs #tab_code.active{background-position:-80px -80px}#mzax-preview-email #tab_links_content{background:#fff;padding:20px;overflow:scroll}#mzax-preview-email #tab_links_content td.anchor img{max-width:200px;max-height:80px}#mzax-preview-email .ace_editor,#mzax-preview-email .ace-editor{width:100%;height:100%;border:none;clear:both}.mzax-template-select{display:inline !important}.ace_editor .errorHighlight{background:rgba(255,48,0,0.29);position:absolute}.mzax-editor{position:relative;border:none}.mzax-editor .mzax-content,.mzax-editor .mzax-disable-ui{position:absolute;left:0;right:0;top:0;bottom:0}.mzax-editor .editor-container{border-width:1px;border-style:solid;border-color:#AAA #C8C8C8 #C8C8C8 #AAA;position:absolute;left:0;right:0;top:25px;bottom:0}.mzax-editor .editor-container .ace_editor{width:100%;height:100%}.mzax-editor .editor-container .mzax-content-editor textarea.text-input{width:100% !important;height:100%;border:none;font-family:monospace;min-height:20px;padding:0;margin:0}.mzax-editor .mzax-editor-frame{width:100%;height:100%;background:url("images/block-bg.png") #fff}.mzax-editor .mzax-editor-toolbar .logo{display:none}.mzax-editor .mzax-editor-toolbar .ftitle{display:none;color:rgba(255,255,255,0.9);padding:15px;font-size:1.1em;letter-spacing:1px}.mzax-editor .btn-right{float:right}.mzax-editor.no-plugin-buttons .editor-container{top:0}.mzax-editor.mzax-autosize{top:0;position:relative}.mzax-editor.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:auto !important;height:auto !important;z-index:120}.mzax-editor.fullscreen .editor-container{position:absolute;top:40px;left:0;right:0;bottom:0;height:auto !important;width:auto !important;z-index:450;border:none;border-top:1px solid #2D444F;padding:0}.mzax-editor.fullscreen .mzax-editor-toolbar{position:absolute;top:0;left:0;right:0;height:39px !important;z-index:460;border:none;background:url("../images/header_top_bg.gif") repeat-x #425E66;border-bottom:1px solid #5F767F;box-shadow:0 1px 2px 1px rgba(0,0,0,0.5)}.mzax-editor.fullscreen .mzax-editor-toolbar .buttons-set{position:absolute;top:0;right:0;padding:12px}.mzax-editor.fullscreen .mzax-editor-toolbar .ftitle{display:inline-block;padding:15px}.mzax-editor.fullscreen .mzax-editor-toolbar .logo{display:inline;margin:0 10px}body.mzax-fullscreen{overflow:hidden}.mzax-template-editor .mzax-seperator{position:absolute;margin-top:-2px;top:50%;left:0;right:0;height:2px;cursor:ns-resize;z-index:100;background:url("images/block-bg.png") #E5E5E5;border-top:1px solid #D0D0D0;border-bottom:1px solid #D0D0D0}.mzax-template-editor .mzax-content-editor{bottom:50%;border:none}.mzax-template-editor .mzax-content-editor .ace_editor{width:100%;height:100%}.mzax-template-editor .mzax-content-preview{top:50%;border:none}.mzax-template-editor.mzax-layout-horz .mzax-seperator{left:50%;right:auto;height:auto;top:2px;bottom:0;width:4px;cursor:ew-resize;border:none;border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0}.mzax-template-editor.mzax-layout-horz .mzax-content-editor{bottom:0;right:50%}.mzax-template-editor.mzax-layout-horz .mzax-content-preview{top:0;left:50%}.mzax-running{background:url('../images/ajax-loader.gif') no-repeat;width:16px;height:16px;vertical-align:text-bottom;margin-right:10px;display:inline-block}button.mzax-fullscreen span{background-image:url("images/fullscreen.png");padding-left:20px}button.mzax-image span{background-image:url("images/image.png");padding-left:20px}button.mzax-quicksave span{background-image:url("images/save.png");padding-left:20px}button.mzax-widget span{background-image:url("images/widget.png");padding-left:20px}button.mzax-variable span{background-image:url("images/variable.png");padding-left:20px}button.mzax-start{height:25px;margin:0px 0 0 20px !important;padding:0px 20px;background:linear-gradient(#69A02F 0%, #427600 100%);border-color:#85BA1B #1A3C07 #1A3C07 #85BA1B}button.mzax-start span{background-image:url("images/start.png");padding-left:20px}button.mzax-start:hover{background:linear-gradient(#A8DD70 0%, #68A11F 100%)}button.mzax-stop{height:25px;margin:0px 0 0 20px !important;padding:0px 20px;border-color:#d24403 #a92000 #a92000 #d24403;background:linear-gradient(#DB2B2B 0%, #99320D 100%)}button.mzax-stop span{background-image:url("images/stop.png");padding-left:20px}button.mzax-stop:hover{background:linear-gradient(#ED6363 0%, #DA3A00 100%)}ul.mzax-variation-tabs{padding:8px 25px 0px 30px;margin:0px -27px 18px -25px;height:36px;border-bottom:1px solid #CFCFCF;background:linear-gradient(transparent 90%, rgba(0, 0, 0, 0.1) 100%) repeat-x}ul.mzax-variation-tabs .delete-variation{position:absolute;top:-5px;right:-3px;display:none}ul.mzax-variation-tabs .active .delete-variation{display:block}ul.mzax-variation-tabs li{margin:0 6px;float:left}ul.mzax-variation-tabs li a.variation-tab{display:block;position:relative;padding:5px 23px 0 23px;height:25px;color:#6F8992;text-decoration:none !important;border:1px dotted #a5a5a5;border-bottom:none;margin-top:5px;margin-bottom:-1px;background:transparent;transition:height,margin 0.1s ease-out}ul.mzax-variation-tabs li a.original{color:#5C5C5C;font-weight:bold}ul.mzax-variation-tabs li a.inactive{color:#B0BABD;font-style:italic}ul.mzax-variation-tabs li a.variation-tab:hover{border-color:#EB5E00;height:30px;margin-top:0px}ul.mzax-variation-tabs li a.active.variation-tab.active{background:#FFF;border-style:solid;border-color:#C3C3C3;box-shadow:0px -2px 2px 0px rgba(0,0,0,0.1);height:27px;margin-top:0px;border-top:2px solid #EA7614;padding-top:8px;border-bottom:none;color:#333}ul.mzax-variation-tabs li a.new-variation{border-color:#6EA845;color:#6EA845;padding:5px 10px 0}ul.mzax-variation-tabs li a.new-variation:hover{border-color:#6EA845}ul.mzax-variation-tabs li a.delete-all-variations{border-color:#C06868;color:#C56D6D;padding:5px 10px 0}ul.mzax-variation-tabs li a.delete-all-variations:hover{border-color:#C06868}ul.mzax-variation-tabs li.add-variation{margin:0 10px}ul.mzax-variation-tabs li.delete-all-variations{float:right}ul.mzax-variation-tabs a span span{background-repeat:no-repeat;width:16px;height:16px;display:block;position:absolute}ul.mzax-variation-tabs a.error span.error{background-image:url("../images/fam_bullet_error.gif");top:15px;left:-7px}ul.mzax-variation-tabs a.changed span.changed{background-image:url("../images/fam_bullet_disk.gif");top:0;left:-7px}#mzax-emarketing-report .chart-wrapper{position:relative}#mzax-emarketing-report .overlay{position:absolute;display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}#mzax-emarketing-report .summary-report{display:flex;align-items:stretch;margin-bottom:10px}#mzax-emarketing-report .summary-report>.item{flex:100;text-align:center;position:relative;height:80px;white-space:nowrap}#mzax-emarketing-report .summary-report>.item.funnel{flex:200}#mzax-emarketing-report .summary-report>.item.funnel:after{display:inline-block;content:' ';background:url('./images/funnel-arrow.png') no-repeat center right;width:30px;height:100%;vertical-align:middle}#mzax-emarketing-report .summary-report>.item.total{flex:100}#mzax-emarketing-report .summary-report>.item.optout{border-left:1px dotted #888;padding-left:10px;flex:120}#mzax-emarketing-report .summary-report>.item.orders{flex:140}#mzax-emarketing-report .summary-report .chart-wrapper{display:inline-block;vertical-align:middle}#mzax-emarketing-report .summary-report .count{display:inline-block;vertical-align:middle;text-align:center;padding:0}#mzax-emarketing-report .summary-report .value{display:block;font-size:1.5em}#mzax-emarketing-report .summary-report .label{display:block;font-size:0.8em;color:#666}#mzax-emarketing-report .summary-report .percentage{width:100%;height:16px;font-size:14px;font-weight:bold;color:#444}#mzax-emarketing-report .chart-tab-container{border:1px solid #ccc;padding:0}#mzax-emarketing-report .chart-tab-container .options{background:#f5f5f5;text-align:right;padding:0 10px;font-size:0.9em;color:#444}#mzax-emarketing-report .chart-tab-container .options .cb{vertical-align:text-top}#mzax-emarketing-report .chart-tab-container .options label{color:inherit}#mzax-emarketing-report .chart-tab-container .loading{display:none;float:left;padding-left:20px;margin:3px 0;background:url('../images/ajax-loader.gif') no-repeat}#mzax-emarketing-report .chart-tab-container.loading .loading{display:block}#mzax-emarketing-report .chart-tab-container.loading .chart{opacity:0.3}#mzax-emarketing-report .chart-tab-container .breadcrumbs{float:left;font-size:1.2em}#mzax-emarketing-report .chart-tab-container .breadcrumbs li{cursor:pointer;margin-right:5px;display:inline}#mzax-emarketing-report .chart-tab-container .breadcrumbs li:before{content:'\00bb';margin-right:5px}#mzax-emarketing-report .chart-tab-container .no-data{width:50%;background:#F5F5F5;min-height:50px;text-align:center;padding:50px 25%;font-size:17px;line-height:140%;color:#BABABA;letter-spacing:1px;text-shadow:-1px -1px 1px white;font-style:italic;cursor:default}#mzax-emarketing-report .option-tabs{display:flex;align-items:flex-end;border-bottom:2px solid #F9F9F9;background:url("../images/sort_row_bg.gif") repeat-x 0 3px;margin:1px 1px 0}#mzax-emarketing-report .option-tabs .drop-arrow{position:absolute;width:25px;height:25px;top:0;bottom:0;right:0;margin:auto 0;background:url("images/dd-chart-tab.png") no-repeat}#mzax-emarketing-report .option-tabs .metric-options{position:absolute;top:25px;right:5px;z-index:200;background:#eee;text-align:left;padding:0;font-weight:normal;border:1px solid #ccc;box-shadow:0 0 6px 0 rgba(0,0,0,0.2),0 4px 0 2px rgba(0,0,0,0.05)}#mzax-emarketing-report .option-tabs .metric-options .option{padding:3px 15px;border:3px soild white;border-bottom:1px dotted #aaa;margin:0px}#mzax-emarketing-report .option-tabs .metric-options .option:hover{background:#fff}#mzax-emarketing-report .option-tabs .metric-options .option:last-child{border:none}#mzax-emarketing-report .option-tabs .tab{position:relative;text-align:center;padding:4px;background:url("../images/sort_row_bg.gif") repeat-x 0px 50%;border-style:solid;border-color:#EEE #D1CFCF #F9F9F9 #F9F9F9;border-width:2px 0 1px;cursor:pointer;font-weight:bold;font-size:0.9em;margin:0;flex:1;color:#2D444F}#mzax-emarketing-report .option-tabs .tab .title{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#mzax-emarketing-report .option-tabs .tab.dropdown{padding-right:40px}#mzax-emarketing-report .option-tabs .tab:hover{background-position:0 100%}#mzax-emarketing-report .option-tabs .tab.active{box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.5),inset 0 5px 10px 0 rgba(0,0,0,0.1)}#mzax-emarketing-report .option-tabs .tab.active.sendings{background:rgba(137,157,168,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.views{background:rgba(21,159,196,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.clicks{background:rgba(215,208,32,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.trackers{background:rgba(169,194,0,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.optouts{background:rgba(191,58,58,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.bounces{background:rgba(113,43,43,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.sendings{border-top-color:#899DA8}#mzax-emarketing-report .option-tabs .tab.views{border-top-color:#159FC4}#mzax-emarketing-report .option-tabs .tab.clicks{border-top-color:#D7D020}#mzax-emarketing-report .option-tabs .tab.trackers{border-top-color:#A9C200}#mzax-emarketing-report .option-tabs .tab.optouts{border-top-color:#BF3A3A}#mzax-emarketing-report .option-tabs .tab.bounces{border-top-color:#712B2B}#mzax-emarketing-report .option-tabs.sendings{border-bottom-color:rgba(137,157,168,0.3)}#mzax-emarketing-report .option-tabs.views{border-bottom-color:rgba(21,159,196,0.3)}#mzax-emarketing-report .option-tabs.clicks{border-bottom-color:rgba(215,208,32,0.3)}#mzax-emarketing-report .option-tabs.trackers{border-bottom-color:rgba(169,194,0,0.3)}#mzax-emarketing-report .option-tabs.optouts{border-bottom-color:rgba(191,58,58,0.3)}#mzax-emarketing-report .option-tabs.bounces{border-bottom-color:rgba(113,43,43,0.3)}#mzax-emarketing-report hr{margin:40px -15px 15px;border:none;border-top:5px solid #E8E8E8}#mzax-emarketing-report .row{display:flex;flex-wrap:wrap}#mzax-emarketing-report .column{flex:1;overflow:hidden;min-width:300px}#mzax-emarketing-report .column.small{min-width:40%}#mzax-emarketing-report .column.strech{width:100%}#mzax-emarketing-report .segments .column{padding:5px}#mzax-emarketing-report .mzax-geoip-credits{text-align:right;font-size:0.8em;color:#999;line-height:140%}#mzax-emarketing-report .mzax-geoip-credits a{color:inherit}.mzax-editor{position:relative}.mzax-editor .mzax-loader{z-index:50;background:url("../images/ajax-loader-tr.gif") no-repeat center center #fff4e9;color:#d85909;position:absolute;top:0;bottom:0;left:0;right:0;cursor:wait}.mzax-editor .mzax-loader .label{display:block;height:80px;width:100px;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;text-align:center}.mzax-editor-frame{width:100%;height:100%;border:none;display:block}.mzax-editor-input{background:#fff;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.mzax-editor-input .controls{border:none;position:absolute;resize:none;height:25px;left:0;right:0;top:0;padding:5px;background:#EBEBEB url("../images/sort_row_bg.gif") repeat-x;z-index:10;box-shadow:0px 1px 2px 0 rgba(0,0,0,0.5)}.mzax-editor-input .controls button{margin-right:10px}.mzax-editor-input .input-wrapper{position:absolute;resize:none;top:35px;bottom:0;left:0;right:0}.mzax-editor-input .text-input{border:none;position:absolute;resize:none;width:100%;height:100%;padding:0;margin:0;font-family:monospace;font-size:12px}.mzax-editor-input .ace_editor{height:100%;width:100%}.mzax-mail-storage-test{padding:5px}.mzax-mail-storage-test .inbox-status{border:1px solid #ddd;background:#fff;padding:5px;text-align:center;font-weight:bold}.mzax-mail-storage-test .inbox-status.inbox-success{border-color:#608100;background:#F6FCE8;color:#608100}.mzax-mail-storage-test .inbox-status.inbox-failure{border-color:#CD0000;background:#FCEBE8;color:#CD0000}.mzax-filter-date-range{padding:5px 10px;background:#f0f0f0;border-radius:2px;margin:10px 0;box-shadow:inset 0px 1px 3px 0px #bbb}.mzax-filter-date-range div{margin:5px 0}.mzax-credits{font-size:0.9em;color:#666;cursor:context-menu;letter-spacing:0.3px;border-bottom:1px dotted #919191;padding-bottom:5px}.mzax-credits a{color:#666}.mzax-fieldset-continue{padding:10px 0}.mzax-filter-tree .form-buttons{margin:0;height:0}.mzax-offer{border-top:1px solid #D6D6D6;background:#F0F0F0;color:#A6A6A6;padding:10px;margin-top:40px;margin:50px -15px -10px;text-align:center;font-size:0.9em;cursor:default;position:relative;overflow:hidden}.mzax-offer:before{position:absolute;content:"";left:45%;right:45%;top:-30px;height:30px;border-radius:0 0 40px 40px;box-shadow:0 0 2px 0 rgba(0,0,0,0.2);transform:scaleX(8)}.mzax-offer a{color:inherit}.mzax-left-sponser{margin-top:50px;padding-right:10px;text-align:right;font-size:0.9em;color:#B2C2C2;letter-spacing:0.5px;line-height:200%;cursor:default}.mzax-left-sponser .hl{font-weight:bold}.mzax-left-sponser a{color:inherit}.maax-index-check{color:#B2700C;border:1px dotted #B2700C;padding:3px 10px;background:#FAF3D8;margin-left:15px;font-size:0.9em;font-style:italic;cursor:help;display:inline-block}.mzax-checkboxes ul.checkboxes{-webkit-column-count:4;-moz-column-count:4;column-count:4;background:white;border:1px dotted #C0C0C0;padding:5px}.mzax-warn-element{padding:10px;margin:10px 0;color:#444;font-size:1em;cursor:pointer;border:1px solid #E5B7B7;background:url("images/bg-remove.png") rgba(137,15,15,0.02)}.mzax-info-element{position:relative;color:#946314;border:1px dotted #E0C293;padding:10px;background:#FFFBE6;margin-bottom:20px;margin:0 0 10px;border-radius:2px;font-size:0.95em;font-style:italic;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);cursor:default}.mzax-info-element:before{content:'';width:16px;height:16px;position:absolute;top:-4px;left:-4px;background:url('../images/note_msg_icon.gif') no-repeat}#page\:left .mzax-info-element{margin:10px;text-align:center}.mzax-grid-stats{position:relative;height:14px;width:100%;background:rgba(137,157,168,0.2);margin:2px 0;border-radius:2px;overflow:hidden}.mzax-grid-stats .mzax-grid-stat{position:absolute;height:100%;top:0;left:0;min-width:1px}.mzax-grid-stats .mzax-grid-stat.interactions{background:#D7D020;background:linear-gradient(to bottom, #D7D020 0%, #aba519 100%);z-index:1}.mzax-grid-stats .mzax-grid-stat.conversions{background:#A9C200;background:linear-gradient(to bottom, #A9C200 0%, #7d8f00 100%);z-index:2}.mzax-grid-stats .mzax-grid-stat.fails{background:#BF3A3A;background:linear-gradient(to bottom, #BF3A3A 0%, #982e2e 100%);z-index:3;left:auto;right:0}.mzax-grid-tag{font-size:0.8em;background:#ea7601;color:white;border-radius:5px;padding:2px 3px;vertical-align:baseline;line-height:120%;margin-left:4px;letter-spacing:0.5px}.mzax-grid-running{background:url('../images/ajax-loader.gif') no-repeat;float:left;width:16px;height:16px;margin-right:5px}.mzax-campaign-presets .campaign-preset-list{display:flex;flex-wrap:wrap;align-content:stretch}.mzax-campaign-presets .preset{border:1px solid #ddd;background:#F0F0F0;flex:1;margin:0 10px 10px 0;padding:10px;min-width:250px;max-width:50%;display:inline-block;vertical-align:top}.mzax-campaign-presets .preset .preset-title{display:block;font-size:1.2em;font-weight:bold;margin-bottom:5px}.mzax-campaign-presets .preset .preset-title .version{color:#B60000;font-size:10px}.mzax-campaign-presets .preset .preset-author{font-size:0.8em;color:#999}.mzax-campaign-presets .preset button.save{display:block}.filter-test-sql{position:relative;padding:10px;border:1px #CBD3D4 solid;background:#F6F6F6}.filter-test-sql .filter-btn-sql-hide{position:absolute;right:0;top:0}.filter-test-sql hr.mzax-sql-seperator{margin:30px 0;border:none;border-top:1px dotted #777}.filter-test-sql h6{font-size:1.2em;float:right;color:#B5B5B5;letter-spacing:1px;margin:-10px 20px;text-transform:uppercase}
|
1 |
+
@CHARSET "UTF-8";body.mzax-popup #anchor-content{min-height:0;padding:0}body.mzax-popup .wrapper-popup{min-width:0}body.mzax-popup.mzax-emarketing-padding #anchor-content{padding:20px}body.mzax-popup.admin-mzax-emarketing-admin-campaign-sendtestmail #anchor-content{padding:30px}.mzax-live-preview .mzax-preview-frame{width:100%;height:500px}#mzax-preview-email #preview-frame{width:100%;height:100%;border:none;display:block}#mzax-preview-email #preview-head{height:40px;background:url("../images/header_top_bg.gif") repeat-x #425E66;border-bottom:1px solid #5F767F}#mzax-preview-email #preview-head .subject{display:inline-block;color:rgba(255,255,255,0.9);padding:12px;font-size:1.2em;letter-spacing:1px}#mzax-preview-email #preview-foot{position:absolute;bottom:0;height:21px;left:0;right:0;background:#EEE;box-shadow:0 0 1px 0 rgba(0,0,0,0.3);border-top:1px solid #BBB;padding:2px 10px;z-index:1000;white-space:nowrap;overflow:hidden}#mzax-preview-email #preview-foot .render-time{display:inline-block;padding:0 10px}#mzax-preview-email #preview-foot .auto-refresh{float:right}#mzax-preview-email #preview-foot .toggle-switch{background:url("images/preview-toggle.png") no-repeat;display:inline-block;height:32px;width:40px;margin:5px}#mzax-preview-email #tab-container{position:absolute;border-top:1px solid #2D444F;top:41px;left:0px;right:0px;bottom:25px}#mzax-preview-email #tab-container>div{position:absolute;top:0;left:0;right:0;bottom:0}#mzax-preview-email #email_preview_tabs{position:absolute;top:4px;right:10px}#mzax-preview-email #email_preview_tabs .tab{float:right;background:#453554;margin:0 5px;background:url("images/preview-tab-icons.png") no-repeat;display:block;text-indent:-10000em;width:32px;height:32px;cursor:pointer}#mzax-preview-email #email_preview_tabs #tab_links{background-position:0px 0px}#mzax-preview-email #email_preview_tabs #tab_links:hover{background-position:0px -40px}#mzax-preview-email #email_preview_tabs #tab_links.active{background-position:0px -80px}#mzax-preview-email #email_preview_tabs #tab_html{background-position:-120px 0px}#mzax-preview-email #email_preview_tabs #tab_html:hover{background-position:-120px -40px}#mzax-preview-email #email_preview_tabs #tab_html.active{background-position:-120px -80px}#mzax-preview-email #email_preview_tabs #tab_text{background-position:-40px 0px}#mzax-preview-email #email_preview_tabs #tab_text:hover{background-position:-40px -40px}#mzax-preview-email #email_preview_tabs #tab_text.active{background-position:-40px -80px}#mzax-preview-email #email_preview_tabs #tab_code{background-position:-80px 0px}#mzax-preview-email #email_preview_tabs #tab_code:hover{background-position:-80px -40px}#mzax-preview-email #email_preview_tabs #tab_code.active{background-position:-80px -80px}#mzax-preview-email #tab_links_content{background:#fff;padding:20px;overflow:scroll}#mzax-preview-email #tab_links_content td.anchor img{max-width:200px;max-height:80px}#mzax-preview-email .ace_editor,#mzax-preview-email .ace-editor{width:100%;height:100%;border:none;clear:both}.mzax-template-select{display:inline !important}.ace_editor .errorHighlight{background:rgba(255,48,0,0.29);position:absolute}.mzax-editor{position:relative;border:none}.mzax-editor .mzax-content,.mzax-editor .mzax-disable-ui{position:absolute;left:0;right:0;top:0;bottom:0}.mzax-editor .editor-container{border-width:1px;border-style:solid;border-color:#AAA #C8C8C8 #C8C8C8 #AAA;position:absolute;left:0;right:0;top:25px;bottom:0}.mzax-editor .editor-container .ace_editor{width:100%;height:100%}.mzax-editor .editor-container .mzax-content-editor textarea.text-input{width:100% !important;height:100%;border:none;font-family:monospace;min-height:20px;padding:0;margin:0}.mzax-editor .mzax-editor-frame{width:100%;height:100%;background:url("images/block-bg.png") #fff}.mzax-editor .mzax-editor-toolbar .logo{display:none}.mzax-editor .mzax-editor-toolbar .ftitle{display:none;color:rgba(255,255,255,0.9);padding:15px;font-size:1.1em;letter-spacing:1px}.mzax-editor .btn-right{float:right}.mzax-editor.no-plugin-buttons .editor-container{top:0}.mzax-editor.mzax-autosize{top:0;position:relative}.mzax-editor.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:auto !important;height:auto !important;z-index:120}.mzax-editor.fullscreen .editor-container{position:absolute;top:40px;left:0;right:0;bottom:0;height:auto !important;width:auto !important;z-index:450;border:none;border-top:1px solid #2D444F;padding:0}.mzax-editor.fullscreen .mzax-editor-toolbar{position:absolute;top:0;left:0;right:0;height:39px !important;z-index:460;border:none;background:url("../images/header_top_bg.gif") repeat-x #425E66;border-bottom:1px solid #5F767F;box-shadow:0 1px 2px 1px rgba(0,0,0,0.5)}.mzax-editor.fullscreen .mzax-editor-toolbar .buttons-set{position:absolute;top:0;right:0;padding:12px}.mzax-editor.fullscreen .mzax-editor-toolbar .ftitle{display:inline-block;padding:15px}.mzax-editor.fullscreen .mzax-editor-toolbar .logo{display:inline;margin:0 10px}body.mzax-fullscreen{overflow:hidden}.mzax-template-editor .mzax-seperator{position:absolute;margin-top:-2px;top:50%;left:0;right:0;height:2px;cursor:ns-resize;z-index:100;background:url("images/block-bg.png") #E5E5E5;border-top:1px solid #D0D0D0;border-bottom:1px solid #D0D0D0}.mzax-template-editor .mzax-content-editor{bottom:50%;border:none}.mzax-template-editor .mzax-content-editor .ace_editor{width:100%;height:100%}.mzax-template-editor .mzax-content-preview{top:50%;border:none}.mzax-template-editor.mzax-layout-horz .mzax-seperator{left:50%;right:auto;height:auto;top:2px;bottom:0;width:4px;cursor:ew-resize;border:none;border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0}.mzax-template-editor.mzax-layout-horz .mzax-content-editor{bottom:0;right:50%}.mzax-template-editor.mzax-layout-horz .mzax-content-preview{top:0;left:50%}.mzax-running{background:url('../images/ajax-loader.gif') no-repeat;width:16px;height:16px;vertical-align:text-bottom;margin-right:10px;display:inline-block}button.mzax-fullscreen span{background-image:url("images/fullscreen.png");padding-left:20px}button.mzax-image span{background-image:url("images/image.png");padding-left:20px}button.mzax-quicksave span{background-image:url("images/save.png");padding-left:20px}button.mzax-widget span{background-image:url("images/widget.png");padding-left:20px}button.mzax-variable span{background-image:url("images/variable.png");padding-left:20px}button.mzax-start{height:25px;margin:0px 0 0 20px !important;padding:0px 20px;background:linear-gradient(#69A02F 0%, #427600 100%);border-color:#85BA1B #1A3C07 #1A3C07 #85BA1B}button.mzax-start span{background-image:url("images/start.png");padding-left:20px}button.mzax-start:hover{background:linear-gradient(#A8DD70 0%, #68A11F 100%)}button.mzax-stop{height:25px;margin:0px 0 0 20px !important;padding:0px 20px;border-color:#d24403 #a92000 #a92000 #d24403;background:linear-gradient(#DB2B2B 0%, #99320D 100%)}button.mzax-stop span{background-image:url("images/stop.png");padding-left:20px}button.mzax-stop:hover{background:linear-gradient(#ED6363 0%, #DA3A00 100%)}ul.mzax-variation-tabs{padding:8px 25px 0px 30px;margin:0px -27px 18px -25px;height:36px;border-bottom:1px solid #CFCFCF;background:linear-gradient(transparent 90%, rgba(0, 0, 0, 0.1) 100%) repeat-x}ul.mzax-variation-tabs .delete-variation{position:absolute;top:-5px;right:-3px;display:none}ul.mzax-variation-tabs .active .delete-variation{display:block}ul.mzax-variation-tabs li{margin:0 6px;float:left}ul.mzax-variation-tabs li a.variation-tab{display:block;position:relative;padding:5px 23px 0 23px;height:25px;color:#6F8992;text-decoration:none !important;border:1px dotted #a5a5a5;border-bottom:none;margin-top:5px;margin-bottom:-1px;background:transparent;transition:height,margin 0.1s ease-out}ul.mzax-variation-tabs li a.original{color:#5C5C5C;font-weight:bold}ul.mzax-variation-tabs li a.inactive{color:#B0BABD;font-style:italic}ul.mzax-variation-tabs li a.variation-tab:hover{border-color:#EB5E00;height:30px;margin-top:0px}ul.mzax-variation-tabs li a.active.variation-tab.active{background:#FFF;border-style:solid;border-color:#C3C3C3;box-shadow:0px -2px 2px 0px rgba(0,0,0,0.1);height:27px;margin-top:0px;border-top:2px solid #EA7614;padding-top:8px;border-bottom:none;color:#333}ul.mzax-variation-tabs li a.new-variation{border-color:#6EA845;color:#6EA845;padding:5px 10px 0}ul.mzax-variation-tabs li a.new-variation:hover{border-color:#6EA845}ul.mzax-variation-tabs li a.delete-all-variations{border-color:#C06868;color:#C56D6D;padding:5px 10px 0}ul.mzax-variation-tabs li a.delete-all-variations:hover{border-color:#C06868}ul.mzax-variation-tabs li.add-variation{margin:0 10px}ul.mzax-variation-tabs li.delete-all-variations{float:right}ul.mzax-variation-tabs a span span{background-repeat:no-repeat;width:16px;height:16px;display:block;position:absolute}ul.mzax-variation-tabs a.error span.error{background-image:url("../images/fam_bullet_error.gif");top:15px;left:-7px}ul.mzax-variation-tabs a.changed span.changed{background-image:url("../images/fam_bullet_disk.gif");top:0;left:-7px}#mzax-emarketing-report .chart-wrapper{position:relative}#mzax-emarketing-report .overlay{position:absolute;display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}#mzax-emarketing-report .summary-report{display:flex;align-items:stretch;margin-bottom:10px}#mzax-emarketing-report .summary-report>.item{flex:100;text-align:center;position:relative;height:80px;white-space:nowrap}#mzax-emarketing-report .summary-report>.item.funnel{flex:200}#mzax-emarketing-report .summary-report>.item.funnel:after{display:inline-block;content:' ';background:url('./images/funnel-arrow.png') no-repeat center right;width:30px;height:100%;vertical-align:middle}#mzax-emarketing-report .summary-report>.item.total{flex:100}#mzax-emarketing-report .summary-report>.item.optout{border-left:1px dotted #888;padding-left:10px;flex:120}#mzax-emarketing-report .summary-report>.item.orders{flex:140}#mzax-emarketing-report .summary-report .chart-wrapper{display:inline-block;vertical-align:middle}#mzax-emarketing-report .summary-report .count{display:inline-block;vertical-align:middle;text-align:center;padding:0}#mzax-emarketing-report .summary-report .value{display:block;font-size:1.5em}#mzax-emarketing-report .summary-report .label{display:block;font-size:0.8em;color:#666}#mzax-emarketing-report .summary-report .percentage{width:100%;height:16px;font-size:14px;font-weight:bold;color:#444}#mzax-emarketing-report .chart-tab-container{border:1px solid #ccc;padding:0}#mzax-emarketing-report .chart-tab-container .options{background:#f5f5f5;text-align:right;padding:0 10px;font-size:0.9em;color:#444}#mzax-emarketing-report .chart-tab-container .options .cb{vertical-align:text-top}#mzax-emarketing-report .chart-tab-container .options label{color:inherit}#mzax-emarketing-report .chart-tab-container .loading{display:none;float:left;padding-left:20px;margin:3px 0;background:url('../images/ajax-loader.gif') no-repeat}#mzax-emarketing-report .chart-tab-container.loading .loading{display:block}#mzax-emarketing-report .chart-tab-container.loading .chart{opacity:0.3}#mzax-emarketing-report .chart-tab-container .breadcrumbs{float:left;font-size:1.2em}#mzax-emarketing-report .chart-tab-container .breadcrumbs li{cursor:pointer;margin-right:5px;display:inline}#mzax-emarketing-report .chart-tab-container .breadcrumbs li:before{content:'\00bb';margin-right:5px}#mzax-emarketing-report .chart-tab-container .no-data{width:50%;background:#F5F5F5;min-height:50px;text-align:center;padding:50px 25%;font-size:17px;line-height:140%;color:#BABABA;letter-spacing:1px;text-shadow:-1px -1px 1px white;font-style:italic;cursor:default}#mzax-emarketing-report .option-tabs{display:flex;align-items:flex-end;border-bottom:2px solid #F9F9F9;background:url("../images/sort_row_bg.gif") repeat-x 0 3px;margin:1px 1px 0}#mzax-emarketing-report .option-tabs .drop-arrow{position:absolute;width:25px;height:25px;top:0;bottom:0;right:0;margin:auto 0;background:url("images/dd-chart-tab.png") no-repeat}#mzax-emarketing-report .option-tabs .metric-options{position:absolute;top:25px;right:5px;z-index:200;background:#eee;text-align:left;padding:0;font-weight:normal;border:1px solid #ccc;box-shadow:0 0 6px 0 rgba(0,0,0,0.2),0 4px 0 2px rgba(0,0,0,0.05)}#mzax-emarketing-report .option-tabs .metric-options .option{padding:3px 15px;border:3px soild white;border-bottom:1px dotted #aaa;margin:0px}#mzax-emarketing-report .option-tabs .metric-options .option:hover{background:#fff}#mzax-emarketing-report .option-tabs .metric-options .option:last-child{border:none}#mzax-emarketing-report .option-tabs .tab{position:relative;text-align:center;padding:4px;background:url("../images/sort_row_bg.gif") repeat-x 0px 50%;border-style:solid;border-color:#EEE #D1CFCF #F9F9F9 #F9F9F9;border-width:2px 0 1px;cursor:pointer;font-weight:bold;font-size:0.9em;margin:0;flex:1;color:#2D444F}#mzax-emarketing-report .option-tabs .tab .title{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#mzax-emarketing-report .option-tabs .tab.dropdown{padding-right:40px}#mzax-emarketing-report .option-tabs .tab:hover{background-position:0 100%}#mzax-emarketing-report .option-tabs .tab.active{box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.5),inset 0 5px 10px 0 rgba(0,0,0,0.1)}#mzax-emarketing-report .option-tabs .tab.active.sendings{background:rgba(137,157,168,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.views{background:rgba(21,159,196,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.clicks{background:rgba(215,208,32,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.trackers{background:rgba(169,194,0,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.optouts{background:rgba(191,58,58,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.active.bounces{background:rgba(113,43,43,0.2);color:black}#mzax-emarketing-report .option-tabs .tab.sendings{border-top-color:#899DA8}#mzax-emarketing-report .option-tabs .tab.views{border-top-color:#159FC4}#mzax-emarketing-report .option-tabs .tab.clicks{border-top-color:#D7D020}#mzax-emarketing-report .option-tabs .tab.trackers{border-top-color:#A9C200}#mzax-emarketing-report .option-tabs .tab.optouts{border-top-color:#BF3A3A}#mzax-emarketing-report .option-tabs .tab.bounces{border-top-color:#712B2B}#mzax-emarketing-report .option-tabs.sendings{border-bottom-color:rgba(137,157,168,0.3)}#mzax-emarketing-report .option-tabs.views{border-bottom-color:rgba(21,159,196,0.3)}#mzax-emarketing-report .option-tabs.clicks{border-bottom-color:rgba(215,208,32,0.3)}#mzax-emarketing-report .option-tabs.trackers{border-bottom-color:rgba(169,194,0,0.3)}#mzax-emarketing-report .option-tabs.optouts{border-bottom-color:rgba(191,58,58,0.3)}#mzax-emarketing-report .option-tabs.bounces{border-bottom-color:rgba(113,43,43,0.3)}#mzax-emarketing-report hr{margin:40px -15px 15px;border:none;border-top:5px solid #E8E8E8}#mzax-emarketing-report .row{display:flex;flex-wrap:wrap}#mzax-emarketing-report .column{flex:1;overflow:hidden;min-width:300px}#mzax-emarketing-report .column.small{min-width:40%}#mzax-emarketing-report .column.strech{width:100%}#mzax-emarketing-report .segments .column{padding:5px}#mzax-emarketing-report .mzax-geoip-credits{text-align:right;font-size:0.8em;color:#999;line-height:140%}#mzax-emarketing-report .mzax-geoip-credits a{color:inherit}.mzax-editor{position:relative}.mzax-editor .mzax-loader{z-index:50;background:url("../images/ajax-loader-tr.gif") no-repeat center center #fff4e9;color:#d85909;position:absolute;top:0;bottom:0;left:0;right:0;cursor:wait}.mzax-editor .mzax-loader .label{display:block;height:80px;width:100px;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;text-align:center}.mzax-editor-frame{width:100%;height:100%;border:none;display:block}.mzax-editor-input{background:#fff;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.mzax-editor-input .controls{border:none;position:absolute;resize:none;height:25px;left:0;right:0;top:0;padding:5px;background:#EBEBEB url("../images/sort_row_bg.gif") repeat-x;z-index:10;box-shadow:0px 1px 2px 0 rgba(0,0,0,0.5)}.mzax-editor-input .controls button{margin-right:10px}.mzax-editor-input .input-wrapper{position:absolute;resize:none;top:35px;bottom:0;left:0;right:0}.mzax-editor-input .text-input{border:none;position:absolute;resize:none;width:100%;height:100%;padding:0;margin:0;font-family:monospace;font-size:12px}.mzax-editor-input .ace_editor{height:100%;width:100%}.mzax-mail-storage-test{padding:5px}.mzax-mail-storage-test .inbox-status{border:1px solid #ddd;background:#fff;padding:5px;text-align:center;font-weight:bold}.mzax-mail-storage-test .inbox-status.inbox-success{border-color:#608100;background:#F6FCE8;color:#608100}.mzax-mail-storage-test .inbox-status.inbox-failure{border-color:#CD0000;background:#FCEBE8;color:#CD0000}.mzax-filter-date-range{padding:5px 10px;background:#f0f0f0;border-radius:2px;margin:10px 0;box-shadow:inset 0px 1px 3px 0px #bbb}.mzax-filter-date-range div{margin:5px 0}.mzax-credits{font-size:0.9em;color:#666;cursor:context-menu;letter-spacing:0.3px;border-bottom:1px dotted #919191;padding-bottom:5px}.mzax-credits a{color:#666}.mzax-fieldset-continue{padding:10px 0}.mzax-filter-tree .form-buttons{margin:0;height:0}.mzax-offer{border-top:1px solid #D6D6D6;background:#F0F0F0;color:#A6A6A6;padding:10px;margin-top:40px;margin:50px -15px -10px;text-align:center;font-size:0.9em;cursor:default;position:relative;overflow:hidden}.mzax-offer:before{position:absolute;content:"";left:45%;right:45%;top:-30px;height:30px;border-radius:0 0 40px 40px;box-shadow:0 0 2px 0 rgba(0,0,0,0.2);transform:scaleX(8)}.mzax-offer a{color:inherit}.mzax-left-sponser{margin-top:50px;padding-right:10px;text-align:right;font-size:0.9em;color:#B2C2C2;letter-spacing:0.5px;line-height:200%;cursor:default}.mzax-left-sponser .hl{font-weight:bold}.mzax-left-sponser a{color:inherit}.maax-index-check{color:#B2700C;border:1px dotted #B2700C;padding:3px 10px;background:#FAF3D8;margin-left:15px;font-size:0.9em;font-style:italic;cursor:help;display:inline-block}.mzax-checkboxes ul.checkboxes{-webkit-column-count:4;-moz-column-count:4;column-count:4;background:white;border:1px dotted #C0C0C0;padding:5px}.mzax-warn-element{padding:10px;margin:10px 0;color:#444;font-size:1em;cursor:pointer;border:1px solid #E5B7B7;background:url("images/bg-remove.png") rgba(137,15,15,0.02)}.mzax-info-element{position:relative;color:#946314;border:1px dotted #E0C293;padding:10px;background:#FFFBE6;margin-bottom:20px;margin:0 0 10px;border-radius:2px;font-size:0.95em;font-style:italic;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);cursor:default}.mzax-info-element:before{content:'';width:16px;height:16px;position:absolute;top:-4px;left:-4px;background:url('../images/note_msg_icon.gif') no-repeat}#page\:left .mzax-info-element{margin:10px;text-align:center}.mzax-grid-stats{position:relative;height:16px;width:100%;background:rgba(137,157,168,0.2);margin:1px 0;border-radius:5px;overflow:hidden}.mzax-grid-stats .mzax-grid-stat{position:absolute;bottom:0;top:0;left:-1px;min-width:1px}.mzax-grid-stats .mzax-grid-stat.views{background:#CBD7DC;background:linear-gradient(to bottom, #CBD7DC 0%, #adc0c7 100%);border-radius:0 10px 10px 0;z-index:1}.mzax-grid-stats .mzax-grid-stat.interactions{background:#D7D020;background:linear-gradient(to bottom, #FC7A00 0%, #c96100 100%);border-radius:0 10px 10px 0;z-index:2;top:5px}.mzax-grid-stats .mzax-grid-stat.conversions{background:#A9C200;background:linear-gradient(to bottom, #A9C200 0%, #7d8f00 100%);z-index:3}.mzax-grid-stats .mzax-grid-stat.fails{background:#BF3A3A;background:linear-gradient(to bottom, #BF3A3A 0%, #982e2e 100%);z-index:4;left:auto;right:-1px}.mzax-grid-tag{font-size:0.8em;background:#ea7601;color:white;border-radius:5px;padding:2px 3px;vertical-align:baseline;line-height:120%;margin-left:4px;letter-spacing:0.5px}.mzax-grid-running{background:url('../images/ajax-loader.gif') no-repeat;float:left;width:16px;height:16px;margin-right:5px}.mzax-campaign-presets .campaign-preset-list{display:flex;flex-wrap:wrap;align-content:stretch}.mzax-campaign-presets .preset{border:1px solid #ddd;background:#F0F0F0;flex:1;margin:0 10px 10px 0;padding:10px;min-width:250px;max-width:50%;display:inline-block;vertical-align:top}.mzax-campaign-presets .preset .preset-title{display:block;font-size:1.2em;font-weight:bold;margin-bottom:5px}.mzax-campaign-presets .preset .preset-title .version{color:#B60000;font-size:10px}.mzax-campaign-presets .preset .preset-author{font-size:0.8em;color:#999}.mzax-campaign-presets .preset button.save{display:block}.filter-test-sql{position:relative;padding:10px;border:1px #CBD3D4 solid;background:#F6F6F6}.filter-test-sql .filter-btn-sql-hide{position:absolute;right:0;top:0}.filter-test-sql hr.mzax-sql-seperator{margin:30px 0;border:none;border-top:1px dotted #777}.filter-test-sql h6{font-size:1.2em;float:right;color:#B5B5B5;letter-spacing:1px;margin:-10px 20px;text-transform:uppercase}
|