Commit Graph

1912 Commits

Author SHA1 Message Date
Rostislav Wolny
05dcaeba76 editor: Store and load blockDefaults in newsletter data 2018-03-15 11:23:55 +01:00
Rostislav Wolny
fbfcfcc85b editor: Save button, divider defaults by its context of usage 2018-03-15 11:23:55 +01:00
Rostislav Wolny
8582c19ac0 editor: Update block defaults for ALC changes 2018-03-15 11:23:55 +01:00
Rostislav Wolny
c7e83377ba editor: Update blockDefaults for posts on change 2018-03-15 11:23:55 +01:00
Rostislav Wolny
f6374d0602 editor: Update defaults in social block and use stored defaults for new social block 2018-03-15 11:23:54 +01:00
Rostislav Wolny
1df25aef76 editor: Disable update blockDefaults for texts and images 2018-03-15 11:23:54 +01:00
Rostislav Wolny
3a8b64e11c editor: Omit text property from block defaults for header and footer 2018-03-15 11:23:54 +01:00
Rostislav Wolny
1d9b4839f7 editor: Update config blockDefaults by latest used value per type 2018-03-15 11:23:54 +01:00
Tautvidas Sipavičius
4177701044 Merge pull request #1282 from mailpoet/screenshot
fixing the screenshot issue [MAILPOET-1276]
2018-03-14 12:52:29 +02:00
Vlad
057f0376a5 Adds unit test 2018-03-13 11:28:25 +00:00
Amine Ben hammou
b9c31698d5 moving subscribers fetching logic into a separated class. 2018-03-08 18:01:56 +01:00
Rostislav Wolny
46493b991c Checking invalid emails on the input [MAILPOET-1288] 2018-03-06 19:54:44 +01:00
pavel-mailpoet
3d43970fdc Revert "Checking invalid emails on the input [MAILPOET-1288]" 2018-03-06 13:24:42 +00:00
Rostislav Wolny
afed408297 Synchronize segments removes updated/inserted subscribers with invalid emails MAILPOET-1288 2018-03-06 09:15:37 +01:00
mrcasual
39212a30e8 Merge pull request #1293 from mailpoet/redirect-to-404-403-MAILPOET-782
Show WP's 404/403 page instead of displaying a blank page [MAILPOET-782]
2018-03-05 11:16:43 -05:00
Rostislav Wolny
b7e492e20e endpoints/track: Exit with 403 code and eventually display 403 page when subscriber token doesn't match [MAILPOET-782] 2018-03-03 16:46:01 +01:00
stoletniy
734d1ded1f Check processed subscribers for old and new queues differently [MAILPOET-903] 2018-03-01 21:17:51 +03:00
stoletniy
e0f989f6a8 Revert "Migrate subscribers for all tasks types [MAILPOET-903]"
This reverts commit f1f69c9835.
2018-03-01 21:17:40 +03:00
Pavel Dohnal
99edc35b08 Handle bulk operations on subscribers filtered by dynamic segments
[PREMIUM-69]
2018-02-28 17:12:56 +00:00
stoletniy
f1f69c9835 Migrate subscribers for all tasks types [MAILPOET-903] 2018-02-28 11:21:23 +03:00
stoletniy
03015c0bde Fix code review syntax remarks [MAILPOET-903] 2018-02-26 16:30:53 +03:00
Amine Ben hammou
ef5d777fac fixing tests 2018-02-23 15:23:37 +01:00
Vlad
0d69b05ac0 Removes option to group by lists during export 2018-02-19 09:53:34 +00:00
Vlad
b5b0a02ea4 Removes option to export only confirmed subscribers 2018-02-16 14:46:34 +00:00
Vlad
3c43c04586 Imports all new subscribers with subscribed status as default 2018-02-16 14:46:34 +00:00
Vlad
e87134eca4 Adds IP address field to export 2018-02-16 14:46:34 +00:00
Vlad
c8f334d782 Prevents overwriting global subscription status 2018-02-16 14:46:34 +00:00
Vlad
7cf63965a0 Adds distinction between global and list status
Exports subscribers with any list status
Limits "confirmed only" option to global status
2018-02-16 14:46:34 +00:00
stoletniy
b9546b61a8 Fix acceptance tests, update counters [MAILPOET-903] 2018-02-14 19:57:14 +03:00
stoletniy
606177baaf Fix daemon ping timeout in tests [MAILPOET-903] 2018-02-14 01:29:14 +03:00
Rostislav Wolny
9d4f996a6a [MAILPOET-1263] Force user to create ALC block for post notification 2018-02-13 23:01:29 +01:00
stoletniy
84dfa88a1a Don't load subscriber IDs in memory when preparing tasks from static segments [MAILPOET-903] 2018-02-13 20:36:01 +03:00
stoletniy
4c0f5bb456 Add new unit tests [MAILPOET-903] 2018-02-13 11:39:50 +03:00
stoletniy
be6647d763 Fix unit tests [MAILPOET-903] 2018-02-13 11:39:50 +03:00
stoletniy
99732ac14d Remove beta migrations [MAILPOET-903] 2018-02-13 11:39:50 +03:00
Amine Ben hammou
a754cfaa52 limitting the recently sent templates to 12 2018-02-09 16:43:40 +00:00
mrcasual
e09acbe649 Merge pull request #1258 from mailpoet/stats-segmentation
Return error code for duplication errors [PREMIUM-42]
2018-02-05 21:10:54 -05:00
stoletniy
aaaf49d071 Merge pull request #1256 from mailpoet/bugfix
fixing Segment::bulkDelete not deleting subscribers assiciations [MAILPOET-1287]
2018-02-05 17:53:04 +03:00
Pavel Dohnal
8ff28fd974 Return error code for duplication errors
[PREMIUM-42]
2018-02-05 14:34:15 +00:00
amine-mp
126b37f2bb Merge pull request #1257 from mailpoet/scheduled_emails_to_dynamic_segments_fix
Fix sending of scheduled standard emails to dynamic segments [MAILPOET-1286]
2018-02-05 11:25:30 +01:00
amine-mp
bebd835790 Merge pull request #1253 from costasovo/jsdom-upgrade
js-tests: jsdom upgrade
2018-02-05 10:56:16 +01:00
stoletniy
9526a6b470 Fix sending of scheduled standard email to dynamic segments [MAILPOET-1286] 2018-02-02 19:19:49 +03:00
Amine Ben hammou
7eb8ff756b fixing Subscriber::bulkDelete not deleting subscribers assiciations 2018-02-02 12:43:34 +00:00
Tautvidas Sipavičius
9739159a6f Merge pull request #1251 from mailpoet/test
Fix acceptance tests flakiness [MAILPOET-1284]
2018-02-01 14:31:41 +02:00
Rostislav Wolny
0aa4c37ad3 js-tests: jsdom upgrade 2018-01-31 23:44:12 +01:00
Pavel Dohnal
12434b412f Add code comment 2018-01-31 10:30:33 +00:00
Pavel Dohnal
789c2a7d4e Wait before login 2018-01-31 09:41:15 +00:00
Pavel Dohnal
907356bb0f Wait for login field to be loaded 2018-01-31 09:15:20 +00:00
Pavel Dohnal
9c2aa569ea After login ensure MailPoet present on the page 2018-01-30 15:39:30 +00:00
Pavel Dohnal
9ee6920ebb Use our login function 2018-01-30 15:03:03 +00:00