d2be407ccb
rendering of edit subscription form
2016-02-29 13:34:17 +01:00
e6337216cf
improved demo view of subscription pages
2016-02-29 13:34:17 +01:00
f1c396f0b0
basic implementation of confirm/edit/unsubscribe pages
2016-02-29 13:34:17 +01:00
3622bc9fcb
fixed sending issue of confirmation email
2016-02-29 13:34:17 +01:00
14fe333678
Send confirmation email + page
2016-02-29 13:34:17 +01:00
cf6466197a
Fixed Subscribers' bulk actions when filtering by a segment
...
- filter by segment is now affected by the selected group (all, trash,...)
- updated relationship methods between subscribers & segments (to account for subsegment status)
2016-02-29 13:34:17 +01:00
4aeccb1961
Merge pull request #368 from mailpoet/rendering_serverside_update
...
Rendering serverside update
2016-02-26 16:18:11 +02:00
bd593b1ad4
- Updates button/spacer rendering and unit tests
2016-02-26 09:05:43 -05:00
73ed070a34
- Formats code
2016-02-25 11:32:56 -05:00
9e81c48bf8
- Adds new 'fontWeight' property
...
- Limits max button width to column width
- Adds bold option to buttons
2016-02-25 11:32:09 -05:00
f9028d28c0
- Adds background color to spacer
2016-02-25 11:31:38 -05:00
06ad4488bf
Homogenize ALC and Posts output, wrap Read More text in a paragraph tag
2016-02-25 16:29:55 +02:00
853794d459
Merge pull request #364 from mailpoet/phpmail_fix
...
Fixes localhost sending
2016-02-25 15:20:30 +02:00
ca7322933f
- Fixes issue with incorrect transport being used for localhost sending
2016-02-24 11:56:29 -05:00
81569e5b81
Fix PHP code style
2016-02-23 15:37:00 +02:00
1942972282
Change title position to featured image position
2016-02-23 15:26:12 +02:00
a23aac370c
Add optional links to image rendering
2016-02-23 13:07:52 +02:00
a883e1176c
Merge pull request #359 from mailpoet/import_batch_processing
...
Import update
2016-02-23 13:04:48 +02:00
8dbb6ab79f
- Updates based on code review comments
2016-02-22 11:54:31 -05:00
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
499936e3ab
- Removes file size limit in import
...
- Implements chunked import processing
- Updates tests/migrator/Subscriber model
2016-02-20 18:55:34 -05:00
acf300160d
Merge pull request #356 from mailpoet/page_reviews
...
Page reviews
2016-02-18 15:34:10 +02:00
983df4ee13
Merge pull request #355 from mailpoet/editor_polishing_3
...
Editor polishing 3
2016-02-18 07:45:20 -05:00
0daf7e12c1
remove logging function (polluting unit tests) & bugfix on model subscriber addToSegments
2016-02-18 13:13:19 +01:00
6a2e18a0e1
fix segments being reset on Subscriber::createOrUpdate()
2016-02-18 13:13:19 +01:00
eb6bba5961
Merge pull request #351 from mailpoet/import_language_update
...
Updates error messages displayed during import
2016-02-18 09:55:59 +01:00
b5864adf06
- Fixes writable path check
2016-02-17 11:47:20 -05:00
31a4575d43
replaced closure by callbacks
2016-02-17 13:02:35 +01:00
aac2cd6eb8
Add button "Bold" text option, fix unit tests
2016-02-17 12:25:03 +02:00
636fa38ab6
- Enables check for writable export file
2016-02-16 17:35:20 -05:00
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
67036ddb61
cleanup and bugfix on bulk actions
2016-02-15 15:50:47 +01:00
6c0f6a07cd
removed useless constant
2016-02-15 15:40:21 +01:00
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
2aee853406
- Fixes remaining exception namescape issues
2016-02-13 21:39:55 -05:00
841c69af59
Merge pull request #348 from mailpoet/page_reviews
...
Page reviews
2016-02-12 13:36:47 -05:00
e60bc7c387
handle duplicates in model
2016-02-12 19:24:04 +01:00
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
27d5972306
- Updates logic behind image dimensions based on column width
2016-02-12 12:05:27 -05:00
0d894a6fef
- Fixes namespace issue when catching exceptions
2016-02-12 11:20:43 -05:00
57f0b88299
Merge pull request #347 from mailpoet/sending_frequency
...
Implements sending frequency
2016-02-12 14:23:22 +02:00
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
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
d11badf3ce
- Implements sending frequency
...
- Updates sending queue worker
2016-02-11 22:46:45 -05:00
3006c982cb
- Updates image rendering & unit test
2016-02-11 21:28:43 -05:00
409697ee64
Sending queue router update
...
- cleaned up useless code
- bugfixes
- improved code coverage
2016-02-11 11:30:01 -05:00
9b584296a5
- Updates queue worker based on code review comments
2016-02-11 10:23:41 -05:00
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
214aa60d0e
Merge pull request #338 from mailpoet/editor_polishing_2
...
Change `padded` image attribute to `fullWidth`
2016-02-10 22:34:36 -05:00
94d293deb7
Merge pull request #339 from mailpoet/mailchimp_update
...
Updates MailChimp class and unit test
2016-02-09 18:04:43 +01:00