|
e5d7f66561
|
Adds new id to create standard/notification newsletters
|
2017-11-23 21:02:36 -05:00 |
|
|
b7a7f40cde
|
Merge pull request #1199 from mailpoet/image_url_space_fix
Encodes URLs in inlined images [MAILPOET-1220]
|
2017-11-23 16:03:57 +03:00 |
|
|
a267c7524c
|
Close the a tag to make valid HTML [MAILPOET-1220]
|
2017-11-23 16:02:40 +03:00 |
|
|
e7ffe4d694
|
Replaces spaces in image URLs
|
2017-11-21 21:02:33 -05:00 |
|
|
018d7bce77
|
Corrects test to work on multisite environment
|
2017-11-21 12:26:02 -05:00 |
|
|
64c40d5a1c
|
Adds test for multisite environment
|
2017-11-21 12:25:54 -05:00 |
|
|
7e49328d5e
|
Corrects test to work on multisite environment
|
2017-11-21 12:24:19 -05:00 |
|
|
b50b636371
|
Adds multisite test environment to CI
Adds Robo command to run multisite tests locally and on CI
|
2017-11-21 12:24:18 -05:00 |
|
|
7b76ddefd5
|
Merge pull request #1194 from mailpoet/double_opt-in_test
Add an acceptance test for subscription confirmation [MAILPOET-1205]
|
2017-11-20 14:36:55 +02:00 |
|
|
6c56ac8509
|
Clean up the acceptance dump from unused pages [MAILPOET-1206]
|
2017-11-20 10:42:17 +00:00 |
|
|
dc074bcb14
|
Add acceptances tests for admin listings [MAILPOET-1206] [MAILPOET-1207] [MAILPOET-1208] [MAILPOET-1209]
|
2017-11-20 10:42:17 +00:00 |
|
|
1238b1711d
|
Add an acceptance test for subscription confirmation [MAILPOET-1205]
|
2017-11-16 14:57:56 +03:00 |
|
|
7d686eb1d1
|
Merge pull request #1191 from mailpoet/post_excerpt_shortcode_fix
Fixes shortcodes not being properly stripped in excerpts [MAILPOET-1210]
|
2017-11-14 20:51:21 +02:00 |
|
|
962188bdb8
|
Adds unit test
|
2017-11-14 13:39:56 -05:00 |
|
|
adea1e9be1
|
Fixes condition that allowed unsubscribing from WP segments
|
2017-11-14 09:56:53 -05:00 |
|
|
4f77ca31a3
|
Rebased master
|
2017-11-13 12:41:46 -05:00 |
|
|
087f2ebcdd
|
Uses a built-in method to handle plural exception cases
Implements check for empty segments
Implements check for WP segment when unsubscribing
|
2017-11-13 10:12:50 -05:00 |
|
|
3d2a63f319
|
Adds methods to unsubscribe from list(s)
|
2017-11-13 10:12:50 -05:00 |
|
|
54dd3b621a
|
Improves error messages, cleans up code
|
2017-11-13 10:11:07 -05:00 |
|
|
7fea134109
|
Merge pull request #1183 from mailpoet/dynamic-segments-listings
Dynamic segments subscribers listings [PREMIUM-38] [PREMIUM-43]
|
2017-11-13 16:52:48 +03:00 |
|
|
6694555592
|
Adds method to get subscriber
|
2017-11-10 18:47:53 -05:00 |
|
|
e6eb3d691e
|
Fix quality problems
[PREMIUM-38]
|
2017-11-09 12:14:01 +00:00 |
|
|
00f2d418cc
|
Load subscribers from dynamic segments
[PREMIUM-38]
|
2017-11-09 10:11:47 +00:00 |
|
|
8472a837e8
|
Fix an 'Undefined index: SERVER_NAME' error in ConflictResolverTest [MAILPOET-1187]
|
2017-11-08 14:18:58 +00:00 |
|
|
fc326131ae
|
Rebased master
|
2017-11-08 14:04:45 +00:00 |
|
|
a19753205f
|
Increases timeout value when tests are run on slow hosts
|
2017-11-08 14:04:45 +00:00 |
|
|
ee404e3b84
|
Uses CLI to truncate table
|
2017-11-08 14:04:45 +00:00 |
|
|
f1918ac953
|
Removes timeouts and uses data-automation-id as element selector
|
2017-11-08 14:04:45 +00:00 |
|
|
d399ddf6b6
|
Fixed acceptance tests for me
|
2017-11-08 14:04:45 +00:00 |
|
|
3f06448f37
|
Uses data-automation-id/iframe id and bypasses throttling for
consecutive signups
|
2017-11-08 14:04:45 +00:00 |
|
|
83d84e67d6
|
Adds test for iframe form subscription
|
2017-11-08 14:04:45 +00:00 |
|
|
7cac061a73
|
Renames test
|
2017-11-08 14:04:45 +00:00 |
|
|
17764b708f
|
Adds check for JS errors
|
2017-11-08 14:04:45 +00:00 |
|
|
7f5bc8681c
|
Adds acceptance tests for unsubscribe/manage subscription links
|
2017-11-08 14:04:45 +00:00 |
|
|
bfcb85f744
|
Updates existing tests format
|
2017-11-08 14:04:45 +00:00 |
|
|
cb9aaf120e
|
Cleans up DB dump
|
2017-11-08 14:04:45 +00:00 |
|
|
c42cf2f622
|
Switch to using current_user_can function to check capabilities
|
2017-11-06 18:09:38 +02:00 |
|
|
3d78d6bbe9
|
Add a method to create a new list to public API [MAILPOET-1197]
|
2017-11-02 22:13:50 +03:00 |
|
|
09a2dd231a
|
Fix an off-by-one error in some timezones [MAILPOET-1186]
|
2017-11-02 14:56:44 +03:00 |
|
|
3fd4ef9985
|
Cleanup after WP sync test [MAILPOET-1185]
|
2017-11-01 15:43:31 +00:00 |
|
|
5fe28623f1
|
Merge pull request #1164 from mailpoet/acceptance_js_errors
Add JS error checking to acceptance tests [MAILPOET-1179]
|
2017-10-29 21:31:45 -04:00 |
|
|
f5ced785e0
|
Tests: padded-blocks
|
2017-10-25 14:54:28 +00:00 |
|
|
4dc9004303
|
Tests: no-shaddow
|
2017-10-25 14:52:53 +00:00 |
|
|
2ac32484e1
|
Tests: max-len
|
2017-10-25 12:16:32 +00:00 |
|
|
b31e8ce5f2
|
Tests: no-bitwise
|
2017-10-25 12:10:29 +00:00 |
|
|
4270e4c315
|
Check for missing CSS files in acceptance tests [MAILPOET-1177]
|
2017-10-25 14:04:11 +03:00 |
|
|
4b13395b0c
|
Add JS error checking to acceptance tests [MAILPOET-1179]
|
2017-10-25 13:34:16 +03:00 |
|
|
996e6b16e7
|
Merge pull request #1142 from mailpoet/links
Enabling links on header and footer on preview [MAILPOET-1121]
|
2017-10-19 20:07:32 +03:00 |
|
|
028179af37
|
Merge pull request #1153 from mailpoet/form_acceptance_tests
Add an acceptance test for the public subscription form widget [MAILPOET-1166]
|
2017-10-19 17:46:54 +03:00 |
|
|
87283bf838
|
Merge pull request #1143 from mailpoet/image-url
Force absolute path for images [MAILPOET-1160]
|
2017-10-19 12:38:45 +03:00 |
|