|
b88452c5a2
|
Fixed: the "Skip Import" link was hidden after unit tests
|
2017-07-10 18:37:23 +02:00 |
|
|
f164e9bb95
|
Fixed: Leave the Newsletter task scheduler (cron) to its default value
|
2017-07-10 18:37:16 +02:00 |
|
|
25625b1ce1
|
Add unit tests for the settings migration
|
2017-07-10 18:37:13 +02:00 |
|
|
24e682e92e
|
Corrects typo
|
2017-07-10 12:20:37 -04:00 |
|
|
91ff008485
|
Make key check error messages more descriptive [MAILPOET-990]
|
2017-07-10 10:34:55 +01:00 |
|
|
3499de05e8
|
Merge pull request #983 from mailpoet/link_tags_replacement_update
Updates the way link tags are replaced in translations [MAILPOET-991]
|
2017-07-09 12:14:42 +03:00 |
|
|
77ed4d34e8
|
Uses Helper's replaceLinkTags method to replace activation link in
subscription confirmation email
|
2017-07-08 12:00:45 -04:00 |
|
|
cfc5f5a88d
|
Allows defining custom link tag
|
2017-07-08 11:56:51 -04:00 |
|
|
bb2af5176b
|
Tests that newsletters can be sorted by sent_at column
|
2017-07-07 11:05:39 -04:00 |
|
|
95b5206e8b
|
Updates sending queue worker to set newsletter's sent_at field when
newsletter is sent
|
2017-07-07 11:05:39 -04:00 |
|
|
394118f113
|
Adds sent_at column to the newsletters table
Modifies populator to update existing newsletters' sent_at field
|
2017-07-07 11:05:33 -04:00 |
|
|
1ba2492929
|
Combines Twig's "replaceLink" and Util/Helper's "replaceLinkTags"
methods into one
|
2017-07-07 11:02:20 -04:00 |
|
|
0be872eea9
|
Fix PHPCompatibility.PHP.EmptyNonVariable rule [MAILPOET-989]
|
2017-07-07 11:30:16 +03:00 |
|
|
22c39c0092
|
Fix PEAR.WhiteSpace.ScopeClosingBrace rule in tests [MAILPOET-989]
|
2017-07-07 11:11:16 +03:00 |
|
|
9079d7d4db
|
Merge pull request #977 from mailpoet/subscription_confirmation_update
Prevents repeat subscription confirmation/duplicate welcome notifications [MAILPOET-988]
|
2017-07-06 22:52:44 +03:00 |
|
|
89da4c9aae
|
Prevents repeat subscription confirmation
Prevents scheduling of duplicate welcome notifications
|
2017-07-05 19:50:57 -04:00 |
|
|
6e929dcf79
|
Refactor simple workers to use a ScheduledTask model [MAILPOET-940]
|
2017-07-05 17:00:23 +03:00 |
|
|
b1425198b6
|
Merge pull request #967 from mailpoet/subscription_form_unit_test
Adds test for subscription form submission class [MAILPOET-961]
|
2017-07-04 14:46:26 +03:00 |
|
|
8e46451337
|
Fixes non static methods called statically (good practice + PHP 7
compatibility)
|
2017-07-03 19:39:11 -04:00 |
|
|
703ee7ff71
|
Fix line breaks in tests [MAILPOET-981]
|
2017-07-03 16:29:21 +03:00 |
|
|
29491dfd3e
|
Fix active coding standard rule violations in tests [MAILPOET-981]
|
2017-07-03 16:20:44 +03:00 |
|
|
d5227a9f2c
|
Add tests for PDO exceptions rethrowing [MAILPOET-966]
|
2017-07-03 10:59:38 +01:00 |
|
|
2774101380
|
Adds Twig filter to replace [link] tags inside strings
Adds unit tests
|
2017-07-03 09:35:01 +01:00 |
|
|
3ac416de56
|
Allows passing request data to form submission class
Adds unit tests
|
2017-07-01 11:17:04 -04:00 |
|
|
f89a728c38
|
Uses predetermined timestamps from which next run date is calculated
|
2017-06-24 15:59:28 -04:00 |
|
|
933749f8f0
|
Merge pull request #941 from mailpoet/mp2tomp3migration
Mp2tomp3migration phase 2
|
2017-06-26 18:47:58 +03:00 |
|
|
faa035a7c3
|
Updates subscription forms to use assets manifest
Adds unit tests
|
2017-06-22 20:42:04 -04:00 |
|
|
6ff3895940
|
Add missing this for stubs expecting a number of method calls to work
|
2017-06-22 11:55:15 +01:00 |
|
|
0e5401dd68
|
Fix keys being invalidated after saving settings [MAILPOET-963]
|
2017-06-22 11:55:15 +01:00 |
|
|
5b905a60e8
|
Fixed: Unit test testReplaceMP2Shortcodes
|
2017-06-21 19:24:05 +02:00 |
|
|
9458bf7418
|
Add Unit tests for MP2 to MP3 migration phase 2
|
2017-06-21 19:24:01 +02:00 |
|
|
be63aa727d
|
Adds return statement to CSS compilication task
Swaps is_file with is_readable when checking for manifest's existance
|
2017-06-20 11:33:56 -04:00 |
|
|
6c270ab095
|
Reads and stores assets manifest inside Renderer class
Updates unit tests
|
2017-06-20 11:33:56 -04:00 |
|
|
5f9baed195
|
Modifies Assets class to use manifest file
Adds unit tests
|
2017-06-20 11:33:07 -04:00 |
|
|
1d6cdfe2cc
|
Merge pull request #945 from mailpoet/newsletter_preview_email_update
Adds bogus list-unsubscribe link & disables view in browser link in preview emails [MAILPOET-948] [MAILPOET-875]
|
2017-06-20 12:22:25 +03:00 |
|
|
812c6634ba
|
Mixpanel analytics [MAILPOET-686] (#940)
* Send analytics data to mixpanel
[MAILPOET-686]
|
2017-06-20 12:20:50 +03:00 |
|
|
cbcd9fb22f
|
Adds support for list-unsubscribe header to the MSS method
[MAILPOET-956]
|
2017-06-19 16:19:31 +01:00 |
|
|
01eaf1ef2d
|
Merge pull request #937 from mailpoet/premium_updates_fix
Add updater to the Free [PREMIUM-22]
|
2017-06-19 11:09:42 -04:00 |
|
|
43c2908a2b
|
Adds unit test for "preview" mode, which replaces system links with
hashes in preview emails
|
2017-06-19 11:04:51 -04:00 |
|
|
8d496e7aa3
|
Adds unit test for fake unsubscribe url
|
2017-06-19 09:08:19 -04:00 |
|
|
2d3aae9dd0
|
Fixes queue not being processed for scheduled newsletters
Sets newsletter status to "sending" when queue was processed
Uses defined constants where appropriate
|
2017-06-15 19:11:35 -04:00 |
|
|
6653327f7f
|
Merge pull request #939 from mailpoet/key_check_refactoring
Separate checking and storing of the keys [MAILPOET-939]
|
2017-06-15 15:47:38 +03:00 |
|
|
1aba3112e9
|
Separate checking and storing of the keys [MAILPOET-939]
|
2017-06-15 13:00:56 +03:00 |
|
|
ebe3f0bd00
|
Rename variables by coding standards
[MAILPOET-923]
|
2017-06-14 14:35:33 +01:00 |
|
|
fa3ba609f3
|
Show a notice to admin if network activation
Mailpoet seems to be working on network activated multisites but we
don't support it.
[MAILPOET-923]
|
2017-06-14 14:30:20 +01:00 |
|
|
fe9aa03de1
|
Add updater to the Free [PREMIUM-22]
|
2017-06-14 14:24:18 +03:00 |
|
|
7d9a072545
|
Merge pull request #928 from mailpoet/wp_mail_switch
Replaces SwiftMailer's mail() method with WP's PHPMailer [MAILPOET-926]
|
2017-06-13 14:10:07 +03:00 |
|
|
02098a3cf0
|
Merge pull request #888 from mailpoet/mp2tomp3migration
MP2 to MP3 migration [MAILPOET-946]
|
2017-06-12 19:41:46 +03:00 |
|
|
09db1aac22
|
Merge pull request #929 from mailpoet/mp_api_fix
Fixes confirmation emails not sent when adding subscriber in MP API [MAILPOET-942]
|
2017-06-12 14:22:05 +03:00 |
|
|
5fa1eb643a
|
Remove tests that may fail because of the original database content
|
2017-06-12 13:13:17 +02:00 |
|