Tautvidas Sipavičius
a883e1176c
Merge pull request #359 from mailpoet/import_batch_processing
...
Import update
2016-02-23 13:04:48 +02:00
Vlad
8dbb6ab79f
- Updates based on code review comments
2016-02-22 11:54:31 -05:00
Jonathan Labreuille
07d533a810
Manage subscriptions
...
- make use of the SubscriberSegment::status column to keep track of unsubscriptions
- unsubscribed segments now appear grayed out in the Subscribers listing
- added unsubscribed_at after segment names when editing a subscriber
- added date() method for Twig (uses WP's date format / date_offset)
- fixed typo in Form iframe export
- fixed unit test for Newsletters
- updated selection component (JSX) to allow more customization
2016-02-22 11:35:34 +01:00
Vlad
499936e3ab
- Removes file size limit in import
...
- Implements chunked import processing
- Updates tests/migrator/Subscriber model
2016-02-20 18:55:34 -05:00
Tautvidas Sipavičius
acf300160d
Merge pull request #356 from mailpoet/page_reviews
...
Page reviews
2016-02-18 15:34:10 +02:00
mrcasual
983df4ee13
Merge pull request #355 from mailpoet/editor_polishing_3
...
Editor polishing 3
2016-02-18 07:45:20 -05:00
Jonathan Labreuille
0daf7e12c1
remove logging function (polluting unit tests) & bugfix on model subscriber addToSegments
2016-02-18 13:13:19 +01:00
Jonathan Labreuille
6a2e18a0e1
fix segments being reset on Subscriber::createOrUpdate()
2016-02-18 13:13:19 +01:00
Jonathan Labreuille
eb6bba5961
Merge pull request #351 from mailpoet/import_language_update
...
Updates error messages displayed during import
2016-02-18 09:55:59 +01:00
Vlad
b5864adf06
- Fixes writable path check
2016-02-17 11:47:20 -05:00
Jonathan Labreuille
31a4575d43
replaced closure by callbacks
2016-02-17 13:02:35 +01:00
Tautvidas Sipavičius
aac2cd6eb8
Add button "Bold" text option, fix unit tests
2016-02-17 12:25:03 +02:00
Vlad
636fa38ab6
- Enables check for writable export file
2016-02-16 17:35:20 -05:00
Jonathan Labreuille
9b1503dc7a
Fixed reported issues + refactoring
...
- refactored Config/Hooks to make it more readable
- added hook to save limit per page
- added default limit per page as a constant in Listing/Handler
2016-02-16 16:33:20 +01:00
Jonathan Labreuille
67036ddb61
cleanup and bugfix on bulk actions
2016-02-15 15:50:47 +01:00
Jonathan Labreuille
6c0f6a07cd
removed useless constant
2016-02-15 15:40:21 +01:00
Jonathan Labreuille
8139a7dd0a
Subscribers page review
...
- added screen option to set number of items per page
- improved bulk actions in order to handle large sets
2016-02-15 15:40:21 +01:00
Vlad
2aee853406
- Fixes remaining exception namescape issues
2016-02-13 21:39:55 -05:00
mrcasual
841c69af59
Merge pull request #348 from mailpoet/page_reviews
...
Page reviews
2016-02-12 13:36:47 -05:00
Jonathan Labreuille
e60bc7c387
handle duplicates in model
2016-02-12 19:24:04 +01:00
Tautvidas Sipavičius
6094a83f4b
Merge pull request #350 from mailpoet/rendering_engine_image_update
...
Updates logic behind image dimensions based on column width
2016-02-12 19:14:49 +02:00
Vlad
27d5972306
- Updates logic behind image dimensions based on column width
2016-02-12 12:05:27 -05:00
Vlad
0d894a6fef
- Fixes namespace issue when catching exceptions
2016-02-12 11:20:43 -05:00
Tautvidas Sipavičius
57f0b88299
Merge pull request #347 from mailpoet/sending_frequency
...
Implements sending frequency
2016-02-12 14:23:22 +02:00
Jonathan Labreuille
5121dbe0c8
Form Editor Round 3
...
- added prefix to form styles so that it does not conflict when multiple forms are on the same page
- added validation on form save for segments
2016-02-12 12:45:07 +01:00
Jonathan Labreuille
e928a5c2bc
Segments page review
...
- remove edit link for WordPress users list
- hide trashed segments from Import
- fixed display issue in listing's item actions
2016-02-12 11:30:08 +01:00
Vlad
d11badf3ce
- Implements sending frequency
...
- Updates sending queue worker
2016-02-11 22:46:45 -05:00
Vlad
3006c982cb
- Updates image rendering & unit test
2016-02-11 21:28:43 -05:00
Jonathan Labreuille
409697ee64
Sending queue router update
...
- cleaned up useless code
- bugfixes
- improved code coverage
2016-02-11 11:30:01 -05:00
Vlad
9b584296a5
- Updates queue worker based on code review comments
2016-02-11 10:23:41 -05:00
Vlad
7522084ccb
- Rewrites sending queue worker and updates router
...
- Implements batch sending for queue worker
- Fixes mailer class issue when sender data can be empty
- Updates values for cron execution timeout/limit
2016-02-10 22:34:54 -05:00
mrcasual
214aa60d0e
Merge pull request #338 from mailpoet/editor_polishing_2
...
Change `padded` image attribute to `fullWidth`
2016-02-10 22:34:36 -05:00
Jonathan Labreuille
94d293deb7
Merge pull request #339 from mailpoet/mailchimp_update
...
Updates MailChimp class and unit test
2016-02-09 18:04:43 +01:00
Vlad
cac6beb4ac
- Fixes display of error messages
2016-02-09 11:26:00 -05:00
Jonathan Labreuille
cac995e15b
fixed subscribe in comments
2016-02-09 16:55:00 +01:00
Vlad
b26380fd10
- Updates MailChimp class and unit test
2016-02-09 10:03:29 -05:00
Tautvidas Sipavičius
6c6a4070be
Remove obsolete attribute from server response
2016-02-09 15:47:56 +02:00
Tautvidas Sipavičius
8b001d820b
Change padded
image attribute to fullWidth
2016-02-09 15:26:06 +02:00
Jonathan Labreuille
f9c5b99e46
updated Subscriber:: -> self:: in Models\Subscriber
2016-02-08 14:43:59 +01:00
Jonathan Labreuille
95b0b39366
Fixed bulk_action success messages
...
- uptaded Subscriber & Segment routers' test
- moved add/remove segments logic to Subscriber::createOrUpdate
- fixed Router\Segments save not returning errors
2016-02-08 13:36:35 +01:00
Jonathan Labreuille
4b6fa0e760
Added "Subscribers without a segment" filter
...
- removed useless dependency in filters.jsx
- fixed issue with Router\Subscribers::save() not updating segments
2016-02-08 10:32:06 +01:00
Jonathan Labreuille
0de372344a
fixed bulkDelete
2016-02-06 15:17:19 +01:00
Jonathan Labreuille
7a04eeb650
Listing: Empty trash button
2016-02-06 15:15:07 +01:00
Tautvidas Sipavičius
bbc4acb2a4
Merge pull request #335 from mailpoet/mailer_class_Fix
...
Fixes detection of reply_to address
2016-02-05 12:52:39 +02:00
Tautvidas Sipavičius
c89cc5a919
Merge pull request #333 from mailpoet/test_email_fix
...
Test email fix
2016-02-05 12:19:40 +02:00
Vlad
33075940de
- Fixes detection of reply_to address
2016-02-04 19:22:11 -05:00
mrcasual
51c09b8360
Merge pull request #325 from mailpoet/router_unit_tests
...
Unit tests (Router\NewsletterTemplates & Router\Segments)
2016-02-04 18:59:09 -05:00
Vlad
2fbf85f371
- Catches exception returned by mailer class when sender is not configured
2016-02-04 18:57:07 -05:00
Jonathan Labreuille
55f851208b
Major update of unit tests / updated routers + models + react
2016-02-04 19:04:52 +01:00
mrcasual
990dac7727
Merge pull request #332 from mailpoet/editor_fixes
...
Editor bug fixes
2016-02-04 09:02:21 -05:00