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.5 |
Comparing to | |
See all releases |
Code changes from version 0.4.4 to 0.4.5
- 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 +3 -3
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Inbox.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Medium/Email/Tab/Outbox.php +2 -2
- 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 +3 -3
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Filters.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Inbox.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Medium.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Recipients/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Report.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Settings.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Tasks.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tab/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Edit/Tabs.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Filter/Filter.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Action.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Filter.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/SendMail.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Sender.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Stats.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/New.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Campaign/New/Presets.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Campaign/Preview.php +8 -8
- 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 +3 -3
- app/code/community/Mzax/Emarketing/Block/Inbox/Grid.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Inbox/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Settings.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Subscribers.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tabs.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Newsletter/List/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Outbox/Email/Form.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Outbox/Grid.php +5 -5
- app/code/community/Mzax/Emarketing/Block/Outbox/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Attribute.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Recipients/Column/Renderer/Object.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Recipients/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/DomainThreshold.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/MailStorage.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Mandrill.php +1 -1
- app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Sendgrid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Template/Edit.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Upload.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/Upload/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Template/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Form.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Conditions.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/GoalType.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Settings.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Tasks.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tab/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Edit/Tabs.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Grid.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/New.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Test.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Test/Emulate.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Tracker/Upload.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/Upload/Form.php +2 -2
- app/code/community/Mzax/Emarketing/Block/Tracker/View.php +1 -1
- app/code/community/Mzax/Emarketing/Block/Unsubscribe.php +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 +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Content.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Preset.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Campaign/Variation.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Goal.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Goal/Orders.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Conversion/Select.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Conversion/Tracker.php +1 -1
- app/code/community/Mzax/Emarketing/Model/DomainThrottle.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/Ace.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/Credits.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Form/Element/EmailEditor.php +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 +1 -1
- app/code/community/Mzax/Emarketing/Model/Inbox/Email/Collector.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Inbox/Email/Pull/Storage.php +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 +8 -8
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Composer.php +8 -6
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Filter.php +51 -6
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Processor.php +22 -8
- app/code/community/Mzax/Emarketing/Model/Medium/Email/Snippets.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Newsletter/List.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Newsletter/List/Subscriber.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Address.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Collection/Item.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Customer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Customer/Address.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/City.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Country.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Postcode.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Region.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Address/Street.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Attribute.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Campaign/Goal.php +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/Newsletter/List.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Abstract.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Address.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Campaign.php +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/Observer/Subscriber.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Email.php +3 -3
- app/code/community/Mzax/Emarketing/Model/Outbox/Email/Mail.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/File.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Interface.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Mandrill.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendgrid.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendmail.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Smtp.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Premailer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Recipient.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Error.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Customer.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Newsletter.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Order.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Quote.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report.php +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 +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Abstract.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Country.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Dayofweek.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceBrand.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/DeviceType.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Hour.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Os.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Region.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension/Useragent.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Events.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Goals.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Rates.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Recipient.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Tracker.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Report/Query.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Report/Seeder.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Preset.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Preset/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Campaign/Variation/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Collection/Product.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Email/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Goal.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Helper.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Inbox/Email/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Link.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Link/Reference.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Subscriber/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/Subscriber.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Outbox/Email/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Address.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Binding.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Error/Collection.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Event.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Recipient/Goal/Binder.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Setup.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Template.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Template/Collection.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Resource/Useragent.php +1 -1
- app/code/community/Mzax/Emarketing/Model/SalesRule/Condition/Emarketing.php +2 -2
- app/code/community/Mzax/Emarketing/Model/SalesRule/ICouponManager.php +2 -2
- app/code/community/Mzax/Emarketing/Model/Session.php +2 -2
- app/code/community/Mzax/Emarketing/Model/System/Config/Backend/DomainThreshold.php +1 -1
- app/code/community/Mzax/Emarketing/Model/System/Config/Source/GeoIp.php +1 -1
- app/code/community/Mzax/Emarketing/Model/System/Config/Source/MailStorage.php +1 -1
- app/code/community/Mzax/Emarketing/Model/System/Config/Source/SmtpAuthentication.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Template.php +1 -1
- app/code/community/Mzax/Emarketing/Model/Template/Exception.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/BeaconController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/EmailController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/CampaignController.php +9 -2
- app/code/community/Mzax/Emarketing/controllers/Emarketing/InboxController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/Newsletter/ListController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/OutboxController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/ShortcutController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/TemplateController.php +1 -1
- app/code/community/Mzax/Emarketing/controllers/Emarketing/TrackerController.php +2 -2
- app/code/community/Mzax/Emarketing/controllers/LinkController.php +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 +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.1-0.4.2.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.2-0.4.3.php +1 -1
- app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.3-0.4.4.php +1 -1
- app/design/adminhtml/default/default/layout/mzax/emarketing.xml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/content-tabs.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/filters/emulate.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/load_template.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/mail-tester.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/medium/email/preview.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/recipients.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/report.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/campaign/tasks.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/edit/js.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/editor/text.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/fieldset.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/page-preview.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/filter.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/recursive.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/filter/test/single.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/tracker/conditions/emulate.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/tracker/tasks.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-geo.phtml +1 -1
- app/design/adminhtml/default/default/template/mzax/emarketing/widget/chart-tab.phtml +1 -1
- app/design/frontend/base/default/layout/mzax/emarketing.xml +1 -1
- app/design/frontend/base/default/template/mzax/emarketing/newsletter/lists.phtml +1 -1
- app/design/frontend/base/default/template/mzax/emarketing/unsubscribe/unsubscribe.phtml +1 -1
- js/mzax/ace/ext-mage_autocomplete.js +1 -1
- js/mzax/ace/mode-mage.js +1 -1
- js/mzax/ace/theme-mage.js +1 -1
- js/mzax/ckeditor.plugin.mage.js +1 -1
- js/mzax/editor.js +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 +2 -2
- 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
- lib/Symfony/Component/CssSelector/CssSelector.php +0 -4
- lib/Symfony/Component/CssSelector/Node/Specificity.php +1 -1
- lib/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php +7 -8
- lib/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php +6 -7
- lib/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php +7 -8
- lib/Symfony/Component/CssSelector/XPath/TranslatorInterface.php +2 -2
- lib/Symfony/Component/CssSelector/composer.json +0 -3
- lib/UAParser/phpunit.xml.dist +10 -4
- lib/UAParser/resources/regexes.php +820 -700
- package.xml +4 -4
app/code/community/Mzax/Emarketing/Block/Campaign/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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)
|
@@ -72,7 +72,7 @@ class Mzax_Emarketing_Block_Campaign_Edit_Medium_Email extends Mzax_Emarketing_B
|
|
72 |
'label' => $this->__('Template'),
|
73 |
'class' => 'mzax-template-select',
|
74 |
'text' => $this->__("Before you can create an email campaign, you need to setup at least one email template."),
|
75 |
-
'after_element_html' => $this->__(' <a href="%s" target="_blank">Edit Templates</a>', $this->getUrl('*/
|
76 |
));
|
77 |
return;
|
78 |
}
|
@@ -97,7 +97,7 @@ class Mzax_Emarketing_Block_Campaign_Edit_Medium_Email extends Mzax_Emarketing_B
|
|
97 |
'values' => $templateOptions,
|
98 |
'class' => 'mzax-template-select',
|
99 |
'note' => $this->__("A template is required for sending out emails"),
|
100 |
-
'after_element_html' => $this->__(' <a href="%s" target="_blank">Edit Templates</a>', $this->getUrl('*/
|
101 |
));
|
102 |
|
103 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
72 |
'label' => $this->__('Template'),
|
73 |
'class' => 'mzax-template-select',
|
74 |
'text' => $this->__("Before you can create an email campaign, you need to setup at least one email template."),
|
75 |
+
'after_element_html' => $this->__(' <a href="%s" target="_blank">Edit Templates</a>', $this->getUrl('*/emarketing_template')),
|
76 |
));
|
77 |
return;
|
78 |
}
|
97 |
'values' => $templateOptions,
|
98 |
'class' => 'mzax-template-select',
|
99 |
'note' => $this->__("A template is required for sending out emails"),
|
100 |
+
'after_element_html' => $this->__(' <a href="%s" target="_blank">Edit Templates</a>', $this->getUrl('*/emarketing_template')),
|
101 |
));
|
102 |
|
103 |
|
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)
|
@@ -70,7 +70,7 @@ class Mzax_Emarketing_Block_Campaign_Edit_Medium_Email_Tab_Inbox extends Mzax_Em
|
|
70 |
|
71 |
public function getRowUrl($row)
|
72 |
{
|
73 |
-
return $this->getUrl('*/
|
74 |
}
|
75 |
|
76 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
70 |
|
71 |
public function getRowUrl($row)
|
72 |
{
|
73 |
+
return $this->getUrl('*/emarketing_inbox/email', array('id'=>$row->getId()));
|
74 |
}
|
75 |
|
76 |
|
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)
|
@@ -69,7 +69,7 @@ class Mzax_Emarketing_Block_Campaign_Edit_Medium_Email_Tab_Outbox extends Mzax_E
|
|
69 |
|
70 |
public function getRowUrl($row)
|
71 |
{
|
72 |
-
return $this->getUrl('*/
|
73 |
}
|
74 |
|
75 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
69 |
|
70 |
public function getRowUrl($row)
|
71 |
{
|
72 |
+
return $this->getUrl('*/emarketing_outbox/email', array('id'=>$row->getId()));
|
73 |
}
|
74 |
|
75 |
|
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.5
|
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.5
|
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.5
|
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 |
{
|
@@ -103,7 +103,7 @@ class Mzax_Emarketing_Block_Campaign_Edit_Tab_Errors extends Mage_Adminhtml_Bloc
|
|
103 |
public function getRowUrl($row)
|
104 |
{
|
105 |
return null;
|
106 |
-
//return $this->getUrl('*/
|
107 |
}
|
108 |
|
109 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
27 |
*/
|
28 |
class Mzax_Emarketing_Block_Campaign_Edit_Tab_Errors extends Mage_Adminhtml_Block_Widget_Grid
|
29 |
{
|
103 |
public function getRowUrl($row)
|
104 |
{
|
105 |
return null;
|
106 |
+
//return $this->getUrl('*/emarketing_outbox/email', array('id'=>$row->getId()));
|
107 |
}
|
108 |
|
109 |
|
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.5
|
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)
|
@@ -51,7 +51,7 @@ class Mzax_Emarketing_Block_Campaign_Edit_Tab_Inbox extends Mzax_Emarketing_Bloc
|
|
51 |
|
52 |
public function getRowUrl($row)
|
53 |
{
|
54 |
-
return $this->getUrl('*/
|
55 |
}
|
56 |
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
51 |
|
52 |
public function getRowUrl($row)
|
53 |
{
|
54 |
+
return $this->getUrl('*/emarketing_inbox/email', array('id'=>$row->getId()));
|
55 |
}
|
56 |
|
57 |
}
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,7 @@
|
|
25 |
*
|
26 |
* @author Jacob Siefer
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
-
* @version 0.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
31 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
29 |
*/
|
30 |
class Mzax_Emarketing_Block_Campaign_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
31 |
{
|
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Filter/Filter.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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)
|
@@ -24,7 +24,7 @@ class Mzax_Emarketing_Block_Campaign_Grid_Renderer_Action extends Mage_Adminhtml
|
|
24 |
{
|
25 |
if($row->isValidForSend()) {
|
26 |
$actions[] = array(
|
27 |
-
'url' => $this->getUrl('*/
|
28 |
'caption' => Mage::helper('mzax_emarketing')->__('Queue Campaign...')
|
29 |
);
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
24 |
{
|
25 |
if($row->isValidForSend()) {
|
26 |
$actions[] = array(
|
27 |
+
'url' => $this->getUrl('*/emarketing_queue/edit', array('campaign_id' => $row->getId())),
|
28 |
'caption' => Mage::helper('mzax_emarketing')->__('Queue Campaign...')
|
29 |
);
|
30 |
}
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/Grid/Renderer/Stats.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Campaign/New.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -22,7 +22,7 @@
|
|
22 |
*
|
23 |
* @author Jacob Siefer
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
-
* @version 0.4.
|
26 |
*/
|
27 |
class Mzax_Emarketing_Block_Campaign_New extends Mzax_Emarketing_Block_Campaign_Edit
|
28 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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)
|
@@ -75,12 +75,12 @@ class Mzax_Emarketing_Block_Campaign_Preview extends Mage_Adminhtml_Block_Widget
|
|
75 |
|
76 |
$id = (int) $this->getRequest()->getParam('campaign');
|
77 |
|
78 |
-
/* @var $campaign Mzax_Emarketing_Model_Campaign */
|
79 |
-
$campaign = Mage::getModel('mzax_emarketing/campaign');
|
80 |
-
$campaign->load($id);
|
81 |
-
|
82 |
-
if(!$campaign->getId()) {
|
83 |
-
throw new Exception("No campaign found");
|
84 |
}
|
85 |
|
86 |
$this->_campaign = $campaign;
|
@@ -179,7 +179,7 @@ class Mzax_Emarketing_Block_Campaign_Preview extends Mage_Adminhtml_Block_Widget
|
|
179 |
$recipient->prepare();
|
180 |
$this->_email->setTo($recipient->getAddress());
|
181 |
$this->_email->setRecipient($recipient);
|
182 |
-
$this->_email->render();
|
183 |
}
|
184 |
catch(Exception $error) {
|
185 |
$this->setError($error);
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
75 |
|
76 |
$id = (int) $this->getRequest()->getParam('campaign');
|
77 |
|
78 |
+
/* @var $campaign Mzax_Emarketing_Model_Campaign */
|
79 |
+
$campaign = Mage::getModel('mzax_emarketing/campaign');
|
80 |
+
$campaign->load($id);
|
81 |
+
|
82 |
+
if(!$campaign->getId()) {
|
83 |
+
throw new Exception("No campaign found");
|
84 |
}
|
85 |
|
86 |
$this->_campaign = $campaign;
|
179 |
$recipient->prepare();
|
180 |
$this->_email->setTo($recipient->getAddress());
|
181 |
$this->_email->setRecipient($recipient);
|
182 |
+
$this->_email->render(true);
|
183 |
}
|
184 |
catch(Exception $error) {
|
185 |
$this->setError($error);
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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 |
{
|
@@ -101,7 +101,7 @@ class Mzax_Emarketing_Block_Inbox_Email_Form extends Mage_Adminhtml_Block_Widget
|
|
101 |
$fieldset->addField('campaign_name', 'link', array(
|
102 |
'label' => $this->__('Campagin'),
|
103 |
'value' => $campaign->getName(),
|
104 |
-
'href' => $this->getUrl('*/
|
105 |
));
|
106 |
|
107 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Block_Inbox_Email_Form extends Mage_Adminhtml_Block_Widget_Form
|
30 |
{
|
101 |
$fieldset->addField('campaign_name', 'link', array(
|
102 |
'label' => $this->__('Campagin'),
|
103 |
'value' => $campaign->getName(),
|
104 |
+
'href' => $this->getUrl('*/emarketing_campaign/edit', array('id' => $campaign->getId()))
|
105 |
));
|
106 |
|
107 |
}
|
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)
|
@@ -175,7 +175,7 @@ class Mzax_Emarketing_Block_Inbox_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
|
175 |
{
|
176 |
$id = $row->getCampaignId();
|
177 |
if($id && !$export) {
|
178 |
-
$url = $this->getUrl('*/
|
179 |
return sprintf('<a href="%s">%s</a>', $url, $value);
|
180 |
}
|
181 |
return $value;
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
175 |
{
|
176 |
$id = $row->getCampaignId();
|
177 |
if($id && !$export) {
|
178 |
+
$url = $this->getUrl('*/emarketing_campaign/edit', array('id' => $id));
|
179 |
return sprintf('<a href="%s">%s</a>', $url, $value);
|
180 |
}
|
181 |
return $value;
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Form.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Settings.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tab/Subscribers.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Edit/Tabs.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/Grid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Newsletter/List/View.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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)
|
@@ -78,7 +78,7 @@ class Mzax_Emarketing_Block_Outbox_Email_Form extends Mage_Adminhtml_Block_Widge
|
|
78 |
$fieldset->addField('campaign_name', 'link', array(
|
79 |
'label' => $this->__('Campagin'),
|
80 |
'value' => $campaign->getName(),
|
81 |
-
'href' => $this->getUrl('*/
|
82 |
));
|
83 |
|
84 |
}
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
78 |
$fieldset->addField('campaign_name', 'link', array(
|
79 |
'label' => $this->__('Campagin'),
|
80 |
'value' => $campaign->getName(),
|
81 |
+
'href' => $this->getUrl('*/emarketing_campaign/edit', array('id' => $campaign->getId()))
|
82 |
));
|
83 |
|
84 |
}
|
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)
|
@@ -190,7 +190,7 @@ class Mzax_Emarketing_Block_Outbox_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
|
190 |
{
|
191 |
$id = $row->getCampaignId();
|
192 |
if($id && !$export) {
|
193 |
-
$url = $this->getUrl('*/
|
194 |
return sprintf('<a href="%s">%s</a>', $url, $value);
|
195 |
}
|
196 |
return $value;
|
@@ -211,19 +211,19 @@ class Mzax_Emarketing_Block_Outbox_Grid extends Mage_Adminhtml_Block_Widget_Grid
|
|
211 |
|
212 |
$this->getMassactionBlock()->addItem('send', array(
|
213 |
'label' => $this->__('Send'),
|
214 |
-
'url' => $this->getUrl('*/
|
215 |
'confirm' => $this->__('Are you sure you want to send those emails now?')
|
216 |
));
|
217 |
|
218 |
$this->getMassactionBlock()->addItem('delete', array(
|
219 |
'label' => $this->__('Delete'),
|
220 |
-
'url' => $this->getUrl('*/
|
221 |
'confirm' => $this->__('Are you sure?')
|
222 |
));
|
223 |
|
224 |
$this->getMassactionBlock()->addItem('discard', array(
|
225 |
'label' => $this->__('Discard'),
|
226 |
-
'url' => $this->getUrl('*/
|
227 |
'confirm' => $this->__('Are you sure?')
|
228 |
));
|
229 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
190 |
{
|
191 |
$id = $row->getCampaignId();
|
192 |
if($id && !$export) {
|
193 |
+
$url = $this->getUrl('*/emarketing_campaign/edit', array('id' => $id));
|
194 |
return sprintf('<a href="%s">%s</a>', $url, $value);
|
195 |
}
|
196 |
return $value;
|
211 |
|
212 |
$this->getMassactionBlock()->addItem('send', array(
|
213 |
'label' => $this->__('Send'),
|
214 |
+
'url' => $this->getUrl('*/emarketing_outbox/massSend'),
|
215 |
'confirm' => $this->__('Are you sure you want to send those emails now?')
|
216 |
));
|
217 |
|
218 |
$this->getMassactionBlock()->addItem('delete', array(
|
219 |
'label' => $this->__('Delete'),
|
220 |
+
'url' => $this->getUrl('*/emarketing_outbox/massDelete'),
|
221 |
'confirm' => $this->__('Are you sure?')
|
222 |
));
|
223 |
|
224 |
$this->getMassactionBlock()->addItem('discard', array(
|
225 |
'label' => $this->__('Discard'),
|
226 |
+
'url' => $this->getUrl('*/emarketing_outbox/massDiscard'),
|
227 |
'confirm' => $this->__('Are you sure?')
|
228 |
));
|
229 |
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/System/Config/Form/Field/Mandrill.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Block/Template.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -29,7 +29,7 @@
|
|
29 |
*
|
30 |
* @author Jacob Siefer
|
31 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
32 |
-
* @version 0.4.
|
33 |
*/
|
34 |
class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
35 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
33 |
*/
|
34 |
class Mzax_Emarketing_Block_Template extends Mage_Core_Block_Template
|
35 |
{
|
app/code/community/Mzax/Emarketing/Block/Template/Edit.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Campaign/Preset.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Campaign/Variation.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Inbox/Email/Collector.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Inbox_Email_Collector
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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 |
{
|
@@ -106,7 +106,7 @@ class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Ab
|
|
106 |
$tabs->addTab('inbox', array(
|
107 |
'label' => $tabs->__('Inbox (%s)', $count),
|
108 |
'class' => 'ajax',
|
109 |
-
'url' => $tabs->getUrl('*/
|
110 |
));
|
111 |
}
|
112 |
|
@@ -114,7 +114,7 @@ class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Ab
|
|
114 |
$tabs->addTab('outbox', array(
|
115 |
'label' => $tabs->__('Outbox (%s)', $count),
|
116 |
'class' => 'ajax',
|
117 |
-
'url' => $tabs->getUrl('*/
|
118 |
));
|
119 |
}
|
120 |
}
|
@@ -173,7 +173,7 @@ class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Ab
|
|
173 |
$previewAction = array(
|
174 |
'target' => "campaign_{$campaign->getId()}_{id}",
|
175 |
'url' => array(
|
176 |
-
'base' => '*/
|
177 |
'params' => array(
|
178 |
'id' => $grid->getCampaign()->getId()
|
179 |
),
|
@@ -185,7 +185,7 @@ class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Ab
|
|
185 |
$sendAction = array(
|
186 |
'target' => "campaign_{$campaign->getId()}_{id}",
|
187 |
'url' => array(
|
188 |
-
'base' => '*/
|
189 |
'params' => array(
|
190 |
'id' => $grid->getCampaign()->getId()
|
191 |
),
|
@@ -219,7 +219,7 @@ class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Ab
|
|
219 |
$previewAction['actions'][] = array(
|
220 |
'target' => "campaign_{$campaign->getId()}_{$variation->getId()}_{id}",
|
221 |
'url' => array(
|
222 |
-
'base' => '*/
|
223 |
'params' => $params,
|
224 |
),
|
225 |
'field' => 'entity',
|
@@ -228,7 +228,7 @@ class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Ab
|
|
228 |
);
|
229 |
$sendAction['actions'][] = array(
|
230 |
'url' => array(
|
231 |
-
'base' => '*/
|
232 |
'params' => $params,
|
233 |
),
|
234 |
'field' => 'recipient',
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email extends Mzax_Emarketing_Model_Medium_Abstract
|
30 |
{
|
106 |
$tabs->addTab('inbox', array(
|
107 |
'label' => $tabs->__('Inbox (%s)', $count),
|
108 |
'class' => 'ajax',
|
109 |
+
'url' => $tabs->getUrl('*/emarketing_inbox/campaignGrid', array('_current' => true)),
|
110 |
));
|
111 |
}
|
112 |
|
114 |
$tabs->addTab('outbox', array(
|
115 |
'label' => $tabs->__('Outbox (%s)', $count),
|
116 |
'class' => 'ajax',
|
117 |
+
'url' => $tabs->getUrl('*/emarketing_outbox/campaignGrid', array('_current' => true)),
|
118 |
));
|
119 |
}
|
120 |
}
|
173 |
$previewAction = array(
|
174 |
'target' => "campaign_{$campaign->getId()}_{id}",
|
175 |
'url' => array(
|
176 |
+
'base' => '*/emarketing_campaign/preview',
|
177 |
'params' => array(
|
178 |
'id' => $grid->getCampaign()->getId()
|
179 |
),
|
185 |
$sendAction = array(
|
186 |
'target' => "campaign_{$campaign->getId()}_{id}",
|
187 |
'url' => array(
|
188 |
+
'base' => '*/emarketing_campaign/sendTestMail',
|
189 |
'params' => array(
|
190 |
'id' => $grid->getCampaign()->getId()
|
191 |
),
|
219 |
$previewAction['actions'][] = array(
|
220 |
'target' => "campaign_{$campaign->getId()}_{$variation->getId()}_{id}",
|
221 |
'url' => array(
|
222 |
+
'base' => '*/emarketing_campaign/preview',
|
223 |
'params' => $params,
|
224 |
),
|
225 |
'field' => 'entity',
|
228 |
);
|
229 |
$sendAction['actions'][] = array(
|
230 |
'url' => array(
|
231 |
+
'base' => '*/emarketing_campaign/sendTestMail',
|
232 |
'params' => $params,
|
233 |
),
|
234 |
'field' => 'recipient',
|
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
|
@@ -192,6 +192,7 @@ class Mzax_Emarketing_Model_Medium_Email_Composer
|
|
192 |
/* @var $processor Mzax_Emarketing_Model_Medium_Email_Processor */
|
193 |
$processor = Mage::getModel('mzax_emarketing/medium_email_processor');
|
194 |
$processor->setCouponManager($this);
|
|
|
195 |
$processor->setStoreId($recipient->getStoreId());
|
196 |
$processor->setContent($this->getContent());
|
197 |
$processor->setVariables($recipient->getData());
|
@@ -281,9 +282,10 @@ class Mzax_Emarketing_Model_Medium_Email_Composer
|
|
281 |
* Parse all mage expresions and prepare html for sending
|
282 |
*
|
283 |
* @throws Exception
|
|
|
284 |
* @return Mzax_Emarketing_Model_Medium_Email_Composer
|
285 |
*/
|
286 |
-
public function compose()
|
287 |
{
|
288 |
if(!$this->_recipient) {
|
289 |
throw new Exception("Can not compose email without a recipient");
|
@@ -295,7 +297,7 @@ class Mzax_Emarketing_Model_Medium_Email_Composer
|
|
295 |
$recipient = $this->getRecipient();
|
296 |
$storeId = $recipient->getStoreId();
|
297 |
$processor = $this->getTemplateProcessor();
|
298 |
-
|
299 |
|
300 |
if($this->allowPrerender()) {
|
301 |
$this->_subject = $processor->getSubject();
|
@@ -388,7 +390,7 @@ class Mzax_Emarketing_Model_Medium_Email_Composer
|
|
388 |
|
389 |
// remove lines
|
390 |
$css = preg_replace("/([\n\r]+)/", "", $css);
|
391 |
-
$css = preg_replace("/}
|
392 |
|
393 |
// allow extra line for @media queries
|
394 |
$css = preg_replace("/^@(.*?){/m", "\n@$1{\n", $css);
|
@@ -563,7 +565,7 @@ class Mzax_Emarketing_Model_Medium_Email_Composer
|
|
563 |
list($area, $url) = $matches;
|
564 |
|
565 |
if(strpos(strtolower($url), 'mailto:') === 0) {
|
566 |
-
return $
|
567 |
}
|
568 |
|
569 |
$label = array($this->_currentMapName[1]);
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Composer
|
30 |
extends Mage_Core_Model_Template
|
192 |
/* @var $processor Mzax_Emarketing_Model_Medium_Email_Processor */
|
193 |
$processor = Mage::getModel('mzax_emarketing/medium_email_processor');
|
194 |
$processor->setCouponManager($this);
|
195 |
+
$processor->isPreview();
|
196 |
$processor->setStoreId($recipient->getStoreId());
|
197 |
$processor->setContent($this->getContent());
|
198 |
$processor->setVariables($recipient->getData());
|
282 |
* Parse all mage expresions and prepare html for sending
|
283 |
*
|
284 |
* @throws Exception
|
285 |
+
* @param boolean $previewMode
|
286 |
* @return Mzax_Emarketing_Model_Medium_Email_Composer
|
287 |
*/
|
288 |
+
public function compose($previewMode = false)
|
289 |
{
|
290 |
if(!$this->_recipient) {
|
291 |
throw new Exception("Can not compose email without a recipient");
|
297 |
$recipient = $this->getRecipient();
|
298 |
$storeId = $recipient->getStoreId();
|
299 |
$processor = $this->getTemplateProcessor();
|
300 |
+
$processor->isPreview($previewMode);
|
301 |
|
302 |
if($this->allowPrerender()) {
|
303 |
$this->_subject = $processor->getSubject();
|
390 |
|
391 |
// remove lines
|
392 |
$css = preg_replace("/([\n\r]+)/", "", $css);
|
393 |
+
$css = preg_replace("/}\\s*/", "}\n", $css);
|
394 |
|
395 |
// allow extra line for @media queries
|
396 |
$css = preg_replace("/^@(.*?){/m", "\n@$1{\n", $css);
|
565 |
list($area, $url) = $matches;
|
566 |
|
567 |
if(strpos(strtolower($url), 'mailto:') === 0) {
|
568 |
+
return $url;
|
569 |
}
|
570 |
|
571 |
$label = array($this->_currentMapName[1]);
|
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
|
@@ -50,7 +50,14 @@ class Mzax_Emarketing_Model_Medium_Email_Filter
|
|
50 |
* @var boolean
|
51 |
*/
|
52 |
protected $_enableVarDirective = true;
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
|
@@ -83,9 +90,21 @@ class Mzax_Emarketing_Model_Medium_Email_Filter
|
|
83 |
$this->_enableVarDirective = !$flag;
|
84 |
return $this;
|
85 |
}
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
/**
|
91 |
* Var directive with modifiers support
|
@@ -115,6 +134,32 @@ class Mzax_Emarketing_Model_Medium_Email_Filter
|
|
115 |
$construction[2] .= sprintf(' store_id ="%s"', $this->getStoreId());
|
116 |
return parent::widgetDirective($construction);
|
117 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
|
120 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Filter
|
30 |
extends Mage_Widget_Model_Template_Filter
|
50 |
* @var boolean
|
51 |
*/
|
52 |
protected $_enableVarDirective = true;
|
53 |
+
|
54 |
+
|
55 |
+
/**
|
56 |
+
* Is in preview mode?
|
57 |
+
*
|
58 |
+
* @var bool
|
59 |
+
*/
|
60 |
+
protected $_isPreview = false;
|
61 |
|
62 |
|
63 |
|
90 |
$this->_enableVarDirective = !$flag;
|
91 |
return $this;
|
92 |
}
|
93 |
+
|
94 |
+
|
95 |
+
/**
|
96 |
+
* Flag as preview mode
|
97 |
+
*
|
98 |
+
* @param string $flag
|
99 |
+
* @return Mzax_Emarketing_Model_Medium_Email_Filter
|
100 |
+
*/
|
101 |
+
public function isPreview($flag = true)
|
102 |
+
{
|
103 |
+
$this->_isPreview = $flag;
|
104 |
+
return $this;
|
105 |
+
}
|
106 |
+
|
107 |
+
|
108 |
|
109 |
/**
|
110 |
* Var directive with modifiers support
|
134 |
$construction[2] .= sprintf(' store_id ="%s"', $this->getStoreId());
|
135 |
return parent::widgetDirective($construction);
|
136 |
}
|
137 |
+
|
138 |
+
|
139 |
+
/**
|
140 |
+
* Retrieve Block html directive
|
141 |
+
*
|
142 |
+
* @param array $construction
|
143 |
+
* @return string
|
144 |
+
*/
|
145 |
+
public function blockDirective($construction)
|
146 |
+
{
|
147 |
+
if($this->_isPreview && isset($this->_permissionBlock)) {
|
148 |
+
$blockParameters = $this->_getIncludeParameters($construction[2]);
|
149 |
+
if (isset($blockParameters['type'])) {
|
150 |
+
$type = $blockParameters['type'];
|
151 |
+
|
152 |
+
$msg = Mage::helper('mzax_emarketing')
|
153 |
+
->__('[BLOCK(%s) is not allowed (Check System -> Permissions -> Block)]', $type);
|
154 |
+
|
155 |
+
if(!$this->_permissionBlock->isTypeAllowed($type)) {
|
156 |
+
return '<pre style="color:red;">' . $msg . '</pre>';
|
157 |
+
}
|
158 |
+
}
|
159 |
+
}
|
160 |
+
return parent::blockDirective($construction);
|
161 |
+
}
|
162 |
+
|
163 |
|
164 |
|
165 |
|
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 |
{
|
@@ -90,7 +90,21 @@ class Mzax_Emarketing_Model_Medium_Email_Processor
|
|
90 |
$this->filter->disableVarDirective($flag);
|
91 |
return $this;
|
92 |
}
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
/**
|
96 |
* Add content provider
|
@@ -149,11 +163,11 @@ class Mzax_Emarketing_Model_Medium_Email_Processor
|
|
149 |
* @param mixed $storeId
|
150 |
* @return Mzax_Emarketing_Model_Medium_Email_Processor
|
151 |
*/
|
152 |
-
public function setStoreId($storeId)
|
153 |
-
{
|
154 |
-
$this->filter->setStoreId($storeId);
|
155 |
-
return $this;
|
156 |
-
}
|
157 |
|
158 |
|
159 |
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Processor
|
30 |
{
|
90 |
$this->filter->disableVarDirective($flag);
|
91 |
return $this;
|
92 |
}
|
93 |
+
|
94 |
+
|
95 |
+
/**
|
96 |
+
*
|
97 |
+
*
|
98 |
+
* @param string $flag
|
99 |
+
* @return Mzax_Emarketing_Model_Medium_Email_Processor
|
100 |
+
*/
|
101 |
+
public function isPreview($flag = true)
|
102 |
+
{
|
103 |
+
$this->filter->isPreview($flag);
|
104 |
+
return $this;
|
105 |
+
}
|
106 |
+
|
107 |
+
|
108 |
|
109 |
/**
|
110 |
* Add content provider
|
163 |
* @param mixed $storeId
|
164 |
* @return Mzax_Emarketing_Model_Medium_Email_Processor
|
165 |
*/
|
166 |
+
public function setStoreId($storeId)
|
167 |
+
{
|
168 |
+
$this->filter->setStoreId($storeId);
|
169 |
+
return $this;
|
170 |
+
}
|
171 |
|
172 |
|
173 |
|
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.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Medium_Email_Snippets
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Newsletter/List.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Newsletter/List/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Object/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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/Newsletter/List.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -27,7 +27,7 @@
|
|
27 |
*
|
28 |
* @author Jacob Siefer
|
29 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
30 |
-
* @version 0.4.
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter_List
|
33 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
31 |
*/
|
32 |
class Mzax_Emarketing_Model_Object_Filter_Newsletter_List
|
33 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
app/code/community/Mzax/Emarketing/Model/Object/Filter/Order/Abstract.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Object_Filter_Order_Abstract
|
30 |
extends Mzax_Emarketing_Model_Object_Filter_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Observer_SalesRule extends Mzax_Emarketing_Model_Observer_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Observer/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,7 @@
|
|
25 |
*
|
26 |
* @author Jacob Siefer
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
-
* @version 0.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Subscriber
|
31 |
extends Mzax_Emarketing_Model_Observer_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Observer_Subscriber
|
31 |
extends Mzax_Emarketing_Model_Observer_Abstract
|
app/code/community/Mzax/Emarketing/Model/Outbox.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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)
|
@@ -320,13 +320,13 @@ class Mzax_Emarketing_Model_Outbox_Email
|
|
320 |
*
|
321 |
* @return Mzax_Emarketing_Model_Outbox_Email
|
322 |
*/
|
323 |
-
public function render()
|
324 |
{
|
325 |
if($this->getStatus() == self::STATUS_NOT_SEND) {
|
326 |
|
327 |
$composer = $this->getEmailComposer();
|
328 |
$composer->setRecipient($this->getRecipient());
|
329 |
-
$composer->compose();
|
330 |
|
331 |
$this->setSubject( $composer->getSubject() );
|
332 |
$this->setBodyHtml( $composer->getBodyHtml() );
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
320 |
*
|
321 |
* @return Mzax_Emarketing_Model_Outbox_Email
|
322 |
*/
|
323 |
+
public function render($previewMode = false)
|
324 |
{
|
325 |
if($this->getStatus() == self::STATUS_NOT_SEND) {
|
326 |
|
327 |
$composer = $this->getEmailComposer();
|
328 |
$composer->setRecipient($this->getRecipient());
|
329 |
+
$composer->compose($previewMode);
|
330 |
|
331 |
$this->setSubject( $composer->getSubject() );
|
332 |
$this->setBodyHtml( $composer->getBodyHtml() );
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Mandrill.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,7 @@
|
|
25 |
*
|
26 |
* @author Jacob Siefer
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
-
* @version 0.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Mandrill
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Mandrill
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
app/code/community/Mzax/Emarketing/Model/Outbox/Transporter/Sendgrid.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,7 @@
|
|
25 |
*
|
26 |
* @author Jacob Siefer
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
-
* @version 0.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Outbox_Transporter_Sendgrid
|
31 |
extends Mzax_Emarketing_Model_Outbox_Transporter_Smtp
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Newsletter
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Order.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Order
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Order
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
app/code/community/Mzax/Emarketing/Model/Recipient/Provider/Quote.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Recipient_Provider_Quote
|
30 |
extends Mzax_Emarketing_Model_Recipient_Provider_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
28 |
*/
|
29 |
abstract class Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Campaign.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -25,7 +25,7 @@
|
|
25 |
*
|
26 |
* @author Jacob Siefer
|
27 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
28 |
-
* @version 0.4.
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report_Aggregator_Campaign
|
31 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
29 |
*/
|
30 |
class Mzax_Emarketing_Model_Report_Aggregator_Campaign
|
31 |
extends Mzax_Emarketing_Model_Report_Aggregator_Abstract
|
app/code/community/Mzax/Emarketing/Model/Report/Aggregator/Dimension.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Collection/Product.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Collection_Product extends Mage_Catalog_Model_Resource_Product_Collection
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Model_Resource_Collection_Product extends Mage_Catalog_Model_Resource_Product_Collection
|
30 |
{
|
app/code/community/Mzax/Emarketing/Model/Resource/Conversion/Tracker.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Collection.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/List/Subscriber/Collection.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/Model/Resource/Newsletter/Subscriber.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/BeaconController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/CampaignController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -27,7 +27,14 @@ class Mzax_Emarketing_Emarketing_CampaignController extends Mage_Adminhtml_Contr
|
|
27 |
{
|
28 |
$this->_title($this->__('eMarketing'))
|
29 |
->_title($this->__('Manage Campaigns'));
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
$this->loadLayout();
|
32 |
$this->_setActiveMenu('promo/emarketing');
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
27 |
{
|
28 |
$this->_title($this->__('eMarketing'))
|
29 |
->_title($this->__('Manage Campaigns'));
|
30 |
+
|
31 |
+
|
32 |
+
if(!Mage::getStoreConfigFlag('mzax_emarketing/general/enable')) {
|
33 |
+
$msg = $this->__('The emarketing extension is disabled, no cron jobs are triggered. <a href="%s">Change Settings</a>',
|
34 |
+
$this->getUrl('*/system_config/edit', array('section' => 'mzax_emarketing')));
|
35 |
+
|
36 |
+
$this->_getSession()->addWarning($msg);
|
37 |
+
}
|
38 |
$this->loadLayout();
|
39 |
$this->_setActiveMenu('promo/emarketing');
|
40 |
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/InboxController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/Newsletter/ListController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/OutboxController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/ShortcutController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/TemplateController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/controllers/Emarketing/TrackerController.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -24,7 +24,7 @@
|
|
24 |
*
|
25 |
* @author Jacob Siefer
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
-
* @version 0.4.
|
28 |
*/
|
29 |
class Mzax_Emarketing_Emarketing_TrackerController extends Mage_Adminhtml_Controller_Action
|
30 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Emarketing_Emarketing_TrackerController extends Mage_Adminhtml_Controller_Action
|
30 |
{
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5</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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.0-0.4.1.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.1-0.4.2.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.2-0.4.3.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/code/community/Mzax/Emarketing/sql/mzax_emarketing_setup/upgrade-0.4.3-0.4.4.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
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.5
|
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.5
|
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.5
|
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.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/adminhtml/default/default/template/mzax/emarketing/campaign/mail-tester.phtml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
14 |
* @category Mzax
|
15 |
* @package Mzax_Emarketing
|
16 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/frontend/base/default/template/mzax/emarketing/newsletter/lists.phtml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
app/design/frontend/base/default/template/mzax/emarketing/unsubscribe/unsubscribe.phtml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
js/mzax/ace/ext-mage_autocomplete.js
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* It is also available through the world-wide-web at this URL:
|
9 |
* http://opensource.org/licenses/osl-3.0.php
|
10 |
*
|
11 |
-
* @version 0.4.
|
12 |
* @category Mzax
|
13 |
* @package Mzax_Emarketing
|
14 |
* @author Jacob Siefer (jacob@mzax.de)
|
8 |
* It is also available through the world-wide-web at this URL:
|
9 |
* http://opensource.org/licenses/osl-3.0.php
|
10 |
*
|
11 |
+
* @version 0.4.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Bounce_Detector_Arf extends Mzax_Bounce_Detector_Abstract
|
30 |
{
|
lib/Mzax/Bounce/Detector/Autoreply.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
-
* @version 0.4.
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
@@ -39,7 +39,7 @@
|
|
39 |
*
|
40 |
* @author Jacob Siefer
|
41 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
42 |
-
* @version 0.4.
|
43 |
*/
|
44 |
class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
45 |
{
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
*
|
12 |
+
* @version 0.4.5
|
13 |
* @category Mzax
|
14 |
* @package Mzax_Emarketing
|
15 |
* @author Jacob Siefer (jacob@mzax.de)
|
39 |
*
|
40 |
* @author Jacob Siefer
|
41 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
42 |
+
* @version 0.4.5
|
43 |
*/
|
44 |
class Mzax_Bounce_Detector_Autoreply extends Mzax_Bounce_Detector_Abstract
|
45 |
{
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
28 |
*/
|
29 |
class Mzax_Presist
|
30 |
{
|
lib/Symfony/Component/CssSelector/CssSelector.php
CHANGED
@@ -65,8 +65,6 @@
|
|
65 |
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
66 |
*
|
67 |
* @author Fabien Potencier <fabien@symfony.com>
|
68 |
-
*
|
69 |
-
* @api
|
70 |
*/
|
71 |
class Symfony_Component_CssSelector_CssSelector
|
72 |
{
|
@@ -81,8 +79,6 @@ class Symfony_Component_CssSelector_CssSelector
|
|
81 |
* @param string $prefix An optional prefix for the XPath expression.
|
82 |
*
|
83 |
* @return string
|
84 |
-
*
|
85 |
-
* @api
|
86 |
*/
|
87 |
public static function toXPath($cssExpr, $prefix = 'descendant-or-self::')
|
88 |
{
|
65 |
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
66 |
*
|
67 |
* @author Fabien Potencier <fabien@symfony.com>
|
|
|
|
|
68 |
*/
|
69 |
class Symfony_Component_CssSelector_CssSelector
|
70 |
{
|
79 |
* @param string $prefix An optional prefix for the XPath expression.
|
80 |
*
|
81 |
* @return string
|
|
|
|
|
82 |
*/
|
83 |
public static function toXPath($cssExpr, $prefix = 'descendant-or-self::')
|
84 |
{
|
lib/Symfony/Component/CssSelector/Node/Specificity.php
CHANGED
@@ -82,7 +82,7 @@ class Symfony_Component_CssSelector_Node_Specificity
|
|
82 |
|
83 |
/**
|
84 |
* Returns -1 if the object specificity is lower than the argument,
|
85 |
-
* 0 if they are equal, and 1 if the argument is lower
|
86 |
*
|
87 |
* @param Symfony_Component_CssSelector_Node_Specificity $specificity
|
88 |
*
|
82 |
|
83 |
/**
|
84 |
* Returns -1 if the object specificity is lower than the argument,
|
85 |
+
* 0 if they are equal, and 1 if the argument is lower.
|
86 |
*
|
87 |
* @param Symfony_Component_CssSelector_Node_Specificity $specificity
|
88 |
*
|
lib/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php
CHANGED
@@ -37,15 +37,14 @@ class Symfony_Component_CssSelector_Parser_Shortcut_ClassParser implements Symfo
|
|
37 |
{
|
38 |
// Matches an optional namespace, optional element, and required class
|
39 |
// $source = 'test|input.ab6bd_field';
|
40 |
-
// $matches = array (size=
|
41 |
-
// 0 => string 'test
|
42 |
-
// 1 => string 'test
|
43 |
-
// 2 => string '
|
44 |
-
// 3 => string '
|
45 |
-
|
46 |
-
if (preg_match('/^(([a-z]+)\|)?([\w-]+|\*)?\.([\w-]+)$/i', trim($source), $matches)) {
|
47 |
return array(
|
48 |
-
new Symfony_Component_CssSelector_Node_SelectorNode(new Symfony_Component_CssSelector_Node_ClassNode(new Symfony_Component_CssSelector_Node_ElementNode($matches[
|
49 |
);
|
50 |
}
|
51 |
|
37 |
{
|
38 |
// Matches an optional namespace, optional element, and required class
|
39 |
// $source = 'test|input.ab6bd_field';
|
40 |
+
// $matches = array (size=4)
|
41 |
+
// 0 => string 'test|input.ab6bd_field' (length=22)
|
42 |
+
// 1 => string 'test' (length=4)
|
43 |
+
// 2 => string 'input' (length=5)
|
44 |
+
// 3 => string 'ab6bd_field' (length=11)
|
45 |
+
if (preg_match('/^(?:([a-z]++)\|)?+([\w-]++|\*)?+\.([\w-]++)$/i', trim($source), $matches)) {
|
|
|
46 |
return array(
|
47 |
+
new Symfony_Component_CssSelector_Node_SelectorNode(new Symfony_Component_CssSelector_Node_ClassNode(new Symfony_Component_CssSelector_Node_ElementNode($matches[1] ?: null, $matches[2] ?: null), $matches[3])),
|
48 |
);
|
49 |
}
|
50 |
|
lib/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php
CHANGED
@@ -36,13 +36,12 @@ class Symfony_Component_CssSelector_Parser_Shortcut_ElementParser implements Sym
|
|
36 |
{
|
37 |
// Matches an optional namespace, required element or `*`
|
38 |
// $source = 'testns|testel';
|
39 |
-
// $matches = array (size=
|
40 |
-
// 0 => string 'testns
|
41 |
-
// 1 => string 'testns
|
42 |
-
// 2 => string '
|
43 |
-
|
44 |
-
|
45 |
-
return array(new Symfony_Component_CssSelector_Node_SelectorNode(new Symfony_Component_CssSelector_Node_ElementNode($matches[2] ?: null, $matches[3])));
|
46 |
}
|
47 |
|
48 |
return array();
|
36 |
{
|
37 |
// Matches an optional namespace, required element or `*`
|
38 |
// $source = 'testns|testel';
|
39 |
+
// $matches = array (size=3)
|
40 |
+
// 0 => string 'testns|testel' (length=13)
|
41 |
+
// 1 => string 'testns' (length=6)
|
42 |
+
// 2 => string 'testel' (length=6)
|
43 |
+
if (preg_match('/^(?:([a-z]++)\|)?([\w-]++|\*)$/i', trim($source), $matches)) {
|
44 |
+
return array(new Symfony_Component_CssSelector_Node_SelectorNode(new Symfony_Component_CssSelector_Node_ElementNode($matches[1] ?: null, $matches[2])));
|
|
|
45 |
}
|
46 |
|
47 |
return array();
|
lib/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php
CHANGED
@@ -37,15 +37,14 @@ class Symfony_Component_CssSelector_Parser_Shortcut_HashParser implements Symfon
|
|
37 |
{
|
38 |
// Matches an optional namespace, optional element, and required id
|
39 |
// $source = 'test|input#ab6bd_field';
|
40 |
-
// $matches = array (size=
|
41 |
-
// 0 => string 'test
|
42 |
-
// 1 => string 'test
|
43 |
-
// 2 => string '
|
44 |
-
// 3 => string '
|
45 |
-
|
46 |
-
if (preg_match('/^(([a-z]+)\|)?([\w-]+|\*)?#([\w-]+)$/i', trim($source), $matches)) {
|
47 |
return array(
|
48 |
-
new Symfony_Component_CssSelector_Node_SelectorNode(new Symfony_Component_CssSelector_Node_HashNode(new Symfony_Component_CssSelector_Node_ElementNode($matches[
|
49 |
);
|
50 |
}
|
51 |
|
37 |
{
|
38 |
// Matches an optional namespace, optional element, and required id
|
39 |
// $source = 'test|input#ab6bd_field';
|
40 |
+
// $matches = array (size=4)
|
41 |
+
// 0 => string 'test|input#ab6bd_field' (length=22)
|
42 |
+
// 1 => string 'test' (length=4)
|
43 |
+
// 2 => string 'input' (length=5)
|
44 |
+
// 3 => string 'ab6bd_field' (length=11)
|
45 |
+
if (preg_match('/^(?:([a-z]++)\|)?+([\w-]++|\*)?+#([\w-]++)$/i', trim($source), $matches)) {
|
|
|
46 |
return array(
|
47 |
+
new Symfony_Component_CssSelector_Node_SelectorNode(new Symfony_Component_CssSelector_Node_HashNode(new Symfony_Component_CssSelector_Node_ElementNode($matches[1] ?: null, $matches[2] ?: null), $matches[3])),
|
48 |
);
|
49 |
}
|
50 |
|
lib/Symfony/Component/CssSelector/XPath/TranslatorInterface.php
CHANGED
@@ -33,7 +33,7 @@ interface Symfony_Component_CssSelector_XPath_TranslatorInterface
|
|
33 |
* @param string $cssExpr
|
34 |
* @param string $prefix
|
35 |
*
|
36 |
-
* @return
|
37 |
*/
|
38 |
public function cssToXPath($cssExpr, $prefix = 'descendant-or-self::');
|
39 |
|
@@ -43,7 +43,7 @@ interface Symfony_Component_CssSelector_XPath_TranslatorInterface
|
|
43 |
* @param Symfony_Component_CssSelector_Node_SelectorNode $selector
|
44 |
* @param string $prefix
|
45 |
*
|
46 |
-
* @return
|
47 |
*/
|
48 |
public function selectorToXPath(Symfony_Component_CssSelector_Node_SelectorNode $selector, $prefix = 'descendant-or-self::');
|
49 |
}
|
33 |
* @param string $cssExpr
|
34 |
* @param string $prefix
|
35 |
*
|
36 |
+
* @return string
|
37 |
*/
|
38 |
public function cssToXPath($cssExpr, $prefix = 'descendant-or-self::');
|
39 |
|
43 |
* @param Symfony_Component_CssSelector_Node_SelectorNode $selector
|
44 |
* @param string $prefix
|
45 |
*
|
46 |
+
* @return string
|
47 |
*/
|
48 |
public function selectorToXPath(Symfony_Component_CssSelector_Node_SelectorNode $selector, $prefix = 'descendant-or-self::');
|
49 |
}
|
lib/Symfony/Component/CssSelector/composer.json
CHANGED
@@ -22,9 +22,6 @@
|
|
22 |
"require": {
|
23 |
"php": ">=5.3.9"
|
24 |
},
|
25 |
-
"require-dev": {
|
26 |
-
"symfony/phpunit-bridge": "~2.7"
|
27 |
-
},
|
28 |
"autoload": {
|
29 |
"psr-4": { "Symfony\\Component\\CssSelector\\": "" }
|
30 |
},
|
22 |
"require": {
|
23 |
"php": ">=5.3.9"
|
24 |
},
|
|
|
|
|
|
|
25 |
"autoload": {
|
26 |
"psr-4": { "Symfony\\Component\\CssSelector\\": "" }
|
27 |
},
|
lib/UAParser/phpunit.xml.dist
CHANGED
@@ -8,14 +8,20 @@
|
|
8 |
verbose="true"
|
9 |
colors="true"
|
10 |
strict="true">
|
|
|
|
|
|
|
|
|
11 |
|
12 |
<testsuites>
|
13 |
<testsuite name="ua-parser">
|
14 |
<directory>./tests</directory>
|
15 |
</testsuite>
|
16 |
</testsuites>
|
17 |
-
|
18 |
-
|
19 |
-
<
|
20 |
-
|
|
|
|
|
21 |
</phpunit>
|
8 |
verbose="true"
|
9 |
colors="true"
|
10 |
strict="true">
|
11 |
+
<php>
|
12 |
+
<ini name="error_reporting" value="-1"/>
|
13 |
+
<ini name="memory_limit" value="3G"/>
|
14 |
+
</php>
|
15 |
|
16 |
<testsuites>
|
17 |
<testsuite name="ua-parser">
|
18 |
<directory>./tests</directory>
|
19 |
</testsuite>
|
20 |
</testsuites>
|
21 |
+
|
22 |
+
<filter>
|
23 |
+
<whitelist>
|
24 |
+
<directory>./src/</directory>
|
25 |
+
</whitelist>
|
26 |
+
</filter>
|
27 |
</phpunit>
|
lib/UAParser/resources/regexes.php
CHANGED
@@ -3,797 +3,805 @@ return array (
|
|
3 |
'user_agent_parsers' =>
|
4 |
array (
|
5 |
0 =>
|
|
|
|
|
|
|
|
|
|
|
6 |
array (
|
7 |
'regex' => '(Pingdom.com_bot_version_)(\\d+)\\.(\\d+)',
|
8 |
'family_replacement' => 'PingdomBot',
|
9 |
),
|
10 |
-
|
11 |
array (
|
12 |
'regex' => '(facebookexternalhit)/(\\d+)\\.(\\d+)',
|
13 |
'family_replacement' => 'FacebookBot',
|
14 |
),
|
15 |
-
|
16 |
array (
|
17 |
'regex' => 'Google.*/\\+/web/snippet',
|
18 |
'family_replacement' => 'GooglePlusBot',
|
19 |
),
|
20 |
-
3 =>
|
21 |
-
array (
|
22 |
-
'regex' => '/((?:Ant-)?Nutch|[A-z]+[Bb]ot|[A-z]+[Ss]pider|Axtaris|fetchurl|Isara|ShopSalad|Tailsweep)[ \\-](\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
23 |
-
),
|
24 |
4 =>
|
25 |
array (
|
26 |
-
'regex' => '(
|
27 |
),
|
28 |
5 =>
|
29 |
array (
|
30 |
-
'regex' => '(
|
31 |
-
'family_replacement' => 'MSIECrawler',
|
32 |
),
|
33 |
6 =>
|
34 |
array (
|
35 |
-
'regex' => '(
|
|
|
36 |
),
|
37 |
7 =>
|
38 |
array (
|
39 |
-
'regex' => '(
|
40 |
),
|
41 |
8 =>
|
42 |
array (
|
43 |
-
'regex' => '(
|
44 |
),
|
45 |
9 =>
|
46 |
array (
|
47 |
-
'regex' => '(?:\\/[A-Za-z0-9\\.]+)? *([A-Za-z0-9 _\\!\\[\\]:]*(?:[Aa]rchiver|[Ii]ndexer|[Ss]craper|[Bb]ot|[Ss]pider|[Cc]rawl[a-z]*))
|
48 |
),
|
49 |
10 =>
|
50 |
array (
|
51 |
-
'regex' => '(
|
52 |
),
|
53 |
11 =>
|
54 |
array (
|
55 |
-
'regex' => '(
|
56 |
),
|
57 |
12 =>
|
58 |
array (
|
59 |
-
'regex' => '(
|
60 |
),
|
61 |
13 =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
array (
|
63 |
'regex' => '(Pale[Mm]oon)/(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
64 |
'family_replacement' => 'Pale Moon (Firefox Variant)',
|
65 |
),
|
66 |
-
|
67 |
array (
|
68 |
'regex' => '(Fennec)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+[a-z]*)',
|
69 |
'family_replacement' => 'Firefox Mobile',
|
70 |
),
|
71 |
-
|
72 |
array (
|
73 |
'regex' => '(Fennec)/(\\d+)\\.(\\d+)(pre)',
|
74 |
'family_replacement' => 'Firefox Mobile',
|
75 |
),
|
76 |
-
|
77 |
array (
|
78 |
'regex' => '(Fennec)/(\\d+)\\.(\\d+)',
|
79 |
'family_replacement' => 'Firefox Mobile',
|
80 |
),
|
81 |
-
|
82 |
array (
|
83 |
-
'regex' => 'Mobile
|
84 |
'family_replacement' => 'Firefox Mobile',
|
85 |
),
|
86 |
-
|
87 |
array (
|
88 |
'regex' => '(Namoroka|Shiretoko|Minefield)/(\\d+)\\.(\\d+)\\.(\\d+(?:pre)?)',
|
89 |
'family_replacement' => 'Firefox ($1)',
|
90 |
),
|
91 |
-
|
92 |
array (
|
93 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)(a\\d+[a-z]*)',
|
94 |
'family_replacement' => 'Firefox Alpha',
|
95 |
),
|
96 |
-
|
97 |
array (
|
98 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)(b\\d+[a-z]*)',
|
99 |
'family_replacement' => 'Firefox Beta',
|
100 |
),
|
101 |
-
|
102 |
array (
|
103 |
'regex' => '(Firefox)-(?:\\d+\\.\\d+)?/(\\d+)\\.(\\d+)(a\\d+[a-z]*)',
|
104 |
'family_replacement' => 'Firefox Alpha',
|
105 |
),
|
106 |
-
|
107 |
array (
|
108 |
'regex' => '(Firefox)-(?:\\d+\\.\\d+)?/(\\d+)\\.(\\d+)(b\\d+[a-z]*)',
|
109 |
'family_replacement' => 'Firefox Beta',
|
110 |
),
|
111 |
-
|
112 |
array (
|
113 |
'regex' => '(Namoroka|Shiretoko|Minefield)/(\\d+)\\.(\\d+)([ab]\\d+[a-z]*)?',
|
114 |
'family_replacement' => 'Firefox ($1)',
|
115 |
),
|
116 |
-
|
117 |
array (
|
118 |
'regex' => '(Firefox).*Tablet browser (\\d+)\\.(\\d+)\\.(\\d+)',
|
119 |
'family_replacement' => 'MicroB',
|
120 |
),
|
121 |
-
|
122 |
array (
|
123 |
'regex' => '(MozillaDeveloperPreview)/(\\d+)\\.(\\d+)([ab]\\d+[a-z]*)?',
|
124 |
),
|
125 |
-
|
|
|
|
|
|
|
|
|
|
|
126 |
array (
|
127 |
'regex' => '(Flock)/(\\d+)\\.(\\d+)(b\\d+?)',
|
128 |
),
|
129 |
-
|
130 |
array (
|
131 |
'regex' => '(RockMelt)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
132 |
),
|
133 |
-
|
134 |
array (
|
135 |
'regex' => '(Navigator)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
136 |
'family_replacement' => 'Netscape',
|
137 |
),
|
138 |
-
|
139 |
array (
|
140 |
'regex' => '(Navigator)/(\\d+)\\.(\\d+)([ab]\\d+)',
|
141 |
'family_replacement' => 'Netscape',
|
142 |
),
|
143 |
-
|
144 |
array (
|
145 |
'regex' => '(Netscape6)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+)?',
|
146 |
'family_replacement' => 'Netscape',
|
147 |
),
|
148 |
-
|
149 |
array (
|
150 |
'regex' => '(MyIBrow)/(\\d+)\\.(\\d+)',
|
151 |
'family_replacement' => 'My Internet Browser',
|
152 |
),
|
153 |
-
|
154 |
array (
|
155 |
'regex' => '(Opera Tablet).*Version/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
156 |
),
|
157 |
-
|
158 |
array (
|
159 |
'regex' => '(Opera)/.+Opera Mobi.+Version/(\\d+)\\.(\\d+)',
|
160 |
'family_replacement' => 'Opera Mobile',
|
161 |
),
|
162 |
-
|
163 |
array (
|
164 |
'regex' => '(Opera)/(\\d+)\\.(\\d+).+Opera Mobi',
|
165 |
'family_replacement' => 'Opera Mobile',
|
166 |
),
|
167 |
-
|
168 |
array (
|
169 |
'regex' => 'Opera Mobi.+(Opera)(?:/|\\s+)(\\d+)\\.(\\d+)',
|
170 |
'family_replacement' => 'Opera Mobile',
|
171 |
),
|
172 |
-
|
173 |
array (
|
174 |
'regex' => 'Opera Mobi',
|
175 |
'family_replacement' => 'Opera Mobile',
|
176 |
),
|
177 |
-
|
178 |
array (
|
179 |
'regex' => '(Opera Mini)(?:/att)?/(\\d+)\\.(\\d+)',
|
180 |
),
|
181 |
-
|
182 |
array (
|
183 |
'regex' => '(Opera)/9.80.*Version/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
184 |
),
|
185 |
-
|
186 |
array (
|
187 |
'regex' => '(?:Mobile Safari).*(OPR)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
188 |
'family_replacement' => 'Opera Mobile',
|
189 |
),
|
190 |
-
|
191 |
array (
|
192 |
'regex' => '(?:Chrome).*(OPR)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
193 |
'family_replacement' => 'Opera',
|
194 |
),
|
195 |
-
|
196 |
array (
|
197 |
'regex' => '(Coast)/(\\d+).(\\d+).(\\d+)',
|
198 |
'family_replacement' => 'Opera Coast',
|
199 |
),
|
200 |
-
|
201 |
array (
|
202 |
'regex' => '(OPiOS)/(\\d+).(\\d+).(\\d+)',
|
203 |
'family_replacement' => 'Opera Mini',
|
204 |
),
|
205 |
-
|
206 |
array (
|
207 |
'regex' => '(hpw|web)OS/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
208 |
'family_replacement' => 'webOS Browser',
|
209 |
),
|
210 |
-
|
211 |
array (
|
212 |
'regex' => '(luakit)',
|
213 |
'family_replacement' => 'LuaKit',
|
214 |
),
|
215 |
-
|
216 |
array (
|
217 |
'regex' => '(Snowshoe)/(\\d+)\\.(\\d+).(\\d+)',
|
218 |
),
|
219 |
-
|
220 |
array (
|
221 |
'regex' => '(Lightning)/(\\d+)\\.(\\d+)\\.?((?:[ab]?\\d+[a-z]*)|(?:\\d*))',
|
222 |
),
|
223 |
-
|
224 |
array (
|
225 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)\\.(\\d+(?:pre)?) \\(Swiftfox\\)',
|
226 |
'family_replacement' => 'Swiftfox',
|
227 |
),
|
228 |
-
|
229 |
array (
|
230 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)([ab]\\d+[a-z]*)? \\(Swiftfox\\)',
|
231 |
'family_replacement' => 'Swiftfox',
|
232 |
),
|
233 |
-
|
234 |
array (
|
235 |
'regex' => '(rekonq)/(\\d+)\\.(\\d+)\\.?(\\d+)? Safari',
|
236 |
'family_replacement' => 'Rekonq',
|
237 |
),
|
238 |
-
|
239 |
array (
|
240 |
'regex' => 'rekonq',
|
241 |
'family_replacement' => 'Rekonq',
|
242 |
),
|
243 |
-
|
244 |
array (
|
245 |
'regex' => '(conkeror|Conkeror)/(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
246 |
'family_replacement' => 'Conkeror',
|
247 |
),
|
248 |
-
|
249 |
array (
|
250 |
'regex' => '(konqueror)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
251 |
'family_replacement' => 'Konqueror',
|
252 |
),
|
253 |
-
|
254 |
array (
|
255 |
'regex' => '(WeTab)-Browser',
|
256 |
),
|
257 |
-
|
258 |
array (
|
259 |
'regex' => '(Comodo_Dragon)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
260 |
'family_replacement' => 'Comodo Dragon',
|
261 |
),
|
262 |
-
|
263 |
array (
|
264 |
'regex' => '(Symphony) (\\d+).(\\d+)',
|
265 |
),
|
266 |
-
|
267 |
array (
|
268 |
'regex' => '(Minimo)',
|
269 |
),
|
270 |
-
|
271 |
array (
|
272 |
'regex' => 'PLAYSTATION 3.+WebKit',
|
273 |
'family_replacement' => 'NetFront NX',
|
274 |
),
|
275 |
-
|
276 |
array (
|
277 |
'regex' => 'PLAYSTATION 3',
|
278 |
'family_replacement' => 'NetFront',
|
279 |
),
|
280 |
-
|
281 |
array (
|
282 |
'regex' => '(PlayStation Portable)',
|
283 |
'family_replacement' => 'NetFront',
|
284 |
),
|
285 |
-
|
286 |
array (
|
287 |
'regex' => '(PlayStation Vita)',
|
288 |
'family_replacement' => 'NetFront NX',
|
289 |
),
|
290 |
-
|
291 |
array (
|
292 |
'regex' => 'AppleWebKit.+ (NX)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
293 |
'family_replacement' => 'NetFront NX',
|
294 |
),
|
295 |
-
|
296 |
array (
|
297 |
'regex' => '(Nintendo 3DS)',
|
298 |
'family_replacement' => 'NetFront NX',
|
299 |
),
|
300 |
-
|
301 |
array (
|
302 |
'regex' => '(Silk)/(\\d+)\\.(\\d+)(?:\\.([0-9\\-]+))?',
|
303 |
'family_replacement' => 'Amazon Silk',
|
304 |
),
|
305 |
-
|
306 |
array (
|
307 |
'regex' => '(Puffin)/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
308 |
),
|
309 |
-
|
|
|
|
|
|
|
|
|
|
|
310 |
array (
|
311 |
'regex' => '(CrMo)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)',
|
312 |
'family_replacement' => 'Chrome Mobile',
|
313 |
),
|
314 |
-
|
315 |
array (
|
316 |
'regex' => '(CriOS)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)',
|
317 |
'family_replacement' => 'Chrome Mobile iOS',
|
318 |
),
|
319 |
-
|
320 |
array (
|
321 |
'regex' => '(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+) Mobile',
|
322 |
'family_replacement' => 'Chrome Mobile',
|
323 |
),
|
324 |
-
|
325 |
array (
|
326 |
'regex' => '(chromeframe)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
327 |
'family_replacement' => 'Chrome Frame',
|
328 |
),
|
329 |
-
|
330 |
array (
|
331 |
'regex' => '(UCBrowser)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
332 |
'family_replacement' => 'UC Browser',
|
333 |
),
|
334 |
-
|
335 |
array (
|
336 |
'regex' => '(UC Browser)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
337 |
),
|
338 |
-
|
339 |
array (
|
340 |
'regex' => '(UC Browser|UCBrowser|UCWEB)(\\d+)\\.(\\d+)\\.(\\d+)',
|
341 |
'family_replacement' => 'UC Browser',
|
342 |
),
|
343 |
-
|
344 |
array (
|
345 |
'regex' => '(SLP Browser)/(\\d+)\\.(\\d+)',
|
346 |
'family_replacement' => 'Tizen Browser',
|
347 |
),
|
348 |
-
|
349 |
array (
|
350 |
'regex' => '(SE 2\\.X) MetaSr (\\d+)\\.(\\d+)',
|
351 |
'family_replacement' => 'Sogou Explorer',
|
352 |
),
|
353 |
-
|
354 |
array (
|
355 |
'regex' => '(baidubrowser)[/\\s](\\d+)',
|
356 |
'family_replacement' => 'Baidu Browser',
|
357 |
),
|
358 |
-
|
359 |
array (
|
360 |
'regex' => '(FlyFlow)/(\\d+)\\.(\\d+)',
|
361 |
'family_replacement' => 'Baidu Explorer',
|
362 |
),
|
363 |
-
|
364 |
array (
|
365 |
'regex' => '(MQQBrowser/Mini)(?:(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
366 |
'family_replacement' => 'QQ Browser Mini',
|
367 |
),
|
368 |
-
|
369 |
array (
|
370 |
'regex' => '(MQQBrowser)(?:/(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
371 |
'family_replacement' => 'QQ Browser Mobile',
|
372 |
),
|
373 |
-
|
374 |
array (
|
375 |
'regex' => '(QQBrowser)(?:/(\\d+)(?:\\.(\\d+)\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
376 |
'family_replacement' => 'QQ Browser',
|
377 |
),
|
378 |
-
|
379 |
array (
|
380 |
'regex' => '(Rackspace Monitoring)/(\\d+)\\.(\\d+)',
|
381 |
'family_replacement' => 'RackspaceBot',
|
382 |
),
|
383 |
-
|
384 |
array (
|
385 |
'regex' => '(PyAMF)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
386 |
),
|
387 |
-
|
388 |
array (
|
389 |
'regex' => '(YaBrowser)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
390 |
'family_replacement' => 'Yandex Browser',
|
391 |
),
|
392 |
-
|
393 |
array (
|
394 |
'regex' => '(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+).* MRCHROME',
|
395 |
'family_replacement' => 'Mail.ru Chromium Browser',
|
396 |
),
|
397 |
-
|
398 |
array (
|
399 |
'regex' => '(AOL) (\\d+)\\.(\\d+); AOLBuild (\\d+)',
|
400 |
),
|
401 |
-
|
402 |
array (
|
403 |
-
'regex' => '(AdobeAIR|FireWeb|Jasmine|ANTGalio|Midori|Fresco|Lobo|PaleMoon|Maxthon|Lynx|OmniWeb|Dillo|Camino|Demeter|Fluid|Fennec|Epiphany|Shiira|Sunrise|Flock|Netscape|Lunascape|WebPilot|NetFront|Netfront|Konqueror|SeaMonkey|Kazehakase|Vienna|Iceape|Iceweasel|IceWeasel|Iron|K-Meleon|Sleipnir|Galeon|GranParadiso|Opera Mini|iCab|NetNewsWire|ThunderBrowse|Iris|UP\\.Browser|Bunjalloo|Google Earth|Raven for Mac|Openwave)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
404 |
),
|
405 |
-
|
406 |
array (
|
407 |
'regex' => 'MSOffice 12',
|
408 |
'family_replacement' => 'Outlook',
|
409 |
'v1_replacement' => '2007',
|
410 |
),
|
411 |
-
|
412 |
array (
|
413 |
'regex' => 'MSOffice 14',
|
414 |
'family_replacement' => 'Outlook',
|
415 |
'v1_replacement' => '2010',
|
416 |
),
|
417 |
-
|
418 |
array (
|
419 |
'regex' => 'Microsoft Outlook 15\\.\\d+\\.\\d+',
|
420 |
'family_replacement' => 'Outlook',
|
421 |
'v1_replacement' => '2013',
|
422 |
),
|
423 |
-
|
424 |
array (
|
425 |
'regex' => '(Airmail) (\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
426 |
),
|
427 |
-
|
428 |
array (
|
429 |
'regex' => '(Thunderbird)/(\\d+)\\.(\\d+)\\.(\\d+(?:pre)?)',
|
430 |
'family_replacement' => 'Thunderbird',
|
431 |
),
|
432 |
-
|
433 |
array (
|
434 |
'regex' => '(Vivaldi)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
435 |
),
|
436 |
-
|
437 |
array (
|
438 |
'regex' => '(Edge)/(\\d+)\\.(\\d+)',
|
439 |
),
|
440 |
-
|
441 |
array (
|
442 |
'regex' => '(Chromium|Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
443 |
),
|
444 |
-
|
445 |
array (
|
446 |
'regex' => '\\b(Dolphin)(?: |HDCN/|/INT\\-)(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
447 |
),
|
448 |
-
|
449 |
array (
|
450 |
-
'regex' => '(bingbot|Bolt|Jasmine|IceCat|Skyfire|Midori|Maxthon|Lynx|Arora|IBrowse|Dillo|Camino|Shiira|Fennec|Phoenix|Chrome|Flock|Netscape|Lunascape|Epiphany|WebPilot|Opera Mini|Opera|NetFront|Netfront|Konqueror|Googlebot|SeaMonkey|Kazehakase|Vienna|Iceape|Iceweasel|IceWeasel|Iron|K-Meleon|Sleipnir|Galeon|GranParadiso|iCab|iTunes|MacAppStore|NetNewsWire|Space Bison|Stainless|Orca|Dolfin|BOLT|Minimo|Tizen Browser|Polaris|Abrowser|Planetweb|ICE Browser|mDolphin)/(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
451 |
),
|
452 |
-
|
453 |
array (
|
454 |
'regex' => '(Chromium|Chrome)/(\\d+)\\.(\\d+)',
|
455 |
),
|
456 |
-
|
457 |
array (
|
458 |
'regex' => '(IEMobile)[ /](\\d+)\\.(\\d+)',
|
459 |
'family_replacement' => 'IE Mobile',
|
460 |
),
|
461 |
-
|
462 |
array (
|
463 |
'regex' => '(iRider|Crazy Browser|SkipStone|iCab|Lunascape|Sleipnir|Maemo Browser) (\\d+)\\.(\\d+)\\.(\\d+)',
|
464 |
),
|
465 |
-
|
466 |
array (
|
467 |
'regex' => '(iCab|Lunascape|Opera|Android|Jasmine|Polaris) (\\d+)\\.(\\d+)\\.?(\\d+)?',
|
468 |
),
|
469 |
-
|
470 |
array (
|
471 |
'regex' => '(Kindle)/(\\d+)\\.(\\d+)',
|
472 |
),
|
473 |
-
|
474 |
array (
|
475 |
'regex' => '(Android) Donut',
|
476 |
'v1_replacement' => '1',
|
477 |
'v2_replacement' => '2',
|
478 |
),
|
479 |
-
|
480 |
array (
|
481 |
'regex' => '(Android) Eclair',
|
482 |
'v1_replacement' => '2',
|
483 |
'v2_replacement' => '1',
|
484 |
),
|
485 |
-
|
486 |
array (
|
487 |
'regex' => '(Android) Froyo',
|
488 |
'v1_replacement' => '2',
|
489 |
'v2_replacement' => '2',
|
490 |
),
|
491 |
-
|
492 |
array (
|
493 |
'regex' => '(Android) Gingerbread',
|
494 |
'v1_replacement' => '2',
|
495 |
'v2_replacement' => '3',
|
496 |
),
|
497 |
-
|
498 |
array (
|
499 |
'regex' => '(Android) Honeycomb',
|
500 |
'v1_replacement' => '3',
|
501 |
),
|
502 |
-
|
503 |
array (
|
504 |
'regex' => '(MSIE) (\\d+)\\.(\\d+).*XBLWP7',
|
505 |
'family_replacement' => 'IE Large Screen',
|
506 |
),
|
507 |
-
|
508 |
array (
|
509 |
'regex' => '(Obigo)InternetBrowser',
|
510 |
),
|
511 |
-
|
512 |
array (
|
513 |
'regex' => '(Obigo)\\-Browser',
|
514 |
),
|
515 |
-
|
516 |
array (
|
517 |
'regex' => '(Obigo|OBIGO)[^\\d]*(\\d+)(?:.(\\d+))?',
|
518 |
'family_replacement' => 'Obigo',
|
519 |
),
|
520 |
-
|
521 |
array (
|
522 |
'regex' => '(MAXTHON|Maxthon) (\\d+)\\.(\\d+)',
|
523 |
'family_replacement' => 'Maxthon',
|
524 |
),
|
525 |
-
|
526 |
array (
|
527 |
'regex' => '(Maxthon|MyIE2|Uzbl|Shiira)',
|
528 |
'v1_replacement' => '0',
|
529 |
),
|
530 |
-
|
531 |
array (
|
532 |
'regex' => '(BrowseX) \\((\\d+)\\.(\\d+)\\.(\\d+)',
|
533 |
),
|
534 |
-
|
535 |
array (
|
536 |
'regex' => '(NCSA_Mosaic)/(\\d+)\\.(\\d+)',
|
537 |
'family_replacement' => 'NCSA Mosaic',
|
538 |
),
|
539 |
-
|
540 |
array (
|
541 |
'regex' => '(POLARIS)/(\\d+)\\.(\\d+)',
|
542 |
'family_replacement' => 'Polaris',
|
543 |
),
|
544 |
-
|
545 |
array (
|
546 |
'regex' => '(Embider)/(\\d+)\\.(\\d+)',
|
547 |
'family_replacement' => 'Polaris',
|
548 |
),
|
549 |
-
|
550 |
array (
|
551 |
'regex' => '(BonEcho)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+)?',
|
552 |
'family_replacement' => 'Bon Echo',
|
553 |
),
|
554 |
-
|
555 |
-
array (
|
556 |
-
'regex' => '(CFNetwork)(?:/(\\d+)\\.(\\d+)\\.?(\\d+)?)?',
|
557 |
-
'family_replacement' => 'CFNetwork',
|
558 |
-
),
|
559 |
-
117 =>
|
560 |
-
array (
|
561 |
-
'regex' => '(iPod).+Version/(\\d+)\\.(\\d+)\\.(\\d+)',
|
562 |
-
'family_replacement' => 'Mobile Safari',
|
563 |
-
),
|
564 |
-
118 =>
|
565 |
-
array (
|
566 |
-
'regex' => '(iPod).*Version/(\\d+)\\.(\\d+)',
|
567 |
-
'family_replacement' => 'Mobile Safari',
|
568 |
-
),
|
569 |
-
119 =>
|
570 |
array (
|
571 |
-
'regex' => '(iPhone)
|
572 |
'family_replacement' => 'Mobile Safari',
|
573 |
),
|
574 |
-
|
575 |
array (
|
576 |
-
'regex' => '(iPhone)
|
577 |
-
'family_replacement' => 'Mobile Safari',
|
578 |
),
|
579 |
-
|
580 |
array (
|
581 |
-
'regex' => '(iPad).*
|
582 |
'family_replacement' => 'Mobile Safari',
|
583 |
),
|
584 |
-
|
585 |
array (
|
586 |
-
'regex' => '(iPad).*
|
587 |
-
'family_replacement' => 'Mobile Safari',
|
588 |
),
|
589 |
-
|
590 |
array (
|
591 |
-
'regex' => '(iPod|iPhone|iPad)
|
592 |
'family_replacement' => 'Mobile Safari',
|
593 |
),
|
594 |
-
|
595 |
array (
|
596 |
'regex' => '(iPod|iPhone|iPad)',
|
597 |
-
'family_replacement' => 'Mobile Safari',
|
598 |
),
|
599 |
-
|
600 |
array (
|
601 |
'regex' => '(AvantGo) (\\d+).(\\d+)',
|
602 |
),
|
603 |
-
|
604 |
array (
|
605 |
'regex' => '(OneBrowser)/(\\d+).(\\d+)',
|
606 |
'family_replacement' => 'ONE Browser',
|
607 |
),
|
608 |
-
|
609 |
array (
|
610 |
'regex' => '(Avant)',
|
611 |
'v1_replacement' => '1',
|
612 |
),
|
613 |
-
|
614 |
array (
|
615 |
'regex' => '(QtCarBrowser)',
|
616 |
'v1_replacement' => '1',
|
617 |
),
|
618 |
-
|
619 |
array (
|
620 |
'regex' => '^(iBrowser/Mini)(\\d+).(\\d+)',
|
621 |
'family_replacement' => 'iBrowser Mini',
|
622 |
),
|
623 |
-
|
624 |
array (
|
625 |
'regex' => '^(iBrowser|iRAPP)/(\\d+).(\\d+)',
|
626 |
),
|
627 |
-
|
628 |
array (
|
629 |
'regex' => '^(Nokia)',
|
630 |
'family_replacement' => 'Nokia Services (WAP) Browser',
|
631 |
),
|
632 |
-
|
633 |
array (
|
634 |
'regex' => '(NokiaBrowser)/(\\d+)\\.(\\d+).(\\d+)\\.(\\d+)',
|
635 |
'family_replacement' => 'Nokia Browser',
|
636 |
),
|
637 |
-
|
638 |
array (
|
639 |
'regex' => '(NokiaBrowser)/(\\d+)\\.(\\d+).(\\d+)',
|
640 |
'family_replacement' => 'Nokia Browser',
|
641 |
),
|
642 |
-
|
643 |
array (
|
644 |
'regex' => '(NokiaBrowser)/(\\d+)\\.(\\d+)',
|
645 |
'family_replacement' => 'Nokia Browser',
|
646 |
),
|
647 |
-
|
648 |
array (
|
649 |
'regex' => '(BrowserNG)/(\\d+)\\.(\\d+).(\\d+)',
|
650 |
'family_replacement' => 'Nokia Browser',
|
651 |
),
|
652 |
-
|
653 |
array (
|
654 |
'regex' => '(Series60)/5\\.0',
|
655 |
'family_replacement' => 'Nokia Browser',
|
656 |
'v1_replacement' => '7',
|
657 |
'v2_replacement' => '0',
|
658 |
),
|
659 |
-
|
660 |
array (
|
661 |
'regex' => '(Series60)/(\\d+)\\.(\\d+)',
|
662 |
'family_replacement' => 'Nokia OSS Browser',
|
663 |
),
|
664 |
-
|
665 |
array (
|
666 |
'regex' => '(S40OviBrowser)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)',
|
667 |
'family_replacement' => 'Ovi Browser',
|
668 |
),
|
669 |
-
|
670 |
array (
|
671 |
'regex' => '(Nokia)[EN]?(\\d+)',
|
672 |
),
|
673 |
-
|
674 |
-
array (
|
675 |
-
'regex' => '(BB10);',
|
676 |
-
'family_replacement' => 'BlackBerry WebKit',
|
677 |
-
),
|
678 |
-
141 =>
|
679 |
array (
|
680 |
'regex' => '(PlayBook).+RIM Tablet OS (\\d+)\\.(\\d+)\\.(\\d+)',
|
681 |
'family_replacement' => 'BlackBerry WebKit',
|
682 |
),
|
683 |
-
|
684 |
array (
|
685 |
-
'regex' => '(Black[bB]erry).+Version/(\\d+)\\.(\\d+)\\.(\\d+)',
|
686 |
'family_replacement' => 'BlackBerry WebKit',
|
687 |
),
|
688 |
-
|
689 |
array (
|
690 |
'regex' => '(Black[bB]erry)\\s?(\\d+)',
|
691 |
'family_replacement' => 'BlackBerry',
|
692 |
),
|
693 |
-
|
694 |
array (
|
695 |
'regex' => '(OmniWeb)/v(\\d+)\\.(\\d+)',
|
696 |
),
|
697 |
-
|
698 |
array (
|
699 |
'regex' => '(Blazer)/(\\d+)\\.(\\d+)',
|
700 |
'family_replacement' => 'Palm Blazer',
|
701 |
),
|
702 |
-
|
703 |
array (
|
704 |
'regex' => '(Pre)/(\\d+)\\.(\\d+)',
|
705 |
'family_replacement' => 'Palm Pre',
|
706 |
),
|
707 |
-
|
708 |
array (
|
709 |
'regex' => '(ELinks)/(\\d+)\\.(\\d+)',
|
710 |
),
|
711 |
-
|
712 |
array (
|
713 |
'regex' => '(ELinks) \\((\\d+)\\.(\\d+)',
|
714 |
),
|
715 |
-
|
716 |
array (
|
717 |
'regex' => '(Links) \\((\\d+)\\.(\\d+)',
|
718 |
),
|
719 |
-
|
720 |
array (
|
721 |
'regex' => '(QtWeb) Internet Browser/(\\d+)\\.(\\d+)',
|
722 |
),
|
723 |
-
|
724 |
array (
|
725 |
'regex' => '(PhantomJS)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
726 |
),
|
727 |
-
|
728 |
array (
|
729 |
'regex' => '(AppleWebKit)/(\\d+)\\.?(\\d+)?\\+ .* Safari',
|
730 |
'family_replacement' => 'WebKit Nightly',
|
731 |
),
|
732 |
-
|
733 |
array (
|
734 |
'regex' => '(Version)/(\\d+)\\.(\\d+)(?:\\.(\\d+))?.*Safari/',
|
735 |
'family_replacement' => 'Safari',
|
736 |
),
|
737 |
-
|
738 |
array (
|
739 |
'regex' => '(Safari)/\\d+',
|
740 |
),
|
741 |
-
|
742 |
array (
|
743 |
'regex' => '(OLPC)/Update(\\d+)\\.(\\d+)',
|
744 |
),
|
745 |
-
|
746 |
array (
|
747 |
'regex' => '(OLPC)/Update()\\.(\\d+)',
|
748 |
'v1_replacement' => '0',
|
749 |
),
|
750 |
-
|
751 |
array (
|
752 |
'regex' => '(SEMC\\-Browser)/(\\d+)\\.(\\d+)',
|
753 |
),
|
754 |
-
|
755 |
array (
|
756 |
'regex' => '(Teleca)',
|
757 |
'family_replacement' => 'Teleca Browser',
|
758 |
),
|
759 |
-
|
760 |
array (
|
761 |
'regex' => '(Phantom)/V(\\d+)\\.(\\d+)',
|
762 |
'family_replacement' => 'Phantom Browser',
|
763 |
),
|
764 |
-
|
765 |
array (
|
766 |
'regex' => 'Trident(.*)rv.(\\d+)\\.(\\d+)',
|
767 |
'family_replacement' => 'IE',
|
768 |
),
|
769 |
-
|
770 |
array (
|
771 |
'regex' => '(Espial)/(\\d+)(?:\\.(\\d+))?(?:\\.(\\d+))?',
|
772 |
),
|
773 |
-
|
774 |
array (
|
775 |
'regex' => '(AppleWebKit)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
776 |
'family_replacement' => 'AppleMail',
|
777 |
),
|
778 |
-
|
779 |
array (
|
780 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
781 |
),
|
782 |
-
|
783 |
array (
|
784 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)(pre|[ab]\\d+[a-z]*)?',
|
785 |
),
|
786 |
-
|
787 |
array (
|
788 |
'regex' => '([MS]?IE) (\\d+)\\.(\\d+)',
|
789 |
'family_replacement' => 'IE',
|
790 |
),
|
791 |
-
|
792 |
array (
|
793 |
'regex' => '(python-requests)/(\\d+)\\.(\\d+)',
|
794 |
'family_replacement' => 'Python Requests',
|
795 |
),
|
796 |
-
|
797 |
array (
|
798 |
'regex' => '(Java)[/ ]{0,1}\\d+\\.(\\d+)\\.(\\d+)[_-]*([a-zA-Z0-9]+)*',
|
799 |
),
|
@@ -1152,205 +1160,268 @@ return array (
|
|
1152 |
'os_v2_replacement' => '10',
|
1153 |
),
|
1154 |
67 =>
|
|
|
|
|
|
|
|
|
|
|
|
|
1155 |
array (
|
1156 |
'regex' => 'CFNetwork/.* Darwin/(9)\\.\\d+',
|
1157 |
'os_replacement' => 'iOS',
|
1158 |
'os_v1_replacement' => '1',
|
1159 |
),
|
1160 |
-
|
1161 |
array (
|
1162 |
'regex' => 'CFNetwork/.* Darwin/(10)\\.\\d+',
|
1163 |
'os_replacement' => 'iOS',
|
1164 |
'os_v1_replacement' => '4',
|
1165 |
),
|
1166 |
-
|
1167 |
array (
|
1168 |
'regex' => 'CFNetwork/.* Darwin/(11)\\.\\d+',
|
1169 |
'os_replacement' => 'iOS',
|
1170 |
'os_v1_replacement' => '5',
|
1171 |
),
|
1172 |
-
|
1173 |
array (
|
1174 |
'regex' => 'CFNetwork/.* Darwin/(13)\\.\\d+',
|
1175 |
'os_replacement' => 'iOS',
|
1176 |
'os_v1_replacement' => '6',
|
1177 |
),
|
1178 |
-
|
1179 |
array (
|
1180 |
'regex' => 'CFNetwork/6.* Darwin/(14)\\.\\d+',
|
1181 |
'os_replacement' => 'iOS',
|
1182 |
'os_v1_replacement' => '7',
|
1183 |
),
|
1184 |
-
|
1185 |
array (
|
1186 |
'regex' => 'CFNetwork/7.* Darwin/(14)\\.\\d+',
|
1187 |
'os_replacement' => 'iOS',
|
1188 |
'os_v1_replacement' => '8',
|
1189 |
'os_v2_replacement' => '0',
|
1190 |
),
|
1191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1192 |
array (
|
1193 |
'regex' => '\\b(iOS[ /]|iPhone(?:/| v|[ _]OS[/,]|; | OS : |\\d,\\d/|\\d,\\d; )|iPad/)(\\d{1,2})[_\\.](\\d{1,2})(?:[_\\.](\\d+))?',
|
1194 |
'os_replacement' => 'iOS',
|
1195 |
),
|
1196 |
-
|
1197 |
array (
|
1198 |
'regex' => '(CrOS) [a-z0-9_]+ (\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1199 |
'os_replacement' => 'Chrome OS',
|
1200 |
),
|
1201 |
-
|
1202 |
array (
|
1203 |
'regex' => '([Dd]ebian)',
|
1204 |
'os_replacement' => 'Debian',
|
1205 |
),
|
1206 |
-
|
1207 |
array (
|
1208 |
'regex' => '(Linux Mint)(?:/(\\d+))?',
|
1209 |
),
|
1210 |
-
|
1211 |
array (
|
1212 |
'regex' => '(Mandriva)(?: Linux)?/(?:[\\d.-]+m[a-z]{2}(\\d+).(\\d))?',
|
1213 |
),
|
1214 |
-
|
1215 |
array (
|
1216 |
'regex' => '(Symbian[Oo][Ss])[/ ](\\d+)\\.(\\d+)',
|
1217 |
'os_replacement' => 'Symbian OS',
|
1218 |
),
|
1219 |
-
|
1220 |
array (
|
1221 |
'regex' => '(Symbian/3).+NokiaBrowser/7\\.3',
|
1222 |
'os_replacement' => 'Symbian^3 Anna',
|
1223 |
),
|
1224 |
-
|
1225 |
array (
|
1226 |
'regex' => '(Symbian/3).+NokiaBrowser/7\\.4',
|
1227 |
'os_replacement' => 'Symbian^3 Belle',
|
1228 |
),
|
1229 |
-
|
1230 |
array (
|
1231 |
'regex' => '(Symbian/3)',
|
1232 |
'os_replacement' => 'Symbian^3',
|
1233 |
),
|
1234 |
-
|
1235 |
array (
|
1236 |
'regex' => '\\b(Series 60|SymbOS|S60Version|S60V\\d|S60\\b)',
|
1237 |
'os_replacement' => 'Symbian OS',
|
1238 |
),
|
1239 |
-
|
1240 |
array (
|
1241 |
'regex' => '(MeeGo)',
|
1242 |
),
|
1243 |
-
|
1244 |
array (
|
1245 |
'regex' => 'Symbian [Oo][Ss]',
|
1246 |
'os_replacement' => 'Symbian OS',
|
1247 |
),
|
1248 |
-
|
1249 |
array (
|
1250 |
'regex' => 'Series40;',
|
1251 |
'os_replacement' => 'Nokia Series 40',
|
1252 |
),
|
1253 |
-
|
1254 |
array (
|
1255 |
'regex' => 'Series30Plus;',
|
1256 |
'os_replacement' => 'Nokia Series 30 Plus',
|
1257 |
),
|
1258 |
-
|
1259 |
array (
|
1260 |
'regex' => '(BB10);.+Version/(\\d+)\\.(\\d+)\\.(\\d+)',
|
1261 |
'os_replacement' => 'BlackBerry OS',
|
1262 |
),
|
1263 |
-
|
1264 |
array (
|
1265 |
'regex' => '(Black[Bb]erry)[0-9a-z]+/(\\d+)\\.(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1266 |
'os_replacement' => 'BlackBerry OS',
|
1267 |
),
|
1268 |
-
|
1269 |
array (
|
1270 |
'regex' => '(Black[Bb]erry).+Version/(\\d+)\\.(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1271 |
'os_replacement' => 'BlackBerry OS',
|
1272 |
),
|
1273 |
-
|
1274 |
array (
|
1275 |
'regex' => '(RIM Tablet OS) (\\d+)\\.(\\d+)\\.(\\d+)',
|
1276 |
'os_replacement' => 'BlackBerry Tablet OS',
|
1277 |
),
|
1278 |
-
|
1279 |
array (
|
1280 |
'regex' => '(Play[Bb]ook)',
|
1281 |
'os_replacement' => 'BlackBerry Tablet OS',
|
1282 |
),
|
1283 |
-
|
1284 |
array (
|
1285 |
'regex' => '(Black[Bb]erry)',
|
1286 |
'os_replacement' => 'BlackBerry OS',
|
1287 |
),
|
1288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1289 |
array (
|
1290 |
'regex' => '\\((?:Mobile|Tablet);.+Firefox/\\d+\\.\\d+',
|
1291 |
'os_replacement' => 'Firefox OS',
|
1292 |
),
|
1293 |
-
|
1294 |
array (
|
1295 |
'regex' => '(BREW)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
1296 |
),
|
1297 |
-
|
1298 |
array (
|
1299 |
'regex' => '(BREW);',
|
1300 |
),
|
1301 |
-
|
1302 |
array (
|
1303 |
'regex' => '(Brew MP|BMP)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
1304 |
'os_replacement' => 'Brew MP',
|
1305 |
),
|
1306 |
-
|
1307 |
array (
|
1308 |
'regex' => 'BMP;',
|
1309 |
'os_replacement' => 'Brew MP',
|
1310 |
),
|
1311 |
-
|
1312 |
array (
|
1313 |
'regex' => '(GoogleTV)(?: (\\d+)\\.(\\d+)(?:\\.(\\d+))?|/[\\da-z]+)',
|
1314 |
),
|
1315 |
-
|
1316 |
array (
|
1317 |
'regex' => '(WebTV)/(\\d+).(\\d+)',
|
1318 |
),
|
1319 |
-
|
1320 |
array (
|
1321 |
'regex' => '(hpw|web)OS/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1322 |
'os_replacement' => 'webOS',
|
1323 |
),
|
1324 |
-
|
1325 |
array (
|
1326 |
'regex' => '(VRE);',
|
1327 |
),
|
1328 |
-
|
1329 |
array (
|
1330 |
'regex' => '(Fedora|Red Hat|PCLinuxOS|Puppy|Ubuntu|Kindle|Bada|Lubuntu|BackTrack|Slackware|(?:Free|Open|Net|\\b)BSD)[/ ](\\d+)\\.(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
1331 |
),
|
1332 |
-
|
1333 |
array (
|
1334 |
'regex' => '(Linux)[ /](\\d+)\\.(\\d+)(?:\\.(\\d+))?.*gentoo',
|
1335 |
'os_replacement' => 'Gentoo',
|
1336 |
),
|
1337 |
-
|
1338 |
array (
|
1339 |
'regex' => '\\((Bada);',
|
1340 |
),
|
1341 |
-
|
1342 |
array (
|
1343 |
'regex' => '(Windows|Android|WeTab|Maemo)',
|
1344 |
),
|
1345 |
-
|
1346 |
array (
|
1347 |
-
'regex' => '(Ubuntu|Kubuntu|Arch Linux|CentOS|Slackware|Gentoo|openSUSE|SUSE|Red Hat|Fedora|PCLinuxOS|
|
1348 |
),
|
1349 |
-
|
1350 |
array (
|
1351 |
'regex' => '(Linux)(?:[ /](\\d+)\\.(\\d+)(?:\\.(\\d+))?)?',
|
1352 |
),
|
1353 |
-
|
1354 |
array (
|
1355 |
'regex' => 'SunOS',
|
1356 |
'os_replacement' => 'Solaris',
|
@@ -1619,21 +1690,21 @@ return array (
|
|
1619 |
),
|
1620 |
36 =>
|
1621 |
array (
|
1622 |
-
'regex' => '; *(?:ARCHOS|Archos) ?(GAMEPAD(?:
|
1623 |
'device_replacement' => 'Archos $1',
|
1624 |
'brand_replacement' => 'Archos',
|
1625 |
'model_replacement' => '$1',
|
1626 |
),
|
1627 |
37 =>
|
1628 |
array (
|
1629 |
-
'regex' => '
|
1630 |
'device_replacement' => 'Archos $1',
|
1631 |
'brand_replacement' => 'Archos',
|
1632 |
'model_replacement' => '$1',
|
1633 |
),
|
1634 |
38 =>
|
1635 |
array (
|
1636 |
-
'regex' => 'ARCHOS
|
1637 |
'device_replacement' => 'Archos $1',
|
1638 |
'brand_replacement' => 'Archos',
|
1639 |
'model_replacement' => '$1',
|
@@ -1724,7 +1795,7 @@ return array (
|
|
1724 |
),
|
1725 |
51 =>
|
1726 |
array (
|
1727 |
-
'regex' => '; *(T-(?:
|
1728 |
'device_replacement' => '$1',
|
1729 |
'brand_replacement' => 'Audiosonic',
|
1730 |
'model_replacement' => '$1',
|
@@ -2143,7 +2214,7 @@ return array (
|
|
2143 |
),
|
2144 |
110 =>
|
2145 |
array (
|
2146 |
-
'regex' => '; *(T\\-
|
2147 |
'device_replacement' => '$1',
|
2148 |
'brand_replacement' => 'Toshiba',
|
2149 |
'model_replacement' => '$1',
|
@@ -2178,7 +2249,7 @@ return array (
|
|
2178 |
),
|
2179 |
115 =>
|
2180 |
array (
|
2181 |
-
'regex' => '; *Explay[_ ]((?:
|
2182 |
'device_replacement' => '$1',
|
2183 |
'brand_replacement' => 'Explay',
|
2184 |
'model_replacement' => '$1',
|
@@ -2467,35 +2538,83 @@ return array (
|
|
2467 |
),
|
2468 |
156 =>
|
2469 |
array (
|
2470 |
-
'regex' => '; *
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2471 |
'device_replacement' => 'HTC $1 $2 $3 $4',
|
2472 |
'brand_replacement' => 'HTC',
|
2473 |
'model_replacement' => '$1 $2 $3 $4',
|
2474 |
),
|
2475 |
-
|
2476 |
array (
|
2477 |
-
'regex' => '; *(?:
|
2478 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2479 |
'device_replacement' => 'HTC $1 $2 $3 $4',
|
2480 |
'brand_replacement' => 'HTC',
|
2481 |
'model_replacement' => '$1 $2 $3 $4',
|
2482 |
),
|
2483 |
-
|
2484 |
array (
|
2485 |
'regex' => 'HTC Streaming Player [^\\/]*/[^\\/]*/ htc_([^/]+) /',
|
2486 |
'device_replacement' => 'HTC $1',
|
2487 |
'brand_replacement' => 'HTC',
|
2488 |
'model_replacement' => '$1',
|
2489 |
),
|
2490 |
-
|
2491 |
array (
|
2492 |
-
'regex' => '(?:[;,] *|^)(?:htccn_chs-)?HTC[ _
|
2493 |
'regex_flag' => 'i',
|
2494 |
'device_replacement' => 'HTC $1',
|
2495 |
'brand_replacement' => 'HTC',
|
2496 |
'model_replacement' => '$1',
|
2497 |
),
|
2498 |
-
|
2499 |
array (
|
2500 |
'regex' => '; *(A6277|ADR6200|ADR6300|ADR6350|ADR6400[A-Z]*|ADR6425[A-Z]*|APX515CKT|ARIA|Desire[^_ ]*|Dream|EndeavorU|Eris|Evo|Flyer|HD2|Hero|HERO200|Hero CDMA|HTL21|Incredible|Inspire[A-Z0-9]*|Legend|Liberty|Nexus ?(?:One|HD2)|One|One S C2|One[ _]?(?:S|V|X\\+?)\\w*|PC36100|PG06100|PG86100|S31HT|Sensation|Wildfire)(?: Build|[/;\\(\\)])',
|
2501 |
'regex_flag' => 'i',
|
@@ -2503,36 +2622,36 @@ return array (
|
|
2503 |
'brand_replacement' => 'HTC',
|
2504 |
'model_replacement' => '$1',
|
2505 |
),
|
2506 |
-
|
2507 |
array (
|
2508 |
-
'regex' => '; *(ADR6200|ADR6400L|ADR6425LVW|Amaze|DesireS?|EndeavorU|Eris|EVO|Evo\\d[A-Z]+|HD2|IncredibleS?|Inspire[A-Z0-9]*|Inspire[A-Z0-9]*|Sensation[A-Z0-9]*|Wildfire)
|
2509 |
'regex_flag' => 'i',
|
2510 |
-
'device_replacement' => 'HTC $1 $2
|
2511 |
'brand_replacement' => 'HTC',
|
2512 |
-
'model_replacement' => '$1 $2
|
2513 |
),
|
2514 |
-
|
2515 |
array (
|
2516 |
'regex' => '; *HYUNDAI (T\\d[^/]*) Build',
|
2517 |
'device_replacement' => 'Hyundai $1',
|
2518 |
'brand_replacement' => 'Hyundai',
|
2519 |
'model_replacement' => '$1',
|
2520 |
),
|
2521 |
-
|
2522 |
array (
|
2523 |
'regex' => '; *HYUNDAI ([^;/]+) Build',
|
2524 |
'device_replacement' => 'Hyundai $1',
|
2525 |
'brand_replacement' => 'Hyundai',
|
2526 |
'model_replacement' => '$1',
|
2527 |
),
|
2528 |
-
|
2529 |
array (
|
2530 |
'regex' => '; *(X700|Hold X|MB-6900) Build',
|
2531 |
'device_replacement' => 'Hyundai $1',
|
2532 |
'brand_replacement' => 'Hyundai',
|
2533 |
'model_replacement' => '$1',
|
2534 |
),
|
2535 |
-
|
2536 |
array (
|
2537 |
'regex' => '; *(?:iBall[ _\\-])?(Andi)[ _]?(\\d[^;/]*) Build',
|
2538 |
'regex_flag' => 'i',
|
@@ -2540,7 +2659,7 @@ return array (
|
|
2540 |
'brand_replacement' => 'iBall',
|
2541 |
'model_replacement' => '$1 $2',
|
2542 |
),
|
2543 |
-
|
2544 |
array (
|
2545 |
'regex' => '; *(IBall)(?:[ _]([^;/]+)|) Build',
|
2546 |
'regex_flag' => 'i',
|
@@ -2548,14 +2667,14 @@ return array (
|
|
2548 |
'brand_replacement' => 'iBall',
|
2549 |
'model_replacement' => '$2',
|
2550 |
),
|
2551 |
-
|
2552 |
array (
|
2553 |
'regex' => '; *(NT-\\d+[^ ;/]*|Net[Tt]AB [^;/]+|Mercury [A-Z]+|iconBIT)(?: S/N:[^;/]+)? Build',
|
2554 |
'device_replacement' => '$1',
|
2555 |
'brand_replacement' => 'IconBIT',
|
2556 |
'model_replacement' => '$1',
|
2557 |
),
|
2558 |
-
|
2559 |
array (
|
2560 |
'regex' => '; *(IMO)[ _]([^;/]+) Build',
|
2561 |
'regex_flag' => 'i',
|
@@ -2563,7 +2682,7 @@ return array (
|
|
2563 |
'brand_replacement' => 'IMO',
|
2564 |
'model_replacement' => '$2',
|
2565 |
),
|
2566 |
-
|
2567 |
array (
|
2568 |
'regex' => '; *i-?mobile[ _]([^/]+) Build/',
|
2569 |
'regex_flag' => 'i',
|
@@ -2571,7 +2690,7 @@ return array (
|
|
2571 |
'brand_replacement' => 'imobile',
|
2572 |
'model_replacement' => '$1',
|
2573 |
),
|
2574 |
-
|
2575 |
array (
|
2576 |
'regex' => '; *(i-(?:style|note)[^/]*) Build/',
|
2577 |
'regex_flag' => 'i',
|
@@ -2579,63 +2698,63 @@ return array (
|
|
2579 |
'brand_replacement' => 'imobile',
|
2580 |
'model_replacement' => '$1',
|
2581 |
),
|
2582 |
-
|
2583 |
array (
|
2584 |
'regex' => '; *(ImPAD) ?(\\d+(?:.)*) Build',
|
2585 |
'device_replacement' => '$1 $2',
|
2586 |
'brand_replacement' => 'Impression',
|
2587 |
'model_replacement' => '$1 $2',
|
2588 |
),
|
2589 |
-
|
2590 |
array (
|
2591 |
'regex' => '; *(Infinix)[ _]([^;/]+) Build',
|
2592 |
'device_replacement' => '$1 $2',
|
2593 |
'brand_replacement' => 'Infinix',
|
2594 |
'model_replacement' => '$2',
|
2595 |
),
|
2596 |
-
|
2597 |
array (
|
2598 |
'regex' => '; *(Informer)[ \\-]([^;/]+) Build',
|
2599 |
'device_replacement' => '$1 $2',
|
2600 |
'brand_replacement' => 'Informer',
|
2601 |
'model_replacement' => '$2',
|
2602 |
),
|
2603 |
-
|
2604 |
array (
|
2605 |
'regex' => '; *(TAB) ?([78][12]4) Build',
|
2606 |
'device_replacement' => 'Intenso $1',
|
2607 |
'brand_replacement' => 'Intenso',
|
2608 |
'model_replacement' => '$1 $2',
|
2609 |
),
|
2610 |
-
|
2611 |
array (
|
2612 |
'regex' => '; *(?:Intex[ _])?(AQUA|Aqua)([ _\\.\\-])([^;/]+) *(?:Build|;)',
|
2613 |
'device_replacement' => '$1$2$3',
|
2614 |
'brand_replacement' => 'Intex',
|
2615 |
'model_replacement' => '$1 $3',
|
2616 |
),
|
2617 |
-
|
2618 |
array (
|
2619 |
'regex' => '; *(?:INTEX|Intex)(?:[_ ]([^\\ _;/]+))(?:[_ ]([^\\ _;/]+))? *(?:Build|;)',
|
2620 |
'device_replacement' => '$1 $2',
|
2621 |
'brand_replacement' => 'Intex',
|
2622 |
'model_replacement' => '$1 $2',
|
2623 |
),
|
2624 |
-
|
2625 |
array (
|
2626 |
'regex' => '; *([iI]Buddy)[ _]?(Connect)(?:_|\\?_| )?([^;/]*) *(?:Build|;)',
|
2627 |
'device_replacement' => '$1 $2 $3',
|
2628 |
'brand_replacement' => 'Intex',
|
2629 |
'model_replacement' => 'iBuddy $2 $3',
|
2630 |
),
|
2631 |
-
|
2632 |
array (
|
2633 |
'regex' => '; *(I-Buddy)[ _]([^;/]+) *(?:Build|;)',
|
2634 |
'device_replacement' => '$1 $2',
|
2635 |
'brand_replacement' => 'Intex',
|
2636 |
'model_replacement' => 'iBuddy $2',
|
2637 |
),
|
2638 |
-
|
2639 |
array (
|
2640 |
'regex' => '; *(iOCEAN) ([^/]+) Build',
|
2641 |
'regex_flag' => 'i',
|
@@ -2643,56 +2762,56 @@ return array (
|
|
2643 |
'brand_replacement' => 'iOCEAN',
|
2644 |
'model_replacement' => '$2',
|
2645 |
),
|
2646 |
-
|
2647 |
array (
|
2648 |
'regex' => '; *(TP\\d+(?:\\.\\d+)?\\-\\d[^;/]+) Build',
|
2649 |
'device_replacement' => 'ionik $1',
|
2650 |
'brand_replacement' => 'ionik',
|
2651 |
'model_replacement' => '$1',
|
2652 |
),
|
2653 |
-
|
2654 |
array (
|
2655 |
'regex' => '; *(M702pro) Build',
|
2656 |
'device_replacement' => '$1',
|
2657 |
'brand_replacement' => 'Iru',
|
2658 |
'model_replacement' => '$1',
|
2659 |
),
|
2660 |
-
|
2661 |
array (
|
2662 |
'regex' => '; *(DE88Plus|MD70) Build',
|
2663 |
'device_replacement' => '$1',
|
2664 |
'brand_replacement' => 'Ivio',
|
2665 |
'model_replacement' => '$1',
|
2666 |
),
|
2667 |
-
|
2668 |
array (
|
2669 |
'regex' => '; *IVIO[_\\-]([^;/]+) Build',
|
2670 |
'device_replacement' => '$1',
|
2671 |
'brand_replacement' => 'Ivio',
|
2672 |
'model_replacement' => '$1',
|
2673 |
),
|
2674 |
-
|
2675 |
array (
|
2676 |
'regex' => '; *(TPC-\\d+|JAY-TECH) Build',
|
2677 |
'device_replacement' => '$1',
|
2678 |
'brand_replacement' => 'Jaytech',
|
2679 |
'model_replacement' => '$1',
|
2680 |
),
|
2681 |
-
|
2682 |
array (
|
2683 |
'regex' => '; *(JY-[^;/]+|G[234]S?) Build',
|
2684 |
'device_replacement' => '$1',
|
2685 |
'brand_replacement' => 'Jiayu',
|
2686 |
'model_replacement' => '$1',
|
2687 |
),
|
2688 |
-
|
2689 |
array (
|
2690 |
'regex' => '; *(JXD)[ _\\-]([^;/]+) Build',
|
2691 |
'device_replacement' => '$1 $2',
|
2692 |
'brand_replacement' => 'JXD',
|
2693 |
'model_replacement' => '$2',
|
2694 |
),
|
2695 |
-
|
2696 |
array (
|
2697 |
'regex' => '; *Karbonn[ _]?([^;/]+) *(?:Build|;)',
|
2698 |
'regex_flag' => 'i',
|
@@ -2700,168 +2819,168 @@ return array (
|
|
2700 |
'brand_replacement' => 'Karbonn',
|
2701 |
'model_replacement' => '$1',
|
2702 |
),
|
2703 |
-
|
2704 |
array (
|
2705 |
'regex' => '; *([^;]+) Build/Karbonn',
|
2706 |
'device_replacement' => '$1',
|
2707 |
'brand_replacement' => 'Karbonn',
|
2708 |
'model_replacement' => '$1',
|
2709 |
),
|
2710 |
-
|
2711 |
array (
|
2712 |
'regex' => '; *(A11|A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2|Titanium S\\d) +Build',
|
2713 |
'device_replacement' => '$1',
|
2714 |
'brand_replacement' => 'Karbonn',
|
2715 |
'model_replacement' => '$1',
|
2716 |
),
|
2717 |
-
|
2718 |
array (
|
2719 |
'regex' => '; *(IS01|IS03|IS05|IS\\d{2}SH) Build',
|
2720 |
'device_replacement' => '$1',
|
2721 |
'brand_replacement' => 'Sharp',
|
2722 |
'model_replacement' => '$1',
|
2723 |
),
|
2724 |
-
|
2725 |
array (
|
2726 |
'regex' => '; *(IS04) Build',
|
2727 |
'device_replacement' => '$1',
|
2728 |
'brand_replacement' => 'Regza',
|
2729 |
'model_replacement' => '$1',
|
2730 |
),
|
2731 |
-
|
2732 |
array (
|
2733 |
'regex' => '; *(IS06|IS\\d{2}PT) Build',
|
2734 |
'device_replacement' => '$1',
|
2735 |
'brand_replacement' => 'Pantech',
|
2736 |
'model_replacement' => '$1',
|
2737 |
),
|
2738 |
-
|
2739 |
array (
|
2740 |
'regex' => '; *(IS11S) Build',
|
2741 |
'device_replacement' => '$1',
|
2742 |
'brand_replacement' => 'SonyEricsson',
|
2743 |
'model_replacement' => 'Xperia Acro',
|
2744 |
),
|
2745 |
-
|
2746 |
array (
|
2747 |
'regex' => '; *(IS11CA) Build',
|
2748 |
'device_replacement' => '$1',
|
2749 |
'brand_replacement' => 'Casio',
|
2750 |
'model_replacement' => 'GzOne $1',
|
2751 |
),
|
2752 |
-
|
2753 |
array (
|
2754 |
'regex' => '; *(IS11LG) Build',
|
2755 |
'device_replacement' => '$1',
|
2756 |
'brand_replacement' => 'LG',
|
2757 |
'model_replacement' => 'Optimus X',
|
2758 |
),
|
2759 |
-
|
2760 |
array (
|
2761 |
'regex' => '; *(IS11N) Build',
|
2762 |
'device_replacement' => '$1',
|
2763 |
'brand_replacement' => 'Medias',
|
2764 |
'model_replacement' => '$1',
|
2765 |
),
|
2766 |
-
|
2767 |
array (
|
2768 |
'regex' => '; *(IS11PT) Build',
|
2769 |
'device_replacement' => '$1',
|
2770 |
'brand_replacement' => 'Pantech',
|
2771 |
'model_replacement' => 'MIRACH',
|
2772 |
),
|
2773 |
-
|
2774 |
array (
|
2775 |
'regex' => '; *(IS12F) Build',
|
2776 |
'device_replacement' => '$1',
|
2777 |
'brand_replacement' => 'Fujitsu',
|
2778 |
'model_replacement' => 'Arrows ES',
|
2779 |
),
|
2780 |
-
|
2781 |
array (
|
2782 |
'regex' => '; *(IS12M) Build',
|
2783 |
'device_replacement' => '$1',
|
2784 |
'brand_replacement' => 'Motorola',
|
2785 |
'model_replacement' => 'XT909',
|
2786 |
),
|
2787 |
-
|
2788 |
array (
|
2789 |
'regex' => '; *(IS12S) Build',
|
2790 |
'device_replacement' => '$1',
|
2791 |
'brand_replacement' => 'SonyEricsson',
|
2792 |
'model_replacement' => 'Xperia Acro HD',
|
2793 |
),
|
2794 |
-
|
2795 |
array (
|
2796 |
'regex' => '; *(ISW11F) Build',
|
2797 |
'device_replacement' => '$1',
|
2798 |
'brand_replacement' => 'Fujitsu',
|
2799 |
'model_replacement' => 'Arrowz Z',
|
2800 |
),
|
2801 |
-
|
2802 |
array (
|
2803 |
'regex' => '; *(ISW11HT) Build',
|
2804 |
'device_replacement' => '$1',
|
2805 |
'brand_replacement' => 'HTC',
|
2806 |
'model_replacement' => 'EVO',
|
2807 |
),
|
2808 |
-
|
2809 |
array (
|
2810 |
'regex' => '; *(ISW11K) Build',
|
2811 |
'device_replacement' => '$1',
|
2812 |
'brand_replacement' => 'Kyocera',
|
2813 |
'model_replacement' => 'DIGNO',
|
2814 |
),
|
2815 |
-
|
2816 |
array (
|
2817 |
'regex' => '; *(ISW11M) Build',
|
2818 |
'device_replacement' => '$1',
|
2819 |
'brand_replacement' => 'Motorola',
|
2820 |
'model_replacement' => 'Photon',
|
2821 |
),
|
2822 |
-
|
2823 |
array (
|
2824 |
'regex' => '; *(ISW11SC) Build',
|
2825 |
'device_replacement' => '$1',
|
2826 |
'brand_replacement' => 'Samsung',
|
2827 |
'model_replacement' => 'GALAXY S II WiMAX',
|
2828 |
),
|
2829 |
-
|
2830 |
array (
|
2831 |
'regex' => '; *(ISW12HT) Build',
|
2832 |
'device_replacement' => '$1',
|
2833 |
'brand_replacement' => 'HTC',
|
2834 |
'model_replacement' => 'EVO 3D',
|
2835 |
),
|
2836 |
-
|
2837 |
array (
|
2838 |
'regex' => '; *(ISW13HT) Build',
|
2839 |
'device_replacement' => '$1',
|
2840 |
'brand_replacement' => 'HTC',
|
2841 |
'model_replacement' => 'J',
|
2842 |
),
|
2843 |
-
|
2844 |
array (
|
2845 |
'regex' => '; *(ISW?[0-9]{2}[A-Z]{0,2}) Build',
|
2846 |
'device_replacement' => '$1',
|
2847 |
'brand_replacement' => 'KDDI',
|
2848 |
'model_replacement' => '$1',
|
2849 |
),
|
2850 |
-
|
2851 |
array (
|
2852 |
'regex' => '; *(INFOBAR [^;/]+) Build',
|
2853 |
'device_replacement' => '$1',
|
2854 |
'brand_replacement' => 'KDDI',
|
2855 |
'model_replacement' => '$1',
|
2856 |
),
|
2857 |
-
|
2858 |
array (
|
2859 |
'regex' => '; *(JOYPAD|Joypad)[ _]([^;/]+) Build/',
|
2860 |
'device_replacement' => '$1 $2',
|
2861 |
'brand_replacement' => 'Kingcom',
|
2862 |
'model_replacement' => '$1 $2',
|
2863 |
),
|
2864 |
-
|
2865 |
array (
|
2866 |
'regex' => '; *(Vox|VOX|Arc|K080) Build/',
|
2867 |
'regex_flag' => 'i',
|
@@ -2869,14 +2988,14 @@ return array (
|
|
2869 |
'brand_replacement' => 'Kobo',
|
2870 |
'model_replacement' => '$1',
|
2871 |
),
|
2872 |
-
|
2873 |
array (
|
2874 |
'regex' => '\\b(Kobo Touch)\\b',
|
2875 |
'device_replacement' => '$1',
|
2876 |
'brand_replacement' => 'Kobo',
|
2877 |
'model_replacement' => '$1',
|
2878 |
),
|
2879 |
-
|
2880 |
array (
|
2881 |
'regex' => '; *(K-Touch)[ _]([^;/]+) Build',
|
2882 |
'regex_flag' => 'i',
|
@@ -2884,7 +3003,7 @@ return array (
|
|
2884 |
'brand_replacement' => 'Ktouch',
|
2885 |
'model_replacement' => '$2',
|
2886 |
),
|
2887 |
-
|
2888 |
array (
|
2889 |
'regex' => '; *((?:EV|KM)-S\\d+[A-Z]?) Build',
|
2890 |
'regex_flag' => 'i',
|
@@ -2892,14 +3011,14 @@ return array (
|
|
2892 |
'brand_replacement' => 'KTtech',
|
2893 |
'model_replacement' => '$1',
|
2894 |
),
|
2895 |
-
|
2896 |
array (
|
2897 |
'regex' => '; *(Zio|Hydro|Torque|Event|EVENT|Echo|Milano|Rise|URBANO PROGRESSO|WX04K|WX06K|WX10K|KYL21|101K|C5[12]\\d{2}) Build/',
|
2898 |
'device_replacement' => '$1',
|
2899 |
'brand_replacement' => 'Kyocera',
|
2900 |
'model_replacement' => '$1',
|
2901 |
),
|
2902 |
-
|
2903 |
array (
|
2904 |
'regex' => '; *(?:LAVA[ _])?IRIS[ _\\-]?([^/;\\)]+) *(?:;|\\)|Build)',
|
2905 |
'regex_flag' => 'i',
|
@@ -2907,189 +3026,189 @@ return array (
|
|
2907 |
'brand_replacement' => 'Lava',
|
2908 |
'model_replacement' => 'Iris $1',
|
2909 |
),
|
2910 |
-
|
2911 |
array (
|
2912 |
'regex' => '; *LAVA[ _]([^;/]+) Build',
|
2913 |
'device_replacement' => '$1',
|
2914 |
'brand_replacement' => 'Lava',
|
2915 |
'model_replacement' => '$1',
|
2916 |
),
|
2917 |
-
|
2918 |
array (
|
2919 |
'regex' => '; *(?:(Aspire A1)|(?:LEMON|Lemon)[ _]([^;/]+))_? Build',
|
2920 |
'device_replacement' => 'Lemon $1$2',
|
2921 |
'brand_replacement' => 'Lemon',
|
2922 |
'model_replacement' => '$1$2',
|
2923 |
),
|
2924 |
-
|
2925 |
array (
|
2926 |
'regex' => '; *(TAB-1012) Build/',
|
2927 |
'device_replacement' => 'Lenco $1',
|
2928 |
'brand_replacement' => 'Lenco',
|
2929 |
'model_replacement' => '$1',
|
2930 |
),
|
2931 |
-
|
2932 |
array (
|
2933 |
'regex' => '; Lenco ([^;/]+) Build/',
|
2934 |
'device_replacement' => 'Lenco $1',
|
2935 |
'brand_replacement' => 'Lenco',
|
2936 |
'model_replacement' => '$1',
|
2937 |
),
|
2938 |
-
|
2939 |
array (
|
2940 |
'regex' => '; *(A1_07|A2107A-H|S2005A-H|S1-37AH0) Build',
|
2941 |
'device_replacement' => '$1',
|
2942 |
'brand_replacement' => 'Lenovo',
|
2943 |
'model_replacement' => '$1',
|
2944 |
),
|
2945 |
-
|
2946 |
array (
|
2947 |
'regex' => '; *(Idea[Tp]ab)[ _]([^;/]+);? Build',
|
2948 |
'device_replacement' => 'Lenovo $1 $2',
|
2949 |
'brand_replacement' => 'Lenovo',
|
2950 |
'model_replacement' => '$1 $2',
|
2951 |
),
|
2952 |
-
|
2953 |
array (
|
2954 |
'regex' => '; *(Idea(?:Tab|pad)) ?([^;/]+) Build',
|
2955 |
'device_replacement' => 'Lenovo $1 $2',
|
2956 |
'brand_replacement' => 'Lenovo',
|
2957 |
'model_replacement' => '$1 $2',
|
2958 |
),
|
2959 |
-
|
2960 |
array (
|
2961 |
'regex' => '; *(ThinkPad) ?(Tablet) Build/',
|
2962 |
'device_replacement' => 'Lenovo $1 $2',
|
2963 |
'brand_replacement' => 'Lenovo',
|
2964 |
'model_replacement' => '$1 $2',
|
2965 |
),
|
2966 |
-
|
2967 |
array (
|
2968 |
-
'regex' => '; *(?:LNV-)?(?:=?[Ll]enovo[ _\\-]?|LENOVO[ _])+(
|
2969 |
'device_replacement' => 'Lenovo $1',
|
2970 |
'brand_replacement' => 'Lenovo',
|
2971 |
'model_replacement' => '$1',
|
2972 |
),
|
2973 |
-
|
2974 |
array (
|
2975 |
'regex' => '[;,] (?:Vodafone )?(SmartTab) ?(II) ?(\\d+) Build/',
|
2976 |
'device_replacement' => 'Lenovo $1 $2 $3',
|
2977 |
'brand_replacement' => 'Lenovo',
|
2978 |
'model_replacement' => '$1 $2 $3',
|
2979 |
),
|
2980 |
-
|
2981 |
array (
|
2982 |
'regex' => '; *(?:Ideapad )?K1 Build/',
|
2983 |
'device_replacement' => 'Lenovo Ideapad K1',
|
2984 |
'brand_replacement' => 'Lenovo',
|
2985 |
'model_replacement' => 'Ideapad K1',
|
2986 |
),
|
2987 |
-
|
2988 |
array (
|
2989 |
'regex' => '; *(3GC101|3GW10[01]|A390) Build/',
|
2990 |
'device_replacement' => '$1',
|
2991 |
'brand_replacement' => 'Lenovo',
|
2992 |
'model_replacement' => '$1',
|
2993 |
),
|
2994 |
-
|
2995 |
array (
|
2996 |
'regex' => '\\b(?:Lenovo|LENOVO)+[ _\\-]?([^,;:/ ]+)',
|
2997 |
'device_replacement' => 'Lenovo $1',
|
2998 |
'brand_replacement' => 'Lenovo',
|
2999 |
'model_replacement' => '$1',
|
3000 |
),
|
3001 |
-
|
3002 |
array (
|
3003 |
'regex' => '; *(MFC\\d+)[A-Z]{2}([^;,/]*),? Build',
|
3004 |
'device_replacement' => '$1$2',
|
3005 |
'brand_replacement' => 'Lexibook',
|
3006 |
'model_replacement' => '$1$2',
|
3007 |
),
|
3008 |
-
|
3009 |
array (
|
3010 |
'regex' => '; *(E[34][0-9]{2}|LS[6-8][0-9]{2}|VS[6-9][0-9]+[^;/]+|Nexus [45]|GT540f?|Optimus (?:2X|G|4X HD)|OptimusX4HD) *(?:Build|;)',
|
3011 |
'device_replacement' => '$1',
|
3012 |
'brand_replacement' => 'LG',
|
3013 |
'model_replacement' => '$1',
|
3014 |
),
|
3015 |
-
|
3016 |
array (
|
3017 |
'regex' => '[;:] *(L-\\d+[A-Z]|LGL\\d+[A-Z]?)(?:/V\\d+)? *(?:Build|[;\\)])',
|
3018 |
'device_replacement' => '$1',
|
3019 |
'brand_replacement' => 'LG',
|
3020 |
'model_replacement' => '$1',
|
3021 |
),
|
3022 |
-
|
3023 |
array (
|
3024 |
-
'regex' => '; *(LG-)([A-Z]{1,2}\\d{2,}(?:
|
3025 |
'device_replacement' => '$1$2',
|
3026 |
'brand_replacement' => 'LG',
|
3027 |
'model_replacement' => '$2',
|
3028 |
),
|
3029 |
-
|
3030 |
array (
|
3031 |
'regex' => '; *(LG[ \\-]|LG)([^;/]+)[;/]? Build',
|
3032 |
'device_replacement' => '$1$2',
|
3033 |
'brand_replacement' => 'LG',
|
3034 |
'model_replacement' => '$2',
|
3035 |
),
|
3036 |
-
|
3037 |
array (
|
3038 |
'regex' => '^(LG)-([^;/]+)/ Mozilla/.*; Android',
|
3039 |
'device_replacement' => '$1 $2',
|
3040 |
'brand_replacement' => 'LG',
|
3041 |
'model_replacement' => '$2',
|
3042 |
),
|
3043 |
-
|
3044 |
array (
|
3045 |
'regex' => '; *((?:SMB|smb)[^;/]+) Build/',
|
3046 |
'device_replacement' => '$1',
|
3047 |
'brand_replacement' => 'Malata',
|
3048 |
'model_replacement' => '$1',
|
3049 |
),
|
3050 |
-
|
3051 |
array (
|
3052 |
'regex' => '; *(?:Malata|MALATA) ([^;/]+) Build/',
|
3053 |
'device_replacement' => '$1',
|
3054 |
'brand_replacement' => 'Malata',
|
3055 |
'model_replacement' => '$1',
|
3056 |
),
|
3057 |
-
|
3058 |
array (
|
3059 |
'regex' => '; *(MS[45][0-9]{3}|MID0[568][NS]?|MID[1-9]|MID[78]0[1-9]|MID970[1-9]|MID100[1-9]) Build/',
|
3060 |
'device_replacement' => '$1',
|
3061 |
'brand_replacement' => 'Manta',
|
3062 |
'model_replacement' => '$1',
|
3063 |
),
|
3064 |
-
|
3065 |
array (
|
3066 |
'regex' => '; *(M1052|M806|M9000|M9100|M9701|MID100|MID120|MID125|MID130|MID135|MID140|MID701|MID710|MID713|MID727|MID728|MID731|MID732|MID733|MID735|MID736|MID737|MID760|MID800|MID810|MID820|MID830|MID833|MID835|MID860|MID900|MID930|MID933|MID960|MID980) Build/',
|
3067 |
'device_replacement' => '$1',
|
3068 |
'brand_replacement' => 'Match',
|
3069 |
'model_replacement' => '$1',
|
3070 |
),
|
3071 |
-
|
3072 |
array (
|
3073 |
'regex' => '; *(GenxDroid7|MSD7.*|AX\\d.*|Tab 701|Tab 722) Build/',
|
3074 |
'device_replacement' => 'Maxx $1',
|
3075 |
'brand_replacement' => 'Maxx',
|
3076 |
'model_replacement' => '$1',
|
3077 |
),
|
3078 |
-
|
3079 |
array (
|
3080 |
'regex' => '; *(M-PP[^;/]+|PhonePad ?\\d{2,}[^;/]+) Build',
|
3081 |
'device_replacement' => 'Mediacom $1',
|
3082 |
'brand_replacement' => 'Mediacom',
|
3083 |
'model_replacement' => '$1',
|
3084 |
),
|
3085 |
-
|
3086 |
array (
|
3087 |
'regex' => '; *(M-MP[^;/]+|SmartPad ?\\d{2,}[^;/]+) Build',
|
3088 |
'device_replacement' => 'Mediacom $1',
|
3089 |
'brand_replacement' => 'Mediacom',
|
3090 |
'model_replacement' => '$1',
|
3091 |
),
|
3092 |
-
|
3093 |
array (
|
3094 |
'regex' => '; *(?:MD_)?LIFETAB[ _]([^;/]+) Build',
|
3095 |
'regex_flag' => 'i',
|
@@ -3097,28 +3216,28 @@ return array (
|
|
3097 |
'brand_replacement' => 'Medion',
|
3098 |
'model_replacement' => 'Lifetab $1',
|
3099 |
),
|
3100 |
-
|
3101 |
array (
|
3102 |
'regex' => '; *MEDION ([^;/]+) Build',
|
3103 |
'device_replacement' => 'Medion $1',
|
3104 |
'brand_replacement' => 'Medion',
|
3105 |
'model_replacement' => '$1',
|
3106 |
),
|
3107 |
-
|
3108 |
array (
|
3109 |
'regex' => '; *(M030|M031|M035|M040|M065|m9) Build',
|
3110 |
'device_replacement' => 'Meizu $1',
|
3111 |
'brand_replacement' => 'Meizu',
|
3112 |
'model_replacement' => '$1',
|
3113 |
),
|
3114 |
-
|
3115 |
array (
|
3116 |
-
'regex' => '; *(?:meizu_|MEIZU )(
|
3117 |
'device_replacement' => 'Meizu $1',
|
3118 |
'brand_replacement' => 'Meizu',
|
3119 |
'model_replacement' => '$1',
|
3120 |
),
|
3121 |
-
|
3122 |
array (
|
3123 |
'regex' => '; *(?:Micromax[ _](A111|A240)|(A111|A240)) Build',
|
3124 |
'regex_flag' => 'i',
|
@@ -3126,7 +3245,7 @@ return array (
|
|
3126 |
'brand_replacement' => 'Micromax',
|
3127 |
'model_replacement' => '$1$2',
|
3128 |
),
|
3129 |
-
|
3130 |
array (
|
3131 |
'regex' => '; *Micromax[ _](A\\d{2,3}[^;/]*) Build',
|
3132 |
'regex_flag' => 'i',
|
@@ -3134,7 +3253,7 @@ return array (
|
|
3134 |
'brand_replacement' => 'Micromax',
|
3135 |
'model_replacement' => '$1',
|
3136 |
),
|
3137 |
-
|
3138 |
array (
|
3139 |
'regex' => '; *(A\\d{2}|A[12]\\d{2}|A90S|A110Q) Build',
|
3140 |
'regex_flag' => 'i',
|
@@ -3142,7 +3261,7 @@ return array (
|
|
3142 |
'brand_replacement' => 'Micromax',
|
3143 |
'model_replacement' => '$1',
|
3144 |
),
|
3145 |
-
|
3146 |
array (
|
3147 |
'regex' => '; *Micromax[ _](P\\d{3}[^;/]*) Build',
|
3148 |
'regex_flag' => 'i',
|
@@ -3150,7 +3269,7 @@ return array (
|
|
3150 |
'brand_replacement' => 'Micromax',
|
3151 |
'model_replacement' => '$1',
|
3152 |
),
|
3153 |
-
|
3154 |
array (
|
3155 |
'regex' => '; *(P\\d{3}|P\\d{3}\\(Funbook\\)) Build',
|
3156 |
'regex_flag' => 'i',
|
@@ -3158,7 +3277,7 @@ return array (
|
|
3158 |
'brand_replacement' => 'Micromax',
|
3159 |
'model_replacement' => '$1',
|
3160 |
),
|
3161 |
-
|
3162 |
array (
|
3163 |
'regex' => '; *(MITO)[ _\\-]?([^;/]+) Build',
|
3164 |
'regex_flag' => 'i',
|
@@ -3166,15 +3285,15 @@ return array (
|
|
3166 |
'brand_replacement' => 'Mito',
|
3167 |
'model_replacement' => '$2',
|
3168 |
),
|
3169 |
-
|
3170 |
array (
|
3171 |
-
'regex' => '; *(Cynus)[ _](F5|T\\d
|
3172 |
'regex_flag' => 'i',
|
3173 |
'device_replacement' => '$1 $2',
|
3174 |
'brand_replacement' => 'Mobistel',
|
3175 |
'model_replacement' => '$1 $2',
|
3176 |
),
|
3177 |
-
|
3178 |
array (
|
3179 |
'regex' => '; *(MODECOM )?(FreeTab) ?([^;/]+) Build',
|
3180 |
'regex_flag' => 'i',
|
@@ -3182,7 +3301,7 @@ return array (
|
|
3182 |
'brand_replacement' => 'Modecom',
|
3183 |
'model_replacement' => '$2 $3',
|
3184 |
),
|
3185 |
-
|
3186 |
array (
|
3187 |
'regex' => '; *(MODECOM )([^;/]+) Build',
|
3188 |
'regex_flag' => 'i',
|
@@ -3190,21 +3309,21 @@ return array (
|
|
3190 |
'brand_replacement' => 'Modecom',
|
3191 |
'model_replacement' => '$2',
|
3192 |
),
|
3193 |
-
|
3194 |
array (
|
3195 |
'regex' => '; *(MZ\\d{3}\\+?|MZ\\d{3} 4G|Xoom|XOOM[^;/]*) Build',
|
3196 |
'device_replacement' => 'Motorola $1',
|
3197 |
'brand_replacement' => 'Motorola',
|
3198 |
'model_replacement' => '$1',
|
3199 |
),
|
3200 |
-
|
3201 |
array (
|
3202 |
'regex' => '; *(Milestone )(XT[^;/]*) Build',
|
3203 |
'device_replacement' => 'Motorola $1$2',
|
3204 |
'brand_replacement' => 'Motorola',
|
3205 |
'model_replacement' => '$2',
|
3206 |
),
|
3207 |
-
|
3208 |
array (
|
3209 |
'regex' => '; *(Motoroi ?x|Droid X|DROIDX) Build',
|
3210 |
'regex_flag' => 'i',
|
@@ -3212,42 +3331,42 @@ return array (
|
|
3212 |
'brand_replacement' => 'Motorola',
|
3213 |
'model_replacement' => 'DROID X',
|
3214 |
),
|
3215 |
-
|
3216 |
array (
|
3217 |
'regex' => '; *(Droid[^;/]*|DROID[^;/]*|Milestone[^;/]*|Photon|Triumph|Devour|Titanium) Build',
|
3218 |
'device_replacement' => 'Motorola $1',
|
3219 |
'brand_replacement' => 'Motorola',
|
3220 |
'model_replacement' => '$1',
|
3221 |
),
|
3222 |
-
|
3223 |
array (
|
3224 |
'regex' => '; *(A555|A85[34][^;/]*|A95[356]|ME[58]\\d{2}\\+?|ME600|ME632|ME722|MB\\d{3}\\+?|MT680|MT710|MT870|MT887|MT917|WX435|WX453|WX44[25]|XT\\d{3,4}[A-Z\\+]*|CL[iI]Q|CL[iI]Q XT) Build',
|
3225 |
'device_replacement' => '$1',
|
3226 |
'brand_replacement' => 'Motorola',
|
3227 |
'model_replacement' => '$1',
|
3228 |
),
|
3229 |
-
|
3230 |
array (
|
3231 |
'regex' => '; *(Motorola MOT-|Motorola[ _\\-]|MOT\\-?)([^;/]+) Build',
|
3232 |
'device_replacement' => '$1$2',
|
3233 |
'brand_replacement' => 'Motorola',
|
3234 |
'model_replacement' => '$2',
|
3235 |
),
|
3236 |
-
|
3237 |
array (
|
3238 |
'regex' => '; *(Moto[_ ]?|MOT\\-)([^;/]+) Build',
|
3239 |
'device_replacement' => '$1$2',
|
3240 |
'brand_replacement' => 'Motorola',
|
3241 |
'model_replacement' => '$2',
|
3242 |
),
|
3243 |
-
|
3244 |
array (
|
3245 |
'regex' => '; *((?:MP[DQ]C|MPG\\d{1,4}|MP\\d{3,4}|MID(?:(?:10[234]|114|43|7[247]|8[24]|7)C|8[01]1))[^;/]*) Build',
|
3246 |
'device_replacement' => '$1',
|
3247 |
'brand_replacement' => 'Mpman',
|
3248 |
'model_replacement' => '$1',
|
3249 |
),
|
3250 |
-
|
3251 |
array (
|
3252 |
'regex' => '; *(?:MSI[ _])?(Primo\\d+|Enjoy[ _\\-][^;/]+) Build',
|
3253 |
'regex_flag' => 'i',
|
@@ -3255,28 +3374,28 @@ return array (
|
|
3255 |
'brand_replacement' => 'Msi',
|
3256 |
'model_replacement' => '$1',
|
3257 |
),
|
3258 |
-
|
3259 |
array (
|
3260 |
'regex' => '; *Multilaser[ _]([^;/]+) Build',
|
3261 |
'device_replacement' => '$1',
|
3262 |
'brand_replacement' => 'Multilaser',
|
3263 |
'model_replacement' => '$1',
|
3264 |
),
|
3265 |
-
|
3266 |
array (
|
3267 |
'regex' => '; *(My)[_]?(Pad)[ _]([^;/]+) Build',
|
3268 |
'device_replacement' => '$1$2 $3',
|
3269 |
'brand_replacement' => 'MyPhone',
|
3270 |
'model_replacement' => '$1$2 $3',
|
3271 |
),
|
3272 |
-
|
3273 |
array (
|
3274 |
'regex' => '; *(My)\\|?(Phone)[ _]([^;/]+) Build',
|
3275 |
'device_replacement' => '$1$2 $3',
|
3276 |
'brand_replacement' => 'MyPhone',
|
3277 |
'model_replacement' => '$3',
|
3278 |
),
|
3279 |
-
|
3280 |
array (
|
3281 |
'regex' => '; *(A\\d+)[ _](Duo)? Build',
|
3282 |
'regex_flag' => 'i',
|
@@ -3284,49 +3403,49 @@ return array (
|
|
3284 |
'brand_replacement' => 'MyPhone',
|
3285 |
'model_replacement' => '$1 $2',
|
3286 |
),
|
3287 |
-
|
3288 |
array (
|
3289 |
'regex' => '; *(myTab[^;/]*) Build',
|
3290 |
'device_replacement' => '$1',
|
3291 |
'brand_replacement' => 'Mytab',
|
3292 |
'model_replacement' => '$1',
|
3293 |
),
|
3294 |
-
|
3295 |
array (
|
3296 |
'regex' => '; *(NABI2?-)([^;/]+) Build/',
|
3297 |
'device_replacement' => '$1$2',
|
3298 |
'brand_replacement' => 'Nabi',
|
3299 |
'model_replacement' => '$2',
|
3300 |
),
|
3301 |
-
|
3302 |
array (
|
3303 |
'regex' => '; *(N-\\d+[CDE]) Build/',
|
3304 |
'device_replacement' => '$1',
|
3305 |
'brand_replacement' => 'Nec',
|
3306 |
'model_replacement' => '$1',
|
3307 |
),
|
3308 |
-
|
3309 |
array (
|
3310 |
'regex' => '; ?(NEC-)(.*) Build/',
|
3311 |
'device_replacement' => '$1$2',
|
3312 |
'brand_replacement' => 'Nec',
|
3313 |
'model_replacement' => '$2',
|
3314 |
),
|
3315 |
-
|
3316 |
array (
|
3317 |
'regex' => '; *(LT-NA7) Build/',
|
3318 |
'device_replacement' => '$1',
|
3319 |
'brand_replacement' => 'Nec',
|
3320 |
'model_replacement' => 'Lifetouch Note',
|
3321 |
),
|
3322 |
-
|
3323 |
array (
|
3324 |
'regex' => '; *(NXM\\d+[A-z0-9_]*|Next\\d[A-z0-9_ \\-]*|NEXT\\d[A-z0-9_ \\-]*|Nextbook [A-z0-9_ ]*|DATAM803HC|M805)(?: Build|[\\);])',
|
3325 |
'device_replacement' => '$1',
|
3326 |
'brand_replacement' => 'Nextbook',
|
3327 |
'model_replacement' => '$1',
|
3328 |
),
|
3329 |
-
|
3330 |
array (
|
3331 |
'regex' => '; *(Nokia)([ _\\-]*)([^;/]*) Build',
|
3332 |
'regex_flag' => 'i',
|
@@ -3334,154 +3453,154 @@ return array (
|
|
3334 |
'brand_replacement' => 'Nokia',
|
3335 |
'model_replacement' => '$3',
|
3336 |
),
|
3337 |
-
|
3338 |
array (
|
3339 |
'regex' => '; *(Nook ?|Barnes & Noble Nook |BN )([^;/]+) Build',
|
3340 |
'device_replacement' => '$1$2',
|
3341 |
'brand_replacement' => 'Nook',
|
3342 |
'model_replacement' => '$2',
|
3343 |
),
|
3344 |
-
|
3345 |
array (
|
3346 |
'regex' => '; *(NOOK )?(BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2) Build',
|
3347 |
'device_replacement' => '$1$2',
|
3348 |
'brand_replacement' => 'Nook',
|
3349 |
'model_replacement' => '$2',
|
3350 |
),
|
3351 |
-
|
3352 |
array (
|
3353 |
'regex' => '; Build/(Nook)',
|
3354 |
'device_replacement' => '$1',
|
3355 |
'brand_replacement' => 'Nook',
|
3356 |
'model_replacement' => 'Tablet',
|
3357 |
),
|
3358 |
-
|
3359 |
array (
|
3360 |
'regex' => '; *(OP110|OliPad[^;/]+) Build',
|
3361 |
'device_replacement' => 'Olivetti $1',
|
3362 |
'brand_replacement' => 'Olivetti',
|
3363 |
'model_replacement' => '$1',
|
3364 |
),
|
3365 |
-
|
3366 |
array (
|
3367 |
'regex' => '; *OMEGA[ _\\-](MID[^;/]+) Build',
|
3368 |
'device_replacement' => 'Omega $1',
|
3369 |
'brand_replacement' => 'Omega',
|
3370 |
'model_replacement' => '$1',
|
3371 |
),
|
3372 |
-
|
3373 |
array (
|
3374 |
'regex' => '^(MID7500|MID\\d+) Mozilla/5\\.0 \\(iPad;',
|
3375 |
'device_replacement' => 'Omega $1',
|
3376 |
'brand_replacement' => 'Omega',
|
3377 |
'model_replacement' => '$1',
|
3378 |
),
|
3379 |
-
|
3380 |
array (
|
3381 |
'regex' => '; *((?:CIUS|cius)[^;/]*) Build',
|
3382 |
'device_replacement' => 'Openpeak $1',
|
3383 |
'brand_replacement' => 'Openpeak',
|
3384 |
'model_replacement' => '$1',
|
3385 |
),
|
3386 |
-
|
3387 |
array (
|
3388 |
'regex' => '; *(Find ?(?:5|7a)|R8[012]\\d{1,2}|T703\\d{0,1}|U70\\d{1,2}T?|X90\\d{1,2}) Build',
|
3389 |
'device_replacement' => 'Oppo $1',
|
3390 |
'brand_replacement' => 'Oppo',
|
3391 |
'model_replacement' => '$1',
|
3392 |
),
|
3393 |
-
|
3394 |
array (
|
3395 |
'regex' => '; *OPPO ?([^;/]+) Build/',
|
3396 |
'device_replacement' => 'Oppo $1',
|
3397 |
'brand_replacement' => 'Oppo',
|
3398 |
'model_replacement' => '$1',
|
3399 |
),
|
3400 |
-
|
3401 |
array (
|
3402 |
'regex' => '; *(?:Odys\\-|ODYS\\-|ODYS )([^;/]+) Build',
|
3403 |
'device_replacement' => 'Odys $1',
|
3404 |
'brand_replacement' => 'Odys',
|
3405 |
'model_replacement' => '$1',
|
3406 |
),
|
3407 |
-
|
3408 |
array (
|
3409 |
'regex' => '; *(SELECT) ?(7) Build',
|
3410 |
'device_replacement' => 'Odys $1 $2',
|
3411 |
'brand_replacement' => 'Odys',
|
3412 |
'model_replacement' => '$1 $2',
|
3413 |
),
|
3414 |
-
|
3415 |
array (
|
3416 |
'regex' => '; *(PEDI)_(PLUS)_(W) Build',
|
3417 |
'device_replacement' => 'Odys $1 $2 $3',
|
3418 |
'brand_replacement' => 'Odys',
|
3419 |
'model_replacement' => '$1 $2 $3',
|
3420 |
),
|
3421 |
-
|
3422 |
array (
|
3423 |
'regex' => '; *(AEON|BRAVIO|FUSION|FUSION2IN1|Genio|EOS10|IEOS[^;/]*|IRON|Loox|LOOX|LOOX Plus|Motion|NOON|NOON_PRO|NEXT|OPOS|PEDI[^;/]*|PRIME[^;/]*|STUDYTAB|TABLO|Tablet-PC-4|UNO_X8|XELIO[^;/]*|Xelio ?\\d+ ?[Pp]ro|XENO10|XPRESS PRO) Build',
|
3424 |
'device_replacement' => 'Odys $1',
|
3425 |
'brand_replacement' => 'Odys',
|
3426 |
'model_replacement' => '$1',
|
3427 |
),
|
3428 |
-
|
3429 |
array (
|
3430 |
'regex' => '; *(TP-\\d+) Build/',
|
3431 |
'device_replacement' => 'Orion $1',
|
3432 |
'brand_replacement' => 'Orion',
|
3433 |
'model_replacement' => '$1',
|
3434 |
),
|
3435 |
-
|
3436 |
array (
|
3437 |
'regex' => '; *(G100W?) Build/',
|
3438 |
'device_replacement' => 'PackardBell $1',
|
3439 |
'brand_replacement' => 'PackardBell',
|
3440 |
'model_replacement' => '$1',
|
3441 |
),
|
3442 |
-
|
3443 |
array (
|
3444 |
'regex' => '; *(Panasonic)[_ ]([^;/]+) Build',
|
3445 |
'device_replacement' => '$1 $2',
|
3446 |
'brand_replacement' => '$1',
|
3447 |
'model_replacement' => '$2',
|
3448 |
),
|
3449 |
-
|
3450 |
array (
|
3451 |
'regex' => '; *(FZ-A1B|JT-B1) Build',
|
3452 |
'device_replacement' => 'Panasonic $1',
|
3453 |
'brand_replacement' => 'Panasonic',
|
3454 |
'model_replacement' => '$1',
|
3455 |
),
|
3456 |
-
|
3457 |
array (
|
3458 |
'regex' => '; *(dL1|DL1) Build',
|
3459 |
'device_replacement' => 'Panasonic $1',
|
3460 |
'brand_replacement' => 'Panasonic',
|
3461 |
'model_replacement' => '$1',
|
3462 |
),
|
3463 |
-
|
3464 |
array (
|
3465 |
'regex' => '; *(SKY[ _])?(IM\\-[AT]\\d{3}[^;/]+).* Build/',
|
3466 |
'device_replacement' => 'Pantech $1$2',
|
3467 |
'brand_replacement' => 'Pantech',
|
3468 |
'model_replacement' => '$1$2',
|
3469 |
),
|
3470 |
-
|
3471 |
array (
|
3472 |
'regex' => '; *((?:ADR8995|ADR910L|ADR930L|ADR930VW|PTL21|P8000)(?: 4G)?) Build/',
|
3473 |
'device_replacement' => '$1',
|
3474 |
'brand_replacement' => 'Pantech',
|
3475 |
'model_replacement' => '$1',
|
3476 |
),
|
3477 |
-
|
3478 |
array (
|
3479 |
'regex' => '; *Pantech([^;/]+).* Build/',
|
3480 |
'device_replacement' => 'Pantech $1',
|
3481 |
'brand_replacement' => 'Pantech',
|
3482 |
'model_replacement' => '$1',
|
3483 |
),
|
3484 |
-
|
3485 |
array (
|
3486 |
'regex' => '; *(papyre)[ _\\-]([^;/]+) Build/',
|
3487 |
'regex_flag' => 'i',
|
@@ -3489,406 +3608,406 @@ return array (
|
|
3489 |
'brand_replacement' => 'Papyre',
|
3490 |
'model_replacement' => '$2',
|
3491 |
),
|
3492 |
-
|
3493 |
array (
|
3494 |
'regex' => '; *(?:Touchlet )?(X10\\.[^;/]+) Build/',
|
3495 |
'device_replacement' => 'Pearl $1',
|
3496 |
'brand_replacement' => 'Pearl',
|
3497 |
'model_replacement' => '$1',
|
3498 |
),
|
3499 |
-
|
3500 |
array (
|
3501 |
'regex' => '; PHICOMM (i800) Build/',
|
3502 |
'device_replacement' => 'Phicomm $1',
|
3503 |
'brand_replacement' => 'Phicomm',
|
3504 |
'model_replacement' => '$1',
|
3505 |
),
|
3506 |
-
|
3507 |
array (
|
3508 |
'regex' => '; PHICOMM ([^;/]+) Build/',
|
3509 |
'device_replacement' => 'Phicomm $1',
|
3510 |
'brand_replacement' => 'Phicomm',
|
3511 |
'model_replacement' => '$1',
|
3512 |
),
|
3513 |
-
|
3514 |
array (
|
3515 |
'regex' => '; *(FWS\\d{3}[^;/]+) Build/',
|
3516 |
'device_replacement' => 'Phicomm $1',
|
3517 |
'brand_replacement' => 'Phicomm',
|
3518 |
'model_replacement' => '$1',
|
3519 |
),
|
3520 |
-
|
3521 |
array (
|
3522 |
'regex' => '; *(D633|D822|D833|T539|T939|V726|W335|W336|W337|W3568|W536|W5510|W626|W632|W6350|W6360|W6500|W732|W736|W737|W7376|W820|W832|W8355|W8500|W8510|W930) Build',
|
3523 |
'device_replacement' => '$1',
|
3524 |
'brand_replacement' => 'Philips',
|
3525 |
'model_replacement' => '$1',
|
3526 |
),
|
3527 |
-
|
3528 |
array (
|
3529 |
'regex' => '; *(?:Philips|PHILIPS)[ _]([^;/]+) Build',
|
3530 |
'device_replacement' => 'Philips $1',
|
3531 |
'brand_replacement' => 'Philips',
|
3532 |
'model_replacement' => '$1',
|
3533 |
),
|
3534 |
-
|
3535 |
array (
|
3536 |
'regex' => 'Android 4\\..*; *(M[12356789]|U[12368]|S[123])\\ ?(pro)? Build',
|
3537 |
'device_replacement' => 'Pipo $1$2',
|
3538 |
'brand_replacement' => 'Pipo',
|
3539 |
'model_replacement' => '$1$2',
|
3540 |
),
|
3541 |
-
|
3542 |
array (
|
3543 |
'regex' => '; *(MOMO[^;/]+) Build',
|
3544 |
'device_replacement' => '$1',
|
3545 |
'brand_replacement' => 'Ployer',
|
3546 |
'model_replacement' => '$1',
|
3547 |
),
|
3548 |
-
|
3549 |
array (
|
3550 |
'regex' => '; *(?:Polaroid[ _])?((?:MIDC\\d{3,}|PMID\\d{2,}|PTAB\\d{3,})[^;/]*)(\\/[^;/]*)? Build/',
|
3551 |
'device_replacement' => '$1',
|
3552 |
'brand_replacement' => 'Polaroid',
|
3553 |
'model_replacement' => '$1',
|
3554 |
),
|
3555 |
-
|
3556 |
array (
|
3557 |
'regex' => '; *(?:Polaroid )(Tablet) Build/',
|
3558 |
'device_replacement' => '$1',
|
3559 |
'brand_replacement' => 'Polaroid',
|
3560 |
'model_replacement' => '$1',
|
3561 |
),
|
3562 |
-
|
3563 |
array (
|
3564 |
-
'regex' => '; *(POMP)[ _\\-](
|
3565 |
'device_replacement' => '$1 $2',
|
3566 |
'brand_replacement' => 'Pomp',
|
3567 |
'model_replacement' => '$2',
|
3568 |
),
|
3569 |
-
|
3570 |
array (
|
3571 |
'regex' => '; *(TB07STA|TB10STA|TB07FTA|TB10FTA) Build/',
|
3572 |
'device_replacement' => '$1',
|
3573 |
'brand_replacement' => 'Positivo',
|
3574 |
'model_replacement' => '$1',
|
3575 |
),
|
3576 |
-
|
3577 |
array (
|
3578 |
'regex' => '; *(?:Positivo )?((?:YPY|Ypy)[^;/]+) Build/',
|
3579 |
'device_replacement' => '$1',
|
3580 |
'brand_replacement' => 'Positivo',
|
3581 |
'model_replacement' => '$1',
|
3582 |
),
|
3583 |
-
|
3584 |
array (
|
3585 |
'regex' => '; *(MOB-[^;/]+) Build/',
|
3586 |
'device_replacement' => '$1',
|
3587 |
'brand_replacement' => 'POV',
|
3588 |
'model_replacement' => '$1',
|
3589 |
),
|
3590 |
-
|
3591 |
array (
|
3592 |
'regex' => '; *POV[ _\\-]([^;/]+) Build/',
|
3593 |
'device_replacement' => 'POV $1',
|
3594 |
'brand_replacement' => 'POV',
|
3595 |
'model_replacement' => '$1',
|
3596 |
),
|
3597 |
-
|
3598 |
array (
|
3599 |
'regex' => '; *((?:TAB-PLAYTAB|TAB-PROTAB|PROTAB|PlayTabPro|Mobii[ _\\-]|TAB-P)[^;/]*) Build/',
|
3600 |
'device_replacement' => 'POV $1',
|
3601 |
'brand_replacement' => 'POV',
|
3602 |
'model_replacement' => '$1',
|
3603 |
),
|
3604 |
-
|
3605 |
array (
|
3606 |
'regex' => '; *(?:Prestigio )?((?:PAP|PMP)\\d[^;/]+) Build/',
|
3607 |
'device_replacement' => 'Prestigio $1',
|
3608 |
'brand_replacement' => 'Prestigio',
|
3609 |
'model_replacement' => '$1',
|
3610 |
),
|
3611 |
-
|
3612 |
array (
|
3613 |
'regex' => '; *(PLT[0-9]{4}.*) Build/',
|
3614 |
'device_replacement' => '$1',
|
3615 |
'brand_replacement' => 'Proscan',
|
3616 |
'model_replacement' => '$1',
|
3617 |
),
|
3618 |
-
|
3619 |
array (
|
3620 |
'regex' => '; *(A2|A5|A8|A900)_?(Classic)? Build',
|
3621 |
'device_replacement' => '$1 $2',
|
3622 |
'brand_replacement' => 'Qmobile',
|
3623 |
'model_replacement' => '$1 $2',
|
3624 |
),
|
3625 |
-
|
3626 |
array (
|
3627 |
'regex' => '; *(Q[Mm]obile)_([^_]+)_([^_]+) Build',
|
3628 |
'device_replacement' => 'Qmobile $2 $3',
|
3629 |
'brand_replacement' => 'Qmobile',
|
3630 |
'model_replacement' => '$2 $3',
|
3631 |
),
|
3632 |
-
|
3633 |
array (
|
3634 |
'regex' => '; *(Q\\-?[Mm]obile)[_ ](A[^;/]+) Build',
|
3635 |
'device_replacement' => 'Qmobile $2',
|
3636 |
'brand_replacement' => 'Qmobile',
|
3637 |
'model_replacement' => '$2',
|
3638 |
),
|
3639 |
-
|
3640 |
array (
|
3641 |
'regex' => '; *(Q\\-Smart)[ _]([^;/]+) Build/',
|
3642 |
'device_replacement' => '$1 $2',
|
3643 |
'brand_replacement' => 'Qmobilevn',
|
3644 |
'model_replacement' => '$2',
|
3645 |
),
|
3646 |
-
|
3647 |
array (
|
3648 |
'regex' => '; *(Q\\-?[Mm]obile)[ _\\-](S[^;/]+) Build/',
|
3649 |
'device_replacement' => '$1 $2',
|
3650 |
'brand_replacement' => 'Qmobilevn',
|
3651 |
'model_replacement' => '$2',
|
3652 |
),
|
3653 |
-
|
3654 |
array (
|
3655 |
'regex' => '; *(TA1013) Build',
|
3656 |
'device_replacement' => '$1',
|
3657 |
'brand_replacement' => 'Quanta',
|
3658 |
'model_replacement' => '$1',
|
3659 |
),
|
3660 |
-
|
3661 |
array (
|
3662 |
'regex' => '; *(RK\\d+),? Build/',
|
3663 |
'device_replacement' => '$1',
|
3664 |
'brand_replacement' => 'Rockchip',
|
3665 |
'model_replacement' => '$1',
|
3666 |
),
|
3667 |
-
|
3668 |
array (
|
3669 |
'regex' => ' Build/(RK\\d+)',
|
3670 |
'device_replacement' => '$1',
|
3671 |
'brand_replacement' => 'Rockchip',
|
3672 |
'model_replacement' => '$1',
|
3673 |
),
|
3674 |
-
|
3675 |
array (
|
3676 |
'regex' => '; *(SAMSUNG |Samsung )?((?:Galaxy (?:Note II|S\\d)|GT-I9082|GT-I9205|GT-N7\\d{3}|SM-N9005)[^;/]*)\\/?[^;/]* Build/',
|
3677 |
'device_replacement' => 'Samsung $1$2',
|
3678 |
'brand_replacement' => 'Samsung',
|
3679 |
'model_replacement' => '$2',
|
3680 |
),
|
3681 |
-
|
3682 |
array (
|
3683 |
'regex' => '; *(Google )?(Nexus [Ss](?: 4G)?) Build/',
|
3684 |
'device_replacement' => 'Samsung $1$2',
|
3685 |
'brand_replacement' => 'Samsung',
|
3686 |
'model_replacement' => '$2',
|
3687 |
),
|
3688 |
-
|
3689 |
array (
|
3690 |
'regex' => '; *(SAMSUNG |Samsung )([^\\/]*)\\/[^ ]* Build/',
|
3691 |
'device_replacement' => 'Samsung $2',
|
3692 |
'brand_replacement' => 'Samsung',
|
3693 |
'model_replacement' => '$2',
|
3694 |
),
|
3695 |
-
|
3696 |
array (
|
3697 |
'regex' => '; *(Galaxy(?: Ace| Nexus| S ?II+|Nexus S| with MCR 1.2| Mini Plus 4G)?) Build/',
|
3698 |
'device_replacement' => 'Samsung $1',
|
3699 |
'brand_replacement' => 'Samsung',
|
3700 |
'model_replacement' => '$1',
|
3701 |
),
|
3702 |
-
|
3703 |
array (
|
3704 |
'regex' => '; *(SAMSUNG[ _\\-] *)+([^;/]+) Build',
|
3705 |
'device_replacement' => 'Samsung $2',
|
3706 |
'brand_replacement' => 'Samsung',
|
3707 |
'model_replacement' => '$2',
|
3708 |
),
|
3709 |
-
|
3710 |
array (
|
3711 |
'regex' => '; *(SAMSUNG-)?(GT\\-[BINPS]\\d{4}[^\\/]*)(\\/[^ ]*) Build',
|
3712 |
'device_replacement' => 'Samsung $1$2$3',
|
3713 |
'brand_replacement' => 'Samsung',
|
3714 |
'model_replacement' => '$2',
|
3715 |
),
|
3716 |
-
|
3717 |
array (
|
3718 |
-
'regex' => '(?:; *|^)((?:GT\\-[BIiNPS]\\d{4}|I9\\d{2}0[A-Za-z\\+]?\\b)
|
3719 |
'device_replacement' => 'Samsung $1',
|
3720 |
'brand_replacement' => 'Samsung',
|
3721 |
'model_replacement' => '$1',
|
3722 |
),
|
3723 |
-
|
3724 |
array (
|
3725 |
'regex' => '; (SAMSUNG-)([A-Za-z0-9\\-]+).* Build/',
|
3726 |
'device_replacement' => 'Samsung $1$2',
|
3727 |
'brand_replacement' => 'Samsung',
|
3728 |
'model_replacement' => '$2',
|
3729 |
),
|
3730 |
-
|
3731 |
array (
|
3732 |
'regex' => '; *((?:SCH|SGH|SHV|SHW|SPH|SC|SM)\\-[A-Za-z0-9 ]+)(/?[^ ]*)? Build',
|
3733 |
'device_replacement' => 'Samsung $1',
|
3734 |
'brand_replacement' => 'Samsung',
|
3735 |
'model_replacement' => '$1',
|
3736 |
),
|
3737 |
-
|
3738 |
array (
|
3739 |
'regex' => ' ((?:SCH)\\-[A-Za-z0-9 ]+)(/?[^ ]*)? Build',
|
3740 |
'device_replacement' => 'Samsung $1',
|
3741 |
'brand_replacement' => 'Samsung',
|
3742 |
'model_replacement' => '$1',
|
3743 |
),
|
3744 |
-
|
3745 |
array (
|
3746 |
'regex' => '; *(Behold ?(?:2|II)|YP\\-G[^;/]+|EK-GC100|SCL21|I9300) Build',
|
3747 |
'device_replacement' => 'Samsung $1',
|
3748 |
'brand_replacement' => 'Samsung',
|
3749 |
'model_replacement' => '$1',
|
3750 |
),
|
3751 |
-
|
3752 |
array (
|
3753 |
'regex' => '; *(SH\\-?\\d\\d[^;/]+|SBM\\d[^;/]+) Build',
|
3754 |
'device_replacement' => '$1',
|
3755 |
'brand_replacement' => 'Sharp',
|
3756 |
'model_replacement' => '$1',
|
3757 |
),
|
3758 |
-
|
3759 |
array (
|
3760 |
'regex' => '; *(SHARP[ -])([^;/]+) Build',
|
3761 |
'device_replacement' => '$1$2',
|
3762 |
'brand_replacement' => 'Sharp',
|
3763 |
'model_replacement' => '$2',
|
3764 |
),
|
3765 |
-
|
3766 |
array (
|
3767 |
'regex' => '; *(SPX[_\\-]\\d[^;/]*) Build/',
|
3768 |
'device_replacement' => '$1',
|
3769 |
'brand_replacement' => 'Simvalley',
|
3770 |
'model_replacement' => '$1',
|
3771 |
),
|
3772 |
-
|
3773 |
array (
|
3774 |
'regex' => '; *(SX7\\-PEARL\\.GmbH) Build/',
|
3775 |
'device_replacement' => '$1',
|
3776 |
'brand_replacement' => 'Simvalley',
|
3777 |
'model_replacement' => '$1',
|
3778 |
),
|
3779 |
-
|
3780 |
array (
|
3781 |
'regex' => '; *(SP[T]?\\-\\d{2}[^;/]*) Build/',
|
3782 |
'device_replacement' => '$1',
|
3783 |
'brand_replacement' => 'Simvalley',
|
3784 |
'model_replacement' => '$1',
|
3785 |
),
|
3786 |
-
|
3787 |
array (
|
3788 |
'regex' => '; *(SK\\-.*) Build/',
|
3789 |
'device_replacement' => '$1',
|
3790 |
'brand_replacement' => 'SKtelesys',
|
3791 |
'model_replacement' => '$1',
|
3792 |
),
|
3793 |
-
|
3794 |
array (
|
3795 |
'regex' => '; *(?:SKYTEX|SX)-([^;/]+) Build',
|
3796 |
'device_replacement' => '$1',
|
3797 |
'brand_replacement' => 'Skytex',
|
3798 |
'model_replacement' => '$1',
|
3799 |
),
|
3800 |
-
|
3801 |
array (
|
3802 |
'regex' => '; *(IMAGINE [^;/]+) Build',
|
3803 |
'device_replacement' => '$1',
|
3804 |
'brand_replacement' => 'Skytex',
|
3805 |
'model_replacement' => '$1',
|
3806 |
),
|
3807 |
-
|
3808 |
array (
|
3809 |
'regex' => '; *(SmartQ) ?([^;/]+) Build/',
|
3810 |
'device_replacement' => '$1 $2',
|
3811 |
'brand_replacement' => '$1',
|
3812 |
'model_replacement' => '$2',
|
3813 |
),
|
3814 |
-
|
3815 |
array (
|
3816 |
'regex' => '; *(WF7C|WF10C|SBT[^;/]+) Build',
|
3817 |
'device_replacement' => '$1',
|
3818 |
'brand_replacement' => 'Smartbitt',
|
3819 |
'model_replacement' => '$1',
|
3820 |
),
|
3821 |
-
|
3822 |
array (
|
3823 |
'regex' => '; *(SBM(?:003SH|005SH|006SH|007SH|102SH)) Build',
|
3824 |
'device_replacement' => '$1',
|
3825 |
'brand_replacement' => 'Sharp',
|
3826 |
'model_replacement' => '$1',
|
3827 |
),
|
3828 |
-
|
3829 |
array (
|
3830 |
'regex' => '; *(003P|101P|101P11C|102P) Build',
|
3831 |
'device_replacement' => '$1',
|
3832 |
'brand_replacement' => 'Panasonic',
|
3833 |
'model_replacement' => '$1',
|
3834 |
),
|
3835 |
-
|
3836 |
array (
|
3837 |
'regex' => '; *(00\\dZ) Build/',
|
3838 |
'device_replacement' => '$1',
|
3839 |
'brand_replacement' => 'ZTE',
|
3840 |
'model_replacement' => '$1',
|
3841 |
),
|
3842 |
-
|
3843 |
array (
|
3844 |
'regex' => '; HTC(X06HT) Build',
|
3845 |
'device_replacement' => '$1',
|
3846 |
'brand_replacement' => 'HTC',
|
3847 |
'model_replacement' => '$1',
|
3848 |
),
|
3849 |
-
|
3850 |
array (
|
3851 |
'regex' => '; *(001HT|X06HT) Build',
|
3852 |
'device_replacement' => '$1',
|
3853 |
'brand_replacement' => 'HTC',
|
3854 |
'model_replacement' => '$1',
|
3855 |
),
|
3856 |
-
|
3857 |
array (
|
3858 |
'regex' => '; *(201M) Build',
|
3859 |
'device_replacement' => '$1',
|
3860 |
'brand_replacement' => 'Motorola',
|
3861 |
'model_replacement' => 'XT902',
|
3862 |
),
|
3863 |
-
|
3864 |
array (
|
3865 |
'regex' => '; *(ST\\d{4}.*)Build/ST',
|
3866 |
'device_replacement' => 'Trekstor $1',
|
3867 |
'brand_replacement' => 'Trekstor',
|
3868 |
'model_replacement' => '$1',
|
3869 |
),
|
3870 |
-
|
3871 |
array (
|
3872 |
'regex' => '; *(ST\\d{4}.*) Build/',
|
3873 |
'device_replacement' => 'Trekstor $1',
|
3874 |
'brand_replacement' => 'Trekstor',
|
3875 |
'model_replacement' => '$1',
|
3876 |
),
|
3877 |
-
|
3878 |
array (
|
3879 |
'regex' => '; *(Sony ?Ericsson ?)([^;/]+) Build',
|
3880 |
'device_replacement' => '$1$2',
|
3881 |
'brand_replacement' => 'SonyEricsson',
|
3882 |
'model_replacement' => '$2',
|
3883 |
),
|
3884 |
-
|
3885 |
array (
|
3886 |
'regex' => '; *((?:SK|ST|E|X|LT|MK|MT|WT)\\d{2}[a-z0-9]*(?:-o)?|R800i|U20i) Build',
|
3887 |
'device_replacement' => '$1',
|
3888 |
'brand_replacement' => 'SonyEricsson',
|
3889 |
'model_replacement' => '$1',
|
3890 |
),
|
3891 |
-
|
3892 |
array (
|
3893 |
'regex' => '; *(Xperia (?:A8|Arc|Acro|Active|Live with Walkman|Mini|Neo|Play|Pro|Ray|X\\d+)[^;/]*) Build',
|
3894 |
'regex_flag' => 'i',
|
@@ -3896,112 +4015,112 @@ return array (
|
|
3896 |
'brand_replacement' => 'SonyEricsson',
|
3897 |
'model_replacement' => '$1',
|
3898 |
),
|
3899 |
-
|
3900 |
array (
|
3901 |
'regex' => '; Sony (Tablet[^;/]+) Build',
|
3902 |
'device_replacement' => 'Sony $1',
|
3903 |
'brand_replacement' => 'Sony',
|
3904 |
'model_replacement' => '$1',
|
3905 |
),
|
3906 |
-
|
3907 |
array (
|
3908 |
'regex' => '; Sony ([^;/]+) Build',
|
3909 |
'device_replacement' => 'Sony $1',
|
3910 |
'brand_replacement' => 'Sony',
|
3911 |
'model_replacement' => '$1',
|
3912 |
),
|
3913 |
-
|
3914 |
array (
|
3915 |
'regex' => '; *(Sony)([A-Za-z0-9\\-]+) Build',
|
3916 |
'device_replacement' => '$1 $2',
|
3917 |
'brand_replacement' => '$1',
|
3918 |
'model_replacement' => '$2',
|
3919 |
),
|
3920 |
-
|
3921 |
array (
|
3922 |
'regex' => '; *(Xperia [^;/]+) Build',
|
3923 |
'device_replacement' => '$1',
|
3924 |
'brand_replacement' => 'Sony',
|
3925 |
'model_replacement' => '$1',
|
3926 |
),
|
3927 |
-
|
3928 |
array (
|
3929 |
'regex' => '; *(C(?:1[0-9]|2[0-9]|53|55|6[0-9])[0-9]{2}|D[25]\\d{3}|D6[56]\\d{2}) Build',
|
3930 |
'device_replacement' => '$1',
|
3931 |
'brand_replacement' => 'Sony',
|
3932 |
'model_replacement' => '$1',
|
3933 |
),
|
3934 |
-
|
3935 |
array (
|
3936 |
'regex' => '; *(SGP\\d{3}|SGPT\\d{2}) Build',
|
3937 |
'device_replacement' => '$1',
|
3938 |
'brand_replacement' => 'Sony',
|
3939 |
'model_replacement' => '$1',
|
3940 |
),
|
3941 |
-
|
3942 |
array (
|
3943 |
'regex' => '; *(NW-Z1000Series) Build',
|
3944 |
'device_replacement' => '$1',
|
3945 |
'brand_replacement' => 'Sony',
|
3946 |
'model_replacement' => '$1',
|
3947 |
),
|
3948 |
-
|
3949 |
array (
|
3950 |
'regex' => 'PLAYSTATION 3',
|
3951 |
'device_replacement' => 'PlayStation 3',
|
3952 |
'brand_replacement' => 'Sony',
|
3953 |
'model_replacement' => 'PlayStation 3',
|
3954 |
),
|
3955 |
-
|
3956 |
array (
|
3957 |
'regex' => '(PlayStation (?:Portable|Vita|\\d+))',
|
3958 |
'device_replacement' => '$1',
|
3959 |
'brand_replacement' => 'Sony',
|
3960 |
'model_replacement' => '$1',
|
3961 |
),
|
3962 |
-
|
3963 |
array (
|
3964 |
'regex' => '; *((?:CSL_Spice|Spice|SPICE|CSL)[ _\\-]?)?([Mm][Ii])([ _\\-])?(\\d{3}[^;/]*) Build/',
|
3965 |
'device_replacement' => '$1$2$3$4',
|
3966 |
'brand_replacement' => 'Spice',
|
3967 |
'model_replacement' => 'Mi$4',
|
3968 |
),
|
3969 |
-
|
3970 |
array (
|
3971 |
-
'regex' => '; *(Sprint )(
|
3972 |
'device_replacement' => '$1$2',
|
3973 |
'brand_replacement' => 'Sprint',
|
3974 |
'model_replacement' => '$2',
|
3975 |
),
|
3976 |
-
|
3977 |
array (
|
3978 |
'regex' => '\\b(Sprint)[: ]([^;,/ ]+)',
|
3979 |
'device_replacement' => '$1$2',
|
3980 |
'brand_replacement' => 'Sprint',
|
3981 |
'model_replacement' => '$2',
|
3982 |
),
|
3983 |
-
|
3984 |
array (
|
3985 |
'regex' => '; *(TAGI[ ]?)(MID) ?([^;/]+) Build/',
|
3986 |
'device_replacement' => '$1$2$3',
|
3987 |
'brand_replacement' => 'Tagi',
|
3988 |
'model_replacement' => '$2$3',
|
3989 |
),
|
3990 |
-
|
3991 |
array (
|
3992 |
'regex' => '; *(Oyster500|Opal 800) Build',
|
3993 |
'device_replacement' => 'Tecmobile $1',
|
3994 |
'brand_replacement' => 'Tecmobile',
|
3995 |
'model_replacement' => '$1',
|
3996 |
),
|
3997 |
-
|
3998 |
array (
|
3999 |
'regex' => '; *(TECNO[ _])([^;/]+) Build/',
|
4000 |
'device_replacement' => '$1$2',
|
4001 |
'brand_replacement' => 'Tecno',
|
4002 |
'model_replacement' => '$2',
|
4003 |
),
|
4004 |
-
|
4005 |
array (
|
4006 |
'regex' => '; *Android for (Telechips|Techvision) ([^ ]+) ',
|
4007 |
'regex_flag' => 'i',
|
@@ -4009,126 +4128,126 @@ return array (
|
|
4009 |
'brand_replacement' => '$1',
|
4010 |
'model_replacement' => '$2',
|
4011 |
),
|
4012 |
-
|
4013 |
array (
|
4014 |
'regex' => '; *(T-Hub2) Build/',
|
4015 |
'device_replacement' => '$1',
|
4016 |
'brand_replacement' => 'Telstra',
|
4017 |
'model_replacement' => '$1',
|
4018 |
),
|
4019 |
-
|
4020 |
array (
|
4021 |
'regex' => '; *(PAD) ?(100[12]) Build/',
|
4022 |
'device_replacement' => 'Terra $1$2',
|
4023 |
'brand_replacement' => 'Terra',
|
4024 |
'model_replacement' => '$1$2',
|
4025 |
),
|
4026 |
-
|
4027 |
array (
|
4028 |
'regex' => '; *(T[BM]-\\d{3}[^;/]+) Build/',
|
4029 |
'device_replacement' => '$1',
|
4030 |
'brand_replacement' => 'Texet',
|
4031 |
'model_replacement' => '$1',
|
4032 |
),
|
4033 |
-
|
4034 |
array (
|
4035 |
'regex' => '; *(tolino [^;/]+) Build',
|
4036 |
'device_replacement' => '$1',
|
4037 |
'brand_replacement' => 'Thalia',
|
4038 |
'model_replacement' => '$1',
|
4039 |
),
|
4040 |
-
|
4041 |
array (
|
4042 |
'regex' => '; *Build/.* (TOLINO_BROWSER)',
|
4043 |
'device_replacement' => '$1',
|
4044 |
'brand_replacement' => 'Thalia',
|
4045 |
'model_replacement' => 'Tolino Shine',
|
4046 |
),
|
4047 |
-
|
4048 |
array (
|
4049 |
'regex' => '; *(?:CJ[ -])?(ThL|THL)[ -]([^;/]+) Build/',
|
4050 |
'device_replacement' => '$1 $2',
|
4051 |
'brand_replacement' => 'Thl',
|
4052 |
'model_replacement' => '$2',
|
4053 |
),
|
4054 |
-
|
4055 |
array (
|
4056 |
'regex' => '; *(T100|T200|T5|W100|W200|W8s) Build/',
|
4057 |
'device_replacement' => '$1',
|
4058 |
'brand_replacement' => 'Thl',
|
4059 |
'model_replacement' => '$1',
|
4060 |
),
|
4061 |
-
|
4062 |
array (
|
4063 |
'regex' => '; *(T-Mobile[ _]G2[ _]Touch) Build',
|
4064 |
'device_replacement' => '$1',
|
4065 |
'brand_replacement' => 'HTC',
|
4066 |
'model_replacement' => 'Hero',
|
4067 |
),
|
4068 |
-
|
4069 |
array (
|
4070 |
'regex' => '; *(T-Mobile[ _]G2) Build',
|
4071 |
'device_replacement' => '$1',
|
4072 |
'brand_replacement' => 'HTC',
|
4073 |
'model_replacement' => 'Desire Z',
|
4074 |
),
|
4075 |
-
|
4076 |
array (
|
4077 |
'regex' => '; *(T-Mobile myTouch Q) Build',
|
4078 |
'device_replacement' => '$1',
|
4079 |
'brand_replacement' => 'Huawei',
|
4080 |
'model_replacement' => 'U8730',
|
4081 |
),
|
4082 |
-
|
4083 |
array (
|
4084 |
'regex' => '; *(T-Mobile myTouch) Build',
|
4085 |
'device_replacement' => '$1',
|
4086 |
'brand_replacement' => 'Huawei',
|
4087 |
'model_replacement' => 'U8680',
|
4088 |
),
|
4089 |
-
|
4090 |
array (
|
4091 |
'regex' => '; *(T-Mobile_Espresso) Build',
|
4092 |
'device_replacement' => '$1',
|
4093 |
'brand_replacement' => 'HTC',
|
4094 |
'model_replacement' => 'Espresso',
|
4095 |
),
|
4096 |
-
|
4097 |
array (
|
4098 |
'regex' => '; *(T-Mobile G1) Build',
|
4099 |
'device_replacement' => '$1',
|
4100 |
'brand_replacement' => 'HTC',
|
4101 |
'model_replacement' => 'Dream',
|
4102 |
),
|
4103 |
-
|
4104 |
array (
|
4105 |
'regex' => '\\b(T-Mobile ?)?(myTouch)[ _]?([34]G)[ _]?([^\\/]*) (?:Mozilla|Build)',
|
4106 |
'device_replacement' => '$1$2 $3 $4',
|
4107 |
'brand_replacement' => 'HTC',
|
4108 |
'model_replacement' => '$2 $3 $4',
|
4109 |
),
|
4110 |
-
|
4111 |
array (
|
4112 |
'regex' => '\\b(T-Mobile)_([^_]+)_(.*) Build',
|
4113 |
'device_replacement' => '$1 $2 $3',
|
4114 |
'brand_replacement' => 'Tmobile',
|
4115 |
'model_replacement' => '$2 $3',
|
4116 |
),
|
4117 |
-
|
4118 |
array (
|
4119 |
-
'regex' => '\\b(T-Mobile)[_ ]?(
|
4120 |
'device_replacement' => '$1 $2',
|
4121 |
'brand_replacement' => 'Tmobile',
|
4122 |
'model_replacement' => '$2',
|
4123 |
),
|
4124 |
-
|
4125 |
array (
|
4126 |
'regex' => ' (ATP[0-9]{4}) Build',
|
4127 |
'device_replacement' => '$1',
|
4128 |
'brand_replacement' => 'Tomtec',
|
4129 |
'model_replacement' => '$1',
|
4130 |
),
|
4131 |
-
|
4132 |
array (
|
4133 |
'regex' => ' *(TOOKY)[ _\\-]([^;/]+) ?(?:Build|;)',
|
4134 |
'regex_flag' => 'i',
|
@@ -4136,49 +4255,49 @@ return array (
|
|
4136 |
'brand_replacement' => 'Tooky',
|
4137 |
'model_replacement' => '$2',
|
4138 |
),
|
4139 |
-
|
4140 |
array (
|
4141 |
'regex' => '\\b(TOSHIBA_AC_AND_AZ|TOSHIBA_FOLIO_AND_A|FOLIO_AND_A)',
|
4142 |
'device_replacement' => '$1',
|
4143 |
'brand_replacement' => 'Toshiba',
|
4144 |
'model_replacement' => 'Folio 100',
|
4145 |
),
|
4146 |
-
|
4147 |
array (
|
4148 |
'regex' => '; *([Ff]olio ?100) Build/',
|
4149 |
'device_replacement' => '$1',
|
4150 |
'brand_replacement' => 'Toshiba',
|
4151 |
'model_replacement' => 'Folio 100',
|
4152 |
),
|
4153 |
-
|
4154 |
array (
|
4155 |
'regex' => '; *(AT[0-9]{2,3}(?:\\-A|LE\\-A|PE\\-A|SE|a)?|AT7-A|AT1S0|Hikari-iFrame/WDPF-[^;/]+|THRiVE|Thrive) Build/',
|
4156 |
'device_replacement' => 'Toshiba $1',
|
4157 |
'brand_replacement' => 'Toshiba',
|
4158 |
'model_replacement' => '$1',
|
4159 |
),
|
4160 |
-
|
4161 |
array (
|
4162 |
'regex' => '; *(TM-MID\\d+[^;/]+|TOUCHMATE|MID-750) Build',
|
4163 |
'device_replacement' => '$1',
|
4164 |
'brand_replacement' => 'Touchmate',
|
4165 |
'model_replacement' => '$1',
|
4166 |
),
|
4167 |
-
|
4168 |
array (
|
4169 |
'regex' => '; *(TM-SM\\d+[^;/]+) Build',
|
4170 |
'device_replacement' => '$1',
|
4171 |
'brand_replacement' => 'Touchmate',
|
4172 |
'model_replacement' => '$1',
|
4173 |
),
|
4174 |
-
|
4175 |
array (
|
4176 |
'regex' => '; *(A10 [Bb]asic2?) Build/',
|
4177 |
'device_replacement' => '$1',
|
4178 |
'brand_replacement' => 'Treq',
|
4179 |
'model_replacement' => '$1',
|
4180 |
),
|
4181 |
-
|
4182 |
array (
|
4183 |
'regex' => '; *(TREQ[ _\\-])([^;/]+) Build',
|
4184 |
'regex_flag' => 'i',
|
@@ -4186,85 +4305,85 @@ return array (
|
|
4186 |
'brand_replacement' => 'Treq',
|
4187 |
'model_replacement' => '$2',
|
4188 |
),
|
4189 |
-
|
4190 |
array (
|
4191 |
'regex' => '; *(X-?5|X-?3) Build/',
|
4192 |
'device_replacement' => '$1',
|
4193 |
'brand_replacement' => 'Umeox',
|
4194 |
'model_replacement' => '$1',
|
4195 |
),
|
4196 |
-
|
4197 |
array (
|
4198 |
'regex' => '; *(A502\\+?|A936|A603|X1|X2) Build/',
|
4199 |
'device_replacement' => '$1',
|
4200 |
'brand_replacement' => 'Umeox',
|
4201 |
'model_replacement' => '$1',
|
4202 |
),
|
4203 |
-
|
4204 |
array (
|
4205 |
-
'regex' => '(TOUCH(?:TAB|PAD)
|
4206 |
'regex_flag' => 'i',
|
4207 |
'device_replacement' => 'Versus $1',
|
4208 |
'brand_replacement' => 'Versus',
|
4209 |
'model_replacement' => '$1',
|
4210 |
),
|
4211 |
-
|
4212 |
array (
|
4213 |
'regex' => '(VERTU) ([^;/]+) Build/',
|
4214 |
'device_replacement' => '$1 $2',
|
4215 |
'brand_replacement' => 'Vertu',
|
4216 |
'model_replacement' => '$2',
|
4217 |
),
|
4218 |
-
|
4219 |
array (
|
4220 |
'regex' => '; *(Videocon)[ _\\-]([^;/]+) *(?:Build|;)',
|
4221 |
'device_replacement' => '$1 $2',
|
4222 |
'brand_replacement' => 'Videocon',
|
4223 |
'model_replacement' => '$2',
|
4224 |
),
|
4225 |
-
|
4226 |
array (
|
4227 |
'regex' => ' (VT\\d{2}[A-Za-z]*) Build',
|
4228 |
'device_replacement' => '$1',
|
4229 |
'brand_replacement' => 'Videocon',
|
4230 |
'model_replacement' => '$1',
|
4231 |
),
|
4232 |
-
|
4233 |
array (
|
4234 |
'regex' => '; *((?:ViewPad|ViewPhone|VSD)[^;/]+) Build/',
|
4235 |
'device_replacement' => '$1',
|
4236 |
'brand_replacement' => 'Viewsonic',
|
4237 |
'model_replacement' => '$1',
|
4238 |
),
|
4239 |
-
|
4240 |
array (
|
4241 |
'regex' => '; *(ViewSonic-)([^;/]+) Build/',
|
4242 |
'device_replacement' => '$1$2',
|
4243 |
'brand_replacement' => 'Viewsonic',
|
4244 |
'model_replacement' => '$2',
|
4245 |
),
|
4246 |
-
|
4247 |
array (
|
4248 |
'regex' => '; *(GTablet.*) Build/',
|
4249 |
'device_replacement' => '$1',
|
4250 |
'brand_replacement' => 'Viewsonic',
|
4251 |
'model_replacement' => '$1',
|
4252 |
),
|
4253 |
-
|
4254 |
array (
|
4255 |
'regex' => '; *([Vv]ivo)[ _]([^;/]+) Build',
|
4256 |
'device_replacement' => '$1 $2',
|
4257 |
'brand_replacement' => 'vivo',
|
4258 |
'model_replacement' => '$2',
|
4259 |
),
|
4260 |
-
|
4261 |
array (
|
4262 |
'regex' => '(Vodafone) (.*) Build/',
|
4263 |
'device_replacement' => '$1 $2',
|
4264 |
'brand_replacement' => '$1',
|
4265 |
'model_replacement' => '$2',
|
4266 |
),
|
4267 |
-
|
4268 |
array (
|
4269 |
'regex' => '; *(?:Walton[ _\\-])?(Primo[ _\\-][^;/]+) Build',
|
4270 |
'regex_flag' => 'i',
|
@@ -4272,7 +4391,7 @@ return array (
|
|
4272 |
'brand_replacement' => 'Walton',
|
4273 |
'model_replacement' => '$1',
|
4274 |
),
|
4275 |
-
|
4276 |
array (
|
4277 |
'regex' => '; *(?:WIKO[ \\-])?(CINK\\+?|BARRY|BLOOM|DARKFULL|DARKMOON|DARKNIGHT|DARKSIDE|FIZZ|HIGHWAY|IGGY|OZZY|RAINBOW|STAIRWAY|SUBLIM|WAX|CINK [^;/]+) Build/',
|
4278 |
'regex_flag' => 'i',
|
@@ -4280,56 +4399,56 @@ return array (
|
|
4280 |
'brand_replacement' => 'Wiko',
|
4281 |
'model_replacement' => '$1',
|
4282 |
),
|
4283 |
-
|
4284 |
array (
|
4285 |
'regex' => '; *WellcoM-([^;/]+) Build',
|
4286 |
'device_replacement' => 'Wellcom $1',
|
4287 |
'brand_replacement' => 'Wellcom',
|
4288 |
'model_replacement' => '$1',
|
4289 |
),
|
4290 |
-
|
4291 |
array (
|
4292 |
'regex' => '(?:(WeTab)-Browser|; (wetab) Build)',
|
4293 |
'device_replacement' => '$1',
|
4294 |
'brand_replacement' => 'WeTab',
|
4295 |
'model_replacement' => 'WeTab',
|
4296 |
),
|
4297 |
-
|
4298 |
array (
|
4299 |
'regex' => '; *(AT-AS[^;/]+) Build',
|
4300 |
'device_replacement' => 'Wolfgang $1',
|
4301 |
'brand_replacement' => 'Wolfgang',
|
4302 |
'model_replacement' => '$1',
|
4303 |
),
|
4304 |
-
|
4305 |
array (
|
4306 |
'regex' => '; *(?:Woxter|Wxt) ([^;/]+) Build',
|
4307 |
'device_replacement' => 'Woxter $1',
|
4308 |
'brand_replacement' => 'Woxter',
|
4309 |
'model_replacement' => '$1',
|
4310 |
),
|
4311 |
-
|
4312 |
array (
|
4313 |
'regex' => '; *(?:Xenta |Luna )?(TAB[234][0-9]{2}|TAB0[78]-\\d{3}|TAB0?9-\\d{3}|TAB1[03]-\\d{3}|SMP\\d{2}-\\d{3}) Build/',
|
4314 |
'device_replacement' => 'Yarvik $1',
|
4315 |
'brand_replacement' => 'Yarvik',
|
4316 |
'model_replacement' => '$1',
|
4317 |
),
|
4318 |
-
|
4319 |
array (
|
4320 |
'regex' => '; *([A-Z]{2,4})(M\\d{3,}[A-Z]{2})([^;\\)\\/]*)(?: Build|[;\\)])',
|
4321 |
'device_replacement' => 'Yifang $1$2$3',
|
4322 |
'brand_replacement' => 'Yifang',
|
4323 |
'model_replacement' => '$2',
|
4324 |
),
|
4325 |
-
|
4326 |
array (
|
4327 |
-
'regex' => '; *(MI
|
4328 |
'device_replacement' => 'XiaoMi $1',
|
4329 |
'brand_replacement' => 'XiaoMi',
|
4330 |
'model_replacement' => '$1',
|
4331 |
),
|
4332 |
-
|
4333 |
array (
|
4334 |
'regex' => '; *XOLO[ _]([^;/]*tab.*) Build',
|
4335 |
'regex_flag' => 'i',
|
@@ -4337,7 +4456,7 @@ return array (
|
|
4337 |
'brand_replacement' => 'Xolo',
|
4338 |
'model_replacement' => '$1',
|
4339 |
),
|
4340 |
-
|
4341 |
array (
|
4342 |
'regex' => '; *XOLO[ _]([^;/]+) Build',
|
4343 |
'regex_flag' => 'i',
|
@@ -4345,7 +4464,7 @@ return array (
|
|
4345 |
'brand_replacement' => 'Xolo',
|
4346 |
'model_replacement' => '$1',
|
4347 |
),
|
4348 |
-
|
4349 |
array (
|
4350 |
'regex' => '; *(q\\d0{2,3}[a-z]?) Build',
|
4351 |
'regex_flag' => 'i',
|
@@ -4353,91 +4472,91 @@ return array (
|
|
4353 |
'brand_replacement' => 'Xolo',
|
4354 |
'model_replacement' => '$1',
|
4355 |
),
|
4356 |
-
|
4357 |
array (
|
4358 |
'regex' => '; *(PAD ?[79]\\d+[^;/]*|TelePAD\\d+[^;/]) Build',
|
4359 |
'device_replacement' => 'Xoro $1',
|
4360 |
'brand_replacement' => 'Xoro',
|
4361 |
'model_replacement' => '$1',
|
4362 |
),
|
4363 |
-
|
4364 |
array (
|
4365 |
'regex' => '; *(?:(?:ZOPO|Zopo)[ _]([^;/]+)|(ZP ?(?:\\d{2}[^;/]+|C2))|(C[2379])) Build',
|
4366 |
'device_replacement' => '$1$2$3',
|
4367 |
'brand_replacement' => 'Zopo',
|
4368 |
'model_replacement' => '$1$2$3',
|
4369 |
),
|
4370 |
-
|
4371 |
array (
|
4372 |
'regex' => '; *(ZiiLABS) (Zii[^;/]*) Build',
|
4373 |
'device_replacement' => '$1 $2',
|
4374 |
'brand_replacement' => 'ZiiLabs',
|
4375 |
'model_replacement' => '$2',
|
4376 |
),
|
4377 |
-
|
4378 |
array (
|
4379 |
'regex' => '; *(Zii)_([^;/]*) Build',
|
4380 |
'device_replacement' => '$1 $2',
|
4381 |
'brand_replacement' => 'ZiiLabs',
|
4382 |
'model_replacement' => '$2',
|
4383 |
),
|
4384 |
-
|
4385 |
array (
|
4386 |
'regex' => '; *(ARIZONA|(?:ATLAS|Atlas) W|D930|Grand (?:[SX][^;]*|Era|Memo[^;]*)|JOE|(?:Kis|KIS)\\b[^;]*|Libra|Light [^;]*|N8[056][01]|N850L|N8000|N9[15]\\d{2}|N9810|NX501|Optik|(?:Vip )Racer[^;]*|RacerII|RACERII|San Francisco[^;]*|V9[AC]|V55|V881|Z[679][0-9]{2}[A-z]?) Build',
|
4387 |
'device_replacement' => '$1',
|
4388 |
'brand_replacement' => 'ZTE',
|
4389 |
'model_replacement' => '$1',
|
4390 |
),
|
4391 |
-
|
4392 |
array (
|
4393 |
'regex' => '; *([A-Z]\\d+)_USA_[^;]* Build',
|
4394 |
'device_replacement' => '$1',
|
4395 |
'brand_replacement' => 'ZTE',
|
4396 |
'model_replacement' => '$1',
|
4397 |
),
|
4398 |
-
|
4399 |
array (
|
4400 |
'regex' => '; *(SmartTab\\d+)[^;]* Build',
|
4401 |
'device_replacement' => '$1',
|
4402 |
'brand_replacement' => 'ZTE',
|
4403 |
'model_replacement' => '$1',
|
4404 |
),
|
4405 |
-
|
4406 |
array (
|
4407 |
'regex' => '; *(?:Blade|BLADE|ZTE-BLADE)([^;/]*) Build',
|
4408 |
'device_replacement' => 'ZTE Blade$1',
|
4409 |
'brand_replacement' => 'ZTE',
|
4410 |
'model_replacement' => 'Blade$1',
|
4411 |
),
|
4412 |
-
|
4413 |
array (
|
4414 |
'regex' => '; *(?:Skate|SKATE|ZTE-SKATE)([^;/]*) Build',
|
4415 |
'device_replacement' => 'ZTE Skate$1',
|
4416 |
'brand_replacement' => 'ZTE',
|
4417 |
'model_replacement' => 'Skate$1',
|
4418 |
),
|
4419 |
-
|
4420 |
array (
|
4421 |
'regex' => '; *(Orange |Optimus )(Monte Carlo|San Francisco) Build',
|
4422 |
'device_replacement' => '$1$2',
|
4423 |
'brand_replacement' => 'ZTE',
|
4424 |
'model_replacement' => '$1$2',
|
4425 |
),
|
4426 |
-
|
4427 |
array (
|
4428 |
'regex' => '; *(?:ZXY-ZTE_|ZTE\\-U |ZTE[\\- _]|ZTE-C[_ ])([^;/]+) Build',
|
4429 |
'device_replacement' => 'ZTE $1',
|
4430 |
'brand_replacement' => 'ZTE',
|
4431 |
'model_replacement' => '$1',
|
4432 |
),
|
4433 |
-
|
4434 |
array (
|
4435 |
'regex' => '; (BASE) (lutea|Lutea 2|Tab[^;]*) Build',
|
4436 |
'device_replacement' => '$1 $2',
|
4437 |
'brand_replacement' => 'ZTE',
|
4438 |
'model_replacement' => '$1 $2',
|
4439 |
),
|
4440 |
-
|
4441 |
array (
|
4442 |
'regex' => '; (Avea inTouch 2|soft stone|tmn smart a7|Movistar[ _]Link) Build',
|
4443 |
'regex_flag' => 'i',
|
@@ -4445,765 +4564,765 @@ return array (
|
|
4445 |
'brand_replacement' => 'ZTE',
|
4446 |
'model_replacement' => '$1',
|
4447 |
),
|
4448 |
-
|
4449 |
array (
|
4450 |
'regex' => '; *(vp9plus)\\)',
|
4451 |
'device_replacement' => '$1',
|
4452 |
'brand_replacement' => 'ZTE',
|
4453 |
'model_replacement' => '$1',
|
4454 |
),
|
4455 |
-
|
4456 |
array (
|
4457 |
'regex' => '; ?(Cloud[ _]Z5|z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900) Build/',
|
4458 |
'device_replacement' => '$1',
|
4459 |
'brand_replacement' => 'Zync',
|
4460 |
'model_replacement' => '$1',
|
4461 |
),
|
4462 |
-
|
4463 |
array (
|
4464 |
'regex' => '; ?(KFOT|Kindle Fire) Build\\b',
|
4465 |
'device_replacement' => 'Kindle Fire',
|
4466 |
'brand_replacement' => 'Amazon',
|
4467 |
'model_replacement' => 'Kindle Fire',
|
4468 |
),
|
4469 |
-
|
4470 |
array (
|
4471 |
'regex' => '; ?(KFOTE|Amazon Kindle Fire2) Build\\b',
|
4472 |
'device_replacement' => 'Kindle Fire 2',
|
4473 |
'brand_replacement' => 'Amazon',
|
4474 |
'model_replacement' => 'Kindle Fire 2',
|
4475 |
),
|
4476 |
-
|
4477 |
array (
|
4478 |
'regex' => '; ?(KFTT) Build\\b',
|
4479 |
'device_replacement' => 'Kindle Fire HD',
|
4480 |
'brand_replacement' => 'Amazon',
|
4481 |
'model_replacement' => 'Kindle Fire HD 7"',
|
4482 |
),
|
4483 |
-
|
4484 |
array (
|
4485 |
'regex' => '; ?(KFJWI) Build\\b',
|
4486 |
'device_replacement' => 'Kindle Fire HD 8.9" WiFi',
|
4487 |
'brand_replacement' => 'Amazon',
|
4488 |
'model_replacement' => 'Kindle Fire HD 8.9" WiFi',
|
4489 |
),
|
4490 |
-
|
4491 |
array (
|
4492 |
'regex' => '; ?(KFJWA) Build\\b',
|
4493 |
'device_replacement' => 'Kindle Fire HD 8.9" 4G',
|
4494 |
'brand_replacement' => 'Amazon',
|
4495 |
'model_replacement' => 'Kindle Fire HD 8.9" 4G',
|
4496 |
),
|
4497 |
-
|
4498 |
array (
|
4499 |
'regex' => '; ?(KFSOWI) Build\\b',
|
4500 |
'device_replacement' => 'Kindle Fire HD 7" WiFi',
|
4501 |
'brand_replacement' => 'Amazon',
|
4502 |
'model_replacement' => 'Kindle Fire HD 7" WiFi',
|
4503 |
),
|
4504 |
-
|
4505 |
array (
|
4506 |
'regex' => '; ?(KFTHWI) Build\\b',
|
4507 |
'device_replacement' => 'Kindle Fire HDX 7" WiFi',
|
4508 |
'brand_replacement' => 'Amazon',
|
4509 |
'model_replacement' => 'Kindle Fire HDX 7" WiFi',
|
4510 |
),
|
4511 |
-
|
4512 |
array (
|
4513 |
'regex' => '; ?(KFTHWA) Build\\b',
|
4514 |
'device_replacement' => 'Kindle Fire HDX 7" 4G',
|
4515 |
'brand_replacement' => 'Amazon',
|
4516 |
'model_replacement' => 'Kindle Fire HDX 7" 4G',
|
4517 |
),
|
4518 |
-
|
4519 |
array (
|
4520 |
'regex' => '; ?(KFAPWI) Build\\b',
|
4521 |
'device_replacement' => 'Kindle Fire HDX 8.9" WiFi',
|
4522 |
'brand_replacement' => 'Amazon',
|
4523 |
'model_replacement' => 'Kindle Fire HDX 8.9" WiFi',
|
4524 |
),
|
4525 |
-
|
4526 |
array (
|
4527 |
'regex' => '; ?(KFAPWA) Build\\b',
|
4528 |
'device_replacement' => 'Kindle Fire HDX 8.9" 4G',
|
4529 |
'brand_replacement' => 'Amazon',
|
4530 |
'model_replacement' => 'Kindle Fire HDX 8.9" 4G',
|
4531 |
),
|
4532 |
-
|
4533 |
array (
|
4534 |
'regex' => '; ?Amazon ([^;/]+) Build\\b',
|
4535 |
'device_replacement' => '$1',
|
4536 |
'brand_replacement' => 'Amazon',
|
4537 |
'model_replacement' => '$1',
|
4538 |
),
|
4539 |
-
|
4540 |
array (
|
4541 |
'regex' => '; ?(Kindle) Build\\b',
|
4542 |
'device_replacement' => 'Kindle',
|
4543 |
'brand_replacement' => 'Amazon',
|
4544 |
'model_replacement' => 'Kindle',
|
4545 |
),
|
4546 |
-
|
4547 |
array (
|
4548 |
'regex' => '; ?(Silk)/(\\d+)\\.(\\d+)(?:\\.([0-9\\-]+))? Build\\b',
|
4549 |
'device_replacement' => 'Kindle Fire',
|
4550 |
'brand_replacement' => 'Amazon',
|
4551 |
'model_replacement' => 'Kindle Fire$2',
|
4552 |
),
|
4553 |
-
|
4554 |
array (
|
4555 |
'regex' => ' (Kindle)/(\\d+\\.\\d+)',
|
4556 |
'device_replacement' => 'Kindle',
|
4557 |
'brand_replacement' => 'Amazon',
|
4558 |
'model_replacement' => '$1 $2',
|
4559 |
),
|
4560 |
-
|
4561 |
array (
|
4562 |
'regex' => ' (Silk|Kindle)/(\\d+)\\.',
|
4563 |
'device_replacement' => 'Kindle',
|
4564 |
'brand_replacement' => 'Amazon',
|
4565 |
'model_replacement' => 'Kindle',
|
4566 |
),
|
4567 |
-
|
4568 |
array (
|
4569 |
'regex' => '(sprd)\\-([^/]+)/',
|
4570 |
'device_replacement' => '$1 $2',
|
4571 |
'brand_replacement' => '$1',
|
4572 |
'model_replacement' => '$2',
|
4573 |
),
|
4574 |
-
|
4575 |
array (
|
4576 |
'regex' => '; *(H\\d{2}00\\+?) Build',
|
4577 |
'device_replacement' => '$1',
|
4578 |
'brand_replacement' => 'Hero',
|
4579 |
'model_replacement' => '$1',
|
4580 |
),
|
4581 |
-
|
4582 |
array (
|
4583 |
'regex' => '; *(iphone|iPhone5) Build/',
|
4584 |
'device_replacement' => 'Xianghe $1',
|
4585 |
'brand_replacement' => 'Xianghe',
|
4586 |
'model_replacement' => '$1',
|
4587 |
),
|
4588 |
-
|
4589 |
array (
|
4590 |
'regex' => '; *(e\\d{4}[a-z]?_?v\\d+|v89_[^;/]+)[^;/]+ Build/',
|
4591 |
'device_replacement' => 'Xianghe $1',
|
4592 |
'brand_replacement' => 'Xianghe',
|
4593 |
'model_replacement' => '$1',
|
4594 |
),
|
4595 |
-
|
4596 |
array (
|
4597 |
'regex' => '\\bUSCC[_\\-]?([^ ;/\\)]+)',
|
4598 |
'device_replacement' => '$1',
|
4599 |
'brand_replacement' => 'Cellular',
|
4600 |
'model_replacement' => '$1',
|
4601 |
),
|
4602 |
-
|
4603 |
array (
|
4604 |
-
'regex' => 'Windows Phone [^;]+;
|
4605 |
'device_replacement' => 'Alcatel $1',
|
4606 |
'brand_replacement' => 'Alcatel',
|
4607 |
'model_replacement' => '$1',
|
4608 |
),
|
4609 |
-
|
4610 |
array (
|
4611 |
-
'regex' => 'Windows Phone [^;]+;
|
4612 |
'device_replacement' => 'Asus $1',
|
4613 |
'brand_replacement' => 'Asus',
|
4614 |
'model_replacement' => '$1',
|
4615 |
),
|
4616 |
-
|
4617 |
array (
|
4618 |
-
'regex' => 'Windows Phone [^;]+;
|
4619 |
'device_replacement' => 'Dell $1',
|
4620 |
'brand_replacement' => 'Dell',
|
4621 |
'model_replacement' => '$1',
|
4622 |
),
|
4623 |
-
|
4624 |
array (
|
4625 |
-
'regex' => 'Windows Phone [^;]+;
|
4626 |
'device_replacement' => 'HTC $1',
|
4627 |
'brand_replacement' => 'HTC',
|
4628 |
'model_replacement' => '$1',
|
4629 |
),
|
4630 |
-
|
4631 |
array (
|
4632 |
-
'regex' => 'Windows Phone [^;]+;
|
4633 |
'device_replacement' => 'Huawei $1',
|
4634 |
'brand_replacement' => 'Huawei',
|
4635 |
'model_replacement' => '$1',
|
4636 |
),
|
4637 |
-
|
4638 |
array (
|
4639 |
-
'regex' => 'Windows Phone [^;]+;
|
4640 |
'device_replacement' => 'LG $1',
|
4641 |
'brand_replacement' => 'LG',
|
4642 |
'model_replacement' => '$1',
|
4643 |
),
|
4644 |
-
|
4645 |
array (
|
4646 |
-
'regex' => 'Windows Phone [^;]+;
|
4647 |
'device_replacement' => 'Lumia $1',
|
4648 |
'brand_replacement' => 'Nokia',
|
4649 |
'model_replacement' => 'Lumia $1',
|
4650 |
),
|
4651 |
-
|
4652 |
array (
|
4653 |
-
'regex' => 'Windows Phone [^;]+;
|
4654 |
'device_replacement' => 'Nokia $1',
|
4655 |
'brand_replacement' => 'Nokia',
|
4656 |
'model_replacement' => '$1',
|
4657 |
),
|
4658 |
-
|
4659 |
array (
|
4660 |
-
'regex' => '(?:Windows Phone [^;]+;
|
4661 |
'device_replacement' => 'Nokia $1',
|
4662 |
'brand_replacement' => 'Nokia',
|
4663 |
'model_replacement' => '$1',
|
4664 |
),
|
4665 |
-
|
4666 |
array (
|
4667 |
-
'regex' => 'Windows Phone [^;]+;
|
4668 |
'device_replacement' => 'Microsoft $1',
|
4669 |
'brand_replacement' => 'Microsoft',
|
4670 |
'model_replacement' => '$1',
|
4671 |
),
|
4672 |
-
|
4673 |
array (
|
4674 |
-
'regex' => 'Windows Phone [^;]+;
|
4675 |
'device_replacement' => 'Samsung $1',
|
4676 |
'brand_replacement' => 'Samsung',
|
4677 |
'model_replacement' => '$1',
|
4678 |
),
|
4679 |
-
|
4680 |
array (
|
4681 |
-
'regex' => 'Windows Phone [^;]+;
|
4682 |
'device_replacement' => 'Toshiba $1',
|
4683 |
'brand_replacement' => 'Toshiba',
|
4684 |
'model_replacement' => '$1',
|
4685 |
),
|
4686 |
-
|
4687 |
array (
|
4688 |
-
'regex' => 'Windows Phone [^;]+;
|
4689 |
'device_replacement' => '$1 $2',
|
4690 |
'brand_replacement' => '$1',
|
4691 |
'model_replacement' => '$2',
|
4692 |
),
|
4693 |
-
|
4694 |
array (
|
4695 |
'regex' => '(?:^|; )SAMSUNG\\-([A-Za-z0-9\\-]+).* Bada/',
|
4696 |
'device_replacement' => 'Samsung $1',
|
4697 |
'brand_replacement' => 'Samsung',
|
4698 |
'model_replacement' => '$1',
|
4699 |
),
|
4700 |
-
|
4701 |
array (
|
4702 |
'regex' => '\\(Mobile; ALCATEL ?(One|ONE) ?(Touch|TOUCH) ?([^;/]+)(?:/[^;]+)?; rv:[^\\)]+\\) Gecko/[^\\/]+ Firefox/',
|
4703 |
'device_replacement' => 'Alcatel $1 $2 $3',
|
4704 |
'brand_replacement' => 'Alcatel',
|
4705 |
'model_replacement' => 'One Touch $3',
|
4706 |
),
|
4707 |
-
|
4708 |
array (
|
4709 |
'regex' => '\\(Mobile; (?:ZTE([^;]+)|(OpenC)); rv:[^\\)]+\\) Gecko/[^\\/]+ Firefox/',
|
4710 |
'device_replacement' => 'ZTE $1$2',
|
4711 |
'brand_replacement' => 'ZTE',
|
4712 |
'model_replacement' => '$1$2',
|
4713 |
),
|
4714 |
-
|
4715 |
array (
|
4716 |
'regex' => 'Nokia(N[0-9]+)([A-z_\\-][A-z0-9_\\-]*)',
|
4717 |
'device_replacement' => 'Nokia $1',
|
4718 |
'brand_replacement' => 'Nokia',
|
4719 |
'model_replacement' => '$1$2',
|
4720 |
),
|
4721 |
-
|
4722 |
array (
|
4723 |
-
'regex' => '(?:NOKIA|Nokia)(?:\\-| *)(?:([A-Za-z0-9]+)\\-[0-9a-f]{32}|((?:
|
4724 |
-
'device_replacement' => 'Nokia $1$2',
|
4725 |
'brand_replacement' => 'Nokia',
|
4726 |
-
'model_replacement' => '$1$2',
|
4727 |
),
|
4728 |
-
|
4729 |
array (
|
4730 |
'regex' => 'Lumia ([A-Za-z0-9\\-]+)',
|
4731 |
'device_replacement' => 'Lumia $1',
|
4732 |
'brand_replacement' => 'Nokia',
|
4733 |
'model_replacement' => 'Lumia $1',
|
4734 |
),
|
4735 |
-
|
4736 |
array (
|
4737 |
'regex' => '\\(Symbian; U; S60 V5; [A-z]{2}\\-[A-z]{2}; (SonyEricsson|Samsung|Nokia|LG)([^;/]+)\\)',
|
4738 |
'device_replacement' => '$1 $2',
|
4739 |
'brand_replacement' => '$1',
|
4740 |
'model_replacement' => '$2',
|
4741 |
),
|
4742 |
-
|
4743 |
array (
|
4744 |
'regex' => '\\(Symbian(?:/3)?; U; ([^;]+);',
|
4745 |
'device_replacement' => 'Nokia $1',
|
4746 |
'brand_replacement' => 'Nokia',
|
4747 |
'model_replacement' => '$1',
|
4748 |
),
|
4749 |
-
|
4750 |
array (
|
4751 |
'regex' => 'BB10; ([A-Za-z0-9\\- ]+)\\)',
|
4752 |
'device_replacement' => 'BlackBerry $1',
|
4753 |
'brand_replacement' => 'BlackBerry',
|
4754 |
'model_replacement' => '$1',
|
4755 |
),
|
4756 |
-
|
4757 |
array (
|
4758 |
'regex' => 'Play[Bb]ook.+RIM Tablet OS',
|
4759 |
'device_replacement' => 'BlackBerry Playbook',
|
4760 |
'brand_replacement' => 'BlackBerry',
|
4761 |
'model_replacement' => 'Playbook',
|
4762 |
),
|
4763 |
-
|
4764 |
array (
|
4765 |
'regex' => 'Black[Bb]erry ([0-9]+);',
|
4766 |
'device_replacement' => 'BlackBerry $1',
|
4767 |
'brand_replacement' => 'BlackBerry',
|
4768 |
'model_replacement' => '$1',
|
4769 |
),
|
4770 |
-
|
4771 |
array (
|
4772 |
'regex' => 'Black[Bb]erry([0-9]+)',
|
4773 |
'device_replacement' => 'BlackBerry $1',
|
4774 |
'brand_replacement' => 'BlackBerry',
|
4775 |
'model_replacement' => '$1',
|
4776 |
),
|
4777 |
-
|
4778 |
array (
|
4779 |
'regex' => 'Black[Bb]erry;',
|
4780 |
'device_replacement' => 'BlackBerry',
|
4781 |
'brand_replacement' => 'BlackBerry',
|
4782 |
),
|
4783 |
-
|
4784 |
array (
|
4785 |
'regex' => '(Pre|Pixi)/\\d+\\.\\d+',
|
4786 |
'device_replacement' => 'Palm $1',
|
4787 |
'brand_replacement' => 'Palm',
|
4788 |
'model_replacement' => '$1',
|
4789 |
),
|
4790 |
-
|
4791 |
array (
|
4792 |
'regex' => 'Palm([0-9]+)',
|
4793 |
'device_replacement' => 'Palm $1',
|
4794 |
'brand_replacement' => 'Palm',
|
4795 |
'model_replacement' => '$1',
|
4796 |
),
|
4797 |
-
|
4798 |
array (
|
4799 |
'regex' => 'Treo([A-Za-z0-9]+)',
|
4800 |
'device_replacement' => 'Palm Treo $1',
|
4801 |
'brand_replacement' => 'Palm',
|
4802 |
'model_replacement' => 'Treo $1',
|
4803 |
),
|
4804 |
-
|
4805 |
array (
|
4806 |
'regex' => 'webOS.*(P160U(?:NA)?)/(\\d+).(\\d+)',
|
4807 |
'device_replacement' => 'HP Veer',
|
4808 |
'brand_replacement' => 'HP',
|
4809 |
'model_replacement' => 'Veer',
|
4810 |
),
|
4811 |
-
|
4812 |
array (
|
4813 |
'regex' => '(Touch[Pp]ad)/\\d+\\.\\d+',
|
4814 |
'device_replacement' => 'HP TouchPad',
|
4815 |
'brand_replacement' => 'HP',
|
4816 |
'model_replacement' => 'TouchPad',
|
4817 |
),
|
4818 |
-
|
4819 |
array (
|
4820 |
'regex' => 'HPiPAQ([A-Za-z0-9]+)/\\d+.\\d+',
|
4821 |
'device_replacement' => 'HP iPAQ $1',
|
4822 |
'brand_replacement' => 'HP',
|
4823 |
'model_replacement' => 'iPAQ $1',
|
4824 |
),
|
4825 |
-
|
4826 |
array (
|
4827 |
'regex' => 'PDA; (PalmOS)/sony/model ([a-z]+)/Revision',
|
4828 |
'device_replacement' => '$1',
|
4829 |
'brand_replacement' => 'Sony',
|
4830 |
'model_replacement' => '$1 $2',
|
4831 |
),
|
4832 |
-
|
4833 |
array (
|
4834 |
'regex' => '(Apple\\s?TV)',
|
4835 |
'device_replacement' => 'AppleTV',
|
4836 |
'brand_replacement' => 'Apple',
|
4837 |
'model_replacement' => 'AppleTV',
|
4838 |
),
|
4839 |
-
|
4840 |
array (
|
4841 |
'regex' => '(QtCarBrowser)',
|
4842 |
'device_replacement' => 'Tesla Model S',
|
4843 |
'brand_replacement' => 'Tesla',
|
4844 |
'model_replacement' => 'Model S',
|
4845 |
),
|
4846 |
-
|
4847 |
array (
|
4848 |
'regex' => '((?:iPhone|iPad|iPod)\\d+,\\d+)',
|
4849 |
'device_replacement' => '$1',
|
4850 |
'brand_replacement' => 'Apple',
|
4851 |
'model_replacement' => '$1',
|
4852 |
),
|
4853 |
-
|
4854 |
array (
|
4855 |
'regex' => '(iPad)(?:;| Simulator;)',
|
4856 |
'device_replacement' => '$1',
|
4857 |
'brand_replacement' => 'Apple',
|
4858 |
'model_replacement' => '$1',
|
4859 |
),
|
4860 |
-
|
4861 |
array (
|
4862 |
'regex' => '(iPod)(?:;| touch;| Simulator;)',
|
4863 |
'device_replacement' => '$1',
|
4864 |
'brand_replacement' => 'Apple',
|
4865 |
'model_replacement' => '$1',
|
4866 |
),
|
4867 |
-
|
4868 |
array (
|
4869 |
'regex' => '(iPhone)(?:;| Simulator;)',
|
4870 |
'device_replacement' => '$1',
|
4871 |
'brand_replacement' => 'Apple',
|
4872 |
'model_replacement' => '$1',
|
4873 |
),
|
4874 |
-
|
4875 |
array (
|
4876 |
'regex' => 'CFNetwork/.* Darwin/\\d.*\\(((?:Mac|iMac|PowerMac|PowerBook)[^\\d]*)(\\d+)(?:,|%2C)(\\d+)',
|
4877 |
'device_replacement' => '$1$2,$3',
|
4878 |
'brand_replacement' => 'Apple',
|
4879 |
'model_replacement' => '$1$2,$3',
|
4880 |
),
|
4881 |
-
|
4882 |
array (
|
4883 |
'regex' => 'CFNetwork/.* Darwin/\\d',
|
4884 |
'device_replacement' => 'iOS-Device',
|
4885 |
'brand_replacement' => 'Apple',
|
4886 |
'model_replacement' => 'iOS-Device',
|
4887 |
),
|
4888 |
-
|
4889 |
array (
|
4890 |
'regex' => 'acer_([A-Za-z0-9]+)_',
|
4891 |
'device_replacement' => 'Acer $1',
|
4892 |
'brand_replacement' => 'Acer',
|
4893 |
'model_replacement' => '$1',
|
4894 |
),
|
4895 |
-
|
4896 |
array (
|
4897 |
'regex' => '(?:ALCATEL|Alcatel)-([A-Za-z0-9\\-]+)',
|
4898 |
'device_replacement' => 'Alcatel $1',
|
4899 |
'brand_replacement' => 'Alcatel',
|
4900 |
'model_replacement' => '$1',
|
4901 |
),
|
4902 |
-
|
4903 |
array (
|
4904 |
'regex' => '(?:Amoi|AMOI)\\-([A-Za-z0-9]+)',
|
4905 |
'device_replacement' => 'Amoi $1',
|
4906 |
'brand_replacement' => 'Amoi',
|
4907 |
'model_replacement' => '$1',
|
4908 |
),
|
4909 |
-
|
4910 |
array (
|
4911 |
'regex' => '(?:; |\\/|^)((?:Transformer (?:Pad|Prime) |Transformer |PadFone[ _]?)[A-Za-z0-9]*)',
|
4912 |
'device_replacement' => 'Asus $1',
|
4913 |
'brand_replacement' => 'Asus',
|
4914 |
'model_replacement' => '$1',
|
4915 |
),
|
4916 |
-
|
4917 |
array (
|
4918 |
'regex' => '(?:asus.*?ASUS|Asus|ASUS|asus)[\\- ;]*((?:Transformer (?:Pad|Prime) |Transformer |Padfone |Nexus[ _])?[A-Za-z0-9]+)',
|
4919 |
'device_replacement' => 'Asus $1',
|
4920 |
'brand_replacement' => 'Asus',
|
4921 |
'model_replacement' => '$1',
|
4922 |
),
|
4923 |
-
|
4924 |
array (
|
4925 |
'regex' => '\\bBIRD[ \\-\\.]([A-Za-z0-9]+)',
|
4926 |
'device_replacement' => 'Bird $1',
|
4927 |
'brand_replacement' => 'Bird',
|
4928 |
'model_replacement' => '$1',
|
4929 |
),
|
4930 |
-
|
4931 |
array (
|
4932 |
'regex' => '\\bDell ([A-Za-z0-9]+)',
|
4933 |
'device_replacement' => 'Dell $1',
|
4934 |
'brand_replacement' => 'Dell',
|
4935 |
'model_replacement' => '$1',
|
4936 |
),
|
4937 |
-
|
4938 |
array (
|
4939 |
'regex' => 'DoCoMo/2\\.0 ([A-Za-z0-9]+)',
|
4940 |
'device_replacement' => 'DoCoMo $1',
|
4941 |
'brand_replacement' => 'DoCoMo',
|
4942 |
'model_replacement' => '$1',
|
4943 |
),
|
4944 |
-
|
4945 |
array (
|
4946 |
'regex' => '([A-Za-z0-9]+)_W;FOMA',
|
4947 |
'device_replacement' => 'DoCoMo $1',
|
4948 |
'brand_replacement' => 'DoCoMo',
|
4949 |
'model_replacement' => '$1',
|
4950 |
),
|
4951 |
-
|
4952 |
array (
|
4953 |
'regex' => '([A-Za-z0-9]+);FOMA',
|
4954 |
'device_replacement' => 'DoCoMo $1',
|
4955 |
'brand_replacement' => 'DoCoMo',
|
4956 |
'model_replacement' => '$1',
|
4957 |
),
|
4958 |
-
|
4959 |
array (
|
4960 |
-
'regex' => '\\
|
4961 |
'device_replacement' => 'HTC $1',
|
4962 |
'brand_replacement' => 'HTC',
|
4963 |
'model_replacement' => '$1',
|
4964 |
),
|
4965 |
-
|
4966 |
array (
|
4967 |
'regex' => 'Huawei([A-Za-z0-9]+)',
|
4968 |
'device_replacement' => 'Huawei $1',
|
4969 |
'brand_replacement' => 'Huawei',
|
4970 |
'model_replacement' => '$1',
|
4971 |
),
|
4972 |
-
|
4973 |
array (
|
4974 |
'regex' => 'HUAWEI-([A-Za-z0-9]+)',
|
4975 |
'device_replacement' => 'Huawei $1',
|
4976 |
'brand_replacement' => 'Huawei',
|
4977 |
'model_replacement' => '$1',
|
4978 |
),
|
4979 |
-
|
4980 |
array (
|
4981 |
'regex' => 'vodafone([A-Za-z0-9]+)',
|
4982 |
'device_replacement' => 'Huawei Vodafone $1',
|
4983 |
'brand_replacement' => 'Huawei',
|
4984 |
'model_replacement' => 'Vodafone $1',
|
4985 |
),
|
4986 |
-
|
4987 |
array (
|
4988 |
'regex' => 'i\\-mate ([A-Za-z0-9]+)',
|
4989 |
'device_replacement' => 'i-mate $1',
|
4990 |
'brand_replacement' => 'i-mate',
|
4991 |
'model_replacement' => '$1',
|
4992 |
),
|
4993 |
-
|
4994 |
array (
|
4995 |
'regex' => 'Kyocera\\-([A-Za-z0-9]+)',
|
4996 |
'device_replacement' => 'Kyocera $1',
|
4997 |
'brand_replacement' => 'Kyocera',
|
4998 |
'model_replacement' => '$1',
|
4999 |
),
|
5000 |
-
|
5001 |
array (
|
5002 |
'regex' => 'KWC\\-([A-Za-z0-9]+)',
|
5003 |
'device_replacement' => 'Kyocera $1',
|
5004 |
'brand_replacement' => 'Kyocera',
|
5005 |
'model_replacement' => '$1',
|
5006 |
),
|
5007 |
-
|
5008 |
array (
|
5009 |
'regex' => 'Lenovo[_\\-]([A-Za-z0-9]+)',
|
5010 |
'device_replacement' => 'Lenovo $1',
|
5011 |
'brand_replacement' => 'Lenovo',
|
5012 |
'model_replacement' => '$1',
|
5013 |
),
|
5014 |
-
|
5015 |
array (
|
5016 |
'regex' => '(HbbTV)/[0-9]+\\.[0-9]+\\.[0-9]+ \\([^;]*; *(LG)E *; *([^;]*) *;[^;]*;[^;]*;\\)',
|
5017 |
'device_replacement' => '$1',
|
5018 |
'brand_replacement' => '$2',
|
5019 |
'model_replacement' => '$3',
|
5020 |
),
|
5021 |
-
|
5022 |
array (
|
5023 |
'regex' => '(HbbTV)/1\\.1\\.1.*CE-HTML/1\\.\\d;(Vendor/)*(THOM[^;]*?)[;\\s](?:.*SW-Version/.*)*(LF[^;]+);?',
|
5024 |
'device_replacement' => '$1',
|
5025 |
'brand_replacement' => 'Thomson',
|
5026 |
'model_replacement' => '$4',
|
5027 |
),
|
5028 |
-
|
5029 |
array (
|
5030 |
'regex' => '(HbbTV)(?:/1\\.1\\.1)?(?: ?\\(;;;;;\\))?; *CE-HTML(?:/1\\.\\d)?; *([^ ]+) ([^;]+);',
|
5031 |
'device_replacement' => '$1',
|
5032 |
'brand_replacement' => '$2',
|
5033 |
'model_replacement' => '$3',
|
5034 |
),
|
5035 |
-
|
5036 |
array (
|
5037 |
'regex' => '(HbbTV)/1\\.1\\.1 \\(;;;;;\\) Maple_2011',
|
5038 |
'device_replacement' => '$1',
|
5039 |
'brand_replacement' => 'Samsung',
|
5040 |
),
|
5041 |
-
|
5042 |
array (
|
5043 |
'regex' => '(HbbTV)/[0-9]+\\.[0-9]+\\.[0-9]+ \\([^;]*; *(?:CUS:([^;]*)|([^;]+)) *; *([^;]*) *;.*;',
|
5044 |
'device_replacement' => '$1',
|
5045 |
'brand_replacement' => '$2$3',
|
5046 |
'model_replacement' => '$4',
|
5047 |
),
|
5048 |
-
|
5049 |
array (
|
5050 |
'regex' => '(HbbTV)/[0-9]+\\.[0-9]+\\.[0-9]+',
|
5051 |
'device_replacement' => '$1',
|
5052 |
),
|
5053 |
-
|
5054 |
array (
|
5055 |
'regex' => 'LGE; (?:Media\\/)?([^;]*);[^;]*;[^;]*;?\\); "?LG NetCast(\\.TV|\\.Media|)-\\d+',
|
5056 |
'device_replacement' => 'NetCast$2',
|
5057 |
'brand_replacement' => 'LG',
|
5058 |
'model_replacement' => '$1',
|
5059 |
),
|
5060 |
-
|
5061 |
array (
|
5062 |
'regex' => 'InettvBrowser/[0-9]+\\.[0-9A-Z]+ \\([^;]*;(Sony)([^;]*);[^;]*;[^\\)]*\\)',
|
5063 |
'device_replacement' => 'Inettv',
|
5064 |
'brand_replacement' => '$1',
|
5065 |
'model_replacement' => '$2',
|
5066 |
),
|
5067 |
-
|
5068 |
array (
|
5069 |
'regex' => 'InettvBrowser/[0-9]+\\.[0-9A-Z]+ \\([^;]*;([^;]*);[^;]*;[^\\)]*\\)',
|
5070 |
'device_replacement' => 'Inettv',
|
5071 |
'brand_replacement' => 'Generic_Inettv',
|
5072 |
'model_replacement' => '$1',
|
5073 |
),
|
5074 |
-
|
5075 |
array (
|
5076 |
'regex' => '(?:InettvBrowser|TSBNetTV|NETTV|HBBTV)',
|
5077 |
'device_replacement' => 'Inettv',
|
5078 |
'brand_replacement' => 'Generic_Inettv',
|
5079 |
),
|
5080 |
-
|
5081 |
array (
|
5082 |
'regex' => 'Series60/\\d\\.\\d (LG)[\\-]?([A-Za-z0-9 \\-]+)',
|
5083 |
'device_replacement' => '$1 $2',
|
5084 |
'brand_replacement' => '$1',
|
5085 |
'model_replacement' => '$2',
|
5086 |
),
|
5087 |
-
|
5088 |
array (
|
5089 |
'regex' => '\\b(?:LGE[ \\-]LG\\-(?:AX)?|LGE |LGE?-LG|LGE?[ \\-]|LG[ /\\-]|lg[\\-])([A-Za-z0-9]+)\\b',
|
5090 |
'device_replacement' => 'LG $1',
|
5091 |
'brand_replacement' => 'LG',
|
5092 |
'model_replacement' => '$1',
|
5093 |
),
|
5094 |
-
|
5095 |
array (
|
5096 |
'regex' => '(?:^LG[\\-]?|^LGE[\\-/]?)([A-Za-z]+[0-9]+[A-Za-z]*)',
|
5097 |
'device_replacement' => 'LG $1',
|
5098 |
'brand_replacement' => 'LG',
|
5099 |
'model_replacement' => '$1',
|
5100 |
),
|
5101 |
-
|
5102 |
array (
|
5103 |
'regex' => '^LG([0-9]+[A-Za-z]*)',
|
5104 |
'device_replacement' => 'LG $1',
|
5105 |
'brand_replacement' => 'LG',
|
5106 |
'model_replacement' => '$1',
|
5107 |
),
|
5108 |
-
|
5109 |
array (
|
5110 |
'regex' => '(KIN\\.[^ ]+) (\\d+)\\.(\\d+)',
|
5111 |
'device_replacement' => 'Microsoft $1',
|
5112 |
'brand_replacement' => 'Microsoft',
|
5113 |
'model_replacement' => '$1',
|
5114 |
),
|
5115 |
-
|
5116 |
array (
|
5117 |
'regex' => '(?:MSIE|XBMC).*\\b(Xbox)\\b',
|
5118 |
'device_replacement' => '$1',
|
5119 |
'brand_replacement' => 'Microsoft',
|
5120 |
'model_replacement' => '$1',
|
5121 |
),
|
5122 |
-
|
5123 |
array (
|
5124 |
'regex' => '; ARM; Trident/6\\.0; Touch[\\);]',
|
5125 |
'device_replacement' => 'Microsoft Surface RT',
|
5126 |
'brand_replacement' => 'Microsoft',
|
5127 |
'model_replacement' => 'Surface RT',
|
5128 |
),
|
5129 |
-
|
5130 |
array (
|
5131 |
'regex' => 'Motorola\\-([A-Za-z0-9]+)',
|
5132 |
'device_replacement' => 'Motorola $1',
|
5133 |
'brand_replacement' => 'Motorola',
|
5134 |
'model_replacement' => '$1',
|
5135 |
),
|
5136 |
-
|
5137 |
array (
|
5138 |
'regex' => 'MOTO\\-([A-Za-z0-9]+)',
|
5139 |
'device_replacement' => 'Motorola $1',
|
5140 |
'brand_replacement' => 'Motorola',
|
5141 |
'model_replacement' => '$1',
|
5142 |
),
|
5143 |
-
|
5144 |
array (
|
5145 |
'regex' => 'MOT\\-([A-z0-9][A-z0-9\\-]*)',
|
5146 |
'device_replacement' => 'Motorola $1',
|
5147 |
'brand_replacement' => 'Motorola',
|
5148 |
'model_replacement' => '$1',
|
5149 |
),
|
5150 |
-
|
5151 |
array (
|
5152 |
'regex' => 'Nintendo WiiU',
|
5153 |
'device_replacement' => 'Nintendo Wii U',
|
5154 |
'brand_replacement' => 'Nintendo',
|
5155 |
'model_replacement' => 'Wii U',
|
5156 |
),
|
5157 |
-
|
5158 |
array (
|
5159 |
'regex' => 'Nintendo (DS|3DS|DSi|Wii);',
|
5160 |
'device_replacement' => 'Nintendo $1',
|
5161 |
'brand_replacement' => 'Nintendo',
|
5162 |
'model_replacement' => '$1',
|
5163 |
),
|
5164 |
-
|
5165 |
array (
|
5166 |
'regex' => '(?:Pantech|PANTECH)[ _-]?([A-Za-z0-9\\-]+)',
|
5167 |
'device_replacement' => 'Pantech $1',
|
5168 |
'brand_replacement' => 'Pantech',
|
5169 |
'model_replacement' => '$1',
|
5170 |
),
|
5171 |
-
|
5172 |
array (
|
5173 |
'regex' => 'Philips([A-Za-z0-9]+)',
|
5174 |
'device_replacement' => 'Philips $1',
|
5175 |
'brand_replacement' => 'Philips',
|
5176 |
'model_replacement' => '$1',
|
5177 |
),
|
5178 |
-
|
5179 |
array (
|
5180 |
'regex' => 'Philips ([A-Za-z0-9]+)',
|
5181 |
'device_replacement' => 'Philips $1',
|
5182 |
'brand_replacement' => 'Philips',
|
5183 |
'model_replacement' => '$1',
|
5184 |
),
|
5185 |
-
|
5186 |
array (
|
5187 |
'regex' => 'SymbianOS/9\\.\\d.* Samsung[/\\-]([A-Za-z0-9 \\-]+)',
|
5188 |
'device_replacement' => 'Samsung $1',
|
5189 |
'brand_replacement' => 'Samsung',
|
5190 |
'model_replacement' => '$1',
|
5191 |
),
|
5192 |
-
|
5193 |
array (
|
5194 |
'regex' => '(Samsung)(SGH)(i[0-9]+)',
|
5195 |
'device_replacement' => '$1 $2$3',
|
5196 |
'brand_replacement' => '$1',
|
5197 |
'model_replacement' => '$2-$3',
|
5198 |
),
|
5199 |
-
|
5200 |
array (
|
5201 |
'regex' => 'SAMSUNG-ANDROID-MMS/([^;/]+)',
|
5202 |
'device_replacement' => '$1',
|
5203 |
'brand_replacement' => 'Samsung',
|
5204 |
'model_replacement' => '$1',
|
5205 |
),
|
5206 |
-
|
5207 |
array (
|
5208 |
'regex' => 'SAMSUNG(?:; |[ -/])([A-Za-z0-9\\-]+)',
|
5209 |
'regex_flag' => 'i',
|
@@ -5211,131 +5330,132 @@ return array (
|
|
5211 |
'brand_replacement' => 'Samsung',
|
5212 |
'model_replacement' => '$1',
|
5213 |
),
|
5214 |
-
|
5215 |
array (
|
5216 |
'regex' => '(Dreamcast)',
|
5217 |
'device_replacement' => 'Sega $1',
|
5218 |
'brand_replacement' => 'Sega',
|
5219 |
'model_replacement' => '$1',
|
5220 |
),
|
5221 |
-
|
5222 |
array (
|
5223 |
'regex' => '^SIE-([A-Za-z0-9]+)',
|
5224 |
'device_replacement' => 'Siemens $1',
|
5225 |
'brand_replacement' => 'Siemens',
|
5226 |
'model_replacement' => '$1',
|
5227 |
),
|
5228 |
-
|
5229 |
array (
|
5230 |
'regex' => 'Softbank/[12]\\.0/([A-Za-z0-9]+)',
|
5231 |
'device_replacement' => 'Softbank $1',
|
5232 |
'brand_replacement' => 'Softbank',
|
5233 |
'model_replacement' => '$1',
|
5234 |
),
|
5235 |
-
|
5236 |
array (
|
5237 |
'regex' => 'SonyEricsson ?([A-Za-z0-9\\-]+)',
|
5238 |
'device_replacement' => 'Ericsson $1',
|
5239 |
'brand_replacement' => 'SonyEricsson',
|
5240 |
'model_replacement' => '$1',
|
5241 |
),
|
5242 |
-
|
5243 |
array (
|
5244 |
'regex' => 'Android [^;]+; ([^ ]+) (Sony)/',
|
5245 |
'device_replacement' => '$2 $1',
|
5246 |
'brand_replacement' => '$2',
|
5247 |
'model_replacement' => '$1',
|
5248 |
),
|
5249 |
-
|
5250 |
array (
|
5251 |
'regex' => '(Sony)(?:BDP\\/|\\/)?([^ /;\\)]+)[ /;\\)]',
|
5252 |
'device_replacement' => '$1 $2',
|
5253 |
'brand_replacement' => '$1',
|
5254 |
'model_replacement' => '$2',
|
5255 |
),
|
5256 |
-
|
5257 |
array (
|
5258 |
'regex' => 'Puffin/[\\d\\.]+IT',
|
5259 |
'device_replacement' => 'iPad',
|
5260 |
'brand_replacement' => 'Apple',
|
5261 |
'model_replacement' => 'iPad',
|
5262 |
),
|
5263 |
-
|
5264 |
array (
|
5265 |
'regex' => 'Puffin/[\\d\\.]+IP',
|
5266 |
'device_replacement' => 'iPhone',
|
5267 |
'brand_replacement' => 'Apple',
|
5268 |
'model_replacement' => 'iPhone',
|
5269 |
),
|
5270 |
-
|
5271 |
array (
|
5272 |
'regex' => 'Puffin/[\\d\\.]+AT',
|
5273 |
'device_replacement' => 'Generic Tablet',
|
5274 |
'brand_replacement' => 'Generic',
|
5275 |
'model_replacement' => 'Tablet',
|
5276 |
),
|
5277 |
-
|
5278 |
array (
|
5279 |
'regex' => 'Puffin/[\\d\\.]+AP',
|
5280 |
'device_replacement' => 'Generic Smartphone',
|
5281 |
'brand_replacement' => 'Generic',
|
5282 |
'model_replacement' => 'Smartphone',
|
5283 |
),
|
5284 |
-
|
5285 |
array (
|
5286 |
'regex' => 'Android[\\- ][\\d]+\\.[\\d]+; [A-Za-z]{2}\\-[A-Za-z]{0,2}; WOWMobile (.+) Build',
|
5287 |
'brand_replacement' => 'Generic_Android',
|
5288 |
'model_replacement' => '$1',
|
5289 |
),
|
5290 |
-
|
5291 |
array (
|
5292 |
-
'regex' => 'Android[\\- ][\\d]+\\.[\\d]+\\-update1; [A-Za-z]{2}\\-[A-Za-z]{0,2} *; *(
|
5293 |
'brand_replacement' => 'Generic_Android',
|
5294 |
'model_replacement' => '$1',
|
5295 |
),
|
5296 |
-
|
5297 |
array (
|
5298 |
-
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *[A-Za-z]{2}[_\\-][A-Za-z]{0,2}\\-? *; *(
|
5299 |
'brand_replacement' => 'Generic_Android',
|
5300 |
'model_replacement' => '$1',
|
5301 |
),
|
5302 |
-
|
5303 |
array (
|
5304 |
-
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *[A-Za-z]{0,2}\\- *; *(
|
5305 |
'brand_replacement' => 'Generic_Android',
|
5306 |
'model_replacement' => '$1',
|
5307 |
),
|
5308 |
-
|
5309 |
array (
|
5310 |
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *[a-z]{0,2}[_\\-]?[A-Za-z]{0,2};? Build',
|
|
|
5311 |
'brand_replacement' => 'Generic',
|
5312 |
'model_replacement' => 'Smartphone',
|
5313 |
),
|
5314 |
-
|
5315 |
array (
|
5316 |
-
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *\\-?[A-Za-z]{2}; *(
|
5317 |
'brand_replacement' => 'Generic_Android',
|
5318 |
'model_replacement' => '$1',
|
5319 |
),
|
5320 |
-
|
5321 |
array (
|
5322 |
-
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}(?:;.*)?; *(
|
5323 |
'brand_replacement' => 'Generic_Android',
|
5324 |
'model_replacement' => '$1',
|
5325 |
),
|
5326 |
-
|
5327 |
array (
|
5328 |
'regex' => '(GoogleTV)',
|
5329 |
'brand_replacement' => 'Generic_Inettv',
|
5330 |
'model_replacement' => '$1',
|
5331 |
),
|
5332 |
-
|
5333 |
array (
|
5334 |
'regex' => '(WebTV)/\\d+.\\d+',
|
5335 |
'brand_replacement' => 'Generic_Inettv',
|
5336 |
'model_replacement' => '$1',
|
5337 |
),
|
5338 |
-
|
5339 |
array (
|
5340 |
'regex' => '(Android 3\\.\\d|Opera Tablet|Tablet; .+Firefox/|Android.*(?:Tab|Pad))',
|
5341 |
'regex_flag' => 'i',
|
@@ -5343,14 +5463,14 @@ return array (
|
|
5343 |
'brand_replacement' => 'Generic',
|
5344 |
'model_replacement' => 'Tablet',
|
5345 |
),
|
5346 |
-
|
5347 |
array (
|
5348 |
'regex' => '(Symbian|\\bS60(Version|V\\d)|\\bS60\\b|\\((Series 60|Windows Mobile|Palm OS|Bada); Opera Mini|Windows CE|Opera Mobi|BREW|Brew|Mobile; .+Firefox/|iPhone OS|Android|MobileSafari|Windows *Phone|\\(webOS/|PalmOS)',
|
5349 |
'device_replacement' => 'Generic Smartphone',
|
5350 |
'brand_replacement' => 'Generic',
|
5351 |
'model_replacement' => 'Smartphone',
|
5352 |
),
|
5353 |
-
|
5354 |
array (
|
5355 |
'regex' => '(hiptop|avantgo|plucker|xiino|blazer|elaine)',
|
5356 |
'regex_flag' => 'i',
|
@@ -5358,7 +5478,7 @@ return array (
|
|
5358 |
'brand_replacement' => 'Generic',
|
5359 |
'model_replacement' => 'Smartphone',
|
5360 |
),
|
5361 |
-
|
5362 |
array (
|
5363 |
'regex' => '(bot|zao|borg|DBot|oegp|silk|Xenu|zeal|^NING|CCBot|crawl|htdig|lycos|slurp|teoma|voila|yahoo|Sogou|CiBra|Nutch|^Java/|^JNLP/|Daumoa|Genieo|ichiro|larbin|pompos|Scrapy|snappy|speedy|spider|msnbot|msrbot|vortex|^vortex|crawler|favicon|indexer|Riddler|scooter|scraper|scrubby|WhatWeb|WinHTTP|bingbot|openbot|gigabot|furlbot|polybot|seekbot|^voyager|archiver|Icarus6j|mogimogi|Netvibes|blitzbot|altavista|charlotte|findlinks|Retreiver|TLSProber|WordPress|SeznamBot|ProoXiBot|wsr\\-agent|Squrl Java|EtaoSpider|PaperLiBot|SputnikBot|A6\\-Indexer|netresearch|searchsight|baiduspider|YisouSpider|ICC\\-Crawler|http%20client|Python-urllib|dataparksearch|converacrawler|Screaming Frog|AppEngine-Google|YahooCacheSystem|fast\\-webcrawler|Sogou Pic Spider|semanticdiscovery|Innovazion Crawler|facebookexternalhit|Google.*/\\+/web/snippet|Google-HTTP-Java-Client|BlogBridge|IlTrovatore-Setaccio|InternetArchive|GomezAgent|WebThumbnail|heritrix|NewsGator|PagePeeker|Reaper|ZooShot|holmes)',
|
5364 |
'regex_flag' => 'i',
|
@@ -5366,7 +5486,7 @@ return array (
|
|
5366 |
'brand_replacement' => 'Spider',
|
5367 |
'model_replacement' => 'Desktop',
|
5368 |
),
|
5369 |
-
|
5370 |
array (
|
5371 |
'regex' => '^(1207|3gso|4thp|501i|502i|503i|504i|505i|506i|6310|6590|770s|802s|a wa|acer|acs\\-|airn|alav|asus|attw|au\\-m|aur |aus |abac|acoo|aiko|alco|alca|amoi|anex|anny|anyw|aptu|arch|argo|bmobile|bell|bird|bw\\-n|bw\\-u|beck|benq|bilb|blac|c55/|cdm\\-|chtm|capi|comp|cond|dall|dbte|dc\\-s|dica|ds\\-d|ds12|dait|devi|dmob|doco|dopo|dorado|el(?:38|39|48|49|50|55|58|68)|el[3456]\\d{2}dual|erk0|esl8|ex300|ez40|ez60|ez70|ezos|ezze|elai|emul|eric|ezwa|fake|fly\\-|fly_|g\\-mo|g1 u|g560|gf\\-5|grun|gene|go.w|good|grad|hcit|hd\\-m|hd\\-p|hd\\-t|hei\\-|hp i|hpip|hs\\-c|htc |htc\\-|htca|htcg)',
|
5372 |
'regex_flag' => 'i',
|
@@ -5374,7 +5494,7 @@ return array (
|
|
5374 |
'brand_replacement' => 'Generic',
|
5375 |
'model_replacement' => 'Feature Phone',
|
5376 |
),
|
5377 |
-
|
5378 |
array (
|
5379 |
'regex' => '^(htcp|htcs|htct|htc_|haie|hita|huaw|hutc|i\\-20|i\\-go|i\\-ma|i\\-mobile|i230|iac|iac\\-|iac/|ig01|im1k|inno|iris|jata|kddi|kgt|kgt/|kpt |kwc\\-|klon|lexi|lg g|lg\\-a|lg\\-b|lg\\-c|lg\\-d|lg\\-f|lg\\-g|lg\\-k|lg\\-l|lg\\-m|lg\\-o|lg\\-p|lg\\-s|lg\\-t|lg\\-u|lg\\-w|lg/k|lg/l|lg/u|lg50|lg54|lge\\-|lge/|leno|m1\\-w|m3ga|m50/|maui|mc01|mc21|mcca|medi|meri|mio8|mioa|mo01|mo02|mode|modo|mot |mot\\-|mt50|mtp1|mtv |mate|maxo|merc|mits|mobi|motv|mozz|n100|n101|n102|n202|n203|n300|n302|n500|n502|n505|n700|n701|n710|nec\\-|nem\\-|newg|neon)',
|
5380 |
'regex_flag' => 'i',
|
@@ -5382,7 +5502,7 @@ return array (
|
|
5382 |
'brand_replacement' => 'Generic',
|
5383 |
'model_replacement' => 'Feature Phone',
|
5384 |
),
|
5385 |
-
|
5386 |
array (
|
5387 |
'regex' => '^(netf|noki|nzph|o2 x|o2\\-x|opwv|owg1|opti|oran|ot\\-s|p800|pand|pg\\-1|pg\\-2|pg\\-3|pg\\-6|pg\\-8|pg\\-c|pg13|phil|pn\\-2|pt\\-g|palm|pana|pire|pock|pose|psio|qa\\-a|qc\\-2|qc\\-3|qc\\-5|qc\\-7|qc07|qc12|qc21|qc32|qc60|qci\\-|qwap|qtek|r380|r600|raks|rim9|rove|s55/|sage|sams|sc01|sch\\-|scp\\-|sdk/|se47|sec\\-|sec0|sec1|semc|sgh\\-|shar|sie\\-|sk\\-0|sl45|slid|smb3|smt5|sp01|sph\\-|spv |spv\\-|sy01|samm|sany|sava|scoo|send|siem|smar|smit|soft|sony|t\\-mo|t218|t250|t600|t610|t618|tcl\\-|tdg\\-|telm|tim\\-|ts70|tsm\\-|tsm3|tsm5|tx\\-9|tagt)',
|
5388 |
'regex_flag' => 'i',
|
@@ -5390,7 +5510,7 @@ return array (
|
|
5390 |
'brand_replacement' => 'Generic',
|
5391 |
'model_replacement' => 'Feature Phone',
|
5392 |
),
|
5393 |
-
|
5394 |
array (
|
5395 |
'regex' => '^(talk|teli|topl|tosh|up.b|upg1|utst|v400|v750|veri|vk\\-v|vk40|vk50|vk52|vk53|vm40|vx98|virg|vertu|vite|voda|vulc|w3c |w3c\\-|wapj|wapp|wapu|wapm|wig |wapi|wapr|wapv|wapy|wapa|waps|wapt|winc|winw|wonu|x700|xda2|xdag|yas\\-|your|zte\\-|zeto|aste|audi|avan|blaz|brew|brvw|bumb|ccwa|cell|cldc|cmd\\-|dang|eml2|fetc|hipt|http|ibro|idea|ikom|ipaq|jbro|jemu|jigs|keji|kyoc|kyok|libw|m\\-cr|midp|mmef|moto|mwbp|mywa|newt|nok6|o2im|pant|pdxg|play|pluc|port|prox|rozo|sama|seri|smal|symb|treo|upsi|vx52|vx53|vx60|vx61|vx70|vx80|vx81|vx83|vx85|wap\\-|webc|whit|wmlb|xda\\-|xda_)',
|
5396 |
'regex_flag' => 'i',
|
@@ -5398,14 +5518,14 @@ return array (
|
|
5398 |
'brand_replacement' => 'Generic',
|
5399 |
'model_replacement' => 'Feature Phone',
|
5400 |
),
|
5401 |
-
|
5402 |
array (
|
5403 |
'regex' => '^(Ice)$',
|
5404 |
'device_replacement' => 'Generic Feature Phone',
|
5405 |
'brand_replacement' => 'Generic',
|
5406 |
'model_replacement' => 'Feature Phone',
|
5407 |
),
|
5408 |
-
|
5409 |
array (
|
5410 |
'regex' => '(wap[\\-\\ ]browser|maui|netfront|obigo|teleca|up\\.browser|midp|Opera Mini)',
|
5411 |
'regex_flag' => 'i',
|
3 |
'user_agent_parsers' =>
|
4 |
array (
|
5 |
0 =>
|
6 |
+
array (
|
7 |
+
'regex' => '(CFNetwork)(?:/(\\d+)\\.(\\d+)\\.?(\\d+)?)?',
|
8 |
+
'family_replacement' => 'CFNetwork',
|
9 |
+
),
|
10 |
+
1 =>
|
11 |
array (
|
12 |
'regex' => '(Pingdom.com_bot_version_)(\\d+)\\.(\\d+)',
|
13 |
'family_replacement' => 'PingdomBot',
|
14 |
),
|
15 |
+
2 =>
|
16 |
array (
|
17 |
'regex' => '(facebookexternalhit)/(\\d+)\\.(\\d+)',
|
18 |
'family_replacement' => 'FacebookBot',
|
19 |
),
|
20 |
+
3 =>
|
21 |
array (
|
22 |
'regex' => 'Google.*/\\+/web/snippet',
|
23 |
'family_replacement' => 'GooglePlusBot',
|
24 |
),
|
|
|
|
|
|
|
|
|
25 |
4 =>
|
26 |
array (
|
27 |
+
'regex' => '/((?:Ant-)?Nutch|[A-z]+[Bb]ot|[A-z]+[Ss]pider|Axtaris|fetchurl|Isara|ShopSalad|Tailsweep)[ \\-](\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
28 |
),
|
29 |
5 =>
|
30 |
array (
|
31 |
+
'regex' => '(008|Altresium|Argus|BaiduMobaider|BoardReader|DNSGroup|DataparkSearch|EDI|Goodzer|Grub|INGRID|Infohelfer|LinkedInBot|LOOQ|Nutch|PathDefender|Peew|PostPost|Steeler|Twitterbot|VSE|WebCrunch|WebZIP|Y!J-BR[A-Z]|YahooSeeker|envolk|sproose|wminer)/(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
|
|
32 |
),
|
33 |
6 =>
|
34 |
array (
|
35 |
+
'regex' => '(MSIE) (\\d+)\\.(\\d+)([a-z]\\d?)?;.* MSIECrawler',
|
36 |
+
'family_replacement' => 'MSIECrawler',
|
37 |
),
|
38 |
7 =>
|
39 |
array (
|
40 |
+
'regex' => '(Google-HTTP-Java-Client|Apache-HttpClient|http%20client|Python-urllib|HttpMonitor|TLSProber|WinHTTP|JNLP)(?:[ /](\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
41 |
),
|
42 |
8 =>
|
43 |
array (
|
44 |
+
'regex' => '(1470\\.net crawler|50\\.nu|8bo Crawler Bot|Aboundex|Accoona-[A-z]+-Agent|AdsBot-Google(?:-[a-z]+)?|altavista|AppEngine-Google|archive.*?\\.org_bot|archiver|Ask Jeeves|[Bb]ai[Dd]u[Ss]pider(?:-[A-Za-z]+)*|bingbot|BingPreview|blitzbot|BlogBridge|BoardReader(?: [A-Za-z]+)*|boitho.com-dc|BotSeer|\\b\\w*favicon\\w*\\b|\\bYeti(?:-[a-z]+)?|Catchpoint bot|[Cc]harlotte|Checklinks|clumboot|Comodo HTTP\\(S\\) Crawler|Comodo-Webinspector-Crawler|ConveraCrawler|CRAWL-E|CrawlConvera|Daumoa(?:-feedfetcher)?|Feed Seeker Bot|findlinks|Flamingo_SearchEngine|FollowSite Bot|furlbot|Genieo|gigabot|GomezAgent|gonzo1|(?:[a-zA-Z]+-)?Googlebot(?:-[a-zA-Z]+)?|Google SketchUp|grub-client|gsa-crawler|heritrix|HiddenMarket|holmes|HooWWWer|htdig|ia_archiver|ICC-Crawler|Icarus6j|ichiro(?:/mobile)?|IconSurf|IlTrovatore(?:-Setaccio)?|InfuzApp|Innovazion Crawler|InternetArchive|IP2[a-z]+Bot|jbot\\b|KaloogaBot|Kraken|Kurzor|larbin|LEIA|LesnikBot|Linguee Bot|LinkAider|LinkedInBot|Lite Bot|Llaut|lycos|Mail\\.RU_Bot|masidani_bot|Mediapartners-Google|Microsoft .*? Bot|mogimogi|mozDex|MJ12bot|msnbot(?:-media *)?|msrbot|netresearch|Netvibes|NewsGator[^/]*|^NING|Nutch[^/]*|Nymesis|ObjectsSearch|Orbiter|OOZBOT|PagePeeker|PagesInventory|PaxleFramework|Peeplo Screenshot Bot|PlantyNet_WebRobot|Pompos|Read%20Later|Reaper|RedCarpet|Retreiver|Riddler|Rival IQ|scooter|Scrapy|Scrubby|searchsight|seekbot|semanticdiscovery|Simpy|SimplePie|SEOstats|SimpleRSS|SiteCon|Slurp|snappy|Speedy Spider|Squrl Java|TheUsefulbot|ThumbShotsBot|Thumbshots\\.ru|TwitterBot|URL2PNG|Vagabondo|VoilaBot|^vortex|Votay bot|^voyager|WASALive.Bot|Web-sniffer|WebThumb|WeSEE:[A-z]+|WhatWeb|WIRE|WordPress|Wotbox|www\\.almaden\\.ibm\\.com|Xenu(?:.s)? Link Sleuth|Xerka [A-z]+Bot|yacy(?:bot)?|Yahoo[a-z]*Seeker|Yahoo! Slurp|Yandex\\w+|YodaoBot(?:-[A-z]+)?|YottaaMonitor|Yowedo|^Zao|^Zao-Crawler|ZeBot_www\\.ze\\.bz|ZooShot|ZyBorg)(?:[ /]v?(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
45 |
),
|
46 |
9 =>
|
47 |
array (
|
48 |
+
'regex' => '(?:\\/[A-Za-z0-9\\.]+)? *([A-Za-z0-9 \\-_\\!\\[\\]:]*(?:[Aa]rchiver|[Ii]ndexer|[Ss]craper|[Bb]ot|[Ss]pider|[Cc]rawl[a-z]*))/(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
49 |
),
|
50 |
10 =>
|
51 |
array (
|
52 |
+
'regex' => '(?:\\/[A-Za-z0-9\\.]+)? *([A-Za-z0-9 _\\!\\[\\]:]*(?:[Aa]rchiver|[Ii]ndexer|[Ss]craper|[Bb]ot|[Ss]pider|[Cc]rawl[a-z]*)) (\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
53 |
),
|
54 |
11 =>
|
55 |
array (
|
56 |
+
'regex' => '((?:[A-z0-9]+|[A-z\\-]+ ?)?(?: the )?(?:[Ss][Pp][Ii][Dd][Ee][Rr]|[Ss]crape|[A-Za-z0-9-]*(?:[^C][^Uu])[Bb]ot|[Cc][Rr][Aa][Ww][Ll])[A-z0-9]*)(?:(?:[ /]| v)(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
57 |
),
|
58 |
12 =>
|
59 |
array (
|
60 |
+
'regex' => '(HbbTV)/(\\d+)\\.(\\d+)\\.(\\d+) \\(',
|
61 |
),
|
62 |
13 =>
|
63 |
+
array (
|
64 |
+
'regex' => '(Chimera|SeaMonkey|Camino)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+[a-z]*)?',
|
65 |
+
),
|
66 |
+
14 =>
|
67 |
+
array (
|
68 |
+
'regex' => '\\[FB.*;(FBAV)/(\\d+)(?:\\.(\\d+)(?:\\.(\\d)+)?)?',
|
69 |
+
'family_replacement' => 'Facebook',
|
70 |
+
),
|
71 |
+
15 =>
|
72 |
+
array (
|
73 |
+
'regex' => '\\[(Pinterest)/[^\\]]+\\]',
|
74 |
+
),
|
75 |
+
16 =>
|
76 |
+
array (
|
77 |
+
'regex' => '(Pinterest)(?: for Android(?: Tablet)?)?/(\\d+)(?:\\.(\\d+)(?:\\.(\\d)+)?)?',
|
78 |
+
),
|
79 |
+
17 =>
|
80 |
array (
|
81 |
'regex' => '(Pale[Mm]oon)/(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
82 |
'family_replacement' => 'Pale Moon (Firefox Variant)',
|
83 |
),
|
84 |
+
18 =>
|
85 |
array (
|
86 |
'regex' => '(Fennec)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+[a-z]*)',
|
87 |
'family_replacement' => 'Firefox Mobile',
|
88 |
),
|
89 |
+
19 =>
|
90 |
array (
|
91 |
'regex' => '(Fennec)/(\\d+)\\.(\\d+)(pre)',
|
92 |
'family_replacement' => 'Firefox Mobile',
|
93 |
),
|
94 |
+
20 =>
|
95 |
array (
|
96 |
'regex' => '(Fennec)/(\\d+)\\.(\\d+)',
|
97 |
'family_replacement' => 'Firefox Mobile',
|
98 |
),
|
99 |
+
21 =>
|
100 |
array (
|
101 |
+
'regex' => '(?:Mobile|Tablet);.*(Firefox)/(\\d+)\\.(\\d+)',
|
102 |
'family_replacement' => 'Firefox Mobile',
|
103 |
),
|
104 |
+
22 =>
|
105 |
array (
|
106 |
'regex' => '(Namoroka|Shiretoko|Minefield)/(\\d+)\\.(\\d+)\\.(\\d+(?:pre)?)',
|
107 |
'family_replacement' => 'Firefox ($1)',
|
108 |
),
|
109 |
+
23 =>
|
110 |
array (
|
111 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)(a\\d+[a-z]*)',
|
112 |
'family_replacement' => 'Firefox Alpha',
|
113 |
),
|
114 |
+
24 =>
|
115 |
array (
|
116 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)(b\\d+[a-z]*)',
|
117 |
'family_replacement' => 'Firefox Beta',
|
118 |
),
|
119 |
+
25 =>
|
120 |
array (
|
121 |
'regex' => '(Firefox)-(?:\\d+\\.\\d+)?/(\\d+)\\.(\\d+)(a\\d+[a-z]*)',
|
122 |
'family_replacement' => 'Firefox Alpha',
|
123 |
),
|
124 |
+
26 =>
|
125 |
array (
|
126 |
'regex' => '(Firefox)-(?:\\d+\\.\\d+)?/(\\d+)\\.(\\d+)(b\\d+[a-z]*)',
|
127 |
'family_replacement' => 'Firefox Beta',
|
128 |
),
|
129 |
+
27 =>
|
130 |
array (
|
131 |
'regex' => '(Namoroka|Shiretoko|Minefield)/(\\d+)\\.(\\d+)([ab]\\d+[a-z]*)?',
|
132 |
'family_replacement' => 'Firefox ($1)',
|
133 |
),
|
134 |
+
28 =>
|
135 |
array (
|
136 |
'regex' => '(Firefox).*Tablet browser (\\d+)\\.(\\d+)\\.(\\d+)',
|
137 |
'family_replacement' => 'MicroB',
|
138 |
),
|
139 |
+
29 =>
|
140 |
array (
|
141 |
'regex' => '(MozillaDeveloperPreview)/(\\d+)\\.(\\d+)([ab]\\d+[a-z]*)?',
|
142 |
),
|
143 |
+
30 =>
|
144 |
+
array (
|
145 |
+
'regex' => '(FxiOS)/(\\d+)\\.(\\d+)(\\.(\\d+))?(\\.(\\d+))?',
|
146 |
+
'family_replacement' => 'Firefox iOS',
|
147 |
+
),
|
148 |
+
31 =>
|
149 |
array (
|
150 |
'regex' => '(Flock)/(\\d+)\\.(\\d+)(b\\d+?)',
|
151 |
),
|
152 |
+
32 =>
|
153 |
array (
|
154 |
'regex' => '(RockMelt)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
155 |
),
|
156 |
+
33 =>
|
157 |
array (
|
158 |
'regex' => '(Navigator)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
159 |
'family_replacement' => 'Netscape',
|
160 |
),
|
161 |
+
34 =>
|
162 |
array (
|
163 |
'regex' => '(Navigator)/(\\d+)\\.(\\d+)([ab]\\d+)',
|
164 |
'family_replacement' => 'Netscape',
|
165 |
),
|
166 |
+
35 =>
|
167 |
array (
|
168 |
'regex' => '(Netscape6)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+)?',
|
169 |
'family_replacement' => 'Netscape',
|
170 |
),
|
171 |
+
36 =>
|
172 |
array (
|
173 |
'regex' => '(MyIBrow)/(\\d+)\\.(\\d+)',
|
174 |
'family_replacement' => 'My Internet Browser',
|
175 |
),
|
176 |
+
37 =>
|
177 |
array (
|
178 |
'regex' => '(Opera Tablet).*Version/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
179 |
),
|
180 |
+
38 =>
|
181 |
array (
|
182 |
'regex' => '(Opera)/.+Opera Mobi.+Version/(\\d+)\\.(\\d+)',
|
183 |
'family_replacement' => 'Opera Mobile',
|
184 |
),
|
185 |
+
39 =>
|
186 |
array (
|
187 |
'regex' => '(Opera)/(\\d+)\\.(\\d+).+Opera Mobi',
|
188 |
'family_replacement' => 'Opera Mobile',
|
189 |
),
|
190 |
+
40 =>
|
191 |
array (
|
192 |
'regex' => 'Opera Mobi.+(Opera)(?:/|\\s+)(\\d+)\\.(\\d+)',
|
193 |
'family_replacement' => 'Opera Mobile',
|
194 |
),
|
195 |
+
41 =>
|
196 |
array (
|
197 |
'regex' => 'Opera Mobi',
|
198 |
'family_replacement' => 'Opera Mobile',
|
199 |
),
|
200 |
+
42 =>
|
201 |
array (
|
202 |
'regex' => '(Opera Mini)(?:/att)?/(\\d+)\\.(\\d+)',
|
203 |
),
|
204 |
+
43 =>
|
205 |
array (
|
206 |
'regex' => '(Opera)/9.80.*Version/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
207 |
),
|
208 |
+
44 =>
|
209 |
array (
|
210 |
'regex' => '(?:Mobile Safari).*(OPR)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
211 |
'family_replacement' => 'Opera Mobile',
|
212 |
),
|
213 |
+
45 =>
|
214 |
array (
|
215 |
'regex' => '(?:Chrome).*(OPR)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
216 |
'family_replacement' => 'Opera',
|
217 |
),
|
218 |
+
46 =>
|
219 |
array (
|
220 |
'regex' => '(Coast)/(\\d+).(\\d+).(\\d+)',
|
221 |
'family_replacement' => 'Opera Coast',
|
222 |
),
|
223 |
+
47 =>
|
224 |
array (
|
225 |
'regex' => '(OPiOS)/(\\d+).(\\d+).(\\d+)',
|
226 |
'family_replacement' => 'Opera Mini',
|
227 |
),
|
228 |
+
48 =>
|
229 |
array (
|
230 |
'regex' => '(hpw|web)OS/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
231 |
'family_replacement' => 'webOS Browser',
|
232 |
),
|
233 |
+
49 =>
|
234 |
array (
|
235 |
'regex' => '(luakit)',
|
236 |
'family_replacement' => 'LuaKit',
|
237 |
),
|
238 |
+
50 =>
|
239 |
array (
|
240 |
'regex' => '(Snowshoe)/(\\d+)\\.(\\d+).(\\d+)',
|
241 |
),
|
242 |
+
51 =>
|
243 |
array (
|
244 |
'regex' => '(Lightning)/(\\d+)\\.(\\d+)\\.?((?:[ab]?\\d+[a-z]*)|(?:\\d*))',
|
245 |
),
|
246 |
+
52 =>
|
247 |
array (
|
248 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)\\.(\\d+(?:pre)?) \\(Swiftfox\\)',
|
249 |
'family_replacement' => 'Swiftfox',
|
250 |
),
|
251 |
+
53 =>
|
252 |
array (
|
253 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)([ab]\\d+[a-z]*)? \\(Swiftfox\\)',
|
254 |
'family_replacement' => 'Swiftfox',
|
255 |
),
|
256 |
+
54 =>
|
257 |
array (
|
258 |
'regex' => '(rekonq)/(\\d+)\\.(\\d+)\\.?(\\d+)? Safari',
|
259 |
'family_replacement' => 'Rekonq',
|
260 |
),
|
261 |
+
55 =>
|
262 |
array (
|
263 |
'regex' => 'rekonq',
|
264 |
'family_replacement' => 'Rekonq',
|
265 |
),
|
266 |
+
56 =>
|
267 |
array (
|
268 |
'regex' => '(conkeror|Conkeror)/(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
269 |
'family_replacement' => 'Conkeror',
|
270 |
),
|
271 |
+
57 =>
|
272 |
array (
|
273 |
'regex' => '(konqueror)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
274 |
'family_replacement' => 'Konqueror',
|
275 |
),
|
276 |
+
58 =>
|
277 |
array (
|
278 |
'regex' => '(WeTab)-Browser',
|
279 |
),
|
280 |
+
59 =>
|
281 |
array (
|
282 |
'regex' => '(Comodo_Dragon)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
283 |
'family_replacement' => 'Comodo Dragon',
|
284 |
),
|
285 |
+
60 =>
|
286 |
array (
|
287 |
'regex' => '(Symphony) (\\d+).(\\d+)',
|
288 |
),
|
289 |
+
61 =>
|
290 |
array (
|
291 |
'regex' => '(Minimo)',
|
292 |
),
|
293 |
+
62 =>
|
294 |
array (
|
295 |
'regex' => 'PLAYSTATION 3.+WebKit',
|
296 |
'family_replacement' => 'NetFront NX',
|
297 |
),
|
298 |
+
63 =>
|
299 |
array (
|
300 |
'regex' => 'PLAYSTATION 3',
|
301 |
'family_replacement' => 'NetFront',
|
302 |
),
|
303 |
+
64 =>
|
304 |
array (
|
305 |
'regex' => '(PlayStation Portable)',
|
306 |
'family_replacement' => 'NetFront',
|
307 |
),
|
308 |
+
65 =>
|
309 |
array (
|
310 |
'regex' => '(PlayStation Vita)',
|
311 |
'family_replacement' => 'NetFront NX',
|
312 |
),
|
313 |
+
66 =>
|
314 |
array (
|
315 |
'regex' => 'AppleWebKit.+ (NX)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
316 |
'family_replacement' => 'NetFront NX',
|
317 |
),
|
318 |
+
67 =>
|
319 |
array (
|
320 |
'regex' => '(Nintendo 3DS)',
|
321 |
'family_replacement' => 'NetFront NX',
|
322 |
),
|
323 |
+
68 =>
|
324 |
array (
|
325 |
'regex' => '(Silk)/(\\d+)\\.(\\d+)(?:\\.([0-9\\-]+))?',
|
326 |
'family_replacement' => 'Amazon Silk',
|
327 |
),
|
328 |
+
69 =>
|
329 |
array (
|
330 |
'regex' => '(Puffin)/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
331 |
),
|
332 |
+
70 =>
|
333 |
+
array (
|
334 |
+
'regex' => 'Windows Phone .*(Edge)/(\\d+)\\.(\\d+)',
|
335 |
+
'family_replacement' => 'Edge Mobile',
|
336 |
+
),
|
337 |
+
71 =>
|
338 |
array (
|
339 |
'regex' => '(CrMo)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)',
|
340 |
'family_replacement' => 'Chrome Mobile',
|
341 |
),
|
342 |
+
72 =>
|
343 |
array (
|
344 |
'regex' => '(CriOS)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)',
|
345 |
'family_replacement' => 'Chrome Mobile iOS',
|
346 |
),
|
347 |
+
73 =>
|
348 |
array (
|
349 |
'regex' => '(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+) Mobile',
|
350 |
'family_replacement' => 'Chrome Mobile',
|
351 |
),
|
352 |
+
74 =>
|
353 |
array (
|
354 |
'regex' => '(chromeframe)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
355 |
'family_replacement' => 'Chrome Frame',
|
356 |
),
|
357 |
+
75 =>
|
358 |
array (
|
359 |
'regex' => '(UCBrowser)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
360 |
'family_replacement' => 'UC Browser',
|
361 |
),
|
362 |
+
76 =>
|
363 |
array (
|
364 |
'regex' => '(UC Browser)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
365 |
),
|
366 |
+
77 =>
|
367 |
array (
|
368 |
'regex' => '(UC Browser|UCBrowser|UCWEB)(\\d+)\\.(\\d+)\\.(\\d+)',
|
369 |
'family_replacement' => 'UC Browser',
|
370 |
),
|
371 |
+
78 =>
|
372 |
array (
|
373 |
'regex' => '(SLP Browser)/(\\d+)\\.(\\d+)',
|
374 |
'family_replacement' => 'Tizen Browser',
|
375 |
),
|
376 |
+
79 =>
|
377 |
array (
|
378 |
'regex' => '(SE 2\\.X) MetaSr (\\d+)\\.(\\d+)',
|
379 |
'family_replacement' => 'Sogou Explorer',
|
380 |
),
|
381 |
+
80 =>
|
382 |
array (
|
383 |
'regex' => '(baidubrowser)[/\\s](\\d+)',
|
384 |
'family_replacement' => 'Baidu Browser',
|
385 |
),
|
386 |
+
81 =>
|
387 |
array (
|
388 |
'regex' => '(FlyFlow)/(\\d+)\\.(\\d+)',
|
389 |
'family_replacement' => 'Baidu Explorer',
|
390 |
),
|
391 |
+
82 =>
|
392 |
array (
|
393 |
'regex' => '(MQQBrowser/Mini)(?:(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
394 |
'family_replacement' => 'QQ Browser Mini',
|
395 |
),
|
396 |
+
83 =>
|
397 |
array (
|
398 |
'regex' => '(MQQBrowser)(?:/(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
399 |
'family_replacement' => 'QQ Browser Mobile',
|
400 |
),
|
401 |
+
84 =>
|
402 |
array (
|
403 |
'regex' => '(QQBrowser)(?:/(\\d+)(?:\\.(\\d+)\\.(\\d+)(?:\\.(\\d+))?)?)?',
|
404 |
'family_replacement' => 'QQ Browser',
|
405 |
),
|
406 |
+
85 =>
|
407 |
array (
|
408 |
'regex' => '(Rackspace Monitoring)/(\\d+)\\.(\\d+)',
|
409 |
'family_replacement' => 'RackspaceBot',
|
410 |
),
|
411 |
+
86 =>
|
412 |
array (
|
413 |
'regex' => '(PyAMF)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
414 |
),
|
415 |
+
87 =>
|
416 |
array (
|
417 |
'regex' => '(YaBrowser)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
418 |
'family_replacement' => 'Yandex Browser',
|
419 |
),
|
420 |
+
88 =>
|
421 |
array (
|
422 |
'regex' => '(Chrome)/(\\d+)\\.(\\d+)\\.(\\d+).* MRCHROME',
|
423 |
'family_replacement' => 'Mail.ru Chromium Browser',
|
424 |
),
|
425 |
+
89 =>
|
426 |
array (
|
427 |
'regex' => '(AOL) (\\d+)\\.(\\d+); AOLBuild (\\d+)',
|
428 |
),
|
429 |
+
90 =>
|
430 |
array (
|
431 |
+
'regex' => '(AdobeAIR|FireWeb|Jasmine|ANTGalio|Midori|Fresco|Lobo|PaleMoon|Maxthon|Lynx|OmniWeb|Dillo|Camino|Demeter|Fluid|Fennec|Epiphany|Shiira|Sunrise|Spotify|Flock|Netscape|Lunascape|WebPilot|NetFront|Netfront|Konqueror|SeaMonkey|Kazehakase|Vienna|Iceape|Iceweasel|IceWeasel|Iron|K-Meleon|Sleipnir|Galeon|GranParadiso|Opera Mini|iCab|NetNewsWire|ThunderBrowse|Iris|UP\\.Browser|Bunjalloo|Google Earth|Raven for Mac|Openwave)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
432 |
),
|
433 |
+
91 =>
|
434 |
array (
|
435 |
'regex' => 'MSOffice 12',
|
436 |
'family_replacement' => 'Outlook',
|
437 |
'v1_replacement' => '2007',
|
438 |
),
|
439 |
+
92 =>
|
440 |
array (
|
441 |
'regex' => 'MSOffice 14',
|
442 |
'family_replacement' => 'Outlook',
|
443 |
'v1_replacement' => '2010',
|
444 |
),
|
445 |
+
93 =>
|
446 |
array (
|
447 |
'regex' => 'Microsoft Outlook 15\\.\\d+\\.\\d+',
|
448 |
'family_replacement' => 'Outlook',
|
449 |
'v1_replacement' => '2013',
|
450 |
),
|
451 |
+
94 =>
|
452 |
array (
|
453 |
'regex' => '(Airmail) (\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
454 |
),
|
455 |
+
95 =>
|
456 |
array (
|
457 |
'regex' => '(Thunderbird)/(\\d+)\\.(\\d+)\\.(\\d+(?:pre)?)',
|
458 |
'family_replacement' => 'Thunderbird',
|
459 |
),
|
460 |
+
96 =>
|
461 |
array (
|
462 |
'regex' => '(Vivaldi)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
463 |
),
|
464 |
+
97 =>
|
465 |
array (
|
466 |
'regex' => '(Edge)/(\\d+)\\.(\\d+)',
|
467 |
),
|
468 |
+
98 =>
|
469 |
array (
|
470 |
'regex' => '(Chromium|Chrome)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
471 |
),
|
472 |
+
99 =>
|
473 |
array (
|
474 |
'regex' => '\\b(Dolphin)(?: |HDCN/|/INT\\-)(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
475 |
),
|
476 |
+
100 =>
|
477 |
array (
|
478 |
+
'regex' => '(bingbot|Bolt|Jasmine|IceCat|Skyfire|Midori|Maxthon|Lynx|Arora|IBrowse|Dillo|Camino|Shiira|Fennec|Phoenix|Chrome|Flock|Netscape|Lunascape|Epiphany|WebPilot|Opera Mini|Opera|NetFront|Netfront|Konqueror|Googlebot|SeaMonkey|Kazehakase|Vienna|Iceape|Iceweasel|IceWeasel|Iron|K-Meleon|Sleipnir|Galeon|GranParadiso|iCab|iTunes|MacAppStore|NetNewsWire|Space Bison|Stainless|Orca|Dolfin|BOLT|Minimo|Tizen Browser|Polaris|Abrowser|Planetweb|ICE Browser|mDolphin|qutebrowser|Otter|QupZilla)/(\\d+)\\.(\\d+)\\.?(\\d+)?',
|
479 |
),
|
480 |
+
101 =>
|
481 |
array (
|
482 |
'regex' => '(Chromium|Chrome)/(\\d+)\\.(\\d+)',
|
483 |
),
|
484 |
+
102 =>
|
485 |
array (
|
486 |
'regex' => '(IEMobile)[ /](\\d+)\\.(\\d+)',
|
487 |
'family_replacement' => 'IE Mobile',
|
488 |
),
|
489 |
+
103 =>
|
490 |
array (
|
491 |
'regex' => '(iRider|Crazy Browser|SkipStone|iCab|Lunascape|Sleipnir|Maemo Browser) (\\d+)\\.(\\d+)\\.(\\d+)',
|
492 |
),
|
493 |
+
104 =>
|
494 |
array (
|
495 |
'regex' => '(iCab|Lunascape|Opera|Android|Jasmine|Polaris) (\\d+)\\.(\\d+)\\.?(\\d+)?',
|
496 |
),
|
497 |
+
105 =>
|
498 |
array (
|
499 |
'regex' => '(Kindle)/(\\d+)\\.(\\d+)',
|
500 |
),
|
501 |
+
106 =>
|
502 |
array (
|
503 |
'regex' => '(Android) Donut',
|
504 |
'v1_replacement' => '1',
|
505 |
'v2_replacement' => '2',
|
506 |
),
|
507 |
+
107 =>
|
508 |
array (
|
509 |
'regex' => '(Android) Eclair',
|
510 |
'v1_replacement' => '2',
|
511 |
'v2_replacement' => '1',
|
512 |
),
|
513 |
+
108 =>
|
514 |
array (
|
515 |
'regex' => '(Android) Froyo',
|
516 |
'v1_replacement' => '2',
|
517 |
'v2_replacement' => '2',
|
518 |
),
|
519 |
+
109 =>
|
520 |
array (
|
521 |
'regex' => '(Android) Gingerbread',
|
522 |
'v1_replacement' => '2',
|
523 |
'v2_replacement' => '3',
|
524 |
),
|
525 |
+
110 =>
|
526 |
array (
|
527 |
'regex' => '(Android) Honeycomb',
|
528 |
'v1_replacement' => '3',
|
529 |
),
|
530 |
+
111 =>
|
531 |
array (
|
532 |
'regex' => '(MSIE) (\\d+)\\.(\\d+).*XBLWP7',
|
533 |
'family_replacement' => 'IE Large Screen',
|
534 |
),
|
535 |
+
112 =>
|
536 |
array (
|
537 |
'regex' => '(Obigo)InternetBrowser',
|
538 |
),
|
539 |
+
113 =>
|
540 |
array (
|
541 |
'regex' => '(Obigo)\\-Browser',
|
542 |
),
|
543 |
+
114 =>
|
544 |
array (
|
545 |
'regex' => '(Obigo|OBIGO)[^\\d]*(\\d+)(?:.(\\d+))?',
|
546 |
'family_replacement' => 'Obigo',
|
547 |
),
|
548 |
+
115 =>
|
549 |
array (
|
550 |
'regex' => '(MAXTHON|Maxthon) (\\d+)\\.(\\d+)',
|
551 |
'family_replacement' => 'Maxthon',
|
552 |
),
|
553 |
+
116 =>
|
554 |
array (
|
555 |
'regex' => '(Maxthon|MyIE2|Uzbl|Shiira)',
|
556 |
'v1_replacement' => '0',
|
557 |
),
|
558 |
+
117 =>
|
559 |
array (
|
560 |
'regex' => '(BrowseX) \\((\\d+)\\.(\\d+)\\.(\\d+)',
|
561 |
),
|
562 |
+
118 =>
|
563 |
array (
|
564 |
'regex' => '(NCSA_Mosaic)/(\\d+)\\.(\\d+)',
|
565 |
'family_replacement' => 'NCSA Mosaic',
|
566 |
),
|
567 |
+
119 =>
|
568 |
array (
|
569 |
'regex' => '(POLARIS)/(\\d+)\\.(\\d+)',
|
570 |
'family_replacement' => 'Polaris',
|
571 |
),
|
572 |
+
120 =>
|
573 |
array (
|
574 |
'regex' => '(Embider)/(\\d+)\\.(\\d+)',
|
575 |
'family_replacement' => 'Polaris',
|
576 |
),
|
577 |
+
121 =>
|
578 |
array (
|
579 |
'regex' => '(BonEcho)/(\\d+)\\.(\\d+)\\.?([ab]?\\d+)?',
|
580 |
'family_replacement' => 'Bon Echo',
|
581 |
),
|
582 |
+
122 =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
583 |
array (
|
584 |
+
'regex' => '(iPod|iPhone|iPad).+Version/(\\d+)\\.(\\d+)(?:\\.(\\d+))?.* Safari',
|
585 |
'family_replacement' => 'Mobile Safari',
|
586 |
),
|
587 |
+
123 =>
|
588 |
array (
|
589 |
+
'regex' => '(iPod|iPhone|iPad).+Version/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
590 |
+
'family_replacement' => 'Mobile Safari UIWebView',
|
591 |
),
|
592 |
+
124 =>
|
593 |
array (
|
594 |
+
'regex' => '(iPod|iPhone|iPad);.*CPU.*OS (\\d+)_(\\d+)(?:_(\\d+))?.*Mobile.* Safari',
|
595 |
'family_replacement' => 'Mobile Safari',
|
596 |
),
|
597 |
+
125 =>
|
598 |
array (
|
599 |
+
'regex' => '(iPod|iPhone|iPad);.*CPU.*OS (\\d+)_(\\d+)(?:_(\\d+))?.*Mobile',
|
600 |
+
'family_replacement' => 'Mobile Safari UIWebView',
|
601 |
),
|
602 |
+
126 =>
|
603 |
array (
|
604 |
+
'regex' => '(iPod|iPhone|iPad).* Safari',
|
605 |
'family_replacement' => 'Mobile Safari',
|
606 |
),
|
607 |
+
127 =>
|
608 |
array (
|
609 |
'regex' => '(iPod|iPhone|iPad)',
|
610 |
+
'family_replacement' => 'Mobile Safari UIWebView',
|
611 |
),
|
612 |
+
128 =>
|
613 |
array (
|
614 |
'regex' => '(AvantGo) (\\d+).(\\d+)',
|
615 |
),
|
616 |
+
129 =>
|
617 |
array (
|
618 |
'regex' => '(OneBrowser)/(\\d+).(\\d+)',
|
619 |
'family_replacement' => 'ONE Browser',
|
620 |
),
|
621 |
+
130 =>
|
622 |
array (
|
623 |
'regex' => '(Avant)',
|
624 |
'v1_replacement' => '1',
|
625 |
),
|
626 |
+
131 =>
|
627 |
array (
|
628 |
'regex' => '(QtCarBrowser)',
|
629 |
'v1_replacement' => '1',
|
630 |
),
|
631 |
+
132 =>
|
632 |
array (
|
633 |
'regex' => '^(iBrowser/Mini)(\\d+).(\\d+)',
|
634 |
'family_replacement' => 'iBrowser Mini',
|
635 |
),
|
636 |
+
133 =>
|
637 |
array (
|
638 |
'regex' => '^(iBrowser|iRAPP)/(\\d+).(\\d+)',
|
639 |
),
|
640 |
+
134 =>
|
641 |
array (
|
642 |
'regex' => '^(Nokia)',
|
643 |
'family_replacement' => 'Nokia Services (WAP) Browser',
|
644 |
),
|
645 |
+
135 =>
|
646 |
array (
|
647 |
'regex' => '(NokiaBrowser)/(\\d+)\\.(\\d+).(\\d+)\\.(\\d+)',
|
648 |
'family_replacement' => 'Nokia Browser',
|
649 |
),
|
650 |
+
136 =>
|
651 |
array (
|
652 |
'regex' => '(NokiaBrowser)/(\\d+)\\.(\\d+).(\\d+)',
|
653 |
'family_replacement' => 'Nokia Browser',
|
654 |
),
|
655 |
+
137 =>
|
656 |
array (
|
657 |
'regex' => '(NokiaBrowser)/(\\d+)\\.(\\d+)',
|
658 |
'family_replacement' => 'Nokia Browser',
|
659 |
),
|
660 |
+
138 =>
|
661 |
array (
|
662 |
'regex' => '(BrowserNG)/(\\d+)\\.(\\d+).(\\d+)',
|
663 |
'family_replacement' => 'Nokia Browser',
|
664 |
),
|
665 |
+
139 =>
|
666 |
array (
|
667 |
'regex' => '(Series60)/5\\.0',
|
668 |
'family_replacement' => 'Nokia Browser',
|
669 |
'v1_replacement' => '7',
|
670 |
'v2_replacement' => '0',
|
671 |
),
|
672 |
+
140 =>
|
673 |
array (
|
674 |
'regex' => '(Series60)/(\\d+)\\.(\\d+)',
|
675 |
'family_replacement' => 'Nokia OSS Browser',
|
676 |
),
|
677 |
+
141 =>
|
678 |
array (
|
679 |
'regex' => '(S40OviBrowser)/(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)',
|
680 |
'family_replacement' => 'Ovi Browser',
|
681 |
),
|
682 |
+
142 =>
|
683 |
array (
|
684 |
'regex' => '(Nokia)[EN]?(\\d+)',
|
685 |
),
|
686 |
+
143 =>
|
|
|
|
|
|
|
|
|
|
|
687 |
array (
|
688 |
'regex' => '(PlayBook).+RIM Tablet OS (\\d+)\\.(\\d+)\\.(\\d+)',
|
689 |
'family_replacement' => 'BlackBerry WebKit',
|
690 |
),
|
691 |
+
144 =>
|
692 |
array (
|
693 |
+
'regex' => '(Black[bB]erry|BB10).+Version/(\\d+)\\.(\\d+)\\.(\\d+)',
|
694 |
'family_replacement' => 'BlackBerry WebKit',
|
695 |
),
|
696 |
+
145 =>
|
697 |
array (
|
698 |
'regex' => '(Black[bB]erry)\\s?(\\d+)',
|
699 |
'family_replacement' => 'BlackBerry',
|
700 |
),
|
701 |
+
146 =>
|
702 |
array (
|
703 |
'regex' => '(OmniWeb)/v(\\d+)\\.(\\d+)',
|
704 |
),
|
705 |
+
147 =>
|
706 |
array (
|
707 |
'regex' => '(Blazer)/(\\d+)\\.(\\d+)',
|
708 |
'family_replacement' => 'Palm Blazer',
|
709 |
),
|
710 |
+
148 =>
|
711 |
array (
|
712 |
'regex' => '(Pre)/(\\d+)\\.(\\d+)',
|
713 |
'family_replacement' => 'Palm Pre',
|
714 |
),
|
715 |
+
149 =>
|
716 |
array (
|
717 |
'regex' => '(ELinks)/(\\d+)\\.(\\d+)',
|
718 |
),
|
719 |
+
150 =>
|
720 |
array (
|
721 |
'regex' => '(ELinks) \\((\\d+)\\.(\\d+)',
|
722 |
),
|
723 |
+
151 =>
|
724 |
array (
|
725 |
'regex' => '(Links) \\((\\d+)\\.(\\d+)',
|
726 |
),
|
727 |
+
152 =>
|
728 |
array (
|
729 |
'regex' => '(QtWeb) Internet Browser/(\\d+)\\.(\\d+)',
|
730 |
),
|
731 |
+
153 =>
|
732 |
array (
|
733 |
'regex' => '(PhantomJS)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
734 |
),
|
735 |
+
154 =>
|
736 |
array (
|
737 |
'regex' => '(AppleWebKit)/(\\d+)\\.?(\\d+)?\\+ .* Safari',
|
738 |
'family_replacement' => 'WebKit Nightly',
|
739 |
),
|
740 |
+
155 =>
|
741 |
array (
|
742 |
'regex' => '(Version)/(\\d+)\\.(\\d+)(?:\\.(\\d+))?.*Safari/',
|
743 |
'family_replacement' => 'Safari',
|
744 |
),
|
745 |
+
156 =>
|
746 |
array (
|
747 |
'regex' => '(Safari)/\\d+',
|
748 |
),
|
749 |
+
157 =>
|
750 |
array (
|
751 |
'regex' => '(OLPC)/Update(\\d+)\\.(\\d+)',
|
752 |
),
|
753 |
+
158 =>
|
754 |
array (
|
755 |
'regex' => '(OLPC)/Update()\\.(\\d+)',
|
756 |
'v1_replacement' => '0',
|
757 |
),
|
758 |
+
159 =>
|
759 |
array (
|
760 |
'regex' => '(SEMC\\-Browser)/(\\d+)\\.(\\d+)',
|
761 |
),
|
762 |
+
160 =>
|
763 |
array (
|
764 |
'regex' => '(Teleca)',
|
765 |
'family_replacement' => 'Teleca Browser',
|
766 |
),
|
767 |
+
161 =>
|
768 |
array (
|
769 |
'regex' => '(Phantom)/V(\\d+)\\.(\\d+)',
|
770 |
'family_replacement' => 'Phantom Browser',
|
771 |
),
|
772 |
+
162 =>
|
773 |
array (
|
774 |
'regex' => 'Trident(.*)rv.(\\d+)\\.(\\d+)',
|
775 |
'family_replacement' => 'IE',
|
776 |
),
|
777 |
+
163 =>
|
778 |
array (
|
779 |
'regex' => '(Espial)/(\\d+)(?:\\.(\\d+))?(?:\\.(\\d+))?',
|
780 |
),
|
781 |
+
164 =>
|
782 |
array (
|
783 |
'regex' => '(AppleWebKit)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
784 |
'family_replacement' => 'AppleMail',
|
785 |
),
|
786 |
+
165 =>
|
787 |
array (
|
788 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)\\.(\\d+)',
|
789 |
),
|
790 |
+
166 =>
|
791 |
array (
|
792 |
'regex' => '(Firefox)/(\\d+)\\.(\\d+)(pre|[ab]\\d+[a-z]*)?',
|
793 |
),
|
794 |
+
167 =>
|
795 |
array (
|
796 |
'regex' => '([MS]?IE) (\\d+)\\.(\\d+)',
|
797 |
'family_replacement' => 'IE',
|
798 |
),
|
799 |
+
168 =>
|
800 |
array (
|
801 |
'regex' => '(python-requests)/(\\d+)\\.(\\d+)',
|
802 |
'family_replacement' => 'Python Requests',
|
803 |
),
|
804 |
+
169 =>
|
805 |
array (
|
806 |
'regex' => '(Java)[/ ]{0,1}\\d+\\.(\\d+)\\.(\\d+)[_-]*([a-zA-Z0-9]+)*',
|
807 |
),
|
1160 |
'os_v2_replacement' => '10',
|
1161 |
),
|
1162 |
67 =>
|
1163 |
+
array (
|
1164 |
+
'regex' => '(CF)(Network)/758\\.(\\d)',
|
1165 |
+
'os_replacement' => 'iOS',
|
1166 |
+
'os_v1_replacement' => '9',
|
1167 |
+
),
|
1168 |
+
68 =>
|
1169 |
array (
|
1170 |
'regex' => 'CFNetwork/.* Darwin/(9)\\.\\d+',
|
1171 |
'os_replacement' => 'iOS',
|
1172 |
'os_v1_replacement' => '1',
|
1173 |
),
|
1174 |
+
69 =>
|
1175 |
array (
|
1176 |
'regex' => 'CFNetwork/.* Darwin/(10)\\.\\d+',
|
1177 |
'os_replacement' => 'iOS',
|
1178 |
'os_v1_replacement' => '4',
|
1179 |
),
|
1180 |
+
70 =>
|
1181 |
array (
|
1182 |
'regex' => 'CFNetwork/.* Darwin/(11)\\.\\d+',
|
1183 |
'os_replacement' => 'iOS',
|
1184 |
'os_v1_replacement' => '5',
|
1185 |
),
|
1186 |
+
71 =>
|
1187 |
array (
|
1188 |
'regex' => 'CFNetwork/.* Darwin/(13)\\.\\d+',
|
1189 |
'os_replacement' => 'iOS',
|
1190 |
'os_v1_replacement' => '6',
|
1191 |
),
|
1192 |
+
72 =>
|
1193 |
array (
|
1194 |
'regex' => 'CFNetwork/6.* Darwin/(14)\\.\\d+',
|
1195 |
'os_replacement' => 'iOS',
|
1196 |
'os_v1_replacement' => '7',
|
1197 |
),
|
1198 |
+
73 =>
|
1199 |
array (
|
1200 |
'regex' => 'CFNetwork/7.* Darwin/(14)\\.\\d+',
|
1201 |
'os_replacement' => 'iOS',
|
1202 |
'os_v1_replacement' => '8',
|
1203 |
'os_v2_replacement' => '0',
|
1204 |
),
|
1205 |
+
74 =>
|
1206 |
+
array (
|
1207 |
+
'regex' => 'CFNetwork/7.* Darwin/(15)\\.\\d+',
|
1208 |
+
'os_replacement' => 'iOS',
|
1209 |
+
'os_v1_replacement' => '9',
|
1210 |
+
'os_v2_replacement' => '0',
|
1211 |
+
),
|
1212 |
+
75 =>
|
1213 |
array (
|
1214 |
'regex' => '\\b(iOS[ /]|iPhone(?:/| v|[ _]OS[/,]|; | OS : |\\d,\\d/|\\d,\\d; )|iPad/)(\\d{1,2})[_\\.](\\d{1,2})(?:[_\\.](\\d+))?',
|
1215 |
'os_replacement' => 'iOS',
|
1216 |
),
|
1217 |
+
76 =>
|
1218 |
array (
|
1219 |
'regex' => '(CrOS) [a-z0-9_]+ (\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1220 |
'os_replacement' => 'Chrome OS',
|
1221 |
),
|
1222 |
+
77 =>
|
1223 |
array (
|
1224 |
'regex' => '([Dd]ebian)',
|
1225 |
'os_replacement' => 'Debian',
|
1226 |
),
|
1227 |
+
78 =>
|
1228 |
array (
|
1229 |
'regex' => '(Linux Mint)(?:/(\\d+))?',
|
1230 |
),
|
1231 |
+
79 =>
|
1232 |
array (
|
1233 |
'regex' => '(Mandriva)(?: Linux)?/(?:[\\d.-]+m[a-z]{2}(\\d+).(\\d))?',
|
1234 |
),
|
1235 |
+
80 =>
|
1236 |
array (
|
1237 |
'regex' => '(Symbian[Oo][Ss])[/ ](\\d+)\\.(\\d+)',
|
1238 |
'os_replacement' => 'Symbian OS',
|
1239 |
),
|
1240 |
+
81 =>
|
1241 |
array (
|
1242 |
'regex' => '(Symbian/3).+NokiaBrowser/7\\.3',
|
1243 |
'os_replacement' => 'Symbian^3 Anna',
|
1244 |
),
|
1245 |
+
82 =>
|
1246 |
array (
|
1247 |
'regex' => '(Symbian/3).+NokiaBrowser/7\\.4',
|
1248 |
'os_replacement' => 'Symbian^3 Belle',
|
1249 |
),
|
1250 |
+
83 =>
|
1251 |
array (
|
1252 |
'regex' => '(Symbian/3)',
|
1253 |
'os_replacement' => 'Symbian^3',
|
1254 |
),
|
1255 |
+
84 =>
|
1256 |
array (
|
1257 |
'regex' => '\\b(Series 60|SymbOS|S60Version|S60V\\d|S60\\b)',
|
1258 |
'os_replacement' => 'Symbian OS',
|
1259 |
),
|
1260 |
+
85 =>
|
1261 |
array (
|
1262 |
'regex' => '(MeeGo)',
|
1263 |
),
|
1264 |
+
86 =>
|
1265 |
array (
|
1266 |
'regex' => 'Symbian [Oo][Ss]',
|
1267 |
'os_replacement' => 'Symbian OS',
|
1268 |
),
|
1269 |
+
87 =>
|
1270 |
array (
|
1271 |
'regex' => 'Series40;',
|
1272 |
'os_replacement' => 'Nokia Series 40',
|
1273 |
),
|
1274 |
+
88 =>
|
1275 |
array (
|
1276 |
'regex' => 'Series30Plus;',
|
1277 |
'os_replacement' => 'Nokia Series 30 Plus',
|
1278 |
),
|
1279 |
+
89 =>
|
1280 |
array (
|
1281 |
'regex' => '(BB10);.+Version/(\\d+)\\.(\\d+)\\.(\\d+)',
|
1282 |
'os_replacement' => 'BlackBerry OS',
|
1283 |
),
|
1284 |
+
90 =>
|
1285 |
array (
|
1286 |
'regex' => '(Black[Bb]erry)[0-9a-z]+/(\\d+)\\.(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1287 |
'os_replacement' => 'BlackBerry OS',
|
1288 |
),
|
1289 |
+
91 =>
|
1290 |
array (
|
1291 |
'regex' => '(Black[Bb]erry).+Version/(\\d+)\\.(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1292 |
'os_replacement' => 'BlackBerry OS',
|
1293 |
),
|
1294 |
+
92 =>
|
1295 |
array (
|
1296 |
'regex' => '(RIM Tablet OS) (\\d+)\\.(\\d+)\\.(\\d+)',
|
1297 |
'os_replacement' => 'BlackBerry Tablet OS',
|
1298 |
),
|
1299 |
+
93 =>
|
1300 |
array (
|
1301 |
'regex' => '(Play[Bb]ook)',
|
1302 |
'os_replacement' => 'BlackBerry Tablet OS',
|
1303 |
),
|
1304 |
+
94 =>
|
1305 |
array (
|
1306 |
'regex' => '(Black[Bb]erry)',
|
1307 |
'os_replacement' => 'BlackBerry OS',
|
1308 |
),
|
1309 |
+
95 =>
|
1310 |
+
array (
|
1311 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/18.0 Firefox/\\d+\\.\\d+',
|
1312 |
+
'os_replacement' => 'Firefox OS',
|
1313 |
+
'os_v1_replacement' => '1',
|
1314 |
+
'os_v2_replacement' => '0',
|
1315 |
+
'os_v3_replacement' => '1',
|
1316 |
+
),
|
1317 |
+
96 =>
|
1318 |
+
array (
|
1319 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/18.1 Firefox/\\d+\\.\\d+',
|
1320 |
+
'os_replacement' => 'Firefox OS',
|
1321 |
+
'os_v1_replacement' => '1',
|
1322 |
+
'os_v2_replacement' => '1',
|
1323 |
+
),
|
1324 |
+
97 =>
|
1325 |
+
array (
|
1326 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/26.0 Firefox/\\d+\\.\\d+',
|
1327 |
+
'os_replacement' => 'Firefox OS',
|
1328 |
+
'os_v1_replacement' => '1',
|
1329 |
+
'os_v2_replacement' => '2',
|
1330 |
+
),
|
1331 |
+
98 =>
|
1332 |
+
array (
|
1333 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/28.0 Firefox/\\d+\\.\\d+',
|
1334 |
+
'os_replacement' => 'Firefox OS',
|
1335 |
+
'os_v1_replacement' => '1',
|
1336 |
+
'os_v2_replacement' => '3',
|
1337 |
+
),
|
1338 |
+
99 =>
|
1339 |
+
array (
|
1340 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/30.0 Firefox/\\d+\\.\\d+',
|
1341 |
+
'os_replacement' => 'Firefox OS',
|
1342 |
+
'os_v1_replacement' => '1',
|
1343 |
+
'os_v2_replacement' => '4',
|
1344 |
+
),
|
1345 |
+
100 =>
|
1346 |
+
array (
|
1347 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/32.0 Firefox/\\d+\\.\\d+',
|
1348 |
+
'os_replacement' => 'Firefox OS',
|
1349 |
+
'os_v1_replacement' => '2',
|
1350 |
+
'os_v2_replacement' => '0',
|
1351 |
+
),
|
1352 |
+
101 =>
|
1353 |
+
array (
|
1354 |
+
'regex' => '\\((?:Mobile|Tablet);.+Gecko/34.0 Firefox/\\d+\\.\\d+',
|
1355 |
+
'os_replacement' => 'Firefox OS',
|
1356 |
+
'os_v1_replacement' => '2',
|
1357 |
+
'os_v2_replacement' => '1',
|
1358 |
+
),
|
1359 |
+
102 =>
|
1360 |
array (
|
1361 |
'regex' => '\\((?:Mobile|Tablet);.+Firefox/\\d+\\.\\d+',
|
1362 |
'os_replacement' => 'Firefox OS',
|
1363 |
),
|
1364 |
+
103 =>
|
1365 |
array (
|
1366 |
'regex' => '(BREW)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
1367 |
),
|
1368 |
+
104 =>
|
1369 |
array (
|
1370 |
'regex' => '(BREW);',
|
1371 |
),
|
1372 |
+
105 =>
|
1373 |
array (
|
1374 |
'regex' => '(Brew MP|BMP)[ /](\\d+)\\.(\\d+)\\.(\\d+)',
|
1375 |
'os_replacement' => 'Brew MP',
|
1376 |
),
|
1377 |
+
106 =>
|
1378 |
array (
|
1379 |
'regex' => 'BMP;',
|
1380 |
'os_replacement' => 'Brew MP',
|
1381 |
),
|
1382 |
+
107 =>
|
1383 |
array (
|
1384 |
'regex' => '(GoogleTV)(?: (\\d+)\\.(\\d+)(?:\\.(\\d+))?|/[\\da-z]+)',
|
1385 |
),
|
1386 |
+
108 =>
|
1387 |
array (
|
1388 |
'regex' => '(WebTV)/(\\d+).(\\d+)',
|
1389 |
),
|
1390 |
+
109 =>
|
1391 |
array (
|
1392 |
'regex' => '(hpw|web)OS/(\\d+)\\.(\\d+)(?:\\.(\\d+))?',
|
1393 |
'os_replacement' => 'webOS',
|
1394 |
),
|
1395 |
+
110 =>
|
1396 |
array (
|
1397 |
'regex' => '(VRE);',
|
1398 |
),
|
1399 |
+
111 =>
|
1400 |
array (
|
1401 |
'regex' => '(Fedora|Red Hat|PCLinuxOS|Puppy|Ubuntu|Kindle|Bada|Lubuntu|BackTrack|Slackware|(?:Free|Open|Net|\\b)BSD)[/ ](\\d+)\\.(\\d+)(?:\\.(\\d+)(?:\\.(\\d+))?)?',
|
1402 |
),
|
1403 |
+
112 =>
|
1404 |
array (
|
1405 |
'regex' => '(Linux)[ /](\\d+)\\.(\\d+)(?:\\.(\\d+))?.*gentoo',
|
1406 |
'os_replacement' => 'Gentoo',
|
1407 |
),
|
1408 |
+
113 =>
|
1409 |
array (
|
1410 |
'regex' => '\\((Bada);',
|
1411 |
),
|
1412 |
+
114 =>
|
1413 |
array (
|
1414 |
'regex' => '(Windows|Android|WeTab|Maemo)',
|
1415 |
),
|
1416 |
+
115 =>
|
1417 |
array (
|
1418 |
+
'regex' => '(Ubuntu|Kubuntu|Arch Linux|CentOS|Slackware|Gentoo|openSUSE|SUSE|Red Hat|Fedora|PCLinuxOS|Mageia|(?:Free|Open|Net|\\b)BSD)',
|
1419 |
),
|
1420 |
+
116 =>
|
1421 |
array (
|
1422 |
'regex' => '(Linux)(?:[ /](\\d+)\\.(\\d+)(?:\\.(\\d+))?)?',
|
1423 |
),
|
1424 |
+
117 =>
|
1425 |
array (
|
1426 |
'regex' => 'SunOS',
|
1427 |
'os_replacement' => 'Solaris',
|
1690 |
),
|
1691 |
36 =>
|
1692 |
array (
|
1693 |
+
'regex' => '; *(?:ARCHOS|Archos) ?(GAMEPAD.*?)(?: Build|[;/\\(\\)\\-])',
|
1694 |
'device_replacement' => 'Archos $1',
|
1695 |
'brand_replacement' => 'Archos',
|
1696 |
'model_replacement' => '$1',
|
1697 |
),
|
1698 |
37 =>
|
1699 |
array (
|
1700 |
+
'regex' => 'ARCHOS; GOGI; ([^;]+);',
|
1701 |
'device_replacement' => 'Archos $1',
|
1702 |
'brand_replacement' => 'Archos',
|
1703 |
'model_replacement' => '$1',
|
1704 |
),
|
1705 |
38 =>
|
1706 |
array (
|
1707 |
+
'regex' => '(?:ARCHOS|Archos)[ _]?(.*?)(?: Build|[;/\\(\\)\\-]|$)',
|
1708 |
'device_replacement' => 'Archos $1',
|
1709 |
'brand_replacement' => 'Archos',
|
1710 |
'model_replacement' => '$1',
|
1795 |
),
|
1796 |
51 =>
|
1797 |
array (
|
1798 |
+
'regex' => '; *(T-(?:07|[^0]\\d)[^;/]+) Build',
|
1799 |
'device_replacement' => '$1',
|
1800 |
'brand_replacement' => 'Audiosonic',
|
1801 |
'model_replacement' => '$1',
|
2214 |
),
|
2215 |
110 =>
|
2216 |
array (
|
2217 |
+
'regex' => '; *(T\\-0[12][^;/]+) Build',
|
2218 |
'device_replacement' => '$1',
|
2219 |
'brand_replacement' => 'Toshiba',
|
2220 |
'model_replacement' => '$1',
|
2249 |
),
|
2250 |
115 =>
|
2251 |
array (
|
2252 |
+
'regex' => '; *Explay[_ ](.+?)(?:[\\)]| Build)',
|
2253 |
'device_replacement' => '$1',
|
2254 |
'brand_replacement' => 'Explay',
|
2255 |
'model_replacement' => '$1',
|
2538 |
),
|
2539 |
156 =>
|
2540 |
array (
|
2541 |
+
'regex' => '; *HTC[ _]([^;]+); Windows Phone',
|
2542 |
+
'device_replacement' => 'HTC $1',
|
2543 |
+
'brand_replacement' => 'HTC',
|
2544 |
+
'model_replacement' => '$1',
|
2545 |
+
),
|
2546 |
+
157 =>
|
2547 |
+
array (
|
2548 |
+
'regex' => '; *(?:HTC[ _/])+([^ _/]+)(?:[/\\\\]1\\.0 | V|/| +)\\d+\\.\\d[\\d\\.]*(?: *Build|\\))',
|
2549 |
+
'device_replacement' => 'HTC $1',
|
2550 |
+
'brand_replacement' => 'HTC',
|
2551 |
+
'model_replacement' => '$1',
|
2552 |
+
),
|
2553 |
+
158 =>
|
2554 |
+
array (
|
2555 |
+
'regex' => '; *(?:HTC[ _/])+([^ _/]+)(?:[ _/]([^ _/]+))?(?:[/\\\\]1\\.0 | V|/| +)\\d+\\.\\d[\\d\\.]*(?: *Build|\\))',
|
2556 |
+
'device_replacement' => 'HTC $1 $2',
|
2557 |
+
'brand_replacement' => 'HTC',
|
2558 |
+
'model_replacement' => '$1 $2',
|
2559 |
+
),
|
2560 |
+
159 =>
|
2561 |
+
array (
|
2562 |
+
'regex' => '; *(?:HTC[ _/])+([^ _/]+)(?:[ _/]([^ _/]+)(?:[ _/]([^ _/]+))?)?(?:[/\\\\]1\\.0 | V|/| +)\\d+\\.\\d[\\d\\.]*(?: *Build|\\))',
|
2563 |
+
'device_replacement' => 'HTC $1 $2 $3',
|
2564 |
+
'brand_replacement' => 'HTC',
|
2565 |
+
'model_replacement' => '$1 $2 $3',
|
2566 |
+
),
|
2567 |
+
160 =>
|
2568 |
+
array (
|
2569 |
+
'regex' => '; *(?:HTC[ _/])+([^ _/]+)(?:[ _/]([^ _/]+)(?:[ _/]([^ _/]+)(?:[ _/]([^ _/]+))?)?)?(?:[/\\\\]1\\.0 | V|/| +)\\d+\\.\\d[\\d\\.]*(?: *Build|\\))',
|
2570 |
'device_replacement' => 'HTC $1 $2 $3 $4',
|
2571 |
'brand_replacement' => 'HTC',
|
2572 |
'model_replacement' => '$1 $2 $3 $4',
|
2573 |
),
|
2574 |
+
161 =>
|
2575 |
array (
|
2576 |
+
'regex' => '; *(?:(?:HTC|htc)(?:_blocked)*[ _/])+([^ _/;]+)(?: *Build|[;\\)]| - )',
|
2577 |
+
'device_replacement' => 'HTC $1',
|
2578 |
+
'brand_replacement' => 'HTC',
|
2579 |
+
'model_replacement' => '$1',
|
2580 |
+
),
|
2581 |
+
162 =>
|
2582 |
+
array (
|
2583 |
+
'regex' => '; *(?:(?:HTC|htc)(?:_blocked)*[ _/])+([^ _/]+)(?:[ _/]([^ _/;\\)]+))?(?: *Build|[;\\)]| - )',
|
2584 |
+
'device_replacement' => 'HTC $1 $2',
|
2585 |
+
'brand_replacement' => 'HTC',
|
2586 |
+
'model_replacement' => '$1 $2',
|
2587 |
+
),
|
2588 |
+
163 =>
|
2589 |
+
array (
|
2590 |
+
'regex' => '; *(?:(?:HTC|htc)(?:_blocked)*[ _/])+([^ _/]+)(?:[ _/]([^ _/]+)(?:[ _/]([^ _/;\\)]+))?)?(?: *Build|[;\\)]| - )',
|
2591 |
+
'device_replacement' => 'HTC $1 $2 $3',
|
2592 |
+
'brand_replacement' => 'HTC',
|
2593 |
+
'model_replacement' => '$1 $2 $3',
|
2594 |
+
),
|
2595 |
+
164 =>
|
2596 |
+
array (
|
2597 |
+
'regex' => '; *(?:(?:HTC|htc)(?:_blocked)*[ _/])+([^ _/]+)(?:[ _/]([^ _/]+)(?:[ _/]([^ _/]+)(?:[ _/]([^ /;]+))?)?)?(?: *Build|[;\\)]| - )',
|
2598 |
'device_replacement' => 'HTC $1 $2 $3 $4',
|
2599 |
'brand_replacement' => 'HTC',
|
2600 |
'model_replacement' => '$1 $2 $3 $4',
|
2601 |
),
|
2602 |
+
165 =>
|
2603 |
array (
|
2604 |
'regex' => 'HTC Streaming Player [^\\/]*/[^\\/]*/ htc_([^/]+) /',
|
2605 |
'device_replacement' => 'HTC $1',
|
2606 |
'brand_replacement' => 'HTC',
|
2607 |
'model_replacement' => '$1',
|
2608 |
),
|
2609 |
+
166 =>
|
2610 |
array (
|
2611 |
+
'regex' => '(?:[;,] *|^)(?:htccn_chs-)?HTC[ _-]?([^;]+?)(?: *Build|clay|Android|-?Mozilla| Opera| Profile| UNTRUSTED|[;/\\(\\)]|$)',
|
2612 |
'regex_flag' => 'i',
|
2613 |
'device_replacement' => 'HTC $1',
|
2614 |
'brand_replacement' => 'HTC',
|
2615 |
'model_replacement' => '$1',
|
2616 |
),
|
2617 |
+
167 =>
|
2618 |
array (
|
2619 |
'regex' => '; *(A6277|ADR6200|ADR6300|ADR6350|ADR6400[A-Z]*|ADR6425[A-Z]*|APX515CKT|ARIA|Desire[^_ ]*|Dream|EndeavorU|Eris|Evo|Flyer|HD2|Hero|HERO200|Hero CDMA|HTL21|Incredible|Inspire[A-Z0-9]*|Legend|Liberty|Nexus ?(?:One|HD2)|One|One S C2|One[ _]?(?:S|V|X\\+?)\\w*|PC36100|PG06100|PG86100|S31HT|Sensation|Wildfire)(?: Build|[/;\\(\\)])',
|
2620 |
'regex_flag' => 'i',
|
2622 |
'brand_replacement' => 'HTC',
|
2623 |
'model_replacement' => '$1',
|
2624 |
),
|
2625 |
+
168 =>
|
2626 |
array (
|
2627 |
+
'regex' => '; *(ADR6200|ADR6400L|ADR6425LVW|Amaze|DesireS?|EndeavorU|Eris|EVO|Evo\\d[A-Z]+|HD2|IncredibleS?|Inspire[A-Z0-9]*|Inspire[A-Z0-9]*|Sensation[A-Z0-9]*|Wildfire)[ _-](.+?)(?:[/;\\)]|Build|MIUI|1\\.0)',
|
2628 |
'regex_flag' => 'i',
|
2629 |
+
'device_replacement' => 'HTC $1 $2',
|
2630 |
'brand_replacement' => 'HTC',
|
2631 |
+
'model_replacement' => '$1 $2',
|
2632 |
),
|
2633 |
+
169 =>
|
2634 |
array (
|
2635 |
'regex' => '; *HYUNDAI (T\\d[^/]*) Build',
|
2636 |
'device_replacement' => 'Hyundai $1',
|
2637 |
'brand_replacement' => 'Hyundai',
|
2638 |
'model_replacement' => '$1',
|
2639 |
),
|
2640 |
+
170 =>
|
2641 |
array (
|
2642 |
'regex' => '; *HYUNDAI ([^;/]+) Build',
|
2643 |
'device_replacement' => 'Hyundai $1',
|
2644 |
'brand_replacement' => 'Hyundai',
|
2645 |
'model_replacement' => '$1',
|
2646 |
),
|
2647 |
+
171 =>
|
2648 |
array (
|
2649 |
'regex' => '; *(X700|Hold X|MB-6900) Build',
|
2650 |
'device_replacement' => 'Hyundai $1',
|
2651 |
'brand_replacement' => 'Hyundai',
|
2652 |
'model_replacement' => '$1',
|
2653 |
),
|
2654 |
+
172 =>
|
2655 |
array (
|
2656 |
'regex' => '; *(?:iBall[ _\\-])?(Andi)[ _]?(\\d[^;/]*) Build',
|
2657 |
'regex_flag' => 'i',
|
2659 |
'brand_replacement' => 'iBall',
|
2660 |
'model_replacement' => '$1 $2',
|
2661 |
),
|
2662 |
+
173 =>
|
2663 |
array (
|
2664 |
'regex' => '; *(IBall)(?:[ _]([^;/]+)|) Build',
|
2665 |
'regex_flag' => 'i',
|
2667 |
'brand_replacement' => 'iBall',
|
2668 |
'model_replacement' => '$2',
|
2669 |
),
|
2670 |
+
174 =>
|
2671 |
array (
|
2672 |
'regex' => '; *(NT-\\d+[^ ;/]*|Net[Tt]AB [^;/]+|Mercury [A-Z]+|iconBIT)(?: S/N:[^;/]+)? Build',
|
2673 |
'device_replacement' => '$1',
|
2674 |
'brand_replacement' => 'IconBIT',
|
2675 |
'model_replacement' => '$1',
|
2676 |
),
|
2677 |
+
175 =>
|
2678 |
array (
|
2679 |
'regex' => '; *(IMO)[ _]([^;/]+) Build',
|
2680 |
'regex_flag' => 'i',
|
2682 |
'brand_replacement' => 'IMO',
|
2683 |
'model_replacement' => '$2',
|
2684 |
),
|
2685 |
+
176 =>
|
2686 |
array (
|
2687 |
'regex' => '; *i-?mobile[ _]([^/]+) Build/',
|
2688 |
'regex_flag' => 'i',
|
2690 |
'brand_replacement' => 'imobile',
|
2691 |
'model_replacement' => '$1',
|
2692 |
),
|
2693 |
+
177 =>
|
2694 |
array (
|
2695 |
'regex' => '; *(i-(?:style|note)[^/]*) Build/',
|
2696 |
'regex_flag' => 'i',
|
2698 |
'brand_replacement' => 'imobile',
|
2699 |
'model_replacement' => '$1',
|
2700 |
),
|
2701 |
+
178 =>
|
2702 |
array (
|
2703 |
'regex' => '; *(ImPAD) ?(\\d+(?:.)*) Build',
|
2704 |
'device_replacement' => '$1 $2',
|
2705 |
'brand_replacement' => 'Impression',
|
2706 |
'model_replacement' => '$1 $2',
|
2707 |
),
|
2708 |
+
179 =>
|
2709 |
array (
|
2710 |
'regex' => '; *(Infinix)[ _]([^;/]+) Build',
|
2711 |
'device_replacement' => '$1 $2',
|
2712 |
'brand_replacement' => 'Infinix',
|
2713 |
'model_replacement' => '$2',
|
2714 |
),
|
2715 |
+
180 =>
|
2716 |
array (
|
2717 |
'regex' => '; *(Informer)[ \\-]([^;/]+) Build',
|
2718 |
'device_replacement' => '$1 $2',
|
2719 |
'brand_replacement' => 'Informer',
|
2720 |
'model_replacement' => '$2',
|
2721 |
),
|
2722 |
+
181 =>
|
2723 |
array (
|
2724 |
'regex' => '; *(TAB) ?([78][12]4) Build',
|
2725 |
'device_replacement' => 'Intenso $1',
|
2726 |
'brand_replacement' => 'Intenso',
|
2727 |
'model_replacement' => '$1 $2',
|
2728 |
),
|
2729 |
+
182 =>
|
2730 |
array (
|
2731 |
'regex' => '; *(?:Intex[ _])?(AQUA|Aqua)([ _\\.\\-])([^;/]+) *(?:Build|;)',
|
2732 |
'device_replacement' => '$1$2$3',
|
2733 |
'brand_replacement' => 'Intex',
|
2734 |
'model_replacement' => '$1 $3',
|
2735 |
),
|
2736 |
+
183 =>
|
2737 |
array (
|
2738 |
'regex' => '; *(?:INTEX|Intex)(?:[_ ]([^\\ _;/]+))(?:[_ ]([^\\ _;/]+))? *(?:Build|;)',
|
2739 |
'device_replacement' => '$1 $2',
|
2740 |
'brand_replacement' => 'Intex',
|
2741 |
'model_replacement' => '$1 $2',
|
2742 |
),
|
2743 |
+
184 =>
|
2744 |
array (
|
2745 |
'regex' => '; *([iI]Buddy)[ _]?(Connect)(?:_|\\?_| )?([^;/]*) *(?:Build|;)',
|
2746 |
'device_replacement' => '$1 $2 $3',
|
2747 |
'brand_replacement' => 'Intex',
|
2748 |
'model_replacement' => 'iBuddy $2 $3',
|
2749 |
),
|
2750 |
+
185 =>
|
2751 |
array (
|
2752 |
'regex' => '; *(I-Buddy)[ _]([^;/]+) *(?:Build|;)',
|
2753 |
'device_replacement' => '$1 $2',
|
2754 |
'brand_replacement' => 'Intex',
|
2755 |
'model_replacement' => 'iBuddy $2',
|
2756 |
),
|
2757 |
+
186 =>
|
2758 |
array (
|
2759 |
'regex' => '; *(iOCEAN) ([^/]+) Build',
|
2760 |
'regex_flag' => 'i',
|
2762 |
'brand_replacement' => 'iOCEAN',
|
2763 |
'model_replacement' => '$2',
|
2764 |
),
|
2765 |
+
187 =>
|
2766 |
array (
|
2767 |
'regex' => '; *(TP\\d+(?:\\.\\d+)?\\-\\d[^;/]+) Build',
|
2768 |
'device_replacement' => 'ionik $1',
|
2769 |
'brand_replacement' => 'ionik',
|
2770 |
'model_replacement' => '$1',
|
2771 |
),
|
2772 |
+
188 =>
|
2773 |
array (
|
2774 |
'regex' => '; *(M702pro) Build',
|
2775 |
'device_replacement' => '$1',
|
2776 |
'brand_replacement' => 'Iru',
|
2777 |
'model_replacement' => '$1',
|
2778 |
),
|
2779 |
+
189 =>
|
2780 |
array (
|
2781 |
'regex' => '; *(DE88Plus|MD70) Build',
|
2782 |
'device_replacement' => '$1',
|
2783 |
'brand_replacement' => 'Ivio',
|
2784 |
'model_replacement' => '$1',
|
2785 |
),
|
2786 |
+
190 =>
|
2787 |
array (
|
2788 |
'regex' => '; *IVIO[_\\-]([^;/]+) Build',
|
2789 |
'device_replacement' => '$1',
|
2790 |
'brand_replacement' => 'Ivio',
|
2791 |
'model_replacement' => '$1',
|
2792 |
),
|
2793 |
+
191 =>
|
2794 |
array (
|
2795 |
'regex' => '; *(TPC-\\d+|JAY-TECH) Build',
|
2796 |
'device_replacement' => '$1',
|
2797 |
'brand_replacement' => 'Jaytech',
|
2798 |
'model_replacement' => '$1',
|
2799 |
),
|
2800 |
+
192 =>
|
2801 |
array (
|
2802 |
'regex' => '; *(JY-[^;/]+|G[234]S?) Build',
|
2803 |
'device_replacement' => '$1',
|
2804 |
'brand_replacement' => 'Jiayu',
|
2805 |
'model_replacement' => '$1',
|
2806 |
),
|
2807 |
+
193 =>
|
2808 |
array (
|
2809 |
'regex' => '; *(JXD)[ _\\-]([^;/]+) Build',
|
2810 |
'device_replacement' => '$1 $2',
|
2811 |
'brand_replacement' => 'JXD',
|
2812 |
'model_replacement' => '$2',
|
2813 |
),
|
2814 |
+
194 =>
|
2815 |
array (
|
2816 |
'regex' => '; *Karbonn[ _]?([^;/]+) *(?:Build|;)',
|
2817 |
'regex_flag' => 'i',
|
2819 |
'brand_replacement' => 'Karbonn',
|
2820 |
'model_replacement' => '$1',
|
2821 |
),
|
2822 |
+
195 =>
|
2823 |
array (
|
2824 |
'regex' => '; *([^;]+) Build/Karbonn',
|
2825 |
'device_replacement' => '$1',
|
2826 |
'brand_replacement' => 'Karbonn',
|
2827 |
'model_replacement' => '$1',
|
2828 |
),
|
2829 |
+
196 =>
|
2830 |
array (
|
2831 |
'regex' => '; *(A11|A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2|Titanium S\\d) +Build',
|
2832 |
'device_replacement' => '$1',
|
2833 |
'brand_replacement' => 'Karbonn',
|
2834 |
'model_replacement' => '$1',
|
2835 |
),
|
2836 |
+
197 =>
|
2837 |
array (
|
2838 |
'regex' => '; *(IS01|IS03|IS05|IS\\d{2}SH) Build',
|
2839 |
'device_replacement' => '$1',
|
2840 |
'brand_replacement' => 'Sharp',
|
2841 |
'model_replacement' => '$1',
|
2842 |
),
|
2843 |
+
198 =>
|
2844 |
array (
|
2845 |
'regex' => '; *(IS04) Build',
|
2846 |
'device_replacement' => '$1',
|
2847 |
'brand_replacement' => 'Regza',
|
2848 |
'model_replacement' => '$1',
|
2849 |
),
|
2850 |
+
199 =>
|
2851 |
array (
|
2852 |
'regex' => '; *(IS06|IS\\d{2}PT) Build',
|
2853 |
'device_replacement' => '$1',
|
2854 |
'brand_replacement' => 'Pantech',
|
2855 |
'model_replacement' => '$1',
|
2856 |
),
|
2857 |
+
200 =>
|
2858 |
array (
|
2859 |
'regex' => '; *(IS11S) Build',
|
2860 |
'device_replacement' => '$1',
|
2861 |
'brand_replacement' => 'SonyEricsson',
|
2862 |
'model_replacement' => 'Xperia Acro',
|
2863 |
),
|
2864 |
+
201 =>
|
2865 |
array (
|
2866 |
'regex' => '; *(IS11CA) Build',
|
2867 |
'device_replacement' => '$1',
|
2868 |
'brand_replacement' => 'Casio',
|
2869 |
'model_replacement' => 'GzOne $1',
|
2870 |
),
|
2871 |
+
202 =>
|
2872 |
array (
|
2873 |
'regex' => '; *(IS11LG) Build',
|
2874 |
'device_replacement' => '$1',
|
2875 |
'brand_replacement' => 'LG',
|
2876 |
'model_replacement' => 'Optimus X',
|
2877 |
),
|
2878 |
+
203 =>
|
2879 |
array (
|
2880 |
'regex' => '; *(IS11N) Build',
|
2881 |
'device_replacement' => '$1',
|
2882 |
'brand_replacement' => 'Medias',
|
2883 |
'model_replacement' => '$1',
|
2884 |
),
|
2885 |
+
204 =>
|
2886 |
array (
|
2887 |
'regex' => '; *(IS11PT) Build',
|
2888 |
'device_replacement' => '$1',
|
2889 |
'brand_replacement' => 'Pantech',
|
2890 |
'model_replacement' => 'MIRACH',
|
2891 |
),
|
2892 |
+
205 =>
|
2893 |
array (
|
2894 |
'regex' => '; *(IS12F) Build',
|
2895 |
'device_replacement' => '$1',
|
2896 |
'brand_replacement' => 'Fujitsu',
|
2897 |
'model_replacement' => 'Arrows ES',
|
2898 |
),
|
2899 |
+
206 =>
|
2900 |
array (
|
2901 |
'regex' => '; *(IS12M) Build',
|
2902 |
'device_replacement' => '$1',
|
2903 |
'brand_replacement' => 'Motorola',
|
2904 |
'model_replacement' => 'XT909',
|
2905 |
),
|
2906 |
+
207 =>
|
2907 |
array (
|
2908 |
'regex' => '; *(IS12S) Build',
|
2909 |
'device_replacement' => '$1',
|
2910 |
'brand_replacement' => 'SonyEricsson',
|
2911 |
'model_replacement' => 'Xperia Acro HD',
|
2912 |
),
|
2913 |
+
208 =>
|
2914 |
array (
|
2915 |
'regex' => '; *(ISW11F) Build',
|
2916 |
'device_replacement' => '$1',
|
2917 |
'brand_replacement' => 'Fujitsu',
|
2918 |
'model_replacement' => 'Arrowz Z',
|
2919 |
),
|
2920 |
+
209 =>
|
2921 |
array (
|
2922 |
'regex' => '; *(ISW11HT) Build',
|
2923 |
'device_replacement' => '$1',
|
2924 |
'brand_replacement' => 'HTC',
|
2925 |
'model_replacement' => 'EVO',
|
2926 |
),
|
2927 |
+
210 =>
|
2928 |
array (
|
2929 |
'regex' => '; *(ISW11K) Build',
|
2930 |
'device_replacement' => '$1',
|
2931 |
'brand_replacement' => 'Kyocera',
|
2932 |
'model_replacement' => 'DIGNO',
|
2933 |
),
|
2934 |
+
211 =>
|
2935 |
array (
|
2936 |
'regex' => '; *(ISW11M) Build',
|
2937 |
'device_replacement' => '$1',
|
2938 |
'brand_replacement' => 'Motorola',
|
2939 |
'model_replacement' => 'Photon',
|
2940 |
),
|
2941 |
+
212 =>
|
2942 |
array (
|
2943 |
'regex' => '; *(ISW11SC) Build',
|
2944 |
'device_replacement' => '$1',
|
2945 |
'brand_replacement' => 'Samsung',
|
2946 |
'model_replacement' => 'GALAXY S II WiMAX',
|
2947 |
),
|
2948 |
+
213 =>
|
2949 |
array (
|
2950 |
'regex' => '; *(ISW12HT) Build',
|
2951 |
'device_replacement' => '$1',
|
2952 |
'brand_replacement' => 'HTC',
|
2953 |
'model_replacement' => 'EVO 3D',
|
2954 |
),
|
2955 |
+
214 =>
|
2956 |
array (
|
2957 |
'regex' => '; *(ISW13HT) Build',
|
2958 |
'device_replacement' => '$1',
|
2959 |
'brand_replacement' => 'HTC',
|
2960 |
'model_replacement' => 'J',
|
2961 |
),
|
2962 |
+
215 =>
|
2963 |
array (
|
2964 |
'regex' => '; *(ISW?[0-9]{2}[A-Z]{0,2}) Build',
|
2965 |
'device_replacement' => '$1',
|
2966 |
'brand_replacement' => 'KDDI',
|
2967 |
'model_replacement' => '$1',
|
2968 |
),
|
2969 |
+
216 =>
|
2970 |
array (
|
2971 |
'regex' => '; *(INFOBAR [^;/]+) Build',
|
2972 |
'device_replacement' => '$1',
|
2973 |
'brand_replacement' => 'KDDI',
|
2974 |
'model_replacement' => '$1',
|
2975 |
),
|
2976 |
+
217 =>
|
2977 |
array (
|
2978 |
'regex' => '; *(JOYPAD|Joypad)[ _]([^;/]+) Build/',
|
2979 |
'device_replacement' => '$1 $2',
|
2980 |
'brand_replacement' => 'Kingcom',
|
2981 |
'model_replacement' => '$1 $2',
|
2982 |
),
|
2983 |
+
218 =>
|
2984 |
array (
|
2985 |
'regex' => '; *(Vox|VOX|Arc|K080) Build/',
|
2986 |
'regex_flag' => 'i',
|
2988 |
'brand_replacement' => 'Kobo',
|
2989 |
'model_replacement' => '$1',
|
2990 |
),
|
2991 |
+
219 =>
|
2992 |
array (
|
2993 |
'regex' => '\\b(Kobo Touch)\\b',
|
2994 |
'device_replacement' => '$1',
|
2995 |
'brand_replacement' => 'Kobo',
|
2996 |
'model_replacement' => '$1',
|
2997 |
),
|
2998 |
+
220 =>
|
2999 |
array (
|
3000 |
'regex' => '; *(K-Touch)[ _]([^;/]+) Build',
|
3001 |
'regex_flag' => 'i',
|
3003 |
'brand_replacement' => 'Ktouch',
|
3004 |
'model_replacement' => '$2',
|
3005 |
),
|
3006 |
+
221 =>
|
3007 |
array (
|
3008 |
'regex' => '; *((?:EV|KM)-S\\d+[A-Z]?) Build',
|
3009 |
'regex_flag' => 'i',
|
3011 |
'brand_replacement' => 'KTtech',
|
3012 |
'model_replacement' => '$1',
|
3013 |
),
|
3014 |
+
222 =>
|
3015 |
array (
|
3016 |
'regex' => '; *(Zio|Hydro|Torque|Event|EVENT|Echo|Milano|Rise|URBANO PROGRESSO|WX04K|WX06K|WX10K|KYL21|101K|C5[12]\\d{2}) Build/',
|
3017 |
'device_replacement' => '$1',
|
3018 |
'brand_replacement' => 'Kyocera',
|
3019 |
'model_replacement' => '$1',
|
3020 |
),
|
3021 |
+
223 =>
|
3022 |
array (
|
3023 |
'regex' => '; *(?:LAVA[ _])?IRIS[ _\\-]?([^/;\\)]+) *(?:;|\\)|Build)',
|
3024 |
'regex_flag' => 'i',
|
3026 |
'brand_replacement' => 'Lava',
|
3027 |
'model_replacement' => 'Iris $1',
|
3028 |
),
|
3029 |
+
224 =>
|
3030 |
array (
|
3031 |
'regex' => '; *LAVA[ _]([^;/]+) Build',
|
3032 |
'device_replacement' => '$1',
|
3033 |
'brand_replacement' => 'Lava',
|
3034 |
'model_replacement' => '$1',
|
3035 |
),
|
3036 |
+
225 =>
|
3037 |
array (
|
3038 |
'regex' => '; *(?:(Aspire A1)|(?:LEMON|Lemon)[ _]([^;/]+))_? Build',
|
3039 |
'device_replacement' => 'Lemon $1$2',
|
3040 |
'brand_replacement' => 'Lemon',
|
3041 |
'model_replacement' => '$1$2',
|
3042 |
),
|
3043 |
+
226 =>
|
3044 |
array (
|
3045 |
'regex' => '; *(TAB-1012) Build/',
|
3046 |
'device_replacement' => 'Lenco $1',
|
3047 |
'brand_replacement' => 'Lenco',
|
3048 |
'model_replacement' => '$1',
|
3049 |
),
|
3050 |
+
227 =>
|
3051 |
array (
|
3052 |
'regex' => '; Lenco ([^;/]+) Build/',
|
3053 |
'device_replacement' => 'Lenco $1',
|
3054 |
'brand_replacement' => 'Lenco',
|
3055 |
'model_replacement' => '$1',
|
3056 |
),
|
3057 |
+
228 =>
|
3058 |
array (
|
3059 |
'regex' => '; *(A1_07|A2107A-H|S2005A-H|S1-37AH0) Build',
|
3060 |
'device_replacement' => '$1',
|
3061 |
'brand_replacement' => 'Lenovo',
|
3062 |
'model_replacement' => '$1',
|
3063 |
),
|
3064 |
+
229 =>
|
3065 |
array (
|
3066 |
'regex' => '; *(Idea[Tp]ab)[ _]([^;/]+);? Build',
|
3067 |
'device_replacement' => 'Lenovo $1 $2',
|
3068 |
'brand_replacement' => 'Lenovo',
|
3069 |
'model_replacement' => '$1 $2',
|
3070 |
),
|
3071 |
+
230 =>
|
3072 |
array (
|
3073 |
'regex' => '; *(Idea(?:Tab|pad)) ?([^;/]+) Build',
|
3074 |
'device_replacement' => 'Lenovo $1 $2',
|
3075 |
'brand_replacement' => 'Lenovo',
|
3076 |
'model_replacement' => '$1 $2',
|
3077 |
),
|
3078 |
+
231 =>
|
3079 |
array (
|
3080 |
'regex' => '; *(ThinkPad) ?(Tablet) Build/',
|
3081 |
'device_replacement' => 'Lenovo $1 $2',
|
3082 |
'brand_replacement' => 'Lenovo',
|
3083 |
'model_replacement' => '$1 $2',
|
3084 |
),
|
3085 |
+
232 =>
|
3086 |
array (
|
3087 |
+
'regex' => '; *(?:LNV-)?(?:=?[Ll]enovo[ _\\-]?|LENOVO[ _])+(.+?)(?:Build|[;/\\)])',
|
3088 |
'device_replacement' => 'Lenovo $1',
|
3089 |
'brand_replacement' => 'Lenovo',
|
3090 |
'model_replacement' => '$1',
|
3091 |
),
|
3092 |
+
233 =>
|
3093 |
array (
|
3094 |
'regex' => '[;,] (?:Vodafone )?(SmartTab) ?(II) ?(\\d+) Build/',
|
3095 |
'device_replacement' => 'Lenovo $1 $2 $3',
|
3096 |
'brand_replacement' => 'Lenovo',
|
3097 |
'model_replacement' => '$1 $2 $3',
|
3098 |
),
|
3099 |
+
234 =>
|
3100 |
array (
|
3101 |
'regex' => '; *(?:Ideapad )?K1 Build/',
|
3102 |
'device_replacement' => 'Lenovo Ideapad K1',
|
3103 |
'brand_replacement' => 'Lenovo',
|
3104 |
'model_replacement' => 'Ideapad K1',
|
3105 |
),
|
3106 |
+
235 =>
|
3107 |
array (
|
3108 |
'regex' => '; *(3GC101|3GW10[01]|A390) Build/',
|
3109 |
'device_replacement' => '$1',
|
3110 |
'brand_replacement' => 'Lenovo',
|
3111 |
'model_replacement' => '$1',
|
3112 |
),
|
3113 |
+
236 =>
|
3114 |
array (
|
3115 |
'regex' => '\\b(?:Lenovo|LENOVO)+[ _\\-]?([^,;:/ ]+)',
|
3116 |
'device_replacement' => 'Lenovo $1',
|
3117 |
'brand_replacement' => 'Lenovo',
|
3118 |
'model_replacement' => '$1',
|
3119 |
),
|
3120 |
+
237 =>
|
3121 |
array (
|
3122 |
'regex' => '; *(MFC\\d+)[A-Z]{2}([^;,/]*),? Build',
|
3123 |
'device_replacement' => '$1$2',
|
3124 |
'brand_replacement' => 'Lexibook',
|
3125 |
'model_replacement' => '$1$2',
|
3126 |
),
|
3127 |
+
238 =>
|
3128 |
array (
|
3129 |
'regex' => '; *(E[34][0-9]{2}|LS[6-8][0-9]{2}|VS[6-9][0-9]+[^;/]+|Nexus [45]|GT540f?|Optimus (?:2X|G|4X HD)|OptimusX4HD) *(?:Build|;)',
|
3130 |
'device_replacement' => '$1',
|
3131 |
'brand_replacement' => 'LG',
|
3132 |
'model_replacement' => '$1',
|
3133 |
),
|
3134 |
+
239 =>
|
3135 |
array (
|
3136 |
'regex' => '[;:] *(L-\\d+[A-Z]|LGL\\d+[A-Z]?)(?:/V\\d+)? *(?:Build|[;\\)])',
|
3137 |
'device_replacement' => '$1',
|
3138 |
'brand_replacement' => 'LG',
|
3139 |
'model_replacement' => '$1',
|
3140 |
),
|
3141 |
+
240 =>
|
3142 |
array (
|
3143 |
+
'regex' => '; *(LG-)([A-Z]{1,2}\\d{2,}[^,;/\\)\\(]*?)(?:Build| V\\d+|[,;/\\)\\(]|$)',
|
3144 |
'device_replacement' => '$1$2',
|
3145 |
'brand_replacement' => 'LG',
|
3146 |
'model_replacement' => '$2',
|
3147 |
),
|
3148 |
+
241 =>
|
3149 |
array (
|
3150 |
'regex' => '; *(LG[ \\-]|LG)([^;/]+)[;/]? Build',
|
3151 |
'device_replacement' => '$1$2',
|
3152 |
'brand_replacement' => 'LG',
|
3153 |
'model_replacement' => '$2',
|
3154 |
),
|
3155 |
+
242 =>
|
3156 |
array (
|
3157 |
'regex' => '^(LG)-([^;/]+)/ Mozilla/.*; Android',
|
3158 |
'device_replacement' => '$1 $2',
|
3159 |
'brand_replacement' => 'LG',
|
3160 |
'model_replacement' => '$2',
|
3161 |
),
|
3162 |
+
243 =>
|
3163 |
array (
|
3164 |
'regex' => '; *((?:SMB|smb)[^;/]+) Build/',
|
3165 |
'device_replacement' => '$1',
|
3166 |
'brand_replacement' => 'Malata',
|
3167 |
'model_replacement' => '$1',
|
3168 |
),
|
3169 |
+
244 =>
|
3170 |
array (
|
3171 |
'regex' => '; *(?:Malata|MALATA) ([^;/]+) Build/',
|
3172 |
'device_replacement' => '$1',
|
3173 |
'brand_replacement' => 'Malata',
|
3174 |
'model_replacement' => '$1',
|
3175 |
),
|
3176 |
+
245 =>
|
3177 |
array (
|
3178 |
'regex' => '; *(MS[45][0-9]{3}|MID0[568][NS]?|MID[1-9]|MID[78]0[1-9]|MID970[1-9]|MID100[1-9]) Build/',
|
3179 |
'device_replacement' => '$1',
|
3180 |
'brand_replacement' => 'Manta',
|
3181 |
'model_replacement' => '$1',
|
3182 |
),
|
3183 |
+
246 =>
|
3184 |
array (
|
3185 |
'regex' => '; *(M1052|M806|M9000|M9100|M9701|MID100|MID120|MID125|MID130|MID135|MID140|MID701|MID710|MID713|MID727|MID728|MID731|MID732|MID733|MID735|MID736|MID737|MID760|MID800|MID810|MID820|MID830|MID833|MID835|MID860|MID900|MID930|MID933|MID960|MID980) Build/',
|
3186 |
'device_replacement' => '$1',
|
3187 |
'brand_replacement' => 'Match',
|
3188 |
'model_replacement' => '$1',
|
3189 |
),
|
3190 |
+
247 =>
|
3191 |
array (
|
3192 |
'regex' => '; *(GenxDroid7|MSD7.*|AX\\d.*|Tab 701|Tab 722) Build/',
|
3193 |
'device_replacement' => 'Maxx $1',
|
3194 |
'brand_replacement' => 'Maxx',
|
3195 |
'model_replacement' => '$1',
|
3196 |
),
|
3197 |
+
248 =>
|
3198 |
array (
|
3199 |
'regex' => '; *(M-PP[^;/]+|PhonePad ?\\d{2,}[^;/]+) Build',
|
3200 |
'device_replacement' => 'Mediacom $1',
|
3201 |
'brand_replacement' => 'Mediacom',
|
3202 |
'model_replacement' => '$1',
|
3203 |
),
|
3204 |
+
249 =>
|
3205 |
array (
|
3206 |
'regex' => '; *(M-MP[^;/]+|SmartPad ?\\d{2,}[^;/]+) Build',
|
3207 |
'device_replacement' => 'Mediacom $1',
|
3208 |
'brand_replacement' => 'Mediacom',
|
3209 |
'model_replacement' => '$1',
|
3210 |
),
|
3211 |
+
250 =>
|
3212 |
array (
|
3213 |
'regex' => '; *(?:MD_)?LIFETAB[ _]([^;/]+) Build',
|
3214 |
'regex_flag' => 'i',
|
3216 |
'brand_replacement' => 'Medion',
|
3217 |
'model_replacement' => 'Lifetab $1',
|
3218 |
),
|
3219 |
+
251 =>
|
3220 |
array (
|
3221 |
'regex' => '; *MEDION ([^;/]+) Build',
|
3222 |
'device_replacement' => 'Medion $1',
|
3223 |
'brand_replacement' => 'Medion',
|
3224 |
'model_replacement' => '$1',
|
3225 |
),
|
3226 |
+
252 =>
|
3227 |
array (
|
3228 |
'regex' => '; *(M030|M031|M035|M040|M065|m9) Build',
|
3229 |
'device_replacement' => 'Meizu $1',
|
3230 |
'brand_replacement' => 'Meizu',
|
3231 |
'model_replacement' => '$1',
|
3232 |
),
|
3233 |
+
253 =>
|
3234 |
array (
|
3235 |
+
'regex' => '; *(?:meizu_|MEIZU )(.+?) *(?:Build|[;\\)])',
|
3236 |
'device_replacement' => 'Meizu $1',
|
3237 |
'brand_replacement' => 'Meizu',
|
3238 |
'model_replacement' => '$1',
|
3239 |
),
|
3240 |
+
254 =>
|
3241 |
array (
|
3242 |
'regex' => '; *(?:Micromax[ _](A111|A240)|(A111|A240)) Build',
|
3243 |
'regex_flag' => 'i',
|
3245 |
'brand_replacement' => 'Micromax',
|
3246 |
'model_replacement' => '$1$2',
|
3247 |
),
|
3248 |
+
255 =>
|
3249 |
array (
|
3250 |
'regex' => '; *Micromax[ _](A\\d{2,3}[^;/]*) Build',
|
3251 |
'regex_flag' => 'i',
|
3253 |
'brand_replacement' => 'Micromax',
|
3254 |
'model_replacement' => '$1',
|
3255 |
),
|
3256 |
+
256 =>
|
3257 |
array (
|
3258 |
'regex' => '; *(A\\d{2}|A[12]\\d{2}|A90S|A110Q) Build',
|
3259 |
'regex_flag' => 'i',
|
3261 |
'brand_replacement' => 'Micromax',
|
3262 |
'model_replacement' => '$1',
|
3263 |
),
|
3264 |
+
257 =>
|
3265 |
array (
|
3266 |
'regex' => '; *Micromax[ _](P\\d{3}[^;/]*) Build',
|
3267 |
'regex_flag' => 'i',
|
3269 |
'brand_replacement' => 'Micromax',
|
3270 |
'model_replacement' => '$1',
|
3271 |
),
|
3272 |
+
258 =>
|
3273 |
array (
|
3274 |
'regex' => '; *(P\\d{3}|P\\d{3}\\(Funbook\\)) Build',
|
3275 |
'regex_flag' => 'i',
|
3277 |
'brand_replacement' => 'Micromax',
|
3278 |
'model_replacement' => '$1',
|
3279 |
),
|
3280 |
+
259 =>
|
3281 |
array (
|
3282 |
'regex' => '; *(MITO)[ _\\-]?([^;/]+) Build',
|
3283 |
'regex_flag' => 'i',
|
3285 |
'brand_replacement' => 'Mito',
|
3286 |
'model_replacement' => '$2',
|
3287 |
),
|
3288 |
+
260 =>
|
3289 |
array (
|
3290 |
+
'regex' => '; *(Cynus)[ _](F5|T\\d|.+?) *(?:Build|[;/\\)])',
|
3291 |
'regex_flag' => 'i',
|
3292 |
'device_replacement' => '$1 $2',
|
3293 |
'brand_replacement' => 'Mobistel',
|
3294 |
'model_replacement' => '$1 $2',
|
3295 |
),
|
3296 |
+
261 =>
|
3297 |
array (
|
3298 |
'regex' => '; *(MODECOM )?(FreeTab) ?([^;/]+) Build',
|
3299 |
'regex_flag' => 'i',
|
3301 |
'brand_replacement' => 'Modecom',
|
3302 |
'model_replacement' => '$2 $3',
|
3303 |
),
|
3304 |
+
262 =>
|
3305 |
array (
|
3306 |
'regex' => '; *(MODECOM )([^;/]+) Build',
|
3307 |
'regex_flag' => 'i',
|
3309 |
'brand_replacement' => 'Modecom',
|
3310 |
'model_replacement' => '$2',
|
3311 |
),
|
3312 |
+
263 =>
|
3313 |
array (
|
3314 |
'regex' => '; *(MZ\\d{3}\\+?|MZ\\d{3} 4G|Xoom|XOOM[^;/]*) Build',
|
3315 |
'device_replacement' => 'Motorola $1',
|
3316 |
'brand_replacement' => 'Motorola',
|
3317 |
'model_replacement' => '$1',
|
3318 |
),
|
3319 |
+
264 =>
|
3320 |
array (
|
3321 |
'regex' => '; *(Milestone )(XT[^;/]*) Build',
|
3322 |
'device_replacement' => 'Motorola $1$2',
|
3323 |
'brand_replacement' => 'Motorola',
|
3324 |
'model_replacement' => '$2',
|
3325 |
),
|
3326 |
+
265 =>
|
3327 |
array (
|
3328 |
'regex' => '; *(Motoroi ?x|Droid X|DROIDX) Build',
|
3329 |
'regex_flag' => 'i',
|
3331 |
'brand_replacement' => 'Motorola',
|
3332 |
'model_replacement' => 'DROID X',
|
3333 |
),
|
3334 |
+
266 =>
|
3335 |
array (
|
3336 |
'regex' => '; *(Droid[^;/]*|DROID[^;/]*|Milestone[^;/]*|Photon|Triumph|Devour|Titanium) Build',
|
3337 |
'device_replacement' => 'Motorola $1',
|
3338 |
'brand_replacement' => 'Motorola',
|
3339 |
'model_replacement' => '$1',
|
3340 |
),
|
3341 |
+
267 =>
|
3342 |
array (
|
3343 |
'regex' => '; *(A555|A85[34][^;/]*|A95[356]|ME[58]\\d{2}\\+?|ME600|ME632|ME722|MB\\d{3}\\+?|MT680|MT710|MT870|MT887|MT917|WX435|WX453|WX44[25]|XT\\d{3,4}[A-Z\\+]*|CL[iI]Q|CL[iI]Q XT) Build',
|
3344 |
'device_replacement' => '$1',
|
3345 |
'brand_replacement' => 'Motorola',
|
3346 |
'model_replacement' => '$1',
|
3347 |
),
|
3348 |
+
268 =>
|
3349 |
array (
|
3350 |
'regex' => '; *(Motorola MOT-|Motorola[ _\\-]|MOT\\-?)([^;/]+) Build',
|
3351 |
'device_replacement' => '$1$2',
|
3352 |
'brand_replacement' => 'Motorola',
|
3353 |
'model_replacement' => '$2',
|
3354 |
),
|
3355 |
+
269 =>
|
3356 |
array (
|
3357 |
'regex' => '; *(Moto[_ ]?|MOT\\-)([^;/]+) Build',
|
3358 |
'device_replacement' => '$1$2',
|
3359 |
'brand_replacement' => 'Motorola',
|
3360 |
'model_replacement' => '$2',
|
3361 |
),
|
3362 |
+
270 =>
|
3363 |
array (
|
3364 |
'regex' => '; *((?:MP[DQ]C|MPG\\d{1,4}|MP\\d{3,4}|MID(?:(?:10[234]|114|43|7[247]|8[24]|7)C|8[01]1))[^;/]*) Build',
|
3365 |
'device_replacement' => '$1',
|
3366 |
'brand_replacement' => 'Mpman',
|
3367 |
'model_replacement' => '$1',
|
3368 |
),
|
3369 |
+
271 =>
|
3370 |
array (
|
3371 |
'regex' => '; *(?:MSI[ _])?(Primo\\d+|Enjoy[ _\\-][^;/]+) Build',
|
3372 |
'regex_flag' => 'i',
|
3374 |
'brand_replacement' => 'Msi',
|
3375 |
'model_replacement' => '$1',
|
3376 |
),
|
3377 |
+
272 =>
|
3378 |
array (
|
3379 |
'regex' => '; *Multilaser[ _]([^;/]+) Build',
|
3380 |
'device_replacement' => '$1',
|
3381 |
'brand_replacement' => 'Multilaser',
|
3382 |
'model_replacement' => '$1',
|
3383 |
),
|
3384 |
+
273 =>
|
3385 |
array (
|
3386 |
'regex' => '; *(My)[_]?(Pad)[ _]([^;/]+) Build',
|
3387 |
'device_replacement' => '$1$2 $3',
|
3388 |
'brand_replacement' => 'MyPhone',
|
3389 |
'model_replacement' => '$1$2 $3',
|
3390 |
),
|
3391 |
+
274 =>
|
3392 |
array (
|
3393 |
'regex' => '; *(My)\\|?(Phone)[ _]([^;/]+) Build',
|
3394 |
'device_replacement' => '$1$2 $3',
|
3395 |
'brand_replacement' => 'MyPhone',
|
3396 |
'model_replacement' => '$3',
|
3397 |
),
|
3398 |
+
275 =>
|
3399 |
array (
|
3400 |
'regex' => '; *(A\\d+)[ _](Duo)? Build',
|
3401 |
'regex_flag' => 'i',
|
3403 |
'brand_replacement' => 'MyPhone',
|
3404 |
'model_replacement' => '$1 $2',
|
3405 |
),
|
3406 |
+
276 =>
|
3407 |
array (
|
3408 |
'regex' => '; *(myTab[^;/]*) Build',
|
3409 |
'device_replacement' => '$1',
|
3410 |
'brand_replacement' => 'Mytab',
|
3411 |
'model_replacement' => '$1',
|
3412 |
),
|
3413 |
+
277 =>
|
3414 |
array (
|
3415 |
'regex' => '; *(NABI2?-)([^;/]+) Build/',
|
3416 |
'device_replacement' => '$1$2',
|
3417 |
'brand_replacement' => 'Nabi',
|
3418 |
'model_replacement' => '$2',
|
3419 |
),
|
3420 |
+
278 =>
|
3421 |
array (
|
3422 |
'regex' => '; *(N-\\d+[CDE]) Build/',
|
3423 |
'device_replacement' => '$1',
|
3424 |
'brand_replacement' => 'Nec',
|
3425 |
'model_replacement' => '$1',
|
3426 |
),
|
3427 |
+
279 =>
|
3428 |
array (
|
3429 |
'regex' => '; ?(NEC-)(.*) Build/',
|
3430 |
'device_replacement' => '$1$2',
|
3431 |
'brand_replacement' => 'Nec',
|
3432 |
'model_replacement' => '$2',
|
3433 |
),
|
3434 |
+
280 =>
|
3435 |
array (
|
3436 |
'regex' => '; *(LT-NA7) Build/',
|
3437 |
'device_replacement' => '$1',
|
3438 |
'brand_replacement' => 'Nec',
|
3439 |
'model_replacement' => 'Lifetouch Note',
|
3440 |
),
|
3441 |
+
281 =>
|
3442 |
array (
|
3443 |
'regex' => '; *(NXM\\d+[A-z0-9_]*|Next\\d[A-z0-9_ \\-]*|NEXT\\d[A-z0-9_ \\-]*|Nextbook [A-z0-9_ ]*|DATAM803HC|M805)(?: Build|[\\);])',
|
3444 |
'device_replacement' => '$1',
|
3445 |
'brand_replacement' => 'Nextbook',
|
3446 |
'model_replacement' => '$1',
|
3447 |
),
|
3448 |
+
282 =>
|
3449 |
array (
|
3450 |
'regex' => '; *(Nokia)([ _\\-]*)([^;/]*) Build',
|
3451 |
'regex_flag' => 'i',
|
3453 |
'brand_replacement' => 'Nokia',
|
3454 |
'model_replacement' => '$3',
|
3455 |
),
|
3456 |
+
283 =>
|
3457 |
array (
|
3458 |
'regex' => '; *(Nook ?|Barnes & Noble Nook |BN )([^;/]+) Build',
|
3459 |
'device_replacement' => '$1$2',
|
3460 |
'brand_replacement' => 'Nook',
|
3461 |
'model_replacement' => '$2',
|
3462 |
),
|
3463 |
+
284 =>
|
3464 |
array (
|
3465 |
'regex' => '; *(NOOK )?(BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2) Build',
|
3466 |
'device_replacement' => '$1$2',
|
3467 |
'brand_replacement' => 'Nook',
|
3468 |
'model_replacement' => '$2',
|
3469 |
),
|
3470 |
+
285 =>
|
3471 |
array (
|
3472 |
'regex' => '; Build/(Nook)',
|
3473 |
'device_replacement' => '$1',
|
3474 |
'brand_replacement' => 'Nook',
|
3475 |
'model_replacement' => 'Tablet',
|
3476 |
),
|
3477 |
+
286 =>
|
3478 |
array (
|
3479 |
'regex' => '; *(OP110|OliPad[^;/]+) Build',
|
3480 |
'device_replacement' => 'Olivetti $1',
|
3481 |
'brand_replacement' => 'Olivetti',
|
3482 |
'model_replacement' => '$1',
|
3483 |
),
|
3484 |
+
287 =>
|
3485 |
array (
|
3486 |
'regex' => '; *OMEGA[ _\\-](MID[^;/]+) Build',
|
3487 |
'device_replacement' => 'Omega $1',
|
3488 |
'brand_replacement' => 'Omega',
|
3489 |
'model_replacement' => '$1',
|
3490 |
),
|
3491 |
+
288 =>
|
3492 |
array (
|
3493 |
'regex' => '^(MID7500|MID\\d+) Mozilla/5\\.0 \\(iPad;',
|
3494 |
'device_replacement' => 'Omega $1',
|
3495 |
'brand_replacement' => 'Omega',
|
3496 |
'model_replacement' => '$1',
|
3497 |
),
|
3498 |
+
289 =>
|
3499 |
array (
|
3500 |
'regex' => '; *((?:CIUS|cius)[^;/]*) Build',
|
3501 |
'device_replacement' => 'Openpeak $1',
|
3502 |
'brand_replacement' => 'Openpeak',
|
3503 |
'model_replacement' => '$1',
|
3504 |
),
|
3505 |
+
290 =>
|
3506 |
array (
|
3507 |
'regex' => '; *(Find ?(?:5|7a)|R8[012]\\d{1,2}|T703\\d{0,1}|U70\\d{1,2}T?|X90\\d{1,2}) Build',
|
3508 |
'device_replacement' => 'Oppo $1',
|
3509 |
'brand_replacement' => 'Oppo',
|
3510 |
'model_replacement' => '$1',
|
3511 |
),
|
3512 |
+
291 =>
|
3513 |
array (
|
3514 |
'regex' => '; *OPPO ?([^;/]+) Build/',
|
3515 |
'device_replacement' => 'Oppo $1',
|
3516 |
'brand_replacement' => 'Oppo',
|
3517 |
'model_replacement' => '$1',
|
3518 |
),
|
3519 |
+
292 =>
|
3520 |
array (
|
3521 |
'regex' => '; *(?:Odys\\-|ODYS\\-|ODYS )([^;/]+) Build',
|
3522 |
'device_replacement' => 'Odys $1',
|
3523 |
'brand_replacement' => 'Odys',
|
3524 |
'model_replacement' => '$1',
|
3525 |
),
|
3526 |
+
293 =>
|
3527 |
array (
|
3528 |
'regex' => '; *(SELECT) ?(7) Build',
|
3529 |
'device_replacement' => 'Odys $1 $2',
|
3530 |
'brand_replacement' => 'Odys',
|
3531 |
'model_replacement' => '$1 $2',
|
3532 |
),
|
3533 |
+
294 =>
|
3534 |
array (
|
3535 |
'regex' => '; *(PEDI)_(PLUS)_(W) Build',
|
3536 |
'device_replacement' => 'Odys $1 $2 $3',
|
3537 |
'brand_replacement' => 'Odys',
|
3538 |
'model_replacement' => '$1 $2 $3',
|
3539 |
),
|
3540 |
+
295 =>
|
3541 |
array (
|
3542 |
'regex' => '; *(AEON|BRAVIO|FUSION|FUSION2IN1|Genio|EOS10|IEOS[^;/]*|IRON|Loox|LOOX|LOOX Plus|Motion|NOON|NOON_PRO|NEXT|OPOS|PEDI[^;/]*|PRIME[^;/]*|STUDYTAB|TABLO|Tablet-PC-4|UNO_X8|XELIO[^;/]*|Xelio ?\\d+ ?[Pp]ro|XENO10|XPRESS PRO) Build',
|
3543 |
'device_replacement' => 'Odys $1',
|
3544 |
'brand_replacement' => 'Odys',
|
3545 |
'model_replacement' => '$1',
|
3546 |
),
|
3547 |
+
296 =>
|
3548 |
array (
|
3549 |
'regex' => '; *(TP-\\d+) Build/',
|
3550 |
'device_replacement' => 'Orion $1',
|
3551 |
'brand_replacement' => 'Orion',
|
3552 |
'model_replacement' => '$1',
|
3553 |
),
|
3554 |
+
297 =>
|
3555 |
array (
|
3556 |
'regex' => '; *(G100W?) Build/',
|
3557 |
'device_replacement' => 'PackardBell $1',
|
3558 |
'brand_replacement' => 'PackardBell',
|
3559 |
'model_replacement' => '$1',
|
3560 |
),
|
3561 |
+
298 =>
|
3562 |
array (
|
3563 |
'regex' => '; *(Panasonic)[_ ]([^;/]+) Build',
|
3564 |
'device_replacement' => '$1 $2',
|
3565 |
'brand_replacement' => '$1',
|
3566 |
'model_replacement' => '$2',
|
3567 |
),
|
3568 |
+
299 =>
|
3569 |
array (
|
3570 |
'regex' => '; *(FZ-A1B|JT-B1) Build',
|
3571 |
'device_replacement' => 'Panasonic $1',
|
3572 |
'brand_replacement' => 'Panasonic',
|
3573 |
'model_replacement' => '$1',
|
3574 |
),
|
3575 |
+
300 =>
|
3576 |
array (
|
3577 |
'regex' => '; *(dL1|DL1) Build',
|
3578 |
'device_replacement' => 'Panasonic $1',
|
3579 |
'brand_replacement' => 'Panasonic',
|
3580 |
'model_replacement' => '$1',
|
3581 |
),
|
3582 |
+
301 =>
|
3583 |
array (
|
3584 |
'regex' => '; *(SKY[ _])?(IM\\-[AT]\\d{3}[^;/]+).* Build/',
|
3585 |
'device_replacement' => 'Pantech $1$2',
|
3586 |
'brand_replacement' => 'Pantech',
|
3587 |
'model_replacement' => '$1$2',
|
3588 |
),
|
3589 |
+
302 =>
|
3590 |
array (
|
3591 |
'regex' => '; *((?:ADR8995|ADR910L|ADR930L|ADR930VW|PTL21|P8000)(?: 4G)?) Build/',
|
3592 |
'device_replacement' => '$1',
|
3593 |
'brand_replacement' => 'Pantech',
|
3594 |
'model_replacement' => '$1',
|
3595 |
),
|
3596 |
+
303 =>
|
3597 |
array (
|
3598 |
'regex' => '; *Pantech([^;/]+).* Build/',
|
3599 |
'device_replacement' => 'Pantech $1',
|
3600 |
'brand_replacement' => 'Pantech',
|
3601 |
'model_replacement' => '$1',
|
3602 |
),
|
3603 |
+
304 =>
|
3604 |
array (
|
3605 |
'regex' => '; *(papyre)[ _\\-]([^;/]+) Build/',
|
3606 |
'regex_flag' => 'i',
|
3608 |
'brand_replacement' => 'Papyre',
|
3609 |
'model_replacement' => '$2',
|
3610 |
),
|
3611 |
+
305 =>
|
3612 |
array (
|
3613 |
'regex' => '; *(?:Touchlet )?(X10\\.[^;/]+) Build/',
|
3614 |
'device_replacement' => 'Pearl $1',
|
3615 |
'brand_replacement' => 'Pearl',
|
3616 |
'model_replacement' => '$1',
|
3617 |
),
|
3618 |
+
306 =>
|
3619 |
array (
|
3620 |
'regex' => '; PHICOMM (i800) Build/',
|
3621 |
'device_replacement' => 'Phicomm $1',
|
3622 |
'brand_replacement' => 'Phicomm',
|
3623 |
'model_replacement' => '$1',
|
3624 |
),
|
3625 |
+
307 =>
|
3626 |
array (
|
3627 |
'regex' => '; PHICOMM ([^;/]+) Build/',
|
3628 |
'device_replacement' => 'Phicomm $1',
|
3629 |
'brand_replacement' => 'Phicomm',
|
3630 |
'model_replacement' => '$1',
|
3631 |
),
|
3632 |
+
308 =>
|
3633 |
array (
|
3634 |
'regex' => '; *(FWS\\d{3}[^;/]+) Build/',
|
3635 |
'device_replacement' => 'Phicomm $1',
|
3636 |
'brand_replacement' => 'Phicomm',
|
3637 |
'model_replacement' => '$1',
|
3638 |
),
|
3639 |
+
309 =>
|
3640 |
array (
|
3641 |
'regex' => '; *(D633|D822|D833|T539|T939|V726|W335|W336|W337|W3568|W536|W5510|W626|W632|W6350|W6360|W6500|W732|W736|W737|W7376|W820|W832|W8355|W8500|W8510|W930) Build',
|
3642 |
'device_replacement' => '$1',
|
3643 |
'brand_replacement' => 'Philips',
|
3644 |
'model_replacement' => '$1',
|
3645 |
),
|
3646 |
+
310 =>
|
3647 |
array (
|
3648 |
'regex' => '; *(?:Philips|PHILIPS)[ _]([^;/]+) Build',
|
3649 |
'device_replacement' => 'Philips $1',
|
3650 |
'brand_replacement' => 'Philips',
|
3651 |
'model_replacement' => '$1',
|
3652 |
),
|
3653 |
+
311 =>
|
3654 |
array (
|
3655 |
'regex' => 'Android 4\\..*; *(M[12356789]|U[12368]|S[123])\\ ?(pro)? Build',
|
3656 |
'device_replacement' => 'Pipo $1$2',
|
3657 |
'brand_replacement' => 'Pipo',
|
3658 |
'model_replacement' => '$1$2',
|
3659 |
),
|
3660 |
+
312 =>
|
3661 |
array (
|
3662 |
'regex' => '; *(MOMO[^;/]+) Build',
|
3663 |
'device_replacement' => '$1',
|
3664 |
'brand_replacement' => 'Ployer',
|
3665 |
'model_replacement' => '$1',
|
3666 |
),
|
3667 |
+
313 =>
|
3668 |
array (
|
3669 |
'regex' => '; *(?:Polaroid[ _])?((?:MIDC\\d{3,}|PMID\\d{2,}|PTAB\\d{3,})[^;/]*)(\\/[^;/]*)? Build/',
|
3670 |
'device_replacement' => '$1',
|
3671 |
'brand_replacement' => 'Polaroid',
|
3672 |
'model_replacement' => '$1',
|
3673 |
),
|
3674 |
+
314 =>
|
3675 |
array (
|
3676 |
'regex' => '; *(?:Polaroid )(Tablet) Build/',
|
3677 |
'device_replacement' => '$1',
|
3678 |
'brand_replacement' => 'Polaroid',
|
3679 |
'model_replacement' => '$1',
|
3680 |
),
|
3681 |
+
315 =>
|
3682 |
array (
|
3683 |
+
'regex' => '; *(POMP)[ _\\-](.+?) *(?:Build|[;/\\)])',
|
3684 |
'device_replacement' => '$1 $2',
|
3685 |
'brand_replacement' => 'Pomp',
|
3686 |
'model_replacement' => '$2',
|
3687 |
),
|
3688 |
+
316 =>
|
3689 |
array (
|
3690 |
'regex' => '; *(TB07STA|TB10STA|TB07FTA|TB10FTA) Build/',
|
3691 |
'device_replacement' => '$1',
|
3692 |
'brand_replacement' => 'Positivo',
|
3693 |
'model_replacement' => '$1',
|
3694 |
),
|
3695 |
+
317 =>
|
3696 |
array (
|
3697 |
'regex' => '; *(?:Positivo )?((?:YPY|Ypy)[^;/]+) Build/',
|
3698 |
'device_replacement' => '$1',
|
3699 |
'brand_replacement' => 'Positivo',
|
3700 |
'model_replacement' => '$1',
|
3701 |
),
|
3702 |
+
318 =>
|
3703 |
array (
|
3704 |
'regex' => '; *(MOB-[^;/]+) Build/',
|
3705 |
'device_replacement' => '$1',
|
3706 |
'brand_replacement' => 'POV',
|
3707 |
'model_replacement' => '$1',
|
3708 |
),
|
3709 |
+
319 =>
|
3710 |
array (
|
3711 |
'regex' => '; *POV[ _\\-]([^;/]+) Build/',
|
3712 |
'device_replacement' => 'POV $1',
|
3713 |
'brand_replacement' => 'POV',
|
3714 |
'model_replacement' => '$1',
|
3715 |
),
|
3716 |
+
320 =>
|
3717 |
array (
|
3718 |
'regex' => '; *((?:TAB-PLAYTAB|TAB-PROTAB|PROTAB|PlayTabPro|Mobii[ _\\-]|TAB-P)[^;/]*) Build/',
|
3719 |
'device_replacement' => 'POV $1',
|
3720 |
'brand_replacement' => 'POV',
|
3721 |
'model_replacement' => '$1',
|
3722 |
),
|
3723 |
+
321 =>
|
3724 |
array (
|
3725 |
'regex' => '; *(?:Prestigio )?((?:PAP|PMP)\\d[^;/]+) Build/',
|
3726 |
'device_replacement' => 'Prestigio $1',
|
3727 |
'brand_replacement' => 'Prestigio',
|
3728 |
'model_replacement' => '$1',
|
3729 |
),
|
3730 |
+
322 =>
|
3731 |
array (
|
3732 |
'regex' => '; *(PLT[0-9]{4}.*) Build/',
|
3733 |
'device_replacement' => '$1',
|
3734 |
'brand_replacement' => 'Proscan',
|
3735 |
'model_replacement' => '$1',
|
3736 |
),
|
3737 |
+
323 =>
|
3738 |
array (
|
3739 |
'regex' => '; *(A2|A5|A8|A900)_?(Classic)? Build',
|
3740 |
'device_replacement' => '$1 $2',
|
3741 |
'brand_replacement' => 'Qmobile',
|
3742 |
'model_replacement' => '$1 $2',
|
3743 |
),
|
3744 |
+
324 =>
|
3745 |
array (
|
3746 |
'regex' => '; *(Q[Mm]obile)_([^_]+)_([^_]+) Build',
|
3747 |
'device_replacement' => 'Qmobile $2 $3',
|
3748 |
'brand_replacement' => 'Qmobile',
|
3749 |
'model_replacement' => '$2 $3',
|
3750 |
),
|
3751 |
+
325 =>
|
3752 |
array (
|
3753 |
'regex' => '; *(Q\\-?[Mm]obile)[_ ](A[^;/]+) Build',
|
3754 |
'device_replacement' => 'Qmobile $2',
|
3755 |
'brand_replacement' => 'Qmobile',
|
3756 |
'model_replacement' => '$2',
|
3757 |
),
|
3758 |
+
326 =>
|
3759 |
array (
|
3760 |
'regex' => '; *(Q\\-Smart)[ _]([^;/]+) Build/',
|
3761 |
'device_replacement' => '$1 $2',
|
3762 |
'brand_replacement' => 'Qmobilevn',
|
3763 |
'model_replacement' => '$2',
|
3764 |
),
|
3765 |
+
327 =>
|
3766 |
array (
|
3767 |
'regex' => '; *(Q\\-?[Mm]obile)[ _\\-](S[^;/]+) Build/',
|
3768 |
'device_replacement' => '$1 $2',
|
3769 |
'brand_replacement' => 'Qmobilevn',
|
3770 |
'model_replacement' => '$2',
|
3771 |
),
|
3772 |
+
328 =>
|
3773 |
array (
|
3774 |
'regex' => '; *(TA1013) Build',
|
3775 |
'device_replacement' => '$1',
|
3776 |
'brand_replacement' => 'Quanta',
|
3777 |
'model_replacement' => '$1',
|
3778 |
),
|
3779 |
+
329 =>
|
3780 |
array (
|
3781 |
'regex' => '; *(RK\\d+),? Build/',
|
3782 |
'device_replacement' => '$1',
|
3783 |
'brand_replacement' => 'Rockchip',
|
3784 |
'model_replacement' => '$1',
|
3785 |
),
|
3786 |
+
330 =>
|
3787 |
array (
|
3788 |
'regex' => ' Build/(RK\\d+)',
|
3789 |
'device_replacement' => '$1',
|
3790 |
'brand_replacement' => 'Rockchip',
|
3791 |
'model_replacement' => '$1',
|
3792 |
),
|
3793 |
+
331 =>
|
3794 |
array (
|
3795 |
'regex' => '; *(SAMSUNG |Samsung )?((?:Galaxy (?:Note II|S\\d)|GT-I9082|GT-I9205|GT-N7\\d{3}|SM-N9005)[^;/]*)\\/?[^;/]* Build/',
|
3796 |
'device_replacement' => 'Samsung $1$2',
|
3797 |
'brand_replacement' => 'Samsung',
|
3798 |
'model_replacement' => '$2',
|
3799 |
),
|
3800 |
+
332 =>
|
3801 |
array (
|
3802 |
'regex' => '; *(Google )?(Nexus [Ss](?: 4G)?) Build/',
|
3803 |
'device_replacement' => 'Samsung $1$2',
|
3804 |
'brand_replacement' => 'Samsung',
|
3805 |
'model_replacement' => '$2',
|
3806 |
),
|
3807 |
+
333 =>
|
3808 |
array (
|
3809 |
'regex' => '; *(SAMSUNG |Samsung )([^\\/]*)\\/[^ ]* Build/',
|
3810 |
'device_replacement' => 'Samsung $2',
|
3811 |
'brand_replacement' => 'Samsung',
|
3812 |
'model_replacement' => '$2',
|
3813 |
),
|
3814 |
+
334 =>
|
3815 |
array (
|
3816 |
'regex' => '; *(Galaxy(?: Ace| Nexus| S ?II+|Nexus S| with MCR 1.2| Mini Plus 4G)?) Build/',
|
3817 |
'device_replacement' => 'Samsung $1',
|
3818 |
'brand_replacement' => 'Samsung',
|
3819 |
'model_replacement' => '$1',
|
3820 |
),
|
3821 |
+
335 =>
|
3822 |
array (
|
3823 |
'regex' => '; *(SAMSUNG[ _\\-] *)+([^;/]+) Build',
|
3824 |
'device_replacement' => 'Samsung $2',
|
3825 |
'brand_replacement' => 'Samsung',
|
3826 |
'model_replacement' => '$2',
|
3827 |
),
|
3828 |
+
336 =>
|
3829 |
array (
|
3830 |
'regex' => '; *(SAMSUNG-)?(GT\\-[BINPS]\\d{4}[^\\/]*)(\\/[^ ]*) Build',
|
3831 |
'device_replacement' => 'Samsung $1$2$3',
|
3832 |
'brand_replacement' => 'Samsung',
|
3833 |
'model_replacement' => '$2',
|
3834 |
),
|
3835 |
+
337 =>
|
3836 |
array (
|
3837 |
+
'regex' => '(?:; *|^)((?:GT\\-[BIiNPS]\\d{4}|I9\\d{2}0[A-Za-z\\+]?\\b)[^;/\\)]*?)(?:Build|Linux|MIUI|[;/\\)])',
|
3838 |
'device_replacement' => 'Samsung $1',
|
3839 |
'brand_replacement' => 'Samsung',
|
3840 |
'model_replacement' => '$1',
|
3841 |
),
|
3842 |
+
338 =>
|
3843 |
array (
|
3844 |
'regex' => '; (SAMSUNG-)([A-Za-z0-9\\-]+).* Build/',
|
3845 |
'device_replacement' => 'Samsung $1$2',
|
3846 |
'brand_replacement' => 'Samsung',
|
3847 |
'model_replacement' => '$2',
|
3848 |
),
|
3849 |
+
339 =>
|
3850 |
array (
|
3851 |
'regex' => '; *((?:SCH|SGH|SHV|SHW|SPH|SC|SM)\\-[A-Za-z0-9 ]+)(/?[^ ]*)? Build',
|
3852 |
'device_replacement' => 'Samsung $1',
|
3853 |
'brand_replacement' => 'Samsung',
|
3854 |
'model_replacement' => '$1',
|
3855 |
),
|
3856 |
+
340 =>
|
3857 |
array (
|
3858 |
'regex' => ' ((?:SCH)\\-[A-Za-z0-9 ]+)(/?[^ ]*)? Build',
|
3859 |
'device_replacement' => 'Samsung $1',
|
3860 |
'brand_replacement' => 'Samsung',
|
3861 |
'model_replacement' => '$1',
|
3862 |
),
|
3863 |
+
341 =>
|
3864 |
array (
|
3865 |
'regex' => '; *(Behold ?(?:2|II)|YP\\-G[^;/]+|EK-GC100|SCL21|I9300) Build',
|
3866 |
'device_replacement' => 'Samsung $1',
|
3867 |
'brand_replacement' => 'Samsung',
|
3868 |
'model_replacement' => '$1',
|
3869 |
),
|
3870 |
+
342 =>
|
3871 |
array (
|
3872 |
'regex' => '; *(SH\\-?\\d\\d[^;/]+|SBM\\d[^;/]+) Build',
|
3873 |
'device_replacement' => '$1',
|
3874 |
'brand_replacement' => 'Sharp',
|
3875 |
'model_replacement' => '$1',
|
3876 |
),
|
3877 |
+
343 =>
|
3878 |
array (
|
3879 |
'regex' => '; *(SHARP[ -])([^;/]+) Build',
|
3880 |
'device_replacement' => '$1$2',
|
3881 |
'brand_replacement' => 'Sharp',
|
3882 |
'model_replacement' => '$2',
|
3883 |
),
|
3884 |
+
344 =>
|
3885 |
array (
|
3886 |
'regex' => '; *(SPX[_\\-]\\d[^;/]*) Build/',
|
3887 |
'device_replacement' => '$1',
|
3888 |
'brand_replacement' => 'Simvalley',
|
3889 |
'model_replacement' => '$1',
|
3890 |
),
|
3891 |
+
345 =>
|
3892 |
array (
|
3893 |
'regex' => '; *(SX7\\-PEARL\\.GmbH) Build/',
|
3894 |
'device_replacement' => '$1',
|
3895 |
'brand_replacement' => 'Simvalley',
|
3896 |
'model_replacement' => '$1',
|
3897 |
),
|
3898 |
+
346 =>
|
3899 |
array (
|
3900 |
'regex' => '; *(SP[T]?\\-\\d{2}[^;/]*) Build/',
|
3901 |
'device_replacement' => '$1',
|
3902 |
'brand_replacement' => 'Simvalley',
|
3903 |
'model_replacement' => '$1',
|
3904 |
),
|
3905 |
+
347 =>
|
3906 |
array (
|
3907 |
'regex' => '; *(SK\\-.*) Build/',
|
3908 |
'device_replacement' => '$1',
|
3909 |
'brand_replacement' => 'SKtelesys',
|
3910 |
'model_replacement' => '$1',
|
3911 |
),
|
3912 |
+
348 =>
|
3913 |
array (
|
3914 |
'regex' => '; *(?:SKYTEX|SX)-([^;/]+) Build',
|
3915 |
'device_replacement' => '$1',
|
3916 |
'brand_replacement' => 'Skytex',
|
3917 |
'model_replacement' => '$1',
|
3918 |
),
|
3919 |
+
349 =>
|
3920 |
array (
|
3921 |
'regex' => '; *(IMAGINE [^;/]+) Build',
|
3922 |
'device_replacement' => '$1',
|
3923 |
'brand_replacement' => 'Skytex',
|
3924 |
'model_replacement' => '$1',
|
3925 |
),
|
3926 |
+
350 =>
|
3927 |
array (
|
3928 |
'regex' => '; *(SmartQ) ?([^;/]+) Build/',
|
3929 |
'device_replacement' => '$1 $2',
|
3930 |
'brand_replacement' => '$1',
|
3931 |
'model_replacement' => '$2',
|
3932 |
),
|
3933 |
+
351 =>
|
3934 |
array (
|
3935 |
'regex' => '; *(WF7C|WF10C|SBT[^;/]+) Build',
|
3936 |
'device_replacement' => '$1',
|
3937 |
'brand_replacement' => 'Smartbitt',
|
3938 |
'model_replacement' => '$1',
|
3939 |
),
|
3940 |
+
352 =>
|
3941 |
array (
|
3942 |
'regex' => '; *(SBM(?:003SH|005SH|006SH|007SH|102SH)) Build',
|
3943 |
'device_replacement' => '$1',
|
3944 |
'brand_replacement' => 'Sharp',
|
3945 |
'model_replacement' => '$1',
|
3946 |
),
|
3947 |
+
353 =>
|
3948 |
array (
|
3949 |
'regex' => '; *(003P|101P|101P11C|102P) Build',
|
3950 |
'device_replacement' => '$1',
|
3951 |
'brand_replacement' => 'Panasonic',
|
3952 |
'model_replacement' => '$1',
|
3953 |
),
|
3954 |
+
354 =>
|
3955 |
array (
|
3956 |
'regex' => '; *(00\\dZ) Build/',
|
3957 |
'device_replacement' => '$1',
|
3958 |
'brand_replacement' => 'ZTE',
|
3959 |
'model_replacement' => '$1',
|
3960 |
),
|
3961 |
+
355 =>
|
3962 |
array (
|
3963 |
'regex' => '; HTC(X06HT) Build',
|
3964 |
'device_replacement' => '$1',
|
3965 |
'brand_replacement' => 'HTC',
|
3966 |
'model_replacement' => '$1',
|
3967 |
),
|
3968 |
+
356 =>
|
3969 |
array (
|
3970 |
'regex' => '; *(001HT|X06HT) Build',
|
3971 |
'device_replacement' => '$1',
|
3972 |
'brand_replacement' => 'HTC',
|
3973 |
'model_replacement' => '$1',
|
3974 |
),
|
3975 |
+
357 =>
|
3976 |
array (
|
3977 |
'regex' => '; *(201M) Build',
|
3978 |
'device_replacement' => '$1',
|
3979 |
'brand_replacement' => 'Motorola',
|
3980 |
'model_replacement' => 'XT902',
|
3981 |
),
|
3982 |
+
358 =>
|
3983 |
array (
|
3984 |
'regex' => '; *(ST\\d{4}.*)Build/ST',
|
3985 |
'device_replacement' => 'Trekstor $1',
|
3986 |
'brand_replacement' => 'Trekstor',
|
3987 |
'model_replacement' => '$1',
|
3988 |
),
|
3989 |
+
359 =>
|
3990 |
array (
|
3991 |
'regex' => '; *(ST\\d{4}.*) Build/',
|
3992 |
'device_replacement' => 'Trekstor $1',
|
3993 |
'brand_replacement' => 'Trekstor',
|
3994 |
'model_replacement' => '$1',
|
3995 |
),
|
3996 |
+
360 =>
|
3997 |
array (
|
3998 |
'regex' => '; *(Sony ?Ericsson ?)([^;/]+) Build',
|
3999 |
'device_replacement' => '$1$2',
|
4000 |
'brand_replacement' => 'SonyEricsson',
|
4001 |
'model_replacement' => '$2',
|
4002 |
),
|
4003 |
+
361 =>
|
4004 |
array (
|
4005 |
'regex' => '; *((?:SK|ST|E|X|LT|MK|MT|WT)\\d{2}[a-z0-9]*(?:-o)?|R800i|U20i) Build',
|
4006 |
'device_replacement' => '$1',
|
4007 |
'brand_replacement' => 'SonyEricsson',
|
4008 |
'model_replacement' => '$1',
|
4009 |
),
|
4010 |
+
362 =>
|
4011 |
array (
|
4012 |
'regex' => '; *(Xperia (?:A8|Arc|Acro|Active|Live with Walkman|Mini|Neo|Play|Pro|Ray|X\\d+)[^;/]*) Build',
|
4013 |
'regex_flag' => 'i',
|
4015 |
'brand_replacement' => 'SonyEricsson',
|
4016 |
'model_replacement' => '$1',
|
4017 |
),
|
4018 |
+
363 =>
|
4019 |
array (
|
4020 |
'regex' => '; Sony (Tablet[^;/]+) Build',
|
4021 |
'device_replacement' => 'Sony $1',
|
4022 |
'brand_replacement' => 'Sony',
|
4023 |
'model_replacement' => '$1',
|
4024 |
),
|
4025 |
+
364 =>
|
4026 |
array (
|
4027 |
'regex' => '; Sony ([^;/]+) Build',
|
4028 |
'device_replacement' => 'Sony $1',
|
4029 |
'brand_replacement' => 'Sony',
|
4030 |
'model_replacement' => '$1',
|
4031 |
),
|
4032 |
+
365 =>
|
4033 |
array (
|
4034 |
'regex' => '; *(Sony)([A-Za-z0-9\\-]+) Build',
|
4035 |
'device_replacement' => '$1 $2',
|
4036 |
'brand_replacement' => '$1',
|
4037 |
'model_replacement' => '$2',
|
4038 |
),
|
4039 |
+
366 =>
|
4040 |
array (
|
4041 |
'regex' => '; *(Xperia [^;/]+) Build',
|
4042 |
'device_replacement' => '$1',
|
4043 |
'brand_replacement' => 'Sony',
|
4044 |
'model_replacement' => '$1',
|
4045 |
),
|
4046 |
+
367 =>
|
4047 |
array (
|
4048 |
'regex' => '; *(C(?:1[0-9]|2[0-9]|53|55|6[0-9])[0-9]{2}|D[25]\\d{3}|D6[56]\\d{2}) Build',
|
4049 |
'device_replacement' => '$1',
|
4050 |
'brand_replacement' => 'Sony',
|
4051 |
'model_replacement' => '$1',
|
4052 |
),
|
4053 |
+
368 =>
|
4054 |
array (
|
4055 |
'regex' => '; *(SGP\\d{3}|SGPT\\d{2}) Build',
|
4056 |
'device_replacement' => '$1',
|
4057 |
'brand_replacement' => 'Sony',
|
4058 |
'model_replacement' => '$1',
|
4059 |
),
|
4060 |
+
369 =>
|
4061 |
array (
|
4062 |
'regex' => '; *(NW-Z1000Series) Build',
|
4063 |
'device_replacement' => '$1',
|
4064 |
'brand_replacement' => 'Sony',
|
4065 |
'model_replacement' => '$1',
|
4066 |
),
|
4067 |
+
370 =>
|
4068 |
array (
|
4069 |
'regex' => 'PLAYSTATION 3',
|
4070 |
'device_replacement' => 'PlayStation 3',
|
4071 |
'brand_replacement' => 'Sony',
|
4072 |
'model_replacement' => 'PlayStation 3',
|
4073 |
),
|
4074 |
+
371 =>
|
4075 |
array (
|
4076 |
'regex' => '(PlayStation (?:Portable|Vita|\\d+))',
|
4077 |
'device_replacement' => '$1',
|
4078 |
'brand_replacement' => 'Sony',
|
4079 |
'model_replacement' => '$1',
|
4080 |
),
|
4081 |
+
372 =>
|
4082 |
array (
|
4083 |
'regex' => '; *((?:CSL_Spice|Spice|SPICE|CSL)[ _\\-]?)?([Mm][Ii])([ _\\-])?(\\d{3}[^;/]*) Build/',
|
4084 |
'device_replacement' => '$1$2$3$4',
|
4085 |
'brand_replacement' => 'Spice',
|
4086 |
'model_replacement' => 'Mi$4',
|
4087 |
),
|
4088 |
+
373 =>
|
4089 |
array (
|
4090 |
+
'regex' => '; *(Sprint )(.+?) *(?:Build|[;/])',
|
4091 |
'device_replacement' => '$1$2',
|
4092 |
'brand_replacement' => 'Sprint',
|
4093 |
'model_replacement' => '$2',
|
4094 |
),
|
4095 |
+
374 =>
|
4096 |
array (
|
4097 |
'regex' => '\\b(Sprint)[: ]([^;,/ ]+)',
|
4098 |
'device_replacement' => '$1$2',
|
4099 |
'brand_replacement' => 'Sprint',
|
4100 |
'model_replacement' => '$2',
|
4101 |
),
|
4102 |
+
375 =>
|
4103 |
array (
|
4104 |
'regex' => '; *(TAGI[ ]?)(MID) ?([^;/]+) Build/',
|
4105 |
'device_replacement' => '$1$2$3',
|
4106 |
'brand_replacement' => 'Tagi',
|
4107 |
'model_replacement' => '$2$3',
|
4108 |
),
|
4109 |
+
376 =>
|
4110 |
array (
|
4111 |
'regex' => '; *(Oyster500|Opal 800) Build',
|
4112 |
'device_replacement' => 'Tecmobile $1',
|
4113 |
'brand_replacement' => 'Tecmobile',
|
4114 |
'model_replacement' => '$1',
|
4115 |
),
|
4116 |
+
377 =>
|
4117 |
array (
|
4118 |
'regex' => '; *(TECNO[ _])([^;/]+) Build/',
|
4119 |
'device_replacement' => '$1$2',
|
4120 |
'brand_replacement' => 'Tecno',
|
4121 |
'model_replacement' => '$2',
|
4122 |
),
|
4123 |
+
378 =>
|
4124 |
array (
|
4125 |
'regex' => '; *Android for (Telechips|Techvision) ([^ ]+) ',
|
4126 |
'regex_flag' => 'i',
|
4128 |
'brand_replacement' => '$1',
|
4129 |
'model_replacement' => '$2',
|
4130 |
),
|
4131 |
+
379 =>
|
4132 |
array (
|
4133 |
'regex' => '; *(T-Hub2) Build/',
|
4134 |
'device_replacement' => '$1',
|
4135 |
'brand_replacement' => 'Telstra',
|
4136 |
'model_replacement' => '$1',
|
4137 |
),
|
4138 |
+
380 =>
|
4139 |
array (
|
4140 |
'regex' => '; *(PAD) ?(100[12]) Build/',
|
4141 |
'device_replacement' => 'Terra $1$2',
|
4142 |
'brand_replacement' => 'Terra',
|
4143 |
'model_replacement' => '$1$2',
|
4144 |
),
|
4145 |
+
381 =>
|
4146 |
array (
|
4147 |
'regex' => '; *(T[BM]-\\d{3}[^;/]+) Build/',
|
4148 |
'device_replacement' => '$1',
|
4149 |
'brand_replacement' => 'Texet',
|
4150 |
'model_replacement' => '$1',
|
4151 |
),
|
4152 |
+
382 =>
|
4153 |
array (
|
4154 |
'regex' => '; *(tolino [^;/]+) Build',
|
4155 |
'device_replacement' => '$1',
|
4156 |
'brand_replacement' => 'Thalia',
|
4157 |
'model_replacement' => '$1',
|
4158 |
),
|
4159 |
+
383 =>
|
4160 |
array (
|
4161 |
'regex' => '; *Build/.* (TOLINO_BROWSER)',
|
4162 |
'device_replacement' => '$1',
|
4163 |
'brand_replacement' => 'Thalia',
|
4164 |
'model_replacement' => 'Tolino Shine',
|
4165 |
),
|
4166 |
+
384 =>
|
4167 |
array (
|
4168 |
'regex' => '; *(?:CJ[ -])?(ThL|THL)[ -]([^;/]+) Build/',
|
4169 |
'device_replacement' => '$1 $2',
|
4170 |
'brand_replacement' => 'Thl',
|
4171 |
'model_replacement' => '$2',
|
4172 |
),
|
4173 |
+
385 =>
|
4174 |
array (
|
4175 |
'regex' => '; *(T100|T200|T5|W100|W200|W8s) Build/',
|
4176 |
'device_replacement' => '$1',
|
4177 |
'brand_replacement' => 'Thl',
|
4178 |
'model_replacement' => '$1',
|
4179 |
),
|
4180 |
+
386 =>
|
4181 |
array (
|
4182 |
'regex' => '; *(T-Mobile[ _]G2[ _]Touch) Build',
|
4183 |
'device_replacement' => '$1',
|
4184 |
'brand_replacement' => 'HTC',
|
4185 |
'model_replacement' => 'Hero',
|
4186 |
),
|
4187 |
+
387 =>
|
4188 |
array (
|
4189 |
'regex' => '; *(T-Mobile[ _]G2) Build',
|
4190 |
'device_replacement' => '$1',
|
4191 |
'brand_replacement' => 'HTC',
|
4192 |
'model_replacement' => 'Desire Z',
|
4193 |
),
|
4194 |
+
388 =>
|
4195 |
array (
|
4196 |
'regex' => '; *(T-Mobile myTouch Q) Build',
|
4197 |
'device_replacement' => '$1',
|
4198 |
'brand_replacement' => 'Huawei',
|
4199 |
'model_replacement' => 'U8730',
|
4200 |
),
|
4201 |
+
389 =>
|
4202 |
array (
|
4203 |
'regex' => '; *(T-Mobile myTouch) Build',
|
4204 |
'device_replacement' => '$1',
|
4205 |
'brand_replacement' => 'Huawei',
|
4206 |
'model_replacement' => 'U8680',
|
4207 |
),
|
4208 |
+
390 =>
|
4209 |
array (
|
4210 |
'regex' => '; *(T-Mobile_Espresso) Build',
|
4211 |
'device_replacement' => '$1',
|
4212 |
'brand_replacement' => 'HTC',
|
4213 |
'model_replacement' => 'Espresso',
|
4214 |
),
|
4215 |
+
391 =>
|
4216 |
array (
|
4217 |
'regex' => '; *(T-Mobile G1) Build',
|
4218 |
'device_replacement' => '$1',
|
4219 |
'brand_replacement' => 'HTC',
|
4220 |
'model_replacement' => 'Dream',
|
4221 |
),
|
4222 |
+
392 =>
|
4223 |
array (
|
4224 |
'regex' => '\\b(T-Mobile ?)?(myTouch)[ _]?([34]G)[ _]?([^\\/]*) (?:Mozilla|Build)',
|
4225 |
'device_replacement' => '$1$2 $3 $4',
|
4226 |
'brand_replacement' => 'HTC',
|
4227 |
'model_replacement' => '$2 $3 $4',
|
4228 |
),
|
4229 |
+
393 =>
|
4230 |
array (
|
4231 |
'regex' => '\\b(T-Mobile)_([^_]+)_(.*) Build',
|
4232 |
'device_replacement' => '$1 $2 $3',
|
4233 |
'brand_replacement' => 'Tmobile',
|
4234 |
'model_replacement' => '$2 $3',
|
4235 |
),
|
4236 |
+
394 =>
|
4237 |
array (
|
4238 |
+
'regex' => '\\b(T-Mobile)[_ ]?(.*?)Build',
|
4239 |
'device_replacement' => '$1 $2',
|
4240 |
'brand_replacement' => 'Tmobile',
|
4241 |
'model_replacement' => '$2',
|
4242 |
),
|
4243 |
+
395 =>
|
4244 |
array (
|
4245 |
'regex' => ' (ATP[0-9]{4}) Build',
|
4246 |
'device_replacement' => '$1',
|
4247 |
'brand_replacement' => 'Tomtec',
|
4248 |
'model_replacement' => '$1',
|
4249 |
),
|
4250 |
+
396 =>
|
4251 |
array (
|
4252 |
'regex' => ' *(TOOKY)[ _\\-]([^;/]+) ?(?:Build|;)',
|
4253 |
'regex_flag' => 'i',
|
4255 |
'brand_replacement' => 'Tooky',
|
4256 |
'model_replacement' => '$2',
|
4257 |
),
|
4258 |
+
397 =>
|
4259 |
array (
|
4260 |
'regex' => '\\b(TOSHIBA_AC_AND_AZ|TOSHIBA_FOLIO_AND_A|FOLIO_AND_A)',
|
4261 |
'device_replacement' => '$1',
|
4262 |
'brand_replacement' => 'Toshiba',
|
4263 |
'model_replacement' => 'Folio 100',
|
4264 |
),
|
4265 |
+
398 =>
|
4266 |
array (
|
4267 |
'regex' => '; *([Ff]olio ?100) Build/',
|
4268 |
'device_replacement' => '$1',
|
4269 |
'brand_replacement' => 'Toshiba',
|
4270 |
'model_replacement' => 'Folio 100',
|
4271 |
),
|
4272 |
+
399 =>
|
4273 |
array (
|
4274 |
'regex' => '; *(AT[0-9]{2,3}(?:\\-A|LE\\-A|PE\\-A|SE|a)?|AT7-A|AT1S0|Hikari-iFrame/WDPF-[^;/]+|THRiVE|Thrive) Build/',
|
4275 |
'device_replacement' => 'Toshiba $1',
|
4276 |
'brand_replacement' => 'Toshiba',
|
4277 |
'model_replacement' => '$1',
|
4278 |
),
|
4279 |
+
400 =>
|
4280 |
array (
|
4281 |
'regex' => '; *(TM-MID\\d+[^;/]+|TOUCHMATE|MID-750) Build',
|
4282 |
'device_replacement' => '$1',
|
4283 |
'brand_replacement' => 'Touchmate',
|
4284 |
'model_replacement' => '$1',
|
4285 |
),
|
4286 |
+
401 =>
|
4287 |
array (
|
4288 |
'regex' => '; *(TM-SM\\d+[^;/]+) Build',
|
4289 |
'device_replacement' => '$1',
|
4290 |
'brand_replacement' => 'Touchmate',
|
4291 |
'model_replacement' => '$1',
|
4292 |
),
|
4293 |
+
402 =>
|
4294 |
array (
|
4295 |
'regex' => '; *(A10 [Bb]asic2?) Build/',
|
4296 |
'device_replacement' => '$1',
|
4297 |
'brand_replacement' => 'Treq',
|
4298 |
'model_replacement' => '$1',
|
4299 |
),
|
4300 |
+
403 =>
|
4301 |
array (
|
4302 |
'regex' => '; *(TREQ[ _\\-])([^;/]+) Build',
|
4303 |
'regex_flag' => 'i',
|
4305 |
'brand_replacement' => 'Treq',
|
4306 |
'model_replacement' => '$2',
|
4307 |
),
|
4308 |
+
404 =>
|
4309 |
array (
|
4310 |
'regex' => '; *(X-?5|X-?3) Build/',
|
4311 |
'device_replacement' => '$1',
|
4312 |
'brand_replacement' => 'Umeox',
|
4313 |
'model_replacement' => '$1',
|
4314 |
),
|
4315 |
+
405 =>
|
4316 |
array (
|
4317 |
'regex' => '; *(A502\\+?|A936|A603|X1|X2) Build/',
|
4318 |
'device_replacement' => '$1',
|
4319 |
'brand_replacement' => 'Umeox',
|
4320 |
'model_replacement' => '$1',
|
4321 |
),
|
4322 |
+
406 =>
|
4323 |
array (
|
4324 |
+
'regex' => '(TOUCH(?:TAB|PAD).+?) Build/',
|
4325 |
'regex_flag' => 'i',
|
4326 |
'device_replacement' => 'Versus $1',
|
4327 |
'brand_replacement' => 'Versus',
|
4328 |
'model_replacement' => '$1',
|
4329 |
),
|
4330 |
+
407 =>
|
4331 |
array (
|
4332 |
'regex' => '(VERTU) ([^;/]+) Build/',
|
4333 |
'device_replacement' => '$1 $2',
|
4334 |
'brand_replacement' => 'Vertu',
|
4335 |
'model_replacement' => '$2',
|
4336 |
),
|
4337 |
+
408 =>
|
4338 |
array (
|
4339 |
'regex' => '; *(Videocon)[ _\\-]([^;/]+) *(?:Build|;)',
|
4340 |
'device_replacement' => '$1 $2',
|
4341 |
'brand_replacement' => 'Videocon',
|
4342 |
'model_replacement' => '$2',
|
4343 |
),
|
4344 |
+
409 =>
|
4345 |
array (
|
4346 |
'regex' => ' (VT\\d{2}[A-Za-z]*) Build',
|
4347 |
'device_replacement' => '$1',
|
4348 |
'brand_replacement' => 'Videocon',
|
4349 |
'model_replacement' => '$1',
|
4350 |
),
|
4351 |
+
410 =>
|
4352 |
array (
|
4353 |
'regex' => '; *((?:ViewPad|ViewPhone|VSD)[^;/]+) Build/',
|
4354 |
'device_replacement' => '$1',
|
4355 |
'brand_replacement' => 'Viewsonic',
|
4356 |
'model_replacement' => '$1',
|
4357 |
),
|
4358 |
+
411 =>
|
4359 |
array (
|
4360 |
'regex' => '; *(ViewSonic-)([^;/]+) Build/',
|
4361 |
'device_replacement' => '$1$2',
|
4362 |
'brand_replacement' => 'Viewsonic',
|
4363 |
'model_replacement' => '$2',
|
4364 |
),
|
4365 |
+
412 =>
|
4366 |
array (
|
4367 |
'regex' => '; *(GTablet.*) Build/',
|
4368 |
'device_replacement' => '$1',
|
4369 |
'brand_replacement' => 'Viewsonic',
|
4370 |
'model_replacement' => '$1',
|
4371 |
),
|
4372 |
+
413 =>
|
4373 |
array (
|
4374 |
'regex' => '; *([Vv]ivo)[ _]([^;/]+) Build',
|
4375 |
'device_replacement' => '$1 $2',
|
4376 |
'brand_replacement' => 'vivo',
|
4377 |
'model_replacement' => '$2',
|
4378 |
),
|
4379 |
+
414 =>
|
4380 |
array (
|
4381 |
'regex' => '(Vodafone) (.*) Build/',
|
4382 |
'device_replacement' => '$1 $2',
|
4383 |
'brand_replacement' => '$1',
|
4384 |
'model_replacement' => '$2',
|
4385 |
),
|
4386 |
+
415 =>
|
4387 |
array (
|
4388 |
'regex' => '; *(?:Walton[ _\\-])?(Primo[ _\\-][^;/]+) Build',
|
4389 |
'regex_flag' => 'i',
|
4391 |
'brand_replacement' => 'Walton',
|
4392 |
'model_replacement' => '$1',
|
4393 |
),
|
4394 |
+
416 =>
|
4395 |
array (
|
4396 |
'regex' => '; *(?:WIKO[ \\-])?(CINK\\+?|BARRY|BLOOM|DARKFULL|DARKMOON|DARKNIGHT|DARKSIDE|FIZZ|HIGHWAY|IGGY|OZZY|RAINBOW|STAIRWAY|SUBLIM|WAX|CINK [^;/]+) Build/',
|
4397 |
'regex_flag' => 'i',
|
4399 |
'brand_replacement' => 'Wiko',
|
4400 |
'model_replacement' => '$1',
|
4401 |
),
|
4402 |
+
417 =>
|
4403 |
array (
|
4404 |
'regex' => '; *WellcoM-([^;/]+) Build',
|
4405 |
'device_replacement' => 'Wellcom $1',
|
4406 |
'brand_replacement' => 'Wellcom',
|
4407 |
'model_replacement' => '$1',
|
4408 |
),
|
4409 |
+
418 =>
|
4410 |
array (
|
4411 |
'regex' => '(?:(WeTab)-Browser|; (wetab) Build)',
|
4412 |
'device_replacement' => '$1',
|
4413 |
'brand_replacement' => 'WeTab',
|
4414 |
'model_replacement' => 'WeTab',
|
4415 |
),
|
4416 |
+
419 =>
|
4417 |
array (
|
4418 |
'regex' => '; *(AT-AS[^;/]+) Build',
|
4419 |
'device_replacement' => 'Wolfgang $1',
|
4420 |
'brand_replacement' => 'Wolfgang',
|
4421 |
'model_replacement' => '$1',
|
4422 |
),
|
4423 |
+
420 =>
|
4424 |
array (
|
4425 |
'regex' => '; *(?:Woxter|Wxt) ([^;/]+) Build',
|
4426 |
'device_replacement' => 'Woxter $1',
|
4427 |
'brand_replacement' => 'Woxter',
|
4428 |
'model_replacement' => '$1',
|
4429 |
),
|
4430 |
+
421 =>
|
4431 |
array (
|
4432 |
'regex' => '; *(?:Xenta |Luna )?(TAB[234][0-9]{2}|TAB0[78]-\\d{3}|TAB0?9-\\d{3}|TAB1[03]-\\d{3}|SMP\\d{2}-\\d{3}) Build/',
|
4433 |
'device_replacement' => 'Yarvik $1',
|
4434 |
'brand_replacement' => 'Yarvik',
|
4435 |
'model_replacement' => '$1',
|
4436 |
),
|
4437 |
+
422 =>
|
4438 |
array (
|
4439 |
'regex' => '; *([A-Z]{2,4})(M\\d{3,}[A-Z]{2})([^;\\)\\/]*)(?: Build|[;\\)])',
|
4440 |
'device_replacement' => 'Yifang $1$2$3',
|
4441 |
'brand_replacement' => 'Yifang',
|
4442 |
'model_replacement' => '$2',
|
4443 |
),
|
4444 |
+
423 =>
|
4445 |
array (
|
4446 |
+
'regex' => '; *((MI|HM|MI-ONE|Redmi)[ -](NOTE |Note )?[^;/]*) Build/',
|
4447 |
'device_replacement' => 'XiaoMi $1',
|
4448 |
'brand_replacement' => 'XiaoMi',
|
4449 |
'model_replacement' => '$1',
|
4450 |
),
|
4451 |
+
424 =>
|
4452 |
array (
|
4453 |
'regex' => '; *XOLO[ _]([^;/]*tab.*) Build',
|
4454 |
'regex_flag' => 'i',
|
4456 |
'brand_replacement' => 'Xolo',
|
4457 |
'model_replacement' => '$1',
|
4458 |
),
|
4459 |
+
425 =>
|
4460 |
array (
|
4461 |
'regex' => '; *XOLO[ _]([^;/]+) Build',
|
4462 |
'regex_flag' => 'i',
|
4464 |
'brand_replacement' => 'Xolo',
|
4465 |
'model_replacement' => '$1',
|
4466 |
),
|
4467 |
+
426 =>
|
4468 |
array (
|
4469 |
'regex' => '; *(q\\d0{2,3}[a-z]?) Build',
|
4470 |
'regex_flag' => 'i',
|
4472 |
'brand_replacement' => 'Xolo',
|
4473 |
'model_replacement' => '$1',
|
4474 |
),
|
4475 |
+
427 =>
|
4476 |
array (
|
4477 |
'regex' => '; *(PAD ?[79]\\d+[^;/]*|TelePAD\\d+[^;/]) Build',
|
4478 |
'device_replacement' => 'Xoro $1',
|
4479 |
'brand_replacement' => 'Xoro',
|
4480 |
'model_replacement' => '$1',
|
4481 |
),
|
4482 |
+
428 =>
|
4483 |
array (
|
4484 |
'regex' => '; *(?:(?:ZOPO|Zopo)[ _]([^;/]+)|(ZP ?(?:\\d{2}[^;/]+|C2))|(C[2379])) Build',
|
4485 |
'device_replacement' => '$1$2$3',
|
4486 |
'brand_replacement' => 'Zopo',
|
4487 |
'model_replacement' => '$1$2$3',
|
4488 |
),
|
4489 |
+
429 =>
|
4490 |
array (
|
4491 |
'regex' => '; *(ZiiLABS) (Zii[^;/]*) Build',
|
4492 |
'device_replacement' => '$1 $2',
|
4493 |
'brand_replacement' => 'ZiiLabs',
|
4494 |
'model_replacement' => '$2',
|
4495 |
),
|
4496 |
+
430 =>
|
4497 |
array (
|
4498 |
'regex' => '; *(Zii)_([^;/]*) Build',
|
4499 |
'device_replacement' => '$1 $2',
|
4500 |
'brand_replacement' => 'ZiiLabs',
|
4501 |
'model_replacement' => '$2',
|
4502 |
),
|
4503 |
+
431 =>
|
4504 |
array (
|
4505 |
'regex' => '; *(ARIZONA|(?:ATLAS|Atlas) W|D930|Grand (?:[SX][^;]*|Era|Memo[^;]*)|JOE|(?:Kis|KIS)\\b[^;]*|Libra|Light [^;]*|N8[056][01]|N850L|N8000|N9[15]\\d{2}|N9810|NX501|Optik|(?:Vip )Racer[^;]*|RacerII|RACERII|San Francisco[^;]*|V9[AC]|V55|V881|Z[679][0-9]{2}[A-z]?) Build',
|
4506 |
'device_replacement' => '$1',
|
4507 |
'brand_replacement' => 'ZTE',
|
4508 |
'model_replacement' => '$1',
|
4509 |
),
|
4510 |
+
432 =>
|
4511 |
array (
|
4512 |
'regex' => '; *([A-Z]\\d+)_USA_[^;]* Build',
|
4513 |
'device_replacement' => '$1',
|
4514 |
'brand_replacement' => 'ZTE',
|
4515 |
'model_replacement' => '$1',
|
4516 |
),
|
4517 |
+
433 =>
|
4518 |
array (
|
4519 |
'regex' => '; *(SmartTab\\d+)[^;]* Build',
|
4520 |
'device_replacement' => '$1',
|
4521 |
'brand_replacement' => 'ZTE',
|
4522 |
'model_replacement' => '$1',
|
4523 |
),
|
4524 |
+
434 =>
|
4525 |
array (
|
4526 |
'regex' => '; *(?:Blade|BLADE|ZTE-BLADE)([^;/]*) Build',
|
4527 |
'device_replacement' => 'ZTE Blade$1',
|
4528 |
'brand_replacement' => 'ZTE',
|
4529 |
'model_replacement' => 'Blade$1',
|
4530 |
),
|
4531 |
+
435 =>
|
4532 |
array (
|
4533 |
'regex' => '; *(?:Skate|SKATE|ZTE-SKATE)([^;/]*) Build',
|
4534 |
'device_replacement' => 'ZTE Skate$1',
|
4535 |
'brand_replacement' => 'ZTE',
|
4536 |
'model_replacement' => 'Skate$1',
|
4537 |
),
|
4538 |
+
436 =>
|
4539 |
array (
|
4540 |
'regex' => '; *(Orange |Optimus )(Monte Carlo|San Francisco) Build',
|
4541 |
'device_replacement' => '$1$2',
|
4542 |
'brand_replacement' => 'ZTE',
|
4543 |
'model_replacement' => '$1$2',
|
4544 |
),
|
4545 |
+
437 =>
|
4546 |
array (
|
4547 |
'regex' => '; *(?:ZXY-ZTE_|ZTE\\-U |ZTE[\\- _]|ZTE-C[_ ])([^;/]+) Build',
|
4548 |
'device_replacement' => 'ZTE $1',
|
4549 |
'brand_replacement' => 'ZTE',
|
4550 |
'model_replacement' => '$1',
|
4551 |
),
|
4552 |
+
438 =>
|
4553 |
array (
|
4554 |
'regex' => '; (BASE) (lutea|Lutea 2|Tab[^;]*) Build',
|
4555 |
'device_replacement' => '$1 $2',
|
4556 |
'brand_replacement' => 'ZTE',
|
4557 |
'model_replacement' => '$1 $2',
|
4558 |
),
|
4559 |
+
439 =>
|
4560 |
array (
|
4561 |
'regex' => '; (Avea inTouch 2|soft stone|tmn smart a7|Movistar[ _]Link) Build',
|
4562 |
'regex_flag' => 'i',
|
4564 |
'brand_replacement' => 'ZTE',
|
4565 |
'model_replacement' => '$1',
|
4566 |
),
|
4567 |
+
440 =>
|
4568 |
array (
|
4569 |
'regex' => '; *(vp9plus)\\)',
|
4570 |
'device_replacement' => '$1',
|
4571 |
'brand_replacement' => 'ZTE',
|
4572 |
'model_replacement' => '$1',
|
4573 |
),
|
4574 |
+
441 =>
|
4575 |
array (
|
4576 |
'regex' => '; ?(Cloud[ _]Z5|z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900) Build/',
|
4577 |
'device_replacement' => '$1',
|
4578 |
'brand_replacement' => 'Zync',
|
4579 |
'model_replacement' => '$1',
|
4580 |
),
|
4581 |
+
442 =>
|
4582 |
array (
|
4583 |
'regex' => '; ?(KFOT|Kindle Fire) Build\\b',
|
4584 |
'device_replacement' => 'Kindle Fire',
|
4585 |
'brand_replacement' => 'Amazon',
|
4586 |
'model_replacement' => 'Kindle Fire',
|
4587 |
),
|
4588 |
+
443 =>
|
4589 |
array (
|
4590 |
'regex' => '; ?(KFOTE|Amazon Kindle Fire2) Build\\b',
|
4591 |
'device_replacement' => 'Kindle Fire 2',
|
4592 |
'brand_replacement' => 'Amazon',
|
4593 |
'model_replacement' => 'Kindle Fire 2',
|
4594 |
),
|
4595 |
+
444 =>
|
4596 |
array (
|
4597 |
'regex' => '; ?(KFTT) Build\\b',
|
4598 |
'device_replacement' => 'Kindle Fire HD',
|
4599 |
'brand_replacement' => 'Amazon',
|
4600 |
'model_replacement' => 'Kindle Fire HD 7"',
|
4601 |
),
|
4602 |
+
445 =>
|
4603 |
array (
|
4604 |
'regex' => '; ?(KFJWI) Build\\b',
|
4605 |
'device_replacement' => 'Kindle Fire HD 8.9" WiFi',
|
4606 |
'brand_replacement' => 'Amazon',
|
4607 |
'model_replacement' => 'Kindle Fire HD 8.9" WiFi',
|
4608 |
),
|
4609 |
+
446 =>
|
4610 |
array (
|
4611 |
'regex' => '; ?(KFJWA) Build\\b',
|
4612 |
'device_replacement' => 'Kindle Fire HD 8.9" 4G',
|
4613 |
'brand_replacement' => 'Amazon',
|
4614 |
'model_replacement' => 'Kindle Fire HD 8.9" 4G',
|
4615 |
),
|
4616 |
+
447 =>
|
4617 |
array (
|
4618 |
'regex' => '; ?(KFSOWI) Build\\b',
|
4619 |
'device_replacement' => 'Kindle Fire HD 7" WiFi',
|
4620 |
'brand_replacement' => 'Amazon',
|
4621 |
'model_replacement' => 'Kindle Fire HD 7" WiFi',
|
4622 |
),
|
4623 |
+
448 =>
|
4624 |
array (
|
4625 |
'regex' => '; ?(KFTHWI) Build\\b',
|
4626 |
'device_replacement' => 'Kindle Fire HDX 7" WiFi',
|
4627 |
'brand_replacement' => 'Amazon',
|
4628 |
'model_replacement' => 'Kindle Fire HDX 7" WiFi',
|
4629 |
),
|
4630 |
+
449 =>
|
4631 |
array (
|
4632 |
'regex' => '; ?(KFTHWA) Build\\b',
|
4633 |
'device_replacement' => 'Kindle Fire HDX 7" 4G',
|
4634 |
'brand_replacement' => 'Amazon',
|
4635 |
'model_replacement' => 'Kindle Fire HDX 7" 4G',
|
4636 |
),
|
4637 |
+
450 =>
|
4638 |
array (
|
4639 |
'regex' => '; ?(KFAPWI) Build\\b',
|
4640 |
'device_replacement' => 'Kindle Fire HDX 8.9" WiFi',
|
4641 |
'brand_replacement' => 'Amazon',
|
4642 |
'model_replacement' => 'Kindle Fire HDX 8.9" WiFi',
|
4643 |
),
|
4644 |
+
451 =>
|
4645 |
array (
|
4646 |
'regex' => '; ?(KFAPWA) Build\\b',
|
4647 |
'device_replacement' => 'Kindle Fire HDX 8.9" 4G',
|
4648 |
'brand_replacement' => 'Amazon',
|
4649 |
'model_replacement' => 'Kindle Fire HDX 8.9" 4G',
|
4650 |
),
|
4651 |
+
452 =>
|
4652 |
array (
|
4653 |
'regex' => '; ?Amazon ([^;/]+) Build\\b',
|
4654 |
'device_replacement' => '$1',
|
4655 |
'brand_replacement' => 'Amazon',
|
4656 |
'model_replacement' => '$1',
|
4657 |
),
|
4658 |
+
453 =>
|
4659 |
array (
|
4660 |
'regex' => '; ?(Kindle) Build\\b',
|
4661 |
'device_replacement' => 'Kindle',
|
4662 |
'brand_replacement' => 'Amazon',
|
4663 |
'model_replacement' => 'Kindle',
|
4664 |
),
|
4665 |
+
454 =>
|
4666 |
array (
|
4667 |
'regex' => '; ?(Silk)/(\\d+)\\.(\\d+)(?:\\.([0-9\\-]+))? Build\\b',
|
4668 |
'device_replacement' => 'Kindle Fire',
|
4669 |
'brand_replacement' => 'Amazon',
|
4670 |
'model_replacement' => 'Kindle Fire$2',
|
4671 |
),
|
4672 |
+
455 =>
|
4673 |
array (
|
4674 |
'regex' => ' (Kindle)/(\\d+\\.\\d+)',
|
4675 |
'device_replacement' => 'Kindle',
|
4676 |
'brand_replacement' => 'Amazon',
|
4677 |
'model_replacement' => '$1 $2',
|
4678 |
),
|
4679 |
+
456 =>
|
4680 |
array (
|
4681 |
'regex' => ' (Silk|Kindle)/(\\d+)\\.',
|
4682 |
'device_replacement' => 'Kindle',
|
4683 |
'brand_replacement' => 'Amazon',
|
4684 |
'model_replacement' => 'Kindle',
|
4685 |
),
|
4686 |
+
457 =>
|
4687 |
array (
|
4688 |
'regex' => '(sprd)\\-([^/]+)/',
|
4689 |
'device_replacement' => '$1 $2',
|
4690 |
'brand_replacement' => '$1',
|
4691 |
'model_replacement' => '$2',
|
4692 |
),
|
4693 |
+
458 =>
|
4694 |
array (
|
4695 |
'regex' => '; *(H\\d{2}00\\+?) Build',
|
4696 |
'device_replacement' => '$1',
|
4697 |
'brand_replacement' => 'Hero',
|
4698 |
'model_replacement' => '$1',
|
4699 |
),
|
4700 |
+
459 =>
|
4701 |
array (
|
4702 |
'regex' => '; *(iphone|iPhone5) Build/',
|
4703 |
'device_replacement' => 'Xianghe $1',
|
4704 |
'brand_replacement' => 'Xianghe',
|
4705 |
'model_replacement' => '$1',
|
4706 |
),
|
4707 |
+
460 =>
|
4708 |
array (
|
4709 |
'regex' => '; *(e\\d{4}[a-z]?_?v\\d+|v89_[^;/]+)[^;/]+ Build/',
|
4710 |
'device_replacement' => 'Xianghe $1',
|
4711 |
'brand_replacement' => 'Xianghe',
|
4712 |
'model_replacement' => '$1',
|
4713 |
),
|
4714 |
+
461 =>
|
4715 |
array (
|
4716 |
'regex' => '\\bUSCC[_\\-]?([^ ;/\\)]+)',
|
4717 |
'device_replacement' => '$1',
|
4718 |
'brand_replacement' => 'Cellular',
|
4719 |
'model_replacement' => '$1',
|
4720 |
),
|
4721 |
+
462 =>
|
4722 |
array (
|
4723 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:ALCATEL)[^;]*; *([^;,\\)]+)',
|
4724 |
'device_replacement' => 'Alcatel $1',
|
4725 |
'brand_replacement' => 'Alcatel',
|
4726 |
'model_replacement' => '$1',
|
4727 |
),
|
4728 |
+
463 =>
|
4729 |
array (
|
4730 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?|WpsLondonTest; ?)?(?:ASUS|Asus)[^;]*; *([^;,\\)]+)',
|
4731 |
'device_replacement' => 'Asus $1',
|
4732 |
'brand_replacement' => 'Asus',
|
4733 |
'model_replacement' => '$1',
|
4734 |
),
|
4735 |
+
464 =>
|
4736 |
array (
|
4737 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:DELL|Dell)[^;]*; *([^;,\\)]+)',
|
4738 |
'device_replacement' => 'Dell $1',
|
4739 |
'brand_replacement' => 'Dell',
|
4740 |
'model_replacement' => '$1',
|
4741 |
),
|
4742 |
+
465 =>
|
4743 |
array (
|
4744 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?|WpsLondonTest; ?)?(?:HTC|Htc|HTC_blocked[^;]*)[^;]*; *(?:HTC)?([^;,\\)]+)',
|
4745 |
'device_replacement' => 'HTC $1',
|
4746 |
'brand_replacement' => 'HTC',
|
4747 |
'model_replacement' => '$1',
|
4748 |
),
|
4749 |
+
466 =>
|
4750 |
array (
|
4751 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:HUAWEI)[^;]*; *(?:HUAWEI )?([^;,\\)]+)',
|
4752 |
'device_replacement' => 'Huawei $1',
|
4753 |
'brand_replacement' => 'Huawei',
|
4754 |
'model_replacement' => '$1',
|
4755 |
),
|
4756 |
+
467 =>
|
4757 |
array (
|
4758 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:LG|Lg)[^;]*; *(?:LG[ \\-])?([^;,\\)]+)',
|
4759 |
'device_replacement' => 'LG $1',
|
4760 |
'brand_replacement' => 'LG',
|
4761 |
'model_replacement' => '$1',
|
4762 |
),
|
4763 |
+
468 =>
|
4764 |
array (
|
4765 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:NOKIA|Nokia)[^;]*; *(?:NOKIA ?|Nokia ?|LUMIA ?|[Ll]umia ?)*(\\d{3,}[^;\\)]*)',
|
4766 |
'device_replacement' => 'Lumia $1',
|
4767 |
'brand_replacement' => 'Nokia',
|
4768 |
'model_replacement' => 'Lumia $1',
|
4769 |
),
|
4770 |
+
469 =>
|
4771 |
array (
|
4772 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:NOKIA|Nokia)[^;]*; *(RM-\\d{3,})',
|
4773 |
'device_replacement' => 'Nokia $1',
|
4774 |
'brand_replacement' => 'Nokia',
|
4775 |
'model_replacement' => '$1',
|
4776 |
),
|
4777 |
+
470 =>
|
4778 |
array (
|
4779 |
+
'regex' => '(?:Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)]|WPDesktop;) ?(?:ARM; ?Touch; ?|Touch; ?)?(?:NOKIA|Nokia)[^;]*; *(?:NOKIA ?|Nokia ?|LUMIA ?|[Ll]umia ?)*([^;\\)]+)',
|
4780 |
'device_replacement' => 'Nokia $1',
|
4781 |
'brand_replacement' => 'Nokia',
|
4782 |
'model_replacement' => '$1',
|
4783 |
),
|
4784 |
+
471 =>
|
4785 |
array (
|
4786 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?)?(?:Microsoft(?: Corporation)?)[^;]*; *([^;,\\)]+)',
|
4787 |
'device_replacement' => 'Microsoft $1',
|
4788 |
'brand_replacement' => 'Microsoft',
|
4789 |
'model_replacement' => '$1',
|
4790 |
),
|
4791 |
+
472 =>
|
4792 |
array (
|
4793 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?|WpsLondonTest; ?)?(?:SAMSUNG)[^;]*; *(?:SAMSUNG )?([^;,\\.\\)]+)',
|
4794 |
'device_replacement' => 'Samsung $1',
|
4795 |
'brand_replacement' => 'Samsung',
|
4796 |
'model_replacement' => '$1',
|
4797 |
),
|
4798 |
+
473 =>
|
4799 |
array (
|
4800 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?|WpsLondonTest; ?)?(?:TOSHIBA|FujitsuToshibaMobileCommun)[^;]*; *([^;,\\)]+)',
|
4801 |
'device_replacement' => 'Toshiba $1',
|
4802 |
'brand_replacement' => 'Toshiba',
|
4803 |
'model_replacement' => '$1',
|
4804 |
),
|
4805 |
+
474 =>
|
4806 |
array (
|
4807 |
+
'regex' => 'Windows Phone [^;]+; .*?IEMobile/[^;\\)]+[;\\)] ?(?:ARM; ?Touch; ?|Touch; ?|WpsLondonTest; ?)?([^;]+); *([^;,\\)]+)',
|
4808 |
'device_replacement' => '$1 $2',
|
4809 |
'brand_replacement' => '$1',
|
4810 |
'model_replacement' => '$2',
|
4811 |
),
|
4812 |
+
475 =>
|
4813 |
array (
|
4814 |
'regex' => '(?:^|; )SAMSUNG\\-([A-Za-z0-9\\-]+).* Bada/',
|
4815 |
'device_replacement' => 'Samsung $1',
|
4816 |
'brand_replacement' => 'Samsung',
|
4817 |
'model_replacement' => '$1',
|
4818 |
),
|
4819 |
+
476 =>
|
4820 |
array (
|
4821 |
'regex' => '\\(Mobile; ALCATEL ?(One|ONE) ?(Touch|TOUCH) ?([^;/]+)(?:/[^;]+)?; rv:[^\\)]+\\) Gecko/[^\\/]+ Firefox/',
|
4822 |
'device_replacement' => 'Alcatel $1 $2 $3',
|
4823 |
'brand_replacement' => 'Alcatel',
|
4824 |
'model_replacement' => 'One Touch $3',
|
4825 |
),
|
4826 |
+
477 =>
|
4827 |
array (
|
4828 |
'regex' => '\\(Mobile; (?:ZTE([^;]+)|(OpenC)); rv:[^\\)]+\\) Gecko/[^\\/]+ Firefox/',
|
4829 |
'device_replacement' => 'ZTE $1$2',
|
4830 |
'brand_replacement' => 'ZTE',
|
4831 |
'model_replacement' => '$1$2',
|
4832 |
),
|
4833 |
+
478 =>
|
4834 |
array (
|
4835 |
'regex' => 'Nokia(N[0-9]+)([A-z_\\-][A-z0-9_\\-]*)',
|
4836 |
'device_replacement' => 'Nokia $1',
|
4837 |
'brand_replacement' => 'Nokia',
|
4838 |
'model_replacement' => '$1$2',
|
4839 |
),
|
4840 |
+
479 =>
|
4841 |
array (
|
4842 |
+
'regex' => '(?:NOKIA|Nokia)(?:\\-| *)(?:([A-Za-z0-9]+)\\-[0-9a-f]{32}|([A-Za-z0-9\\-]+)(?:UCBrowser)|([A-Za-z0-9\\-]+))',
|
4843 |
+
'device_replacement' => 'Nokia $1$2$3',
|
4844 |
'brand_replacement' => 'Nokia',
|
4845 |
+
'model_replacement' => '$1$2$3',
|
4846 |
),
|
4847 |
+
480 =>
|
4848 |
array (
|
4849 |
'regex' => 'Lumia ([A-Za-z0-9\\-]+)',
|
4850 |
'device_replacement' => 'Lumia $1',
|
4851 |
'brand_replacement' => 'Nokia',
|
4852 |
'model_replacement' => 'Lumia $1',
|
4853 |
),
|
4854 |
+
481 =>
|
4855 |
array (
|
4856 |
'regex' => '\\(Symbian; U; S60 V5; [A-z]{2}\\-[A-z]{2}; (SonyEricsson|Samsung|Nokia|LG)([^;/]+)\\)',
|
4857 |
'device_replacement' => '$1 $2',
|
4858 |
'brand_replacement' => '$1',
|
4859 |
'model_replacement' => '$2',
|
4860 |
),
|
4861 |
+
482 =>
|
4862 |
array (
|
4863 |
'regex' => '\\(Symbian(?:/3)?; U; ([^;]+);',
|
4864 |
'device_replacement' => 'Nokia $1',
|
4865 |
'brand_replacement' => 'Nokia',
|
4866 |
'model_replacement' => '$1',
|
4867 |
),
|
4868 |
+
483 =>
|
4869 |
array (
|
4870 |
'regex' => 'BB10; ([A-Za-z0-9\\- ]+)\\)',
|
4871 |
'device_replacement' => 'BlackBerry $1',
|
4872 |
'brand_replacement' => 'BlackBerry',
|
4873 |
'model_replacement' => '$1',
|
4874 |
),
|
4875 |
+
484 =>
|
4876 |
array (
|
4877 |
'regex' => 'Play[Bb]ook.+RIM Tablet OS',
|
4878 |
'device_replacement' => 'BlackBerry Playbook',
|
4879 |
'brand_replacement' => 'BlackBerry',
|
4880 |
'model_replacement' => 'Playbook',
|
4881 |
),
|
4882 |
+
485 =>
|
4883 |
array (
|
4884 |
'regex' => 'Black[Bb]erry ([0-9]+);',
|
4885 |
'device_replacement' => 'BlackBerry $1',
|
4886 |
'brand_replacement' => 'BlackBerry',
|
4887 |
'model_replacement' => '$1',
|
4888 |
),
|
4889 |
+
486 =>
|
4890 |
array (
|
4891 |
'regex' => 'Black[Bb]erry([0-9]+)',
|
4892 |
'device_replacement' => 'BlackBerry $1',
|
4893 |
'brand_replacement' => 'BlackBerry',
|
4894 |
'model_replacement' => '$1',
|
4895 |
),
|
4896 |
+
487 =>
|
4897 |
array (
|
4898 |
'regex' => 'Black[Bb]erry;',
|
4899 |
'device_replacement' => 'BlackBerry',
|
4900 |
'brand_replacement' => 'BlackBerry',
|
4901 |
),
|
4902 |
+
488 =>
|
4903 |
array (
|
4904 |
'regex' => '(Pre|Pixi)/\\d+\\.\\d+',
|
4905 |
'device_replacement' => 'Palm $1',
|
4906 |
'brand_replacement' => 'Palm',
|
4907 |
'model_replacement' => '$1',
|
4908 |
),
|
4909 |
+
489 =>
|
4910 |
array (
|
4911 |
'regex' => 'Palm([0-9]+)',
|
4912 |
'device_replacement' => 'Palm $1',
|
4913 |
'brand_replacement' => 'Palm',
|
4914 |
'model_replacement' => '$1',
|
4915 |
),
|
4916 |
+
490 =>
|
4917 |
array (
|
4918 |
'regex' => 'Treo([A-Za-z0-9]+)',
|
4919 |
'device_replacement' => 'Palm Treo $1',
|
4920 |
'brand_replacement' => 'Palm',
|
4921 |
'model_replacement' => 'Treo $1',
|
4922 |
),
|
4923 |
+
491 =>
|
4924 |
array (
|
4925 |
'regex' => 'webOS.*(P160U(?:NA)?)/(\\d+).(\\d+)',
|
4926 |
'device_replacement' => 'HP Veer',
|
4927 |
'brand_replacement' => 'HP',
|
4928 |
'model_replacement' => 'Veer',
|
4929 |
),
|
4930 |
+
492 =>
|
4931 |
array (
|
4932 |
'regex' => '(Touch[Pp]ad)/\\d+\\.\\d+',
|
4933 |
'device_replacement' => 'HP TouchPad',
|
4934 |
'brand_replacement' => 'HP',
|
4935 |
'model_replacement' => 'TouchPad',
|
4936 |
),
|
4937 |
+
493 =>
|
4938 |
array (
|
4939 |
'regex' => 'HPiPAQ([A-Za-z0-9]+)/\\d+.\\d+',
|
4940 |
'device_replacement' => 'HP iPAQ $1',
|
4941 |
'brand_replacement' => 'HP',
|
4942 |
'model_replacement' => 'iPAQ $1',
|
4943 |
),
|
4944 |
+
494 =>
|
4945 |
array (
|
4946 |
'regex' => 'PDA; (PalmOS)/sony/model ([a-z]+)/Revision',
|
4947 |
'device_replacement' => '$1',
|
4948 |
'brand_replacement' => 'Sony',
|
4949 |
'model_replacement' => '$1 $2',
|
4950 |
),
|
4951 |
+
495 =>
|
4952 |
array (
|
4953 |
'regex' => '(Apple\\s?TV)',
|
4954 |
'device_replacement' => 'AppleTV',
|
4955 |
'brand_replacement' => 'Apple',
|
4956 |
'model_replacement' => 'AppleTV',
|
4957 |
),
|
4958 |
+
496 =>
|
4959 |
array (
|
4960 |
'regex' => '(QtCarBrowser)',
|
4961 |
'device_replacement' => 'Tesla Model S',
|
4962 |
'brand_replacement' => 'Tesla',
|
4963 |
'model_replacement' => 'Model S',
|
4964 |
),
|
4965 |
+
497 =>
|
4966 |
array (
|
4967 |
'regex' => '((?:iPhone|iPad|iPod)\\d+,\\d+)',
|
4968 |
'device_replacement' => '$1',
|
4969 |
'brand_replacement' => 'Apple',
|
4970 |
'model_replacement' => '$1',
|
4971 |
),
|
4972 |
+
498 =>
|
4973 |
array (
|
4974 |
'regex' => '(iPad)(?:;| Simulator;)',
|
4975 |
'device_replacement' => '$1',
|
4976 |
'brand_replacement' => 'Apple',
|
4977 |
'model_replacement' => '$1',
|
4978 |
),
|
4979 |
+
499 =>
|
4980 |
array (
|
4981 |
'regex' => '(iPod)(?:;| touch;| Simulator;)',
|
4982 |
'device_replacement' => '$1',
|
4983 |
'brand_replacement' => 'Apple',
|
4984 |
'model_replacement' => '$1',
|
4985 |
),
|
4986 |
+
500 =>
|
4987 |
array (
|
4988 |
'regex' => '(iPhone)(?:;| Simulator;)',
|
4989 |
'device_replacement' => '$1',
|
4990 |
'brand_replacement' => 'Apple',
|
4991 |
'model_replacement' => '$1',
|
4992 |
),
|
4993 |
+
501 =>
|
4994 |
array (
|
4995 |
'regex' => 'CFNetwork/.* Darwin/\\d.*\\(((?:Mac|iMac|PowerMac|PowerBook)[^\\d]*)(\\d+)(?:,|%2C)(\\d+)',
|
4996 |
'device_replacement' => '$1$2,$3',
|
4997 |
'brand_replacement' => 'Apple',
|
4998 |
'model_replacement' => '$1$2,$3',
|
4999 |
),
|
5000 |
+
502 =>
|
5001 |
array (
|
5002 |
'regex' => 'CFNetwork/.* Darwin/\\d',
|
5003 |
'device_replacement' => 'iOS-Device',
|
5004 |
'brand_replacement' => 'Apple',
|
5005 |
'model_replacement' => 'iOS-Device',
|
5006 |
),
|
5007 |
+
503 =>
|
5008 |
array (
|
5009 |
'regex' => 'acer_([A-Za-z0-9]+)_',
|
5010 |
'device_replacement' => 'Acer $1',
|
5011 |
'brand_replacement' => 'Acer',
|
5012 |
'model_replacement' => '$1',
|
5013 |
),
|
5014 |
+
504 =>
|
5015 |
array (
|
5016 |
'regex' => '(?:ALCATEL|Alcatel)-([A-Za-z0-9\\-]+)',
|
5017 |
'device_replacement' => 'Alcatel $1',
|
5018 |
'brand_replacement' => 'Alcatel',
|
5019 |
'model_replacement' => '$1',
|
5020 |
),
|
5021 |
+
505 =>
|
5022 |
array (
|
5023 |
'regex' => '(?:Amoi|AMOI)\\-([A-Za-z0-9]+)',
|
5024 |
'device_replacement' => 'Amoi $1',
|
5025 |
'brand_replacement' => 'Amoi',
|
5026 |
'model_replacement' => '$1',
|
5027 |
),
|
5028 |
+
506 =>
|
5029 |
array (
|
5030 |
'regex' => '(?:; |\\/|^)((?:Transformer (?:Pad|Prime) |Transformer |PadFone[ _]?)[A-Za-z0-9]*)',
|
5031 |
'device_replacement' => 'Asus $1',
|
5032 |
'brand_replacement' => 'Asus',
|
5033 |
'model_replacement' => '$1',
|
5034 |
),
|
5035 |
+
507 =>
|
5036 |
array (
|
5037 |
'regex' => '(?:asus.*?ASUS|Asus|ASUS|asus)[\\- ;]*((?:Transformer (?:Pad|Prime) |Transformer |Padfone |Nexus[ _])?[A-Za-z0-9]+)',
|
5038 |
'device_replacement' => 'Asus $1',
|
5039 |
'brand_replacement' => 'Asus',
|
5040 |
'model_replacement' => '$1',
|
5041 |
),
|
5042 |
+
508 =>
|
5043 |
array (
|
5044 |
'regex' => '\\bBIRD[ \\-\\.]([A-Za-z0-9]+)',
|
5045 |
'device_replacement' => 'Bird $1',
|
5046 |
'brand_replacement' => 'Bird',
|
5047 |
'model_replacement' => '$1',
|
5048 |
),
|
5049 |
+
509 =>
|
5050 |
array (
|
5051 |
'regex' => '\\bDell ([A-Za-z0-9]+)',
|
5052 |
'device_replacement' => 'Dell $1',
|
5053 |
'brand_replacement' => 'Dell',
|
5054 |
'model_replacement' => '$1',
|
5055 |
),
|
5056 |
+
510 =>
|
5057 |
array (
|
5058 |
'regex' => 'DoCoMo/2\\.0 ([A-Za-z0-9]+)',
|
5059 |
'device_replacement' => 'DoCoMo $1',
|
5060 |
'brand_replacement' => 'DoCoMo',
|
5061 |
'model_replacement' => '$1',
|
5062 |
),
|
5063 |
+
511 =>
|
5064 |
array (
|
5065 |
'regex' => '([A-Za-z0-9]+)_W;FOMA',
|
5066 |
'device_replacement' => 'DoCoMo $1',
|
5067 |
'brand_replacement' => 'DoCoMo',
|
5068 |
'model_replacement' => '$1',
|
5069 |
),
|
5070 |
+
512 =>
|
5071 |
array (
|
5072 |
'regex' => '([A-Za-z0-9]+);FOMA',
|
5073 |
'device_replacement' => 'DoCoMo $1',
|
5074 |
'brand_replacement' => 'DoCoMo',
|
5075 |
'model_replacement' => '$1',
|
5076 |
),
|
5077 |
+
513 =>
|
5078 |
array (
|
5079 |
+
'regex' => '\\b(?:HTC/|HTC/[a-z0-9]+/)?HTC[ _\\-;]? *(.*?)(?:-?Mozilla|fingerPrint|[;/\\(\\)]|$)',
|
5080 |
'device_replacement' => 'HTC $1',
|
5081 |
'brand_replacement' => 'HTC',
|
5082 |
'model_replacement' => '$1',
|
5083 |
),
|
5084 |
+
514 =>
|
5085 |
array (
|
5086 |
'regex' => 'Huawei([A-Za-z0-9]+)',
|
5087 |
'device_replacement' => 'Huawei $1',
|
5088 |
'brand_replacement' => 'Huawei',
|
5089 |
'model_replacement' => '$1',
|
5090 |
),
|
5091 |
+
515 =>
|
5092 |
array (
|
5093 |
'regex' => 'HUAWEI-([A-Za-z0-9]+)',
|
5094 |
'device_replacement' => 'Huawei $1',
|
5095 |
'brand_replacement' => 'Huawei',
|
5096 |
'model_replacement' => '$1',
|
5097 |
),
|
5098 |
+
516 =>
|
5099 |
array (
|
5100 |
'regex' => 'vodafone([A-Za-z0-9]+)',
|
5101 |
'device_replacement' => 'Huawei Vodafone $1',
|
5102 |
'brand_replacement' => 'Huawei',
|
5103 |
'model_replacement' => 'Vodafone $1',
|
5104 |
),
|
5105 |
+
517 =>
|
5106 |
array (
|
5107 |
'regex' => 'i\\-mate ([A-Za-z0-9]+)',
|
5108 |
'device_replacement' => 'i-mate $1',
|
5109 |
'brand_replacement' => 'i-mate',
|
5110 |
'model_replacement' => '$1',
|
5111 |
),
|
5112 |
+
518 =>
|
5113 |
array (
|
5114 |
'regex' => 'Kyocera\\-([A-Za-z0-9]+)',
|
5115 |
'device_replacement' => 'Kyocera $1',
|
5116 |
'brand_replacement' => 'Kyocera',
|
5117 |
'model_replacement' => '$1',
|
5118 |
),
|
5119 |
+
519 =>
|
5120 |
array (
|
5121 |
'regex' => 'KWC\\-([A-Za-z0-9]+)',
|
5122 |
'device_replacement' => 'Kyocera $1',
|
5123 |
'brand_replacement' => 'Kyocera',
|
5124 |
'model_replacement' => '$1',
|
5125 |
),
|
5126 |
+
520 =>
|
5127 |
array (
|
5128 |
'regex' => 'Lenovo[_\\-]([A-Za-z0-9]+)',
|
5129 |
'device_replacement' => 'Lenovo $1',
|
5130 |
'brand_replacement' => 'Lenovo',
|
5131 |
'model_replacement' => '$1',
|
5132 |
),
|
5133 |
+
521 =>
|
5134 |
array (
|
5135 |
'regex' => '(HbbTV)/[0-9]+\\.[0-9]+\\.[0-9]+ \\([^;]*; *(LG)E *; *([^;]*) *;[^;]*;[^;]*;\\)',
|
5136 |
'device_replacement' => '$1',
|
5137 |
'brand_replacement' => '$2',
|
5138 |
'model_replacement' => '$3',
|
5139 |
),
|
5140 |
+
522 =>
|
5141 |
array (
|
5142 |
'regex' => '(HbbTV)/1\\.1\\.1.*CE-HTML/1\\.\\d;(Vendor/)*(THOM[^;]*?)[;\\s](?:.*SW-Version/.*)*(LF[^;]+);?',
|
5143 |
'device_replacement' => '$1',
|
5144 |
'brand_replacement' => 'Thomson',
|
5145 |
'model_replacement' => '$4',
|
5146 |
),
|
5147 |
+
523 =>
|
5148 |
array (
|
5149 |
'regex' => '(HbbTV)(?:/1\\.1\\.1)?(?: ?\\(;;;;;\\))?; *CE-HTML(?:/1\\.\\d)?; *([^ ]+) ([^;]+);',
|
5150 |
'device_replacement' => '$1',
|
5151 |
'brand_replacement' => '$2',
|
5152 |
'model_replacement' => '$3',
|
5153 |
),
|
5154 |
+
524 =>
|
5155 |
array (
|
5156 |
'regex' => '(HbbTV)/1\\.1\\.1 \\(;;;;;\\) Maple_2011',
|
5157 |
'device_replacement' => '$1',
|
5158 |
'brand_replacement' => 'Samsung',
|
5159 |
),
|
5160 |
+
525 =>
|
5161 |
array (
|
5162 |
'regex' => '(HbbTV)/[0-9]+\\.[0-9]+\\.[0-9]+ \\([^;]*; *(?:CUS:([^;]*)|([^;]+)) *; *([^;]*) *;.*;',
|
5163 |
'device_replacement' => '$1',
|
5164 |
'brand_replacement' => '$2$3',
|
5165 |
'model_replacement' => '$4',
|
5166 |
),
|
5167 |
+
526 =>
|
5168 |
array (
|
5169 |
'regex' => '(HbbTV)/[0-9]+\\.[0-9]+\\.[0-9]+',
|
5170 |
'device_replacement' => '$1',
|
5171 |
),
|
5172 |
+
527 =>
|
5173 |
array (
|
5174 |
'regex' => 'LGE; (?:Media\\/)?([^;]*);[^;]*;[^;]*;?\\); "?LG NetCast(\\.TV|\\.Media|)-\\d+',
|
5175 |
'device_replacement' => 'NetCast$2',
|
5176 |
'brand_replacement' => 'LG',
|
5177 |
'model_replacement' => '$1',
|
5178 |
),
|
5179 |
+
528 =>
|
5180 |
array (
|
5181 |
'regex' => 'InettvBrowser/[0-9]+\\.[0-9A-Z]+ \\([^;]*;(Sony)([^;]*);[^;]*;[^\\)]*\\)',
|
5182 |
'device_replacement' => 'Inettv',
|
5183 |
'brand_replacement' => '$1',
|
5184 |
'model_replacement' => '$2',
|
5185 |
),
|
5186 |
+
529 =>
|
5187 |
array (
|
5188 |
'regex' => 'InettvBrowser/[0-9]+\\.[0-9A-Z]+ \\([^;]*;([^;]*);[^;]*;[^\\)]*\\)',
|
5189 |
'device_replacement' => 'Inettv',
|
5190 |
'brand_replacement' => 'Generic_Inettv',
|
5191 |
'model_replacement' => '$1',
|
5192 |
),
|
5193 |
+
530 =>
|
5194 |
array (
|
5195 |
'regex' => '(?:InettvBrowser|TSBNetTV|NETTV|HBBTV)',
|
5196 |
'device_replacement' => 'Inettv',
|
5197 |
'brand_replacement' => 'Generic_Inettv',
|
5198 |
),
|
5199 |
+
531 =>
|
5200 |
array (
|
5201 |
'regex' => 'Series60/\\d\\.\\d (LG)[\\-]?([A-Za-z0-9 \\-]+)',
|
5202 |
'device_replacement' => '$1 $2',
|
5203 |
'brand_replacement' => '$1',
|
5204 |
'model_replacement' => '$2',
|
5205 |
),
|
5206 |
+
532 =>
|
5207 |
array (
|
5208 |
'regex' => '\\b(?:LGE[ \\-]LG\\-(?:AX)?|LGE |LGE?-LG|LGE?[ \\-]|LG[ /\\-]|lg[\\-])([A-Za-z0-9]+)\\b',
|
5209 |
'device_replacement' => 'LG $1',
|
5210 |
'brand_replacement' => 'LG',
|
5211 |
'model_replacement' => '$1',
|
5212 |
),
|
5213 |
+
533 =>
|
5214 |
array (
|
5215 |
'regex' => '(?:^LG[\\-]?|^LGE[\\-/]?)([A-Za-z]+[0-9]+[A-Za-z]*)',
|
5216 |
'device_replacement' => 'LG $1',
|
5217 |
'brand_replacement' => 'LG',
|
5218 |
'model_replacement' => '$1',
|
5219 |
),
|
5220 |
+
534 =>
|
5221 |
array (
|
5222 |
'regex' => '^LG([0-9]+[A-Za-z]*)',
|
5223 |
'device_replacement' => 'LG $1',
|
5224 |
'brand_replacement' => 'LG',
|
5225 |
'model_replacement' => '$1',
|
5226 |
),
|
5227 |
+
535 =>
|
5228 |
array (
|
5229 |
'regex' => '(KIN\\.[^ ]+) (\\d+)\\.(\\d+)',
|
5230 |
'device_replacement' => 'Microsoft $1',
|
5231 |
'brand_replacement' => 'Microsoft',
|
5232 |
'model_replacement' => '$1',
|
5233 |
),
|
5234 |
+
536 =>
|
5235 |
array (
|
5236 |
'regex' => '(?:MSIE|XBMC).*\\b(Xbox)\\b',
|
5237 |
'device_replacement' => '$1',
|
5238 |
'brand_replacement' => 'Microsoft',
|
5239 |
'model_replacement' => '$1',
|
5240 |
),
|
5241 |
+
537 =>
|
5242 |
array (
|
5243 |
'regex' => '; ARM; Trident/6\\.0; Touch[\\);]',
|
5244 |
'device_replacement' => 'Microsoft Surface RT',
|
5245 |
'brand_replacement' => 'Microsoft',
|
5246 |
'model_replacement' => 'Surface RT',
|
5247 |
),
|
5248 |
+
538 =>
|
5249 |
array (
|
5250 |
'regex' => 'Motorola\\-([A-Za-z0-9]+)',
|
5251 |
'device_replacement' => 'Motorola $1',
|
5252 |
'brand_replacement' => 'Motorola',
|
5253 |
'model_replacement' => '$1',
|
5254 |
),
|
5255 |
+
539 =>
|
5256 |
array (
|
5257 |
'regex' => 'MOTO\\-([A-Za-z0-9]+)',
|
5258 |
'device_replacement' => 'Motorola $1',
|
5259 |
'brand_replacement' => 'Motorola',
|
5260 |
'model_replacement' => '$1',
|
5261 |
),
|
5262 |
+
540 =>
|
5263 |
array (
|
5264 |
'regex' => 'MOT\\-([A-z0-9][A-z0-9\\-]*)',
|
5265 |
'device_replacement' => 'Motorola $1',
|
5266 |
'brand_replacement' => 'Motorola',
|
5267 |
'model_replacement' => '$1',
|
5268 |
),
|
5269 |
+
541 =>
|
5270 |
array (
|
5271 |
'regex' => 'Nintendo WiiU',
|
5272 |
'device_replacement' => 'Nintendo Wii U',
|
5273 |
'brand_replacement' => 'Nintendo',
|
5274 |
'model_replacement' => 'Wii U',
|
5275 |
),
|
5276 |
+
542 =>
|
5277 |
array (
|
5278 |
'regex' => 'Nintendo (DS|3DS|DSi|Wii);',
|
5279 |
'device_replacement' => 'Nintendo $1',
|
5280 |
'brand_replacement' => 'Nintendo',
|
5281 |
'model_replacement' => '$1',
|
5282 |
),
|
5283 |
+
543 =>
|
5284 |
array (
|
5285 |
'regex' => '(?:Pantech|PANTECH)[ _-]?([A-Za-z0-9\\-]+)',
|
5286 |
'device_replacement' => 'Pantech $1',
|
5287 |
'brand_replacement' => 'Pantech',
|
5288 |
'model_replacement' => '$1',
|
5289 |
),
|
5290 |
+
544 =>
|
5291 |
array (
|
5292 |
'regex' => 'Philips([A-Za-z0-9]+)',
|
5293 |
'device_replacement' => 'Philips $1',
|
5294 |
'brand_replacement' => 'Philips',
|
5295 |
'model_replacement' => '$1',
|
5296 |
),
|
5297 |
+
545 =>
|
5298 |
array (
|
5299 |
'regex' => 'Philips ([A-Za-z0-9]+)',
|
5300 |
'device_replacement' => 'Philips $1',
|
5301 |
'brand_replacement' => 'Philips',
|
5302 |
'model_replacement' => '$1',
|
5303 |
),
|
5304 |
+
546 =>
|
5305 |
array (
|
5306 |
'regex' => 'SymbianOS/9\\.\\d.* Samsung[/\\-]([A-Za-z0-9 \\-]+)',
|
5307 |
'device_replacement' => 'Samsung $1',
|
5308 |
'brand_replacement' => 'Samsung',
|
5309 |
'model_replacement' => '$1',
|
5310 |
),
|
5311 |
+
547 =>
|
5312 |
array (
|
5313 |
'regex' => '(Samsung)(SGH)(i[0-9]+)',
|
5314 |
'device_replacement' => '$1 $2$3',
|
5315 |
'brand_replacement' => '$1',
|
5316 |
'model_replacement' => '$2-$3',
|
5317 |
),
|
5318 |
+
548 =>
|
5319 |
array (
|
5320 |
'regex' => 'SAMSUNG-ANDROID-MMS/([^;/]+)',
|
5321 |
'device_replacement' => '$1',
|
5322 |
'brand_replacement' => 'Samsung',
|
5323 |
'model_replacement' => '$1',
|
5324 |
),
|
5325 |
+
549 =>
|
5326 |
array (
|
5327 |
'regex' => 'SAMSUNG(?:; |[ -/])([A-Za-z0-9\\-]+)',
|
5328 |
'regex_flag' => 'i',
|
5330 |
'brand_replacement' => 'Samsung',
|
5331 |
'model_replacement' => '$1',
|
5332 |
),
|
5333 |
+
550 =>
|
5334 |
array (
|
5335 |
'regex' => '(Dreamcast)',
|
5336 |
'device_replacement' => 'Sega $1',
|
5337 |
'brand_replacement' => 'Sega',
|
5338 |
'model_replacement' => '$1',
|
5339 |
),
|
5340 |
+
551 =>
|
5341 |
array (
|
5342 |
'regex' => '^SIE-([A-Za-z0-9]+)',
|
5343 |
'device_replacement' => 'Siemens $1',
|
5344 |
'brand_replacement' => 'Siemens',
|
5345 |
'model_replacement' => '$1',
|
5346 |
),
|
5347 |
+
552 =>
|
5348 |
array (
|
5349 |
'regex' => 'Softbank/[12]\\.0/([A-Za-z0-9]+)',
|
5350 |
'device_replacement' => 'Softbank $1',
|
5351 |
'brand_replacement' => 'Softbank',
|
5352 |
'model_replacement' => '$1',
|
5353 |
),
|
5354 |
+
553 =>
|
5355 |
array (
|
5356 |
'regex' => 'SonyEricsson ?([A-Za-z0-9\\-]+)',
|
5357 |
'device_replacement' => 'Ericsson $1',
|
5358 |
'brand_replacement' => 'SonyEricsson',
|
5359 |
'model_replacement' => '$1',
|
5360 |
),
|
5361 |
+
554 =>
|
5362 |
array (
|
5363 |
'regex' => 'Android [^;]+; ([^ ]+) (Sony)/',
|
5364 |
'device_replacement' => '$2 $1',
|
5365 |
'brand_replacement' => '$2',
|
5366 |
'model_replacement' => '$1',
|
5367 |
),
|
5368 |
+
555 =>
|
5369 |
array (
|
5370 |
'regex' => '(Sony)(?:BDP\\/|\\/)?([^ /;\\)]+)[ /;\\)]',
|
5371 |
'device_replacement' => '$1 $2',
|
5372 |
'brand_replacement' => '$1',
|
5373 |
'model_replacement' => '$2',
|
5374 |
),
|
5375 |
+
556 =>
|
5376 |
array (
|
5377 |
'regex' => 'Puffin/[\\d\\.]+IT',
|
5378 |
'device_replacement' => 'iPad',
|
5379 |
'brand_replacement' => 'Apple',
|
5380 |
'model_replacement' => 'iPad',
|
5381 |
),
|
5382 |
+
557 =>
|
5383 |
array (
|
5384 |
'regex' => 'Puffin/[\\d\\.]+IP',
|
5385 |
'device_replacement' => 'iPhone',
|
5386 |
'brand_replacement' => 'Apple',
|
5387 |
'model_replacement' => 'iPhone',
|
5388 |
),
|
5389 |
+
558 =>
|
5390 |
array (
|
5391 |
'regex' => 'Puffin/[\\d\\.]+AT',
|
5392 |
'device_replacement' => 'Generic Tablet',
|
5393 |
'brand_replacement' => 'Generic',
|
5394 |
'model_replacement' => 'Tablet',
|
5395 |
),
|
5396 |
+
559 =>
|
5397 |
array (
|
5398 |
'regex' => 'Puffin/[\\d\\.]+AP',
|
5399 |
'device_replacement' => 'Generic Smartphone',
|
5400 |
'brand_replacement' => 'Generic',
|
5401 |
'model_replacement' => 'Smartphone',
|
5402 |
),
|
5403 |
+
560 =>
|
5404 |
array (
|
5405 |
'regex' => 'Android[\\- ][\\d]+\\.[\\d]+; [A-Za-z]{2}\\-[A-Za-z]{0,2}; WOWMobile (.+) Build',
|
5406 |
'brand_replacement' => 'Generic_Android',
|
5407 |
'model_replacement' => '$1',
|
5408 |
),
|
5409 |
+
561 =>
|
5410 |
array (
|
5411 |
+
'regex' => 'Android[\\- ][\\d]+\\.[\\d]+\\-update1; [A-Za-z]{2}\\-[A-Za-z]{0,2} *; *(.+?) Build',
|
5412 |
'brand_replacement' => 'Generic_Android',
|
5413 |
'model_replacement' => '$1',
|
5414 |
),
|
5415 |
+
562 =>
|
5416 |
array (
|
5417 |
+
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *[A-Za-z]{2}[_\\-][A-Za-z]{0,2}\\-? *; *(.+?) Build',
|
5418 |
'brand_replacement' => 'Generic_Android',
|
5419 |
'model_replacement' => '$1',
|
5420 |
),
|
5421 |
+
563 =>
|
5422 |
array (
|
5423 |
+
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *[A-Za-z]{0,2}\\- *; *(.+?) Build',
|
5424 |
'brand_replacement' => 'Generic_Android',
|
5425 |
'model_replacement' => '$1',
|
5426 |
),
|
5427 |
+
564 =>
|
5428 |
array (
|
5429 |
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *[a-z]{0,2}[_\\-]?[A-Za-z]{0,2};? Build',
|
5430 |
+
'device_replacement' => 'Generic Smartphone',
|
5431 |
'brand_replacement' => 'Generic',
|
5432 |
'model_replacement' => 'Smartphone',
|
5433 |
),
|
5434 |
+
565 =>
|
5435 |
array (
|
5436 |
+
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}; *\\-?[A-Za-z]{2}; *(.+?) Build',
|
5437 |
'brand_replacement' => 'Generic_Android',
|
5438 |
'model_replacement' => '$1',
|
5439 |
),
|
5440 |
+
566 =>
|
5441 |
array (
|
5442 |
+
'regex' => 'Android[\\- ][\\d]+(?:\\.[\\d]+){1,2}(?:;.*)?; *(.+?) Build',
|
5443 |
'brand_replacement' => 'Generic_Android',
|
5444 |
'model_replacement' => '$1',
|
5445 |
),
|
5446 |
+
567 =>
|
5447 |
array (
|
5448 |
'regex' => '(GoogleTV)',
|
5449 |
'brand_replacement' => 'Generic_Inettv',
|
5450 |
'model_replacement' => '$1',
|
5451 |
),
|
5452 |
+
568 =>
|
5453 |
array (
|
5454 |
'regex' => '(WebTV)/\\d+.\\d+',
|
5455 |
'brand_replacement' => 'Generic_Inettv',
|
5456 |
'model_replacement' => '$1',
|
5457 |
),
|
5458 |
+
569 =>
|
5459 |
array (
|
5460 |
'regex' => '(Android 3\\.\\d|Opera Tablet|Tablet; .+Firefox/|Android.*(?:Tab|Pad))',
|
5461 |
'regex_flag' => 'i',
|
5463 |
'brand_replacement' => 'Generic',
|
5464 |
'model_replacement' => 'Tablet',
|
5465 |
),
|
5466 |
+
570 =>
|
5467 |
array (
|
5468 |
'regex' => '(Symbian|\\bS60(Version|V\\d)|\\bS60\\b|\\((Series 60|Windows Mobile|Palm OS|Bada); Opera Mini|Windows CE|Opera Mobi|BREW|Brew|Mobile; .+Firefox/|iPhone OS|Android|MobileSafari|Windows *Phone|\\(webOS/|PalmOS)',
|
5469 |
'device_replacement' => 'Generic Smartphone',
|
5470 |
'brand_replacement' => 'Generic',
|
5471 |
'model_replacement' => 'Smartphone',
|
5472 |
),
|
5473 |
+
571 =>
|
5474 |
array (
|
5475 |
'regex' => '(hiptop|avantgo|plucker|xiino|blazer|elaine)',
|
5476 |
'regex_flag' => 'i',
|
5478 |
'brand_replacement' => 'Generic',
|
5479 |
'model_replacement' => 'Smartphone',
|
5480 |
),
|
5481 |
+
572 =>
|
5482 |
array (
|
5483 |
'regex' => '(bot|zao|borg|DBot|oegp|silk|Xenu|zeal|^NING|CCBot|crawl|htdig|lycos|slurp|teoma|voila|yahoo|Sogou|CiBra|Nutch|^Java/|^JNLP/|Daumoa|Genieo|ichiro|larbin|pompos|Scrapy|snappy|speedy|spider|msnbot|msrbot|vortex|^vortex|crawler|favicon|indexer|Riddler|scooter|scraper|scrubby|WhatWeb|WinHTTP|bingbot|openbot|gigabot|furlbot|polybot|seekbot|^voyager|archiver|Icarus6j|mogimogi|Netvibes|blitzbot|altavista|charlotte|findlinks|Retreiver|TLSProber|WordPress|SeznamBot|ProoXiBot|wsr\\-agent|Squrl Java|EtaoSpider|PaperLiBot|SputnikBot|A6\\-Indexer|netresearch|searchsight|baiduspider|YisouSpider|ICC\\-Crawler|http%20client|Python-urllib|dataparksearch|converacrawler|Screaming Frog|AppEngine-Google|YahooCacheSystem|fast\\-webcrawler|Sogou Pic Spider|semanticdiscovery|Innovazion Crawler|facebookexternalhit|Google.*/\\+/web/snippet|Google-HTTP-Java-Client|BlogBridge|IlTrovatore-Setaccio|InternetArchive|GomezAgent|WebThumbnail|heritrix|NewsGator|PagePeeker|Reaper|ZooShot|holmes)',
|
5484 |
'regex_flag' => 'i',
|
5486 |
'brand_replacement' => 'Spider',
|
5487 |
'model_replacement' => 'Desktop',
|
5488 |
),
|
5489 |
+
573 =>
|
5490 |
array (
|
5491 |
'regex' => '^(1207|3gso|4thp|501i|502i|503i|504i|505i|506i|6310|6590|770s|802s|a wa|acer|acs\\-|airn|alav|asus|attw|au\\-m|aur |aus |abac|acoo|aiko|alco|alca|amoi|anex|anny|anyw|aptu|arch|argo|bmobile|bell|bird|bw\\-n|bw\\-u|beck|benq|bilb|blac|c55/|cdm\\-|chtm|capi|comp|cond|dall|dbte|dc\\-s|dica|ds\\-d|ds12|dait|devi|dmob|doco|dopo|dorado|el(?:38|39|48|49|50|55|58|68)|el[3456]\\d{2}dual|erk0|esl8|ex300|ez40|ez60|ez70|ezos|ezze|elai|emul|eric|ezwa|fake|fly\\-|fly_|g\\-mo|g1 u|g560|gf\\-5|grun|gene|go.w|good|grad|hcit|hd\\-m|hd\\-p|hd\\-t|hei\\-|hp i|hpip|hs\\-c|htc |htc\\-|htca|htcg)',
|
5492 |
'regex_flag' => 'i',
|
5494 |
'brand_replacement' => 'Generic',
|
5495 |
'model_replacement' => 'Feature Phone',
|
5496 |
),
|
5497 |
+
574 =>
|
5498 |
array (
|
5499 |
'regex' => '^(htcp|htcs|htct|htc_|haie|hita|huaw|hutc|i\\-20|i\\-go|i\\-ma|i\\-mobile|i230|iac|iac\\-|iac/|ig01|im1k|inno|iris|jata|kddi|kgt|kgt/|kpt |kwc\\-|klon|lexi|lg g|lg\\-a|lg\\-b|lg\\-c|lg\\-d|lg\\-f|lg\\-g|lg\\-k|lg\\-l|lg\\-m|lg\\-o|lg\\-p|lg\\-s|lg\\-t|lg\\-u|lg\\-w|lg/k|lg/l|lg/u|lg50|lg54|lge\\-|lge/|leno|m1\\-w|m3ga|m50/|maui|mc01|mc21|mcca|medi|meri|mio8|mioa|mo01|mo02|mode|modo|mot |mot\\-|mt50|mtp1|mtv |mate|maxo|merc|mits|mobi|motv|mozz|n100|n101|n102|n202|n203|n300|n302|n500|n502|n505|n700|n701|n710|nec\\-|nem\\-|newg|neon)',
|
5500 |
'regex_flag' => 'i',
|
5502 |
'brand_replacement' => 'Generic',
|
5503 |
'model_replacement' => 'Feature Phone',
|
5504 |
),
|
5505 |
+
575 =>
|
5506 |
array (
|
5507 |
'regex' => '^(netf|noki|nzph|o2 x|o2\\-x|opwv|owg1|opti|oran|ot\\-s|p800|pand|pg\\-1|pg\\-2|pg\\-3|pg\\-6|pg\\-8|pg\\-c|pg13|phil|pn\\-2|pt\\-g|palm|pana|pire|pock|pose|psio|qa\\-a|qc\\-2|qc\\-3|qc\\-5|qc\\-7|qc07|qc12|qc21|qc32|qc60|qci\\-|qwap|qtek|r380|r600|raks|rim9|rove|s55/|sage|sams|sc01|sch\\-|scp\\-|sdk/|se47|sec\\-|sec0|sec1|semc|sgh\\-|shar|sie\\-|sk\\-0|sl45|slid|smb3|smt5|sp01|sph\\-|spv |spv\\-|sy01|samm|sany|sava|scoo|send|siem|smar|smit|soft|sony|t\\-mo|t218|t250|t600|t610|t618|tcl\\-|tdg\\-|telm|tim\\-|ts70|tsm\\-|tsm3|tsm5|tx\\-9|tagt)',
|
5508 |
'regex_flag' => 'i',
|
5510 |
'brand_replacement' => 'Generic',
|
5511 |
'model_replacement' => 'Feature Phone',
|
5512 |
),
|
5513 |
+
576 =>
|
5514 |
array (
|
5515 |
'regex' => '^(talk|teli|topl|tosh|up.b|upg1|utst|v400|v750|veri|vk\\-v|vk40|vk50|vk52|vk53|vm40|vx98|virg|vertu|vite|voda|vulc|w3c |w3c\\-|wapj|wapp|wapu|wapm|wig |wapi|wapr|wapv|wapy|wapa|waps|wapt|winc|winw|wonu|x700|xda2|xdag|yas\\-|your|zte\\-|zeto|aste|audi|avan|blaz|brew|brvw|bumb|ccwa|cell|cldc|cmd\\-|dang|eml2|fetc|hipt|http|ibro|idea|ikom|ipaq|jbro|jemu|jigs|keji|kyoc|kyok|libw|m\\-cr|midp|mmef|moto|mwbp|mywa|newt|nok6|o2im|pant|pdxg|play|pluc|port|prox|rozo|sama|seri|smal|symb|treo|upsi|vx52|vx53|vx60|vx61|vx70|vx80|vx81|vx83|vx85|wap\\-|webc|whit|wmlb|xda\\-|xda_)',
|
5516 |
'regex_flag' => 'i',
|
5518 |
'brand_replacement' => 'Generic',
|
5519 |
'model_replacement' => 'Feature Phone',
|
5520 |
),
|
5521 |
+
577 =>
|
5522 |
array (
|
5523 |
'regex' => '^(Ice)$',
|
5524 |
'device_replacement' => 'Generic Feature Phone',
|
5525 |
'brand_replacement' => 'Generic',
|
5526 |
'model_replacement' => 'Feature Phone',
|
5527 |
),
|
5528 |
+
578 =>
|
5529 |
array (
|
5530 |
'regex' => '(wap[\\-\\ ]browser|maui|netfront|obigo|teleca|up\\.browser|midp|Opera Mini)',
|
5531 |
'regex_flag' => 'i',
|
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-10-
|
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="c19f1cf0fe3431802574dced76cf728b"/><dir name="Medium"><file name="Abstract.php" hash="8f3e0131f9ada0e6d0fb9e1f424dde59"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="f258acb22d267403568d26f5b00d9676"/><file name="Outbox.php" hash="d42b53909c72b7cdb1d2b83b40d5e969"/></dir></dir><file name="Email.php" hash="1a93c4ccd043c18f78dcc5f5194bb730"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="071299259a4c918ebdd011f0d35515ec"/><file name="Variation.php" hash="6dd8268485f64c1a8907bbf2ea9d1180"/></dir><file name="Content.php" hash="30e2b4ecaa0b7645ab313ab83c5f987e"/><file name="Errors.php" hash="34b9ba60a7389ec071feb7107359fffe"/><file name="Filters.php" hash="362c255ce9f7fa62ec65cb2c63544202"/><file name="Inbox.php" hash="97f23ba16e605ed9f4fec40bcfc1eff9"/><file name="Medium.php" hash="26b49a03baec3b204ea45e54dee6ba23"/><dir name="Recipients"><file name="Grid.php" hash="92594fc0c10c237b0cb9ac1fb14f0d7c"/></dir><file name="Recipients.php" hash="50a3e70fca8a763d340e4e5e0b565c34"/><file name="Report.php" hash="10ff46c4564a4a71e00900e35bc78628"/><file name="Settings.php" hash="80805561befb3d4fdc505de71e4b67fb"/><file name="Tasks.php" hash="2067c532ee0aca6d82527890b011c31e"/><file name="Test.php" hash="753878d16d5663b51c3be7ee406e6187"/></dir><file name="Tabs.php" hash="4cd66578f6a8557b0e8b0a3214eeb824"/></dir><file name="Edit.php" hash="4a866414f8d56c1bab08a1e2c83df1a8"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="85d84ef5d2f1f1bd006a4e4f550008e6"/></dir><dir name="Renderer"><file name="Action.php" hash="5e61c957412f4090160757e07be4c8a0"/><file name="Filter.php" hash="a4a151fc334e7244b9ea14c216282918"/><file name="SendMail.php" hash="0c2f2ee914845d0ab16f02cda029c8a1"/><file name="Sender.php" hash="8766b44e7cc5c84dcd0b9f7034b4f642"/><file name="Stats.php" hash="50b76d470887f03792df5b68860fd93a"/></dir></dir><file name="Grid.php" hash="19a2f6c4e77e64fbc96ea55038725c86"/><dir name="New"><file name="Presets.php" hash="ca3149c60bd384b8fbd35ba8b1ffb435"/></dir><file name="New.php" hash="30c4b7cb2f15aca57fb155cd9e3eed80"/><file name="Preview.php" hash="65b414b05f60613e9a1826a7af57fecf"/><dir name="SendTestMail"><file name="Form.php" hash="f532af1f39dad4f849128bfd249f56a8"/></dir><file name="SendTestMail.php" hash="bf5f9ab92a5b86810b0bad91741714de"/><dir name="Test"><file name="Emulate.php" hash="f8fa242d5f3b2213fe77ad06e681ea0e"/></dir><file name="Test.php" hash="441aaeebb920ad62884cb77a8d7ed6c0"/><file name="View.php" hash="72f035db76e194339f9c208248cf901f"/></dir><dir name="Chart"><file name="Abstract.php" hash="22e5b612101c9871102ac58de5710c9f"/><file name="Area.php" hash="4309cb378e3157d87762cc780e0ba030"/><file name="Bar.php" hash="e24c73329ef766595061635656810c63"/><file name="Column.php" hash="2e5f33c9cd8279f690e107058cb3bdd5"/><file name="Geo.php" hash="4f5e02de580136af84c9f27214e21be9"/><file name="Line.php" hash="453b692c39aefb0c0161196884eab3ce"/><file name="Pie.php" hash="926616e3f03d4926a6aefb97f8018f86"/><file name="Scatter.php" hash="5ce4c84ced7a79413f6150f835cc3931"/><file name="SteppedArea.php" hash="a2e9df4a982dcf80379f10d793835c81"/><dir name="Widget"><file name="Container.php" hash="e31baf0c2b94143bc32c206691728d9d"/><file name="Geo.php" hash="65b2f0d33ebacb7f08f26da0e010e173"/><file name="Tab.php" hash="467f11a7a922153a3b0631ed31c9cb12"/></dir></dir><file name="Conditions.php" hash="88e367cbefe8a6e73941bfedd11178f3"/><file name="Editable.php" hash="a0bedd5646715fbce2f4a14b2b5dd707"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="8807769897246ea0aa97368b04fa04c8"/></dir><dir name="Test"><file name="Recursive.php" hash="d0662213bd01302ad3b79782c9d663b0"/><file name="Single.php" hash="6ed29d5396d20057c4af72ed4cee1866"/></dir></dir><file name="Filters.php" hash="06ad4eecf3223f1069ae79659b75e348"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="301cc6f235ce16083580b76c69767aa1"/><file name="Campaign.php" hash="a533b6945dab40dd593fe765a179ddac"/><file name="Recipient.php" hash="553c4eb5c8a5397e06773da7d3824556"/><file name="Size.php" hash="b1578885eeb04ab3b7f95a6ec514f36d"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="9483302211f8da692ff6fdf1d78f569a"/></dir><file name="Email.php" hash="fd34370774d81165c877627fb88d9f79"/><file name="Grid.php" hash="e1932e8d1c4062a900f9ef77adb55fa8"/><file name="View.php" hash="416f85f2b71a579bade7180e9e23d0ff"/></dir><dir name="Newsletter"><dir name="List"><dir name="Edit"><file name="Form.php" hash="ced3d64f7a88107505376bee765f0485"/><dir name="Tab"><file name="Settings.php" hash="3af411261852a337f2015b65b9bf3c03"/><file name="Subscribers.php" hash="e7ea6de716625d3d7cdf6c012f884dd2"/></dir><file name="Tabs.php" hash="3bc7b6d812c9c5e59fea27c3266646c2"/></dir><file name="Edit.php" hash="4cd31fe4728b728a037c7a18039b3b84"/><file name="Grid.php" hash="4272fba3c0ed6c99132dc51a68700319"/><file name="View.php" hash="27713108954e76286c1535a161c64c2d"/></dir></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="6b54d4a23a460afe01389d1df26f2961"/></dir><file name="Email.php" hash="cf7fa379e511f3ec363d49ca2b3b0a08"/><file name="Grid.php" hash="81ef0e6be7a629b2f3bd786ac2c05a03"/><file name="View.php" hash="868254c0e386012c2ffcca0245dfb047"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="39d598b87b4c8b44b6261792fcef679f"/><file name="Object.php" hash="104b88355ee59f25d88efc318eac0b26"/></dir></dir><file name="Grid.php" hash="4cd6d03dfd01fae76c8ae3612c63c9ff"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="120767279fc170b320ab23c614cf94cd"/><file name="MailStorage.php" hash="5e7e0637fb50965d22694c5fd8c4e558"/><file name="Mandrill.php" hash="30e77f47536634a2236055bab8344b20"/><file name="Sendgrid.php" hash="892e3cf45ff132e5abf2748fdd791c52"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="3501ff0fafe9f0c7fea81f40cfb5cea0"/></dir><file name="Edit.php" hash="5e98165727357ea5f3b7c7c4ca0283b8"/><file name="Grid.php" hash="617ec085cbc2999e851f1b4bf7f7be22"/><dir name="Upload"><file name="Form.php" hash="75633c8d4acd9321116f50a78a631e3c"/></dir><file name="Upload.php" hash="e48fb2bc2d5bb531077d0cd591845ce2"/><file name="View.php" hash="dea8217359cc897d88793657df00dfae"/></dir><file name="Template.php" hash="de1b74c34a0d1ad66943e577aa2a1ab7"/><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="e86558c9007ddbe5d8d397f43e27294f"/><dir name="Tab"><file name="Conditions.php" hash="dfad32556bfd905b29ed78896e53d83a"/><file name="GoalType.php" hash="635c822c8e007bdd9f0b3221584f9078"/><file name="Settings.php" hash="0d4a1a4dd3d85cdb3080b1c8f8b247a6"/><file name="Tasks.php" hash="3df47118eb0631620756434b24b74d46"/><file name="Test.php" hash="738f53c42b1dd9148dc7a895e025c4db"/></dir><file name="Tabs.php" hash="c20b7d744c6af551245ef30863855adf"/></dir><file name="Edit.php" hash="57d9d9f0925716861c678b0e64fd84f9"/><file name="Grid.php" hash="35516b73b29eb616a66279246857859d"/><file name="New.php" hash="2983c662a99fce3f78f25b5ae516af51"/><dir name="Test"><file name="Emulate.php" hash="5c12eb98842f7c519746be240a1bd79d"/></dir><file name="Test.php" hash="50f27ff744641f70e72a8b78d9652389"/><dir name="Upload"><file name="Form.php" hash="152a3a191c22cd4e9d703b8bb7687d4d"/></dir><file name="Upload.php" hash="398e2bc888abc85fb5e98343de44694e"/><file name="View.php" hash="06e620c2c221cb339d8db69a3e8ccdc3"/></dir><file name="Unsubscribe.php" hash="a0fc11da5a5b3e2a322deee69c210585"/></dir><dir name="Db"><file name="Select.php" hash="62a68412e7d1b1085f4e5277c7737340"/></dir><dir name="Helper"><file name="Campaign.php" hash="d4fbf312bc4b86e6f8f4ce41f7d43d09"/><file name="Data.php" hash="c789dabba2768d249feb9f66c38c1c5a"/><file name="Newsletter.php" hash="8daa10b86a6cbaf9ae671066cef26c20"/><file name="Request.php" hash="be036255cfab055b04a9dec209666cdb"/><file name="SqlFormatter.php" hash="52f541d55ad8138c013391c1d383fb4d"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="57b1c660aea2683d96a96a8f7da8f19f"/><file name="Preset.php" hash="b94056d173390050ece4dcd7bee68e26"/><file name="Variation.php" hash="c70a1ed51839e95c90bab135c8ed276a"/></dir><file name="Campaign.php" hash="03813de77ef59c4f750cbf4b0fe745ed"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="5b1ed3c468097c6f15afc5b10f3f469f"/><file name="Orders.php" hash="a5acad5ad4094a8f2c8437eabfd35c3c"/></dir><file name="Goal.php" hash="a281fdba72ecc26c75fb88eebd5206ab"/><file name="Select.php" hash="1c1580398c00f708e6ff25873c765ec3"/><file name="Tracker.php" hash="c78bf8b9b69973db1e8e50a2521e6632"/></dir><file name="DomainThrottle.php" hash="bb3d6ca3454e4b897f6979f95b733b9c"/><file name="Email.php" hash="14253c83dbd8e26b9afbf3acd28df753"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="756621dc0162736719abf7dded865f08"/><file name="Credits.php" hash="b5927e8395c1fe6d7866cd773e27ae2a"/><file name="EmailEditor.php" hash="fca59bf5cf2560a5f4ec70ad20f76b2c"/><file name="Info.php" hash="ebc3fdc50b25aaedcf8b23ff51ee846c"/><file name="TemplateEditor.php" hash="8229eaebbc46a73db68a12a642327be4"/><file name="Textarea.php" hash="ee68dface36e56a0410866e6c8b38ad7"/><file name="Wildselect.php" hash="f3f034c01eb4efbb9043910f90c484a5"/></dir></dir><file name="Goal.php" hash="542accbefe4e5a9d1a6e153e229877fd"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="e6720de57f4672b52f2746dd8b12d36f"/><file name="Recipient.php" hash="430dbe1dc4b85458e73c85da619d255b"/><file name="Store.php" hash="296eb2c1a552de973d5f6488b75f15d1"/><file name="Unsubscribe.php" hash="97a245099a304327ecf5b7c34f041ab3"/></dir></dir><dir name="Email"><file name="Collector.php" hash="cb610d8ca18ea8f27bd793795e470465"/><dir name="Pull"><file name="Abstract.php" hash="8e3c5e4865ff228d6304e33a8f023ce1"/><file name="Storage.php" hash="3b6a4cc2ff21866a38abb6d219009013"/></dir></dir><file name="Email.php" hash="cd74906142bdca21e3441680950e6e92"/></dir><file name="Inbox.php" hash="36c03414093284fe3b7b8dc2896efd7f"/><dir name="Link"><file name="Reference.php" hash="04b0477047a06435bad3f4653ae63a76"/></dir><file name="Link.php" hash="79818f738c2d72fdeed7d81bf7279e00"/><dir name="Medium"><file name="Abstract.php" hash="d7de14d31dd9a17e9db2e66b23fd8ddc"/><dir name="Email"><file name="Composer.php" hash="a74fea7995dc0af8af1c41cc8f76507f"/><file name="Filter.php" hash="27b1974dfac37b32a17fd9b5e3f31139"/><file name="Processor.php" hash="bb218e24a027eb20117558b75fb38c50"/><file name="Snippets.php" hash="c9620b97e4260077e73f0eb2bb978d5e"/></dir><file name="Email.php" hash="48a36731a5cfc3b545c892f488d83cf1"/></dir><file name="Medium.php" hash="f33d9df12d91aed3763327522e9cd723"/><dir name="Newsletter"><dir name="List"><file name="Subscriber.php" hash="11112dfb87be4da805f52945a40a5026"/></dir><file name="List.php" hash="1f72c0bd2a6b856164f3f74644796b9e"/></dir><dir name="Object"><file name="Abstract.php" hash="cafc24fea29f53f7db7e80e864e3a407"/><file name="Address.php" hash="294df9b322077bef946918d9976e54f9"/><dir name="Collection"><file name="Item.php" hash="286028f40ea5b9433351a17a5533c28f"/></dir><file name="Collection.php" hash="1de32f2ab96eda26834dd2f554f8e710"/><dir name="Customer"><file name="Address.php" hash="155a2921709ae56ede77971a0b8e8a5e"/></dir><file name="Customer.php" hash="828dfe57c4f22f3f2f63e8b06c5be5a3"/><dir name="Filter"><file name="Abstract.php" hash="eaefeb34c6d1d27abc5a20489b2205c6"/><dir name="Address"><file name="City.php" hash="9970fe4d529efa3451ac1fc64db21022"/><file name="Country.php" hash="fa6b0392ef751cd5e24018a8ccd89292"/><file name="Postcode.php" hash="c15667232790eb4b77d782cb275e3a07"/><file name="Region.php" hash="f08af8045302314de6ef30559ec23a42"/><file name="Street.php" hash="69f81ed6528d0a9aa1db27b7fc4d639f"/></dir><file name="Attribute.php" hash="1681e959bde32726065b711ecea47ba8"/><dir name="Campaign"><file name="Goal.php" hash="668f87cae9005ed4bae17eb01f1ec4d5"/><dir name="Recipient"><file name="Abstract.php" hash="3f4be3b5b44f5880f89a66821cc10db9"/><file name="Interact.php" hash="dbc8dfc6cfa69d02ebb9217ebff849e1"/></dir></dir><file name="Column.php" hash="e6d4137faa773cce350fb43a1ae34a82"/><file name="Combine.php" hash="fb4fd5edfdda92ad6e525e35fc9edef3"/><file name="Component.php" hash="f507027683bee6823e398799b8b21e9e"/><dir name="Customer"><file name="Abstract.php" hash="3bf08ae3a44c1f7a8fd92cee605b64e6"/><dir name="Address"><file name="Attribute.php" hash="3553d4c2f15e2fd5f8d493defd1a7e51"/></dir><file name="Address.php" hash="b273bcfaed0eb546ff3e9ee674ddc0e4"/><file name="Attribute.php" hash="e53c68e57188d16b05d98a9166bbefe6"/><file name="Event.php" hash="d259ae0f2eebd2155633f3be2fb63c8f"/><file name="Lastlogin.php" hash="0530fcd4bd9af9c998c52f09e30c834a"/><file name="Name.php" hash="d6c2f157ec1e873da7c19757f5a5597b"/><file name="Order.php" hash="9ea4a935fd3a1b1813c958e73c38c0a7"/></dir><file name="Main.php" hash="83ea50a9cbb8895fb07055869ae17664"/><dir name="Newsletter"><file name="List.php" hash="c22a2d6eb4f260a6d1f5bd411b9210ed"/></dir><file name="Newsletter.php" hash="63d4c874aedd70521d57bcd6352a1b4f"/><dir name="Order"><file name="Abstract.php" hash="f7e1a3526f2049baefd8da2d78404067"/><file name="Address.php" hash="6f7eaaeaef3a22432ced7b08c7c88895"/><file name="Campaign.php" hash="d1639cb4cd282989dcfb16b3af0aca42"/><dir name="Item"><file name="Abstract.php" hash="79639a12348f5224cf07589cf907cc9c"/><file name="Table.php" hash="4b35966780f5b4aae39b8fc44ded8a1f"/></dir><file name="Items.php" hash="172e746342eb6a5719405c0cadabdc03"/><file name="Previous.php" hash="c6ae8d5a3d1fcdcdbb2c1990eb38f513"/><file name="ShippedAt.php" hash="1266f8b8f57169ec34c9a46404548f2a"/><file name="Table.php" hash="60321757d7d1bbec5247d8b114ff8d7e"/></dir><dir name="Product"><file name="Abstract.php" hash="1beaf04f4f405e107d86d31b70a20ffc"/><file name="Attribute.php" hash="dd4a5485081c05827d8e28c92ad171a4"/><file name="Category.php" hash="3e6e672b82e487c7ee982d22ee261283"/></dir><dir name="Quote"><file name="Abstract.php" hash="1c545121927b347f019fd367c4016b51"/><file name="Address.php" hash="89000bff973043232fea564a0fa077a3"/><dir name="Item"><file name="Table.php" hash="b4b55248d1dcb5262eabe283b65a578c"/></dir><file name="Items.php" hash="c5e1e49bbaf7c74ac8aaa796fb4c9778"/><file name="Table.php" hash="3e5804dc5d5b178edd906c175d530748"/></dir><file name="Table.php" hash="15408caa624761f4a08ee50ed5f0017b"/></dir><file name="Filter.php" hash="a3ea2137ef48c4449236df8da91bc0b4"/><file name="Order.php" hash="78576f8415de6e483ac20db90464c0c3"/><file name="OrderAddress.php" hash="f325aff7311b8325dfaecb9f017446c6"/><file name="OrderItem.php" hash="89ffb795bf834ff2f3c835fbfb8a9c92"/><file name="Product.php" hash="a064400073105c3b5c7ac06f29068a57"/><file name="Quote.php" hash="ad6a612ab33f368c0f615c1a9a78a9c6"/><file name="QuoteAddress.php" hash="3936cad58e8339ec0f7aac67040319eb"/><file name="QuoteItem.php" hash="73caada133582cb53244f56fc2c4fa8c"/><file name="Recipient.php" hash="481c4219b374cbc2916ee6f0a7c0fb94"/><file name="Subscriber.php" hash="c8b11b378f3acccfa244889700281a69"/></dir><dir name="Observer"><file name="Abstract.php" hash="e7913b51e97a55e62ca544c8395b72f6"/><file name="Cron.php" hash="31b2993f38660bafeda12cf12d3916cc"/><file name="Customer.php" hash="b8e331938f6d9c6a4cde27b9c510b080"/><file name="Goal.php" hash="b01df655d3678b602860ad98e927fbf6"/><file name="Order.php" hash="a68b0243bb95783e329575c3295d98e1"/><file name="SalesRule.php" hash="009c78dd7fca3b2fdfd1690b86032102"/><file name="Subscriber.php" hash="73208364f7dc8fa5d66f3fe23f126c1a"/></dir><file name="Observer.php" hash="4fa1c5e493e961d503eb13e4c483d62a"/><dir name="Outbox"><dir name="Email"><file name="Mail.php" hash="9535882b596fd6eb2f64aea7e740c6ad"/></dir><file name="Email.php" hash="6d512ced8fc8904869d2c38512ff71d6"/><dir name="Transporter"><file name="File.php" hash="36d5f765eaf3f591b439f851d557bdb1"/><file name="Interface.php" hash="81383f1aedbaa0ff70e8ff366a5640b3"/><file name="Mandrill.php" hash="2ad8db168f47c8dc913fa34b0c0b1016"/><file name="Sendgrid.php" hash="5274fc265f21f9ad62982bb8fc2bfed3"/><file name="Sendmail.php" hash="cbf8d82a9e76f5adf9b0c34f1a2e64b5"/><file name="Smtp.php" hash="12adb4e61244e333d2df1f3d5ace49b8"/></dir><file name="Transporter.php" hash="0ed0ed79f309eed761cea78922cea1e9"/></dir><file name="Outbox.php" hash="dc06cc5a0bf9f8c545d98e8423688ebf"/><file name="Premailer.php" hash="df9f5ac0037a7773dac72c20593e7f4b"/><dir name="Recipient"><file name="Error.php" hash="c8df4619ca2321fb91a2cdead2ba9041"/><dir name="Provider"><file name="Abstract.php" hash="c4667812dfa4b09a195651c5a385e53b"/><file name="Customer.php" hash="790e5d2db49cedc543c972f516b7bea4"/><file name="Newsletter.php" hash="f4bb86cc250822dca08cbdda2c52b73d"/><file name="Order.php" hash="068204d2873467399022e2dde9073c41"/><file name="Quote.php" hash="5171b208c29a7c3394b06d3bfa323c8b"/></dir><file name="Provider.php" hash="ae9f11d9596433ca4d90c251870b4296"/></dir><file name="Recipient.php" hash="56306c4d0ffbfaf852125eb09ed690cb"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="9aa94ce9a17b37a44b7d5b638550d3ec"/><file name="Campaign.php" hash="61aa44c2446f711c31dfeb1646b2f456"/><dir name="Dimension"><file name="Abstract.php" hash="cd2288a826a97cb07392fb6be29e8a10"/><file name="Country.php" hash="c5827a6b8b13fd7a5e0edce0a5652502"/><file name="Dayofweek.php" hash="ad608a627783545adf0292b67e44921a"/><file name="DeviceBrand.php" hash="62e58b87745e997929fa7bd6dd10596a"/><file name="DeviceType.php" hash="8c524b310395eb60e7832c9231457809"/><file name="Hour.php" hash="5bf9cf01360e2593c90cffb0cd2ac557"/><file name="Os.php" hash="ed28d26090e2d73c3a446aa84ecb69e2"/><file name="Region.php" hash="5282a0c230a1942dcfaea619238978b0"/><file name="Useragent.php" hash="c423706b31ffc0b9a600cbf07ef61e28"/></dir><file name="Dimension.php" hash="975ffe97b632fe6ac6c8f6253f5cef89"/><file name="Events.php" hash="5ff930637337da210af9178d2c8ef349"/><file name="Goals.php" hash="ff04de074e34d985f367bd7fa41ae8a8"/><file name="Rates.php" hash="2a1a7d6416f8e611a8f2544101ce74f6"/><file name="Recipient.php" hash="1e20910878b6499e4846b3bf5c0bfb21"/><file name="Tracker.php" hash="2bcce4e37448a3e178395decf7dd344e"/></dir><file name="Aggregator.php" hash="47780830f4cc8ec969c4bc24c83d856f"/><file name="Query.php" hash="ea3efddf4fa105b43cd995be2c1b2bd5"/><file name="Seeder.php" hash="80f44da3ea5466762198a1d0c6f41ab7"/></dir><file name="Report.php" hash="4177d158b12033dc767596db3acc8742"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="33f8e468f7ac6ced5132bea8df828741"/><dir name="Preset"><file name="Collection.php" hash="8ebc341df19871c7a56960e5475da86c"/></dir><file name="Preset.php" hash="22b0502e07d2160b391214518b7d5903"/><dir name="Variation"><file name="Collection.php" hash="3f6d6bfb361cfb61ad56ea55bbbd4e63"/></dir><file name="Variation.php" hash="328b7f68aa1015769c8121d4d8e5af89"/></dir><file name="Campaign.php" hash="80da16b8d8b639e6fb42b0bcddc112de"/><dir name="Collection"><file name="Product.php" hash="9220ec28dd95c50ba135204aa4e5b05c"/></dir><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="30173857eb5889a85f7be7d53cad6546"/></dir><file name="Tracker.php" hash="25f82a4a4a76b7c9f4898df8cafb9942"/></dir><dir name="Email"><file name="Collection.php" hash="92fa54d4fd8a1c0f012e4f9a872fa846"/></dir><file name="Goal.php" hash="fed02088bb2be3443bfafca60874e7d1"/><file name="Helper.php" hash="0c06291300d15183591e427495ca1175"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="ced84deac8d4b2cdab6e6a660e51c93d"/></dir><file name="Email.php" hash="358989ed36d4f87fabef950e30b5b911"/></dir><dir name="Link"><file name="Reference.php" hash="29e1a0ee4b18008b37b552c88264bf4c"/></dir><file name="Link.php" hash="2aba642e75bc0e62e83e9d155cffc3f1"/><dir name="Newsletter"><dir name="List"><file name="Collection.php" hash="3158a5e8c9c281a12d0b9afd11d0b6e3"/><dir name="Subscriber"><file name="Collection.php" hash="5e8bbc4a7a13229185bdb58550fbc931"/></dir></dir><file name="List.php" hash="fbf90fa2836389e388682796affde0c6"/><file name="Subscriber.php" hash="1e856ab50c4aa7ac995c915722835f7b"/></dir><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="a2708e8a045e7951f2bf1a9ba15a298e"/></dir><file name="Email.php" hash="5a2565fa18a3ae0670b7670c516c7b9a"/></dir><dir name="Recipient"><file name="Address.php" hash="520ae3825185204594c82babd7389638"/><file name="Binding.php" hash="5403a7b1adb94a61a9680344f33bb6aa"/><file name="Collection.php" hash="118c719d3bc49188e7303f191aff7c75"/><dir name="Error"><file name="Collection.php" hash="ee634a127f9195e24bb12b527bd42452"/></dir><file name="Error.php" hash="f85526ac886f2d016581138f6b30c3e6"/><file name="Event.php" hash="0b6a0c20e856b820d1bb9e978e8019c0"/><dir name="Goal"><file name="Binder.php" hash="fae80abc51355fba5edf039f0dd49228"/></dir></dir><file name="Recipient.php" hash="97c7947453c1aedc32688df88c5c3aec"/><file name="Setup.php" hash="6fa7be98d1c6ecedffcb3931054cc49a"/><dir name="Template"><file name="Collection.php" hash="0e31a1e35aed807e79c1ee0ef4d0acfc"/></dir><file name="Template.php" hash="8690cac55cb47d7526bbac783036d9c7"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="cb32de7441f06e8650d285bba567b901"/></dir><dir name="SalesRule"><dir name="Condition"><file name="Emarketing.php" hash="45870c4b91d484c6e9577b57b0f71371"/></dir><file name="ICouponManager.php" hash="53589d6415eb8ea54901398c09b12cee"/></dir><file name="Session.php" hash="0033d71aa427971a8355d51dd555c56d"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="e233a6ee86d96e027208163e0d5de488"/></dir><dir name="Source"><file name="GeoIp.php" hash="11b6e4e5210a8a225816fbaa25376ffd"/><file name="MailStorage.php" hash="8f52ecda44f0508ffad6036373d1df29"/><file name="SmtpAuthentication.php" hash="b56f01ff6dd2338621d8421416b21e93"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="f25fc8c48b0b84857a8612fa981434fc"/></dir><file name="Template.php" hash="c7bb8c359b6a2485855937ebc2c94cd6"/></dir><dir name="controllers"><file name="BeaconController.php" hash="1bd5bdbbfe8f765133768b5702c5d041"/><file name="EmailController.php" hash="04b6752b712bfe979bf521e9f2242b28"/><dir name="Emarketing"><file name="CampaignController.php" hash="75a60a1962ec482623730f7d8a6c1af1"/><file name="InboxController.php" hash="33e3aedeb36fc0c1aa01f4e6b921dc54"/><dir name="Newsletter"><file name="ListController.php" hash="dd266880aad7864bb0fe663f597aa677"/></dir><file name="OutboxController.php" hash="307fa57a37d9479ed288312b8fd58ef9"/><file name="ShortcutController.php" hash="52ac1a1c48c46387aeae47d0b3d2f65a"/><file name="TemplateController.php" hash="2d8a6fc48fa73858bd269443385d2db5"/><file name="TrackerController.php" hash="7b2acc17a6257b97be85cd850797cf36"/></dir><file name="LinkController.php" hash="13e8c7e0da5b141a2611092f838357f4"/><file name="UnsubscribeController.php" hash="9daeff4a669bdd93f19f839483d9852e"/></dir><dir name="data"><file name="useragent_regexes.php" hash="b4e78e520992b584c0e11e00c708bf6c"/></dir><dir name="etc"><file name="adminhtml.xml" hash="81dc83a50a64e8cbec517bae19e50639"/><file name="config.xml" hash="7f853d201563dd98fe20a9aa1b6f95e3"/><file name="system.xml" hash="57677c415a99663b71bfb9d3725271a5"/></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="7f30871a38ad35cc88190d71fc9a6704"/><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="d76507fb36813f3bc5e6b3a45958b302"/><file name="upgrade-0.2.6-0.2.7.php" hash="7f19430a2f7986ceb2949769e43934b4"/><file name="upgrade-0.4.0-0.4.1.php" hash="b369957ed15d66b7da573e7e8393b960"/><file name="upgrade-0.4.1-0.4.2.php" hash="b2d1b0f27eee9654e164385342ee7544"/><file name="upgrade-0.4.2-0.4.3.php" hash="e04c257e1208f61bd28282747cbd0003"/><file name="upgrade-0.4.3-0.4.4.php" hash="a58349dff18510a71190976c53f2db99"/></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="8d48136db4c3c1e9fad4132a51aa8e9c"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="13e732b8a1dd8082edaa8bfbc93dcaf5"/><file name="credits-left.phtml" hash="3bf2cd9579cbe3cc6f38ce91545a68ec"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="87fe410fbd24bca549692c08cf50ac96"/></dir><file name="load_template.phtml" hash="58ae7f9642c047f097e8c8f7c2edd912"/><file name="mail-tester.phtml" hash="1ed51d95ea04a31d722b98992fefd4c0"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="91456348a7a259e740b6a3e27e537f5c"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="presets.phtml" hash="c535d4b49404ce7581a8c6d2c246f114"/><file name="recipients.phtml" hash="38719247a54f0b5a4d6ae6f74fdc2948"/><file name="report.phtml" hash="35bcdff928775d36cfeb685b5072a524"/><file name="running-warning.phtml" hash="200956a178a6304b035eb97121ff779a"/><file name="tasks.phtml" hash="946d2079b1e926ae8d46df6537b9a510"/></dir><dir name="edit"><file name="js.phtml" hash="a176d32ae99aee18c737c71dba5e6afe"/></dir><dir name="editor"><file name="text.phtml" hash="a6b13c40232568898161e7231c1ede49"/></dir><file name="fieldset.phtml" hash="91b4013ea2287cb2af1a61ae0a007c3b"/><dir name="filter"><file name="page-preview.phtml" hash="743087af00fd9c2fd0b9ac83764c040e"/><dir name="test"><file name="filter.phtml" hash="0cdc93f03fd54b4b1ff3b185d46ed8ae"/><file name="recursive.phtml" hash="0b6fa5c22cdc65bf0482067ed4a28ae2"/><file name="single.phtml" hash="d6694738a294a48696d03688d753f1d2"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="15d6ebd9a1827234666d01471f757fc8"/></dir><file name="tasks.phtml" hash="755d20b7d34e8469a4091923e55df8b1"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="7fd55ae317c2fc3533cf9e4434dbd597"/><file name="chart-tab.phtml" hash="59135fb440c12f3e14500f091da33a39"/></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="b4c77ffe7b543c124fc90ddc4ac8e839"/></dir></dir><dir name="template"><dir name="mzax"><dir name="email"><file name="cross-sells.phtml" hash="96e365308c7b3dc5335a0cb2e45e8953"/><file name="last-viewed-products.phtml" hash="14ea2d387f151d1a23dd6262ae7a9080"/><file name="order-items.phtml" hash="1bb31b30dc363703f040d4ef83807c7a"/><file name="quote-items.phtml" hash="6958ca54209da6121294d2f40c05b688"/></dir><dir name="emarketing"><dir name="link"><file name="redirect.phtml" hash="f9620c99c5a0e6efc5c576960d39a69e"/></dir><dir name="newsletter"><file name="lists.phtml" hash="53d4d94deb836432933b5214c9b43201"/></dir><dir name="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="3e91b90ce9123811bebfcfbb165b1d15"/></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="ad92803ad24598c1ad6c4f5dd359bd88"/><file name="mode-mage.js" hash="a15b5560c0b8514606817647f1b25eca"/><file name="theme-mage.js" hash="f3c2e5497733ebbd84e702ac29575d30"/></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="a584130fdd421b580cc49fb6a01b991c"/><file name="editor.js" hash="49cf2fe286dbde56aba3d9f76ae778ee"/><file name="report.js" hash="1bbb43be7277042f74d51d9a279fdddc"/></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="c08c03af2b6ca6c276c0be0c746b04c9"/><file name="Arf.php" hash="cb331e4f867a65253a0312df1a843c92"/><file name="Autoreply.php" hash="f92a67b20ad8b8cbf39d018b02bdedb9"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="93bcb91df9e569aecb04b8d4b6f0265a"/><file name="Failure.php" hash="bd06cf7b0e9f408ae0ebd91cf1f10105"/><file name="Rfc1892.php" hash="f65e5a3fba17f190c4e4bc1efad8a54c"/></dir><file name="Detector.php" hash="bb527a3da5d5401403498a89979b9e7d"/><file name="Mail.php" hash="9d6fd489491983412568df40f7635916"/><file name="Message.php" hash="87f9c070c40c34706b959876e95766f0"/><dir name="Mime"><file name="Decode.php" hash="f675ffad1bd5df7185bb60b29bbf730d"/><file name="Part.php" hash="7d7f87172e2da19209406ee6da27fbad"/></dir></dir><file name="Bounce.php" hash="8ea80998d87c72a5eeac055fb66b1ab1"/><dir name="Chart"><file name="Table.php" hash="eec2cbbac9e9d517a5d41047ae266d70"/></dir><dir name="Db"><dir name="Select"><file name="Exception.php" hash="567e5168148a50ccfebb0f89f4de2590"/></dir><file name="Select.php" hash="a4d36218329e0ac2ba2fa6ee746abdf2"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="2c390fc206b25765e45e43fcf6343d6f"/><file name="FreeGeoIp.php" hash="bbfc0dff76eca3e6ef92c76c1d6d82b5"/><file name="GeoPlugin.php" hash="e5fa528367ebbdf85bb7e98e7e7b1049"/><file name="Ipinfo.php" hash="b7016d391bccd9cf27000013ab074582"/></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="c23210a2553dd183cbefcc52dedcba4a"/><file name="Region.php" hash="c314767f094604ecc64084a199e683a7"/><file name="Request.php" hash="ae7db0fc2aa48f8954de58053d53bd0e"/></dir><file name="GeoIp.php" hash="57c7326331be00808212fd5f21ec41df"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="2748ae68f56ea6db2491f7e834459197"/><file name="Mock.php" hash="fff9a7fe055ff4eec229203e90949a43"/></dir></dir><file name="Mail.php" hash="8eb7de5436c0ed09a1ec9b3c309de854"/><file name="Once.php" hash="9989b27c64a1b74f2486b2aac95e6e11"/><file name="Presist.php" hash="dab60f0dc7027c77e4cf47b1bbd36519"/></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="b5c66ad88149a455d695c7ed0b98b7fb"/><dir name="images"><file name="add-tiny.png" hash="04f642db30ac836b58d91770c42a7087"/><file name="add.png" hash="f2e51ed86b5c87693bc31eb18cffcde6"/><file name="bg-remove.png" hash="085b0ea8bf4488c53a5eaab2f28eaf4c"/><file name="block-bg.png" hash="eb5b5a1dbaa4a40b4d7d56ea36b0db8f"/><file name="corner-arrows.png" hash="98f15a0b96a79bd35f7cc9c3552f27b2"/><file name="dd-chart-tab.png" hash="bfca5a1d3deb031e2fbbc4d89cf2adf6"/><file name="delete-tiny.png" hash="58c14611b1a036c55353b9b5993a85df"/><file name="delete.png" hash="f2c735bea2def15264ab2ec87a722407"/><file name="element-add.png" hash="bdd3ce65d6777550f983f8bba949340a"/><file name="element-clone.png" hash="762e0d3593f83f589afca4e9d785cd78"/><file name="element-remove.png" hash="8c51a642226558f6bb34159da34d0123"/><file name="element-remove2.png" hash="e89ce65e9a80e1ee9e35e784cd7b9a1e"/><file name="element-repeat.png" hash="3ccfbc455a907a30a34bdd61e3f4ec49"/><file name="element-swap.png" hash="92b97e695db713a4000fdbc88628e723"/><file name="fullscreen.png" hash="0a00475876e23a623a8ee346de991dc2"/><file name="funnel-arrow.png" hash="eb56bc2bb6865ea4f123105e4d2f2de6"/><file name="icon_image.png" hash="9acff5f2211bcfdf12af6db057e7a019"/><file name="icon_source.png" hash="d9a2353334fd2786b1e7def89e6d6b63"/><file name="image.png" hash="4da12ca4c81d857c8a718556a999ba45"/><file name="mage_code.png" hash="434f9cb7723f1bc0fa92b2438e287933"/><file name="mail-tester.png" hash="a4410705643d83c228e9a97cab49bf21"/><file name="preview-tab-icons.png" hash="292b16d26d02c9a0d299b4457033e502"/><file name="preview-toggle.png" hash="9eaf699db62fa3727f5d08cc118b2f90"/><file name="save.png" hash="a26d2b01209b95edd6a352fd9f49ee40"/><file name="start.png" hash="aba370113bf888ee5655e81f938f73ee"/><file name="stop.png" hash="527ef0809d2fc1949ff3c4c6ff363ac9"/><file name="swap-down.png" hash="9c269cd00e1b0d676bec912de671d1b6"/><file name="swap-up.png" hash="788d244ba3443a826f44476ffb2f056f"/><file name="variable.png" hash="f71ee09f953cd3be23d55dd5963b32e9"/><file name="widget.png" hash="bd36b41f43b95c28ce0caf83f3b2495a"/></dir></dir></dir></dir></dir></dir></target></contents>
|
50 |
<compatible/>
|
51 |
<dependencies>
|
52 |
<required>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<package>
|
3 |
<name>Mzax_Emarketing</name>
|
4 |
+
<version>0.4.5</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-10-27</date>
|
48 |
+
<time>11:24:46</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="a5d0fc9267d67f257a0d3980dcc0864d"/><dir name="Medium"><file name="Abstract.php" hash="90616958b165f9219bded56e79302b7d"/><dir name="Email"><dir name="Tab"><file name="Inbox.php" hash="ad553c9f41b9c0e16baf0bd1a42498ba"/><file name="Outbox.php" hash="3bd50e47022d616895a9e1e1d8b3f9c0"/></dir></dir><file name="Email.php" hash="9131a47f68f7a2fac62051f31f73156d"/></dir><dir name="Tab"><dir name="Content"><file name="Original.php" hash="66cf8433e098d124e852646fa7ef0553"/><file name="Variation.php" hash="2a2bfda364f5c4335d703a538eb49e86"/></dir><file name="Content.php" hash="b1486867da229eac9d634f9f344187ca"/><file name="Errors.php" hash="c7876e88d198f83ea4c29a88eb1ee473"/><file name="Filters.php" hash="21d12a86b4e5fda43713c8d117e66eb8"/><file name="Inbox.php" hash="e1210470d2afb9391557503f22a8d54c"/><file name="Medium.php" hash="9d54ff5dc82c687b8a6c022201033bdc"/><dir name="Recipients"><file name="Grid.php" hash="a660f70c1df8d3fabc516438a69ab8c0"/></dir><file name="Recipients.php" hash="12d608eba587a71f80c61822a2d9f104"/><file name="Report.php" hash="09760a842fc21016f77dcdee1288c648"/><file name="Settings.php" hash="eb00960126dfa76a1b06244ea8abb638"/><file name="Tasks.php" hash="d8c15fb7bdacf79c46d244b7204e97e2"/><file name="Test.php" hash="8e1abccea039197d139a9512c0fba604"/></dir><file name="Tabs.php" hash="da71e3c3f47d49205e481cec95c8c60e"/></dir><file name="Edit.php" hash="b7007e3d80898deb34372d3a6acc7626"/><dir name="Grid"><dir name="Filter"><file name="Filter.php" hash="ca26b04ebb2acddaec6f65689b56cc8d"/></dir><dir name="Renderer"><file name="Action.php" hash="234010a6f92b1fb6571f9964d9acd678"/><file name="Filter.php" hash="5834f740c1b7be8f39231479f0ff42b7"/><file name="SendMail.php" hash="e2d985ad88b2194297554c0fa33b800f"/><file name="Sender.php" hash="1aef2af374ff790df8ecd3a8d6a7d0d1"/><file name="Stats.php" hash="6459d4f8befef40a69b7cc48d9966069"/></dir></dir><file name="Grid.php" hash="9f00c4a677e3a6bf2fc1ececf4f0727e"/><dir name="New"><file name="Presets.php" hash="bd82782daddda618fe346581362d1739"/></dir><file name="New.php" hash="8337a63380c9f49f6c20f1e888bbfb53"/><file name="Preview.php" hash="c43026a8f891367695805bf65a5dd0ad"/><dir name="SendTestMail"><file name="Form.php" hash="5e694aa94e0135319be1dec53d082c27"/></dir><file name="SendTestMail.php" hash="c1b9ea41731e96ab016b0a05a9dd8b71"/><dir name="Test"><file name="Emulate.php" hash="e99d472c5edc1b17cd96b076dd87e0ed"/></dir><file name="Test.php" hash="e920a774d8958f791099b1a95b19c510"/><file name="View.php" hash="2f25a38567c57a253e72ed938e90f04c"/></dir><dir name="Chart"><file name="Abstract.php" hash="68198d89946e7da1d360bf7fbe0901a9"/><file name="Area.php" hash="4a8469c2a98d4c7727761f25ec2c1ee6"/><file name="Bar.php" hash="d5f36e29098c80b9a778b65ce0b486bb"/><file name="Column.php" hash="1109d6a60dcc8b8d15336f5f47f4524f"/><file name="Geo.php" hash="29324f06813d7f9db36af50082d62213"/><file name="Line.php" hash="37dfc352cfd02d30b6475e1a1803acee"/><file name="Pie.php" hash="e6987a1ad3e3e05c57f20a9f68bd0417"/><file name="Scatter.php" hash="ad1212a3922df349699043df55686f08"/><file name="SteppedArea.php" hash="b43441f48620b5151fdfd413c9685ac1"/><dir name="Widget"><file name="Container.php" hash="94a59791e5d1a0b329b36d9761b1bc77"/><file name="Geo.php" hash="edd04225f599c15921781417881945ed"/><file name="Tab.php" hash="18ea92434a114fc8bb760026ef7c80d2"/></dir></dir><file name="Conditions.php" hash="52efddf3a499fa13b81c19727951e14f"/><file name="Editable.php" hash="52c19d2a03cc356899aec85d8c98265a"/><dir name="Filter"><dir name="Object"><file name="Grid.php" hash="7863013335d5b901b984886dd88b3902"/></dir><dir name="Test"><file name="Recursive.php" hash="36b1f18c77ad47320e8c91c668a79ace"/><file name="Single.php" hash="23b90b2b2660e9d55b3e31be06989d95"/></dir></dir><file name="Filters.php" hash="73bd6c8b51ad37c79a0ea16cbaaba15f"/><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Action.php" hash="3fb4c8fe2f85b8c093ec064af5da39aa"/><file name="Campaign.php" hash="4bf15a922dfbc5b4ad3c9c46572a4da2"/><file name="Recipient.php" hash="3b881309e7d45f32ba89176df0afefcd"/><file name="Size.php" hash="a5aa4769f9c756005b64598f649b8642"/></dir></dir></dir><dir name="Inbox"><dir name="Email"><file name="Form.php" hash="57f406e81745b9068cbab742c2404fd8"/></dir><file name="Email.php" hash="d68073577ae229308bc7046551cd46c7"/><file name="Grid.php" hash="d5496e875939f49a3f04e42f51d4c8ac"/><file name="View.php" hash="f4df0a92b4601af1a51ece2cd57b470b"/></dir><dir name="Newsletter"><dir name="List"><dir name="Edit"><file name="Form.php" hash="4b63d73dc4e4a7fecafe817723c73c72"/><dir name="Tab"><file name="Settings.php" hash="b24235e22c29052a4be841c4dc02ea57"/><file name="Subscribers.php" hash="2b3894e2ce5bf9df90dbd1db563924dc"/></dir><file name="Tabs.php" hash="5047b3397eb3ac4febaefafec05b5aa6"/></dir><file name="Edit.php" hash="e2179a66149aeef8b8cde82a978d9c0f"/><file name="Grid.php" hash="7ed90a1a257fcbf22ba40153b23cdc63"/><file name="View.php" hash="c95d87f9a6d4cc9987ffe2b32435d695"/></dir></dir><dir name="Outbox"><dir name="Email"><file name="Form.php" hash="8ce66356f138ecf67f495e4b331af502"/></dir><file name="Email.php" hash="3151e58c9bc78ca76594ad9a8328ebaa"/><file name="Grid.php" hash="9f17cf4e8e55d30d5c2aa8fc71349574"/><file name="View.php" hash="751440288f0a0a0d141915bbdc565145"/></dir><dir name="Recipients"><dir name="Column"><dir name="Renderer"><file name="Attribute.php" hash="09bfe9c6f64872ed3d526b8d87557875"/><file name="Object.php" hash="460bacca60272d386fcfe30886d3a6f3"/></dir></dir><file name="Grid.php" hash="0b4f7457a4d89ccc261c1f168fc728e7"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="DomainThreshold.php" hash="bd55041f4f6fa60ea2b775175286df7e"/><file name="MailStorage.php" hash="e9ed1623c7184959882abed412c1a7fd"/><file name="Mandrill.php" hash="1a25809c0a79d46d356192aaaf51561b"/><file name="Sendgrid.php" hash="9f8fad91a5da1cbdcc8886251e3ee306"/></dir></dir></dir></dir><dir name="Template"><dir name="Edit"><file name="Form.php" hash="249c2057274132f8399a315b83cf4278"/></dir><file name="Edit.php" hash="5e8f7786e72d75dfe04939d82fcaf37e"/><file name="Grid.php" hash="bf2df082172d2c32b33f7d96501f3df4"/><dir name="Upload"><file name="Form.php" hash="18e55d702c70f4782003c8d5ac53cae1"/></dir><file name="Upload.php" hash="ccd8f903305c7365355c7a2e6e59334b"/><file name="View.php" hash="c72ebcc497854bdf4b88224e402059a2"/></dir><file name="Template.php" hash="aef6fea69b4efe967a6aeb1fa1939744"/><dir name="Tracker"><dir name="Edit"><file name="Form.php" hash="f9e2162b752b5c7120175a1271313b5c"/><dir name="Tab"><file name="Conditions.php" hash="4cf44ec8e62c37152b01f223401315f3"/><file name="GoalType.php" hash="a55d80710207b3cee9bda0c02f010eeb"/><file name="Settings.php" hash="92138bd79359c28a4698d2a2b15dbf0d"/><file name="Tasks.php" hash="ca99bac6bc814f5fcc1fc8310195345e"/><file name="Test.php" hash="c0ed68e31cc06d0815309a9733ff810a"/></dir><file name="Tabs.php" hash="8beb412cc15a7f021ea186418fdb6a60"/></dir><file name="Edit.php" hash="ffa91539cf33234386398c5102cb343d"/><file name="Grid.php" hash="7ebf9ad236f142c8726364d4fcbe5c09"/><file name="New.php" hash="5407e6b13c9b1f0e50b5d230da547f57"/><dir name="Test"><file name="Emulate.php" hash="a415f05c799e40b14475689cc868f540"/></dir><file name="Test.php" hash="f1d7425b9efa6f994ae004d0eb0dc58d"/><dir name="Upload"><file name="Form.php" hash="5c1f6acdab5cc1a4c642660c0a7a23fa"/></dir><file name="Upload.php" hash="05c1ee36330ca0f158ae72f4679afb19"/><file name="View.php" hash="fb98c5e7d2b92014e05acaa1a3ee84f5"/></dir><file name="Unsubscribe.php" hash="4dca0862ac53677affe1d02666268739"/></dir><dir name="Db"><file name="Select.php" hash="75ddff25897a9aca4caa448af209694b"/></dir><dir name="Helper"><file name="Campaign.php" hash="a059cf46c9648a274eef6242821ddfdf"/><file name="Data.php" hash="5c140c58e6d5d62b21c552eb94c89b54"/><file name="Newsletter.php" hash="5427c7f83f4d5c794fb5073d2e5107e4"/><file name="Request.php" hash="81b4495943c52a529c21f7c0105f8281"/><file name="SqlFormatter.php" hash="51af96d2ef1aaf4c54ced7fa135806b4"/></dir><file name="LICENSE" hash="cbbe04980244d5b18963e94de0ddea15"/><dir name="Model"><dir name="Campaign"><file name="Content.php" hash="2f9ce2fdb7b953635b547bd06d51a69b"/><file name="Preset.php" hash="e5f4b86413efac00acef6e7304faf89f"/><file name="Variation.php" hash="acd4d55aa02387bfd462056622d00279"/></dir><file name="Campaign.php" hash="1c7add9737b2b7dc214019cb57a08ca7"/><dir name="Conversion"><dir name="Goal"><file name="Abstract.php" hash="2b411de07a61d6c4803310044ac7899c"/><file name="Orders.php" hash="cbbb17c6a4ea0e1f47dfb875aacc00ac"/></dir><file name="Goal.php" hash="38fa3717fe7f71fab38687f57ae41e7e"/><file name="Select.php" hash="58eb166f9bd03a70c58547f0266dae4a"/><file name="Tracker.php" hash="32449a475174a1e28fb1d70d870f1392"/></dir><file name="DomainThrottle.php" hash="6ebbd43aa96954a2752e511c65dcdec9"/><file name="Email.php" hash="b0bb6ba33e3c5a27806c618bad724d8b"/><dir name="Form"><dir name="Element"><file name="Ace.php" hash="49cffbe939c8fe76e3a49355ff76d7cc"/><file name="Credits.php" hash="f1f92cb26db8aeac9c385980fcf7cb5d"/><file name="EmailEditor.php" hash="f957bfd01a207f16691f1e92847fa155"/><file name="Info.php" hash="8b50cab144315d78daa35486d699939a"/><file name="TemplateEditor.php" hash="1f95058ff7010de931830f093f99ddd9"/><file name="Textarea.php" hash="e5620a3136254d1b48eb6c620615f47c"/><file name="Wildselect.php" hash="d45558bc1e133c4df581faea640d1f4a"/></dir></dir><file name="Goal.php" hash="d712b5886698540e0d8f70d9fa60494b"/><dir name="Inbox"><dir name="Bounce"><dir name="Detector"><file name="Abstract.php" hash="fc16c57563aa7ea479d8fb9026068907"/><file name="Recipient.php" hash="056f894a094a8e9aaca3020597c5ad88"/><file name="Store.php" hash="1876a195d726c26989e8887c8d22fcbc"/><file name="Unsubscribe.php" hash="194b8ca1becddc7774de45d677945881"/></dir></dir><dir name="Email"><file name="Collector.php" hash="8cdeb379b4cf9812e61a23dec948a7c9"/><dir name="Pull"><file name="Abstract.php" hash="4c3158c7263795a747de75d96dda5407"/><file name="Storage.php" hash="93c69e800836e35077ece701b4600b7d"/></dir></dir><file name="Email.php" hash="38d32077b2534f351539e233892b0396"/></dir><file name="Inbox.php" hash="561d4e1a9e1239e02165b6f7d2d0d0d6"/><dir name="Link"><file name="Reference.php" hash="8081a1d63b12872444cc5a1a75cad253"/></dir><file name="Link.php" hash="cb7cbfd407f48e731031f8de0667d1f5"/><dir name="Medium"><file name="Abstract.php" hash="4c347f69067e930080b3692dde9fc128"/><dir name="Email"><file name="Composer.php" hash="26de564bebaafe21d401779355b108a4"/><file name="Filter.php" hash="521f1b8903a645f42615343088c01e4f"/><file name="Processor.php" hash="7c4e1f052a7f7855b1ee4e16a5f3b54f"/><file name="Snippets.php" hash="92d30e130f128c03ae002755f4e012e7"/></dir><file name="Email.php" hash="329ed6c7150ea6d911eec3c1f8bf7eaf"/></dir><file name="Medium.php" hash="f0f80128e290e371e324b527c3762d0a"/><dir name="Newsletter"><dir name="List"><file name="Subscriber.php" hash="30601bb68433bc195854b31cfba9bac8"/></dir><file name="List.php" hash="88a3d76edece022fef48a208f6e4524d"/></dir><dir name="Object"><file name="Abstract.php" hash="6a782d4ab506beadb1267dbbafafdd4e"/><file name="Address.php" hash="37bb37513136fcf9ae3f96c69557b569"/><dir name="Collection"><file name="Item.php" hash="c53db3ed353dead144617acebee57d4f"/></dir><file name="Collection.php" hash="88d5126e0c673e8ff7db0e58f350dffd"/><dir name="Customer"><file name="Address.php" hash="74a200b70e29903694c765fd90d60f9e"/></dir><file name="Customer.php" hash="0992b9a5a179ae9d165f027d168f74a0"/><dir name="Filter"><file name="Abstract.php" hash="dece1bf3ae9b4f8a29d8975effc6f1a1"/><dir name="Address"><file name="City.php" hash="53ccb488d796656848082d9586a959e9"/><file name="Country.php" hash="3031adeaafbac2b46f4c5fb8abef2451"/><file name="Postcode.php" hash="5d3a7a1a7f05020cb6138167ef2ef55b"/><file name="Region.php" hash="868b41d416168bea34cbb420c0ed4e5a"/><file name="Street.php" hash="33f69807275a148e311aa771eafa844d"/></dir><file name="Attribute.php" hash="65d50d89a7d606a911ff3e2a647a555d"/><dir name="Campaign"><file name="Goal.php" hash="e2328ef113b5183b694d177430953e55"/><dir name="Recipient"><file name="Abstract.php" hash="7a2e8a16be6f89aea51ca94b3c4ee965"/><file name="Interact.php" hash="6da4cf7b518a44147049a836e2ef5cfa"/></dir></dir><file name="Column.php" hash="e4774e9147daee2185533a8a4ef0282e"/><file name="Combine.php" hash="561d91cc796f00c7515d79768e5559b8"/><file name="Component.php" hash="a18773b0876459443df2dfa4a122277c"/><dir name="Customer"><file name="Abstract.php" hash="342afdc3ecec249d77dfa9b5cb3e4cd7"/><dir name="Address"><file name="Attribute.php" hash="66c0aa124bf0848dd0af41fb6369e39d"/></dir><file name="Address.php" hash="e1384829fbbc3631df1a427a0194dc5a"/><file name="Attribute.php" hash="384a9cfd3031646bec6afaf6695d08fd"/><file name="Event.php" hash="4346112a49c4622d52ef980282030e34"/><file name="Lastlogin.php" hash="1e9e9bb6f29a1c7a54289eeacfc214a2"/><file name="Name.php" hash="924f5a293e5f8068b9eaf3ae515c8246"/><file name="Order.php" hash="2c96ed570acc534e31f5ab717f5a0c14"/></dir><file name="Main.php" hash="fea5aa2f45b18ba69aa28d52c0d94416"/><dir name="Newsletter"><file name="List.php" hash="cf4e58c39928aa2a9bd3c2de0fc16155"/></dir><file name="Newsletter.php" hash="9b7d47ca25808c25595ce6a2327cafc4"/><dir name="Order"><file name="Abstract.php" hash="7862e369fa69fd4640aefd03cf10e6b6"/><file name="Address.php" hash="d6765f3e597771ceb1bf08f9d47b5adb"/><file name="Campaign.php" hash="ca723aecbe6fb85dbaf90e6eb1f0ffee"/><dir name="Item"><file name="Abstract.php" hash="d02ddeab04c54a0a5395d1409bca9aff"/><file name="Table.php" hash="ba0950dfe22764af3a1f11dfc28bc4c3"/></dir><file name="Items.php" hash="0eddd8aa9fbfbb5e0c38e4df334add3b"/><file name="Previous.php" hash="24939c3988a89e41288f3f01830beb6d"/><file name="ShippedAt.php" hash="2315c865589924ffd6808a18944331f2"/><file name="Table.php" hash="1752311ba452eea53c54f946a38005c7"/></dir><dir name="Product"><file name="Abstract.php" hash="2a86a8e59b209909ee536ee3abc7a060"/><file name="Attribute.php" hash="04b862693eb9730c5cf8daa7eabbb6b0"/><file name="Category.php" hash="95a88c3be19319f903cb4c113a14cb69"/></dir><dir name="Quote"><file name="Abstract.php" hash="a3f5a304aa1379ef9c876a75556ed1db"/><file name="Address.php" hash="2a3009fb47abbe0ddc75dc0f4f4d6cb4"/><dir name="Item"><file name="Table.php" hash="de12b5302520961f434eb2ba9aa6dacc"/></dir><file name="Items.php" hash="4a24beab9d6f9c9602d58158f4c6466c"/><file name="Table.php" hash="bd5142e3d7b153f7b1c91d5a1585c830"/></dir><file name="Table.php" hash="f4ce57afad2c9da4e5edfa4957bd3815"/></dir><file name="Filter.php" hash="ffbaa84c17a302fe27edf279cf95e7de"/><file name="Order.php" hash="a22fc2c28a4ec9d13bce0a93e1483bc9"/><file name="OrderAddress.php" hash="a8f7db1227f315d7c0af05b31861d166"/><file name="OrderItem.php" hash="b97b31546517703bce131e54bcda2c3f"/><file name="Product.php" hash="f306e0c5b80a44e94771747391b6487b"/><file name="Quote.php" hash="e2c795695d4b82e18a6ea4d83a8e57ba"/><file name="QuoteAddress.php" hash="891f78cb5c7535cd6f519c06fdf40e7b"/><file name="QuoteItem.php" hash="a84f73c5122a135d0c79879aeea2cf45"/><file name="Recipient.php" hash="32c6ed0f8f272b71b7d43e7b0b3cbe6b"/><file name="Subscriber.php" hash="9b732815ae2236f8ddb5c0dff493c451"/></dir><dir name="Observer"><file name="Abstract.php" hash="a1abe69da2946f80e5fef16db6c65251"/><file name="Cron.php" hash="049b6947de5e417d9772b8aa30be4cec"/><file name="Customer.php" hash="4177960a45c5722c73585808784406dd"/><file name="Goal.php" hash="e42600fc955e82c0929e0715857196ce"/><file name="Order.php" hash="47cc910dc73467c645c3cb43cdc7ffab"/><file name="SalesRule.php" hash="6ce415435e9aa203ba99359d640ed2ce"/><file name="Subscriber.php" hash="25ec7a67b02cc4a69dd76bcf3e8a1ad2"/></dir><file name="Observer.php" hash="d24f36f54a9cab1f3a59d143e43e5000"/><dir name="Outbox"><dir name="Email"><file name="Mail.php" hash="bc44362c71cbfe164efe1d58662be14d"/></dir><file name="Email.php" hash="e0a389c2fca15403b3152e135f4fe977"/><dir name="Transporter"><file name="File.php" hash="a4d0f8d071bbbe53c00ce463deb1946c"/><file name="Interface.php" hash="34705ec66f25d218d2ea43b95e5e09f9"/><file name="Mandrill.php" hash="dd8c25e6c8423e68a5ab355fbce274b5"/><file name="Sendgrid.php" hash="323850049be23e6393b4f528d731c11d"/><file name="Sendmail.php" hash="6d7f98b33deb8560c823f4409442fce3"/><file name="Smtp.php" hash="cef7b47d5e392aa7fe2b64e609cf78b6"/></dir><file name="Transporter.php" hash="cd951af129be908ecb294163e19f9051"/></dir><file name="Outbox.php" hash="c95bbb19347df8f16a0bd327c451eb85"/><file name="Premailer.php" hash="4a77a571c2e269f6c46cf4bc34ab8325"/><dir name="Recipient"><file name="Error.php" hash="5b770acac259199445d98ce5c1dfc103"/><dir name="Provider"><file name="Abstract.php" hash="758e0b184a72699415509b35e8b699d9"/><file name="Customer.php" hash="d73c13215106b26162729e6db3c84f15"/><file name="Newsletter.php" hash="89b258a22b734eaad967f4a12a16c8c3"/><file name="Order.php" hash="7f8a83bd9709f22d3935990226137e3b"/><file name="Quote.php" hash="6c90dc368a55fc3007198be617490d5c"/></dir><file name="Provider.php" hash="9517938da5bb93976b2b910e4a95e1ed"/></dir><file name="Recipient.php" hash="ad9a6e04916a58e0d68e5812374a5fd1"/><dir name="Report"><dir name="Aggregator"><file name="Abstract.php" hash="282fb5430a35165aac59091cf0c10984"/><file name="Campaign.php" hash="645fbe584ccabdffd8f8dd01171ed7f0"/><dir name="Dimension"><file name="Abstract.php" hash="91a6b3440944a2a33876de671602e408"/><file name="Country.php" hash="15a81299e61e4aab3fe9fffce191bdc7"/><file name="Dayofweek.php" hash="2bc61dc069243f9c5ec191af7fbb98fa"/><file name="DeviceBrand.php" hash="3339f5c38f91a3e3cd81da3fa0d30fac"/><file name="DeviceType.php" hash="c26db0e8e79189ab83b13307fb88ba3c"/><file name="Hour.php" hash="73e33fed9481ae0f9e5271331c041370"/><file name="Os.php" hash="8665c24e5da4f49b071e5c7be85a4a11"/><file name="Region.php" hash="eeafd07ca08dc842c6abdbde71e1ab11"/><file name="Useragent.php" hash="461f16a41222786ce49b496a8ab44366"/></dir><file name="Dimension.php" hash="f0a346f5b0f181bb67e2d80beed15510"/><file name="Events.php" hash="11ec94fc096061814616825b4784f32c"/><file name="Goals.php" hash="2cc9dc99e19b03205792e23c17167297"/><file name="Rates.php" hash="5baf6bb1684a66e060e10b2267193fda"/><file name="Recipient.php" hash="6af7ab1f707daf356282ee0745614b80"/><file name="Tracker.php" hash="cb9c062fc051a422398fe18a8105e803"/></dir><file name="Aggregator.php" hash="37f1a9c6a1c04706a44494d33266cca7"/><file name="Query.php" hash="1fa47f00ff7119da93c8c3e51c6a47db"/><file name="Seeder.php" hash="40e0a188536696a9b4096c5fc35a36cb"/></dir><file name="Report.php" hash="c7605d5811b4949460356596e70148bc"/><dir name="Resource"><dir name="Campaign"><file name="Collection.php" hash="5a34a3486ab59110b88e79f84d94be4b"/><dir name="Preset"><file name="Collection.php" hash="a0bd348110d97dec64bb547af9951cc8"/></dir><file name="Preset.php" hash="1e08acb5b74e86427188ad292ddded52"/><dir name="Variation"><file name="Collection.php" hash="caf5e69c7f4c2d9dec66cf4b76f49f9e"/></dir><file name="Variation.php" hash="106912fc7ad1dca836516c13fd44fc86"/></dir><file name="Campaign.php" hash="861c25721279741089886586f15fa182"/><dir name="Collection"><file name="Product.php" hash="95030833b38b885b462fe3835554d7a7"/></dir><dir name="Conversion"><dir name="Tracker"><file name="Collection.php" hash="9210da6454dadd5b8b9c95eb0443cb4a"/></dir><file name="Tracker.php" hash="65910a400098b3a2b2cc38c28f2fc46d"/></dir><dir name="Email"><file name="Collection.php" hash="c7fe45f96b71aad96a22a196eb606b3c"/></dir><file name="Goal.php" hash="a634de4a50a933233954e0dff5e3f95b"/><file name="Helper.php" hash="9250bd714cb6162526992d8cc4bdf589"/><dir name="Inbox"><dir name="Email"><file name="Collection.php" hash="2cc42b632a98e4125df9eda2902b3338"/></dir><file name="Email.php" hash="1e541f9e1ef7f1a1bf74ab4acc154c29"/></dir><dir name="Link"><file name="Reference.php" hash="6d20d5a2447ba5b3cc328e887a52da3c"/></dir><file name="Link.php" hash="d9752a2bc596ad6b72221cb883763cfe"/><dir name="Newsletter"><dir name="List"><file name="Collection.php" hash="ad72ffa5d7663eedf0768b9961580e47"/><dir name="Subscriber"><file name="Collection.php" hash="f723bb9014fd2af98fdc7091dee6f058"/></dir></dir><file name="List.php" hash="6641d812398bb00e76dcc9d785547ba0"/><file name="Subscriber.php" hash="af823c06f38a0bb667185e35ff01de52"/></dir><dir name="Outbox"><dir name="Email"><file name="Collection.php" hash="288219d7f4b4636cb5034b17927296a9"/></dir><file name="Email.php" hash="c7f8921a5ba91191221c6eab0721db77"/></dir><dir name="Recipient"><file name="Address.php" hash="6e1c7d873b7484769de874d425f5f058"/><file name="Binding.php" hash="eb3f2c8ce56446b59e97371017789724"/><file name="Collection.php" hash="62496115a157be1f5f2623b054905a1c"/><dir name="Error"><file name="Collection.php" hash="4eff7eb2732538e3cfa4137f6daccc26"/></dir><file name="Error.php" hash="09c07e27dc9f7097c02fa2a474b816a0"/><file name="Event.php" hash="ace166ce9bcde39d25374e6d699794c0"/><dir name="Goal"><file name="Binder.php" hash="53b3803ede8472eea1a1db08ae7756ad"/></dir></dir><file name="Recipient.php" hash="e0c0ace4b18dfcea6af60dd2c74b2c16"/><file name="Setup.php" hash="7e5a8751035a61573902245665a11d0b"/><dir name="Template"><file name="Collection.php" hash="cad0428bb9dba23c535ae358e9e1a219"/></dir><file name="Template.php" hash="dac0984b0b6076817547a864222359a1"/><dir name="Useragent"><file name="regexes.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="Useragent.php" hash="cead85fb34b521cf19266ea56a8b5265"/></dir><dir name="SalesRule"><dir name="Condition"><file name="Emarketing.php" hash="fe1d4eaaf0796ba5bd8cd96c94802ce4"/></dir><file name="ICouponManager.php" hash="c64c3f5badf607fd14c6337478aab367"/></dir><file name="Session.php" hash="592be9ef403bd8d608f99f1eb6c1450b"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="DomainThreshold.php" hash="9f3eb9bda07af1c1d25a5d07dfa0917f"/></dir><dir name="Source"><file name="GeoIp.php" hash="b2e74300271341ddd25323d818afd47d"/><file name="MailStorage.php" hash="8175c5b0840ad7f385f83ec393cfee2b"/><file name="SmtpAuthentication.php" hash="dd2b79ac40127dc21434a7088c84844d"/></dir></dir></dir><dir name="Template"><file name="Exception.php" hash="957e182a9283f9eaac5f21e03e207c8d"/></dir><file name="Template.php" hash="d513d934ab85fffc0889fd0b82f3f1e8"/></dir><dir name="controllers"><file name="BeaconController.php" hash="405782b76ed7d49e6b32c2b8a7c8f5f6"/><file name="EmailController.php" hash="34222cca67d9ac53bf0560bbdc49dfe3"/><dir name="Emarketing"><file name="CampaignController.php" hash="ccaf4ca3bdcee4f1f4e307c7a1f19127"/><file name="InboxController.php" hash="d7398fd156dee25731f6c1a8e06f01da"/><dir name="Newsletter"><file name="ListController.php" hash="ada0e934adc4f053759bc11ebc640b05"/></dir><file name="OutboxController.php" hash="9d9ff8e8a9f290ecea21a245d7dfca68"/><file name="ShortcutController.php" hash="6520f270d9520ee9a3071e6b4c5aa76b"/><file name="TemplateController.php" hash="47cbba2b977550c20253a12e5e64ac46"/><file name="TrackerController.php" hash="ebf88d1c147915e5d74906d052df6cce"/></dir><file name="LinkController.php" hash="14669fe07aa4181cd6ea6325cc864c84"/><file name="UnsubscribeController.php" hash="c77dbd1a98b62eaff3e3176ab8e55e74"/></dir><dir name="data"><file name="useragent_regexes.php" hash="2ba1844062242f6585171643b5e6fb09"/></dir><dir name="etc"><file name="adminhtml.xml" hash="060b9db79bb34ff93617ad24e7fdf223"/><file name="config.xml" hash="07909462e9aab051dbaab5c6bfe631bd"/><file name="system.xml" hash="dadeb9f6477bd051461bcb25415a7cff"/></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="bb144fb67c1d193dd6a1f5af8be47353"/><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="4f6b57e1ec5f2267095968bfd9ed6d18"/><file name="upgrade-0.2.6-0.2.7.php" hash="f502a5caf59afd5eb2edb84fffb73688"/><file name="upgrade-0.4.0-0.4.1.php" hash="5ac5e2ce59bcdf6851aead099c77ff06"/><file name="upgrade-0.4.1-0.4.2.php" hash="37a721bb251de8f485f3782dedf0491c"/><file name="upgrade-0.4.2-0.4.3.php" hash="ade3373f7e390543d5bbfdfde5ebd860"/><file name="upgrade-0.4.3-0.4.4.php" hash="ddc3edebddba0ec6aede1b3ab988c0d7"/></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="b4eee636b461df57d8ad53e4f6607558"/></dir></dir><dir name="template"><dir name="mzax"><dir name="emarketing"><dir name="campaign"><file name="content-tabs.phtml" hash="b7644ceee31e7edd2e22a82099286791"/><file name="credits-left.phtml" hash="3bf2cd9579cbe3cc6f38ce91545a68ec"/><file name="fieldset-offer.phtml" hash="2b6e09dcdbfdbb52eab6a203f32100a1"/><dir name="filters"><file name="emulate.phtml" hash="30b41554b5021c4f10044e67f52ad0b9"/></dir><file name="load_template.phtml" hash="61f9dfa5ffef88bf465d3a02ceec6fc5"/><file name="mail-tester.phtml" hash="457a95d4c78999013e34495c2f2164cd"/><dir name="medium"><dir name="email"><file name="preview.phtml" hash="e5a17bb1fe8dbe87a1f3ad691b409a79"/></dir></dir><file name="medium.phtml" hash="59aec898f3a31a582eeca4b6b07d2659"/><file name="presets.phtml" hash="c535d4b49404ce7581a8c6d2c246f114"/><file name="recipients.phtml" hash="1b65ba101205cd19d2d022c41e15ed6b"/><file name="report.phtml" hash="7892f687d4c21f5fc95412eac509e94d"/><file name="running-warning.phtml" hash="200956a178a6304b035eb97121ff779a"/><file name="tasks.phtml" hash="5f3a3ab2ba15a46addec5cd5b20a0ed3"/></dir><dir name="edit"><file name="js.phtml" hash="6aceb014d280a8233fd9c71ec446ea61"/></dir><dir name="editor"><file name="text.phtml" hash="0d22b79688939e4547bcc41fb274e6a3"/></dir><file name="fieldset.phtml" hash="17dfd089d1726e4b50eafe249bcfa882"/><dir name="filter"><file name="page-preview.phtml" hash="0b70d8ac9f89a95faf84af7d91eb16ad"/><dir name="test"><file name="filter.phtml" hash="65ad4dac0ae2dac160be2394fb89bd80"/><file name="recursive.phtml" hash="f5b497754b5557fa198a1cc7ac043825"/><file name="single.phtml" hash="2b04e2a2cac46504914bec9e36f79b4d"/></dir></dir><dir name="tracker"><dir name="conditions"><file name="emulate.phtml" hash="bf45286e657899d41fd3137554598a20"/></dir><file name="tasks.phtml" hash="1c0dac172f5a0e9a613c272fc3007088"/></dir><dir name="widget"><file name="chart-geo.phtml" hash="f26739c1d6da0cab664fe4d2c4d4e4d3"/><file name="chart-tab.phtml" hash="cf88a63b5c24de7e9ab1127ef3256156"/></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="385f145d1369c2d2611ae7c71dcf6d21"/></dir></dir><dir name="template"><dir name="mzax"><dir name="email"><file name="cross-sells.phtml" hash="96e365308c7b3dc5335a0cb2e45e8953"/><file name="last-viewed-products.phtml" hash="14ea2d387f151d1a23dd6262ae7a9080"/><file name="order-items.phtml" hash="1bb31b30dc363703f040d4ef83807c7a"/><file name="quote-items.phtml" hash="6958ca54209da6121294d2f40c05b688"/></dir><dir name="emarketing"><dir name="link"><file name="redirect.phtml" hash="f9620c99c5a0e6efc5c576960d39a69e"/></dir><dir name="newsletter"><file name="lists.phtml" hash="4939e03c369f1e2923d0d174048e01ec"/></dir><dir name="unsubscribe"><file name="done.phtml" hash="d2320a8df0ac461b24bd1add48590d6e"/><file name="unsubscribe.phtml" hash="60c8482c603881bcc94215f5a7be8d73"/></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="8f5064620dec96fafe7cca4b310e86f3"/><file name="mode-mage.js" hash="32febfdc35e926f3e640e2e1a2fd38ee"/><file name="theme-mage.js" hash="d82453775f8b9221ccff530a34d33862"/></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="189b3a3d94014fc5fb3729a93562dd5b"/><file name="editor.js" hash="b520cd98f80315b1043933709c6848f1"/><file name="report.js" hash="59756208484013e6c2cb71740167cea4"/></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="ff3ee0e910a045c36ed2e4abc403097e"/><file name="Arf.php" hash="5ae4b1f3a04d740ca38bc0d581351858"/><file name="Autoreply.php" hash="0663e97233586223378397630cb8a993"/><dir name="Data"><file name="phrases.cnf" hash="604ba8af56bea9769e6e3e961316cfcc"/></dir><file name="Extended.php" hash="093fc0cfc58295d843ec146c73c4f17f"/><file name="Failure.php" hash="ae0a1f5e4ea3839aabe5761e2b396358"/><file name="Rfc1892.php" hash="1f28e068f84604013efd0f3a02c82068"/></dir><file name="Detector.php" hash="c44c50e7211dc5820a135c7b14c89fac"/><file name="Mail.php" hash="5e636613e7030600f2dbcce6d9c4169f"/><file name="Message.php" hash="08f764a68f2ce32e498b5120f335f353"/><dir name="Mime"><file name="Decode.php" hash="e3681ab5d5cbd6cae8067b58f7415453"/><file name="Part.php" hash="6749912c8b32cb32e24d33d0603532cc"/></dir></dir><file name="Bounce.php" hash="dc42e7b067a858c1fed3ff71a42f28ef"/><dir name="Chart"><file name="Table.php" hash="c30b2917db9a5c2ee06f6bb5cb34cb98"/></dir><dir name="Db"><dir name="Select"><file name="Exception.php" hash="b9ae9cd627dba976b87cc6b3ae41eec7"/></dir><file name="Select.php" hash="fbdaa1f79d7706eb739228cdf8a68d0f"/></dir><dir name="GeoIp"><dir name="Adapter"><file name="Abstract.php" hash="8e85397a47a06c48aa09d941ac5a0007"/><file name="FreeGeoIp.php" hash="52394f01ffd9a2dbe02d0ea5b1723483"/><file name="GeoPlugin.php" hash="1e0f4672dc4c07d0ca4f93464cec6e59"/><file name="Ipinfo.php" hash="31915e7003edc840174e200105b8bc7e"/></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="d949e1100ae710f298077b7ed2a7ef48"/><file name="Region.php" hash="31eb730009470baf3d07945a2536b214"/><file name="Request.php" hash="7b8b054720432ae53e50d1ed8f6dc83e"/></dir><file name="GeoIp.php" hash="2e844f1cc2d37ef973626a869adb1fd5"/><dir name="Mail"><dir name="Transport"><file name="File.php" hash="25639b72fa7b3c3ba34d25c39d58bfa4"/><file name="Mock.php" hash="4b59742460ab3b48aab72fc4885895ca"/></dir></dir><file name="Mail.php" hash="669d7a93641c01f9d648abfd09be3c72"/><file name="Once.php" hash="fd855c90338ea2185e67d06dd567dbbb"/><file name="Presist.php" hash="47a7769f8476cb7051625e99ca1ce57f"/></dir><dir name="Symfony"><dir name="Component"><dir name="CssSelector"><file name="CHANGELOG.md" hash="29b39013d7b608953abbd2ec2a2b108e"/><file name="CssSelector.php" hash="5584e88f244f401c42d74742d907199b"/><dir name="Exception"><file name="ExceptionInterface.php" hash="fa1911089901af7d6db782294ec0ee88"/><file name="ExpressionErrorException.php" hash="026bd36ddee7327e087d4c30eae573e0"/><file name="InternalErrorException.php" hash="495b1a8bc78aefbe9cc9f6f7d1afec81"/><file name="ParseException.php" hash="3bfa30716d8ab605a762d3f6f6c5a71c"/><file name="SyntaxErrorException.php" hash="eafc28bafcb98f269474f8166cac2865"/></dir><file name="LICENSE" hash="56dedd4bd25ecd034ac4e1c17ebba0cc"/><dir name="Node"><file name="AbstractNode.php" hash="428a42cb6640d69c3f2751a65097cd56"/><file name="AttributeNode.php" hash="e1c51c11a8e594751ee68c8d0402fd5b"/><file name="ClassNode.php" hash="f3c68c8f592ad7c86dbd0978d6e328b6"/><file name="CombinedSelectorNode.php" hash="d8ec7635be51e56298cf4ba7280b5c43"/><file name="ElementNode.php" hash="0194453765b421ee7b588f3bc19b8207"/><file name="FunctionNode.php" hash="c6686827afc99bf717dd1a57cb365743"/><file name="HashNode.php" hash="b3365470df29fc0c2c2d38aebd4d56e8"/><file name="NegationNode.php" hash="8c076665e723e4abee7c7d661318a8ef"/><file name="NodeInterface.php" hash="d6f6c917ab9b5b571653167be83325de"/><file name="PseudoNode.php" hash="5233bd06f4742c3ab68d83745e8f4475"/><file name="SelectorNode.php" hash="a8d2504b9c9611286c32968890a61387"/><file name="Specificity.php" hash="cc0cdc5acb8b3a8c683841e545631e75"/></dir><dir name="Parser"><dir name="Handler"><file name="CommentHandler.php" hash="7c9a70cd1eb4e55dd00c2ead4d5af9ad"/><file name="HandlerInterface.php" hash="599be096ef9d568e1ba0dc5c6709db24"/><file name="HashHandler.php" hash="c9abb1e362502b1c29c17e2a9e8f9150"/><file name="IdentifierHandler.php" hash="f06b22f2601eaebe59c226aacbf88f9c"/><file name="NumberHandler.php" hash="0cc8f64604899b9d04cb151d05b9cbe6"/><file name="StringHandler.php" hash="abab0541bd20d5e7d35d4b91dbaffa78"/><file name="WhitespaceHandler.php" hash="12508597df2624818d9cb2ddaafe9a79"/></dir><file name="Parser.php" hash="2bf53e6d3dc94117f4c238c97bdb8ec7"/><file name="ParserInterface.php" hash="76ed5f390a2199b1ed80071c5c73aa9a"/><file name="Reader.php" hash="c063641372c02f1574e1b892c6e6627f"/><dir name="Shortcut"><file name="ClassParser.php" hash="82859e3afd4999409105876420b0373c"/><file name="ElementParser.php" hash="ce3efe057d13b9f290a10d2618f9fc5a"/><file name="EmptyStringParser.php" hash="ea30ecab27c269fdfba71dc38eb0ee9c"/><file name="HashParser.php" hash="642dfc7642d491516e1f3df2f818aad7"/></dir><file name="Token.php" hash="f4004497a51203da9edc05a6969262ed"/><file name="TokenStream.php" hash="d34976ed25aef4f17be1f9d10b25b563"/><dir name="Tokenizer"><file name="Tokenizer.php" hash="e497fd9aece9511e76c82405a2bb554e"/><file name="TokenizerEscaping.php" hash="2d43efa6bb0bc9fdc083a56dee828bbb"/><file name="TokenizerPatterns.php" hash="df726209fae8f8165a6fa441d94fcd37"/></dir></dir><file name="README.md" hash="587d98dd3ba273664b871f6bdb5178df"/><dir name="XPath"><dir name="Extension"><file name="AbstractExtension.php" hash="65c96636f8a8c3a0f3a8300b4241547c"/><file name="AttributeMatchingExtension.php" hash="fc29930821be5bebbfb9db41c15fb9b2"/><file name="CombinationExtension.php" hash="4d6dd2a731761fc6c0176d2a120783ef"/><file name="ExtensionInterface.php" hash="953d3ea0b22c85321691637a6168bf78"/><file name="FunctionExtension.php" hash="ac3001b2b469f0224fe3b1cfd834a31a"/><file name="HtmlExtension.php" hash="c62cd9b556ee0afc0522dddc930390a6"/><file name="NodeExtension.php" hash="1bdfa61457b730dce26bfb3c29bcd6a2"/><file name="PseudoClassExtension.php" hash="dc543634c650db82f569d362d326d49e"/></dir><file name="Translator.php" hash="f3154298712670e13fbf4e8ae5cf616e"/><file name="TranslatorInterface.php" hash="705c8667a07922d100c203672bb1e173"/><file name="XPathExpr.php" hash="0c2d20536615fd27a5bf8c7757c98f9f"/></dir><file name="composer.json" hash="680f7bcb320c70aa3b0a75aa5645c177"/><file name="phpunit.xml.dist" hash="9f400e487bed961cdad3bef4d66be91b"/></dir></dir></dir><dir name="TijsVerkoyen"><dir name="CssToInlineStyles"><file name="CssToInlineStyles.php" hash="ab80bcce9af62cf4c908770e7a583e39"/><file name="Exception.php" hash="c41f07f2187bea04d3653907ef0e886b"/><file name="LICENSE.md" hash="d5bbe692a9b717fb631a681aa3ace904"/><file name="Specificity.php" hash="10580a739c1b872f81c67b784fc35be7"/><file name="composer.json" hash="a47437496b448eb8220e0281ffa75b09"/></dir></dir><dir name="UAParser"><file name="AbstractParser.php" hash="ca2e1979f50c4b93719c4c9c034c5c66"/><file name="CHANGELOG.md" hash="a1b535d9fbfece62c9f3703fad8bc6cb"/><dir name="Command"><file name="ConvertCommand.php" hash="09b8c79df612729450eca87d8ba8e244"/><file name="FetchCommand.php" hash="3c80e891e2b1dafd7cb2688cfaba07d8"/><file name="LogfileCommand.php" hash="a993310e444c7ff1f1fd92517d880e39"/><file name="ParserCommand.php" hash="5f73cb00b1943fcbd342e2717dedc3f5"/><file name="UpdateCommand.php" hash="2caf8cb3a7c79ed2dc2c7504365767fc"/></dir><file name="DeviceParser.php" hash="483db6de6d837dbcb9c8e0b569d3f1ab"/><dir name="Exception"><file name="DomainException.php" hash="2b957f721c4203a24e09da42f4e0ffd6"/><file name="FetcherException.php" hash="2f187c54cd37fcc814152cd2ca6c1786"/><file name="FileNotFoundException.php" hash="364b62b77446d6ca96058c9f72cf7f93"/><file name="InvalidArgumentException.php" hash="b7ae5ca648a20af30700e88e3987f894"/><file name="ReaderException.php" hash="f63da14a430a0de6ceb7ff455ccd8fa6"/></dir><file name="LICENSE" hash="e1bf063eb79c08cc980356d2b3745bed"/><file name="OperatingSystemParser.php" hash="693234133cdcd1db69645d9e914ffca2"/><file name="Parser.php" hash="5e899ec4e07509ccdb8a62af542dc4d8"/><file name="README.md" hash="9b6624d78130c290cb414d7166c92bb9"/><dir name="Result"><file name="AbstractClient.php" hash="2dc599bccebd0199639e9d3388acfae0"/><file name="AbstractSoftware.php" hash="b4737539f3a44059906db2957dc27382"/><file name="AbstractVersionedSoftware.php" hash="30a2971ef5955870c3a0a3aa7c38ae23"/><file name="Client.php" hash="bf045772e396f1c68a8536580e89d267"/><file name="Device.php" hash="1f06d5a24edf8244e852a3b817eaa91a"/><file name="OperatingSystem.php" hash="10b8acc4cdbf535d7363b77a7bcf8f4e"/><file name="UserAgent.php" hash="9bf2bdb466159029d0669de8f77f0b87"/></dir><file name="UserAgentParser.php" hash="9f01754002448ea118249719c27934c6"/><dir name="Util"><file name="Converter.php" hash="de6481ab6c2da9e04965af7101c95025"/><file name="Fetcher.php" hash="c86c1c297e992802777e13fbf7e16826"/><dir name="Logfile"><file name="AbstractReader.php" hash="b72cc412a95164e71ac978470a512a2f"/><file name="ApacheCommonLogFormatReader.php" hash="f3f58c5b10268c10742d5108d12f0aac"/><file name="ReaderInterface.php" hash="33daf57831f56fc86cb9d8a4acfbb37d"/></dir></dir><file name="composer.json" hash="7a14f9c576783d9db694da31225239ee"/><file name="phpunit.xml.dist" hash="2e939d26f14e1cbccdf0d92fcc51cdd0"/><dir name="resources"><file name="ca-bundle.crt" hash="cb94f8f36f085eaf644db687b0d411f5"/><file name="regexes.php" hash="f554ef5dd9b198a37e1846ec77b19c9f"/></dir><file name="update-resources.sh" hash="53d68ccfa9ec45642569546796fdb884"/></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="mzax"><file name="editor.css" hash="3d501ab3e06e253045ea2aa55ed7980c"/><file name="emarketing.css" hash="b5c66ad88149a455d695c7ed0b98b7fb"/><dir name="images"><file name="add-tiny.png" hash="04f642db30ac836b58d91770c42a7087"/><file name="add.png" hash="f2e51ed86b5c87693bc31eb18cffcde6"/><file name="bg-remove.png" hash="085b0ea8bf4488c53a5eaab2f28eaf4c"/><file name="block-bg.png" hash="eb5b5a1dbaa4a40b4d7d56ea36b0db8f"/><file name="corner-arrows.png" hash="98f15a0b96a79bd35f7cc9c3552f27b2"/><file name="dd-chart-tab.png" hash="bfca5a1d3deb031e2fbbc4d89cf2adf6"/><file name="delete-tiny.png" hash="58c14611b1a036c55353b9b5993a85df"/><file name="delete.png" hash="f2c735bea2def15264ab2ec87a722407"/><file name="element-add.png" hash="bdd3ce65d6777550f983f8bba949340a"/><file name="element-clone.png" hash="762e0d3593f83f589afca4e9d785cd78"/><file name="element-remove.png" hash="8c51a642226558f6bb34159da34d0123"/><file name="element-remove2.png" hash="e89ce65e9a80e1ee9e35e784cd7b9a1e"/><file name="element-repeat.png" hash="3ccfbc455a907a30a34bdd61e3f4ec49"/><file name="element-swap.png" hash="92b97e695db713a4000fdbc88628e723"/><file name="fullscreen.png" hash="0a00475876e23a623a8ee346de991dc2"/><file name="funnel-arrow.png" hash="eb56bc2bb6865ea4f123105e4d2f2de6"/><file name="icon_image.png" hash="9acff5f2211bcfdf12af6db057e7a019"/><file name="icon_source.png" hash="d9a2353334fd2786b1e7def89e6d6b63"/><file name="image.png" hash="4da12ca4c81d857c8a718556a999ba45"/><file name="mage_code.png" hash="434f9cb7723f1bc0fa92b2438e287933"/><file name="mail-tester.png" hash="a4410705643d83c228e9a97cab49bf21"/><file name="preview-tab-icons.png" hash="292b16d26d02c9a0d299b4457033e502"/><file name="preview-toggle.png" hash="9eaf699db62fa3727f5d08cc118b2f90"/><file name="save.png" hash="a26d2b01209b95edd6a352fd9f49ee40"/><file name="start.png" hash="aba370113bf888ee5655e81f938f73ee"/><file name="stop.png" hash="527ef0809d2fc1949ff3c4c6ff363ac9"/><file name="swap-down.png" hash="9c269cd00e1b0d676bec912de671d1b6"/><file name="swap-up.png" hash="788d244ba3443a826f44476ffb2f056f"/><file name="variable.png" hash="f71ee09f953cd3be23d55dd5963b32e9"/><file name="widget.png" hash="bd36b41f43b95c28ce0caf83f3b2495a"/></dir></dir></dir></dir></dir></dir></target></contents>
|
50 |
<compatible/>
|
51 |
<dependencies>
|
52 |
<required>
|