6e289b6a8f
- Implements welcome e-mail scheduling
2016-03-17 11:22:29 -04:00
20ced8b099
replace mailpoet_title 'hack' by checking the post type
2016-03-17 15:48:41 +01:00
f38b632707
properly handle custom subscriptions pages
2016-03-17 15:48:41 +01:00
8ce0595342
turned static values into constants
2016-03-17 15:48:06 +01:00
f11de2f1ad
Updated shortcodes for unsubscribe/manage/browser links
...
- fixed all issues in #387 except the custom mailpoet pages
2016-03-17 15:48:06 +01:00
e28451d410
removed edit page in settings + manage subscription update
2016-03-17 15:45:05 +01:00
72882aaf2b
fixed shortcodes replacement for "global:" in newsletters
...
- extracted "get subscription pages urls" from models\Subscriber
- added unit tests for subscription\url class (not working because of WP/Codeception issue)
2016-03-17 15:45:05 +01:00
88a00bc38c
Rename editor form.html to editor.html
2016-03-07 14:42:12 +02:00
8e7336d352
Merge pull request #373 from mailpoet/editor_rendering
...
Editor rendering (Part 2)
2016-03-04 11:11:42 -05:00
e0e2933cdf
Merge pull request #379 from mailpoet/scheduled_sending
...
Fix mistyped method name
2016-03-04 11:06:40 -05:00
c93ec629ea
Fix mistyped method name
2016-03-04 18:03:02 +02:00
d613df6558
Merge pull request #378 from mailpoet/scheduled_sending
...
Prepares codebase for future scheduled sending
2016-03-04 17:58:59 +02:00
01c9096543
- Rewrites hooks to not use closures
2016-03-04 10:47:55 -05:00
f120e839dd
Merge pull request #375 from mailpoet/export_large_dataset_fix
...
Export update
2016-03-04 14:12:20 +02:00
f0ab592c04
Merge pull request #376 from mailpoet/rendering_serverside_update
...
Removes padding from the last column element
2016-03-04 13:30:31 +02:00
8d4a666bf0
added logged out handling of subscriber save request
2016-03-04 11:52:06 +01:00
4a96e483a6
edit profile rendering (missing segments list) + fallback for Url::redirectBack()
2016-03-04 11:20:17 +01:00
263a66407f
- Removes mailpoet_padded class from the last element in a column
2016-03-03 19:13:50 -05:00
c4b728f4e1
- Updates Daemon to execute workers via WP's action hook
...
- Bootstraps Scheduler class
2016-03-03 15:42:10 -05:00
eb380499d9
- Rewrites export to support large datasets
...
- Updates unit tests
- Fixes an issue with export UI not displaying subscribers without segment
2016-03-03 14:33:10 -05:00
4b528549f5
edit subscription form + save
2016-03-03 15:57:42 +01:00
b1bbf1b3bc
Add default email for newsletter preview, disallow empty email
2016-03-03 12:59:49 +02:00
a8f2959bc6
added Subscriber::generateToken()
2016-03-02 15:07:37 +01:00
36242bd580
Fixed sending confirmation email to new subscribers (first time)
...
- fixed newsletters listing issue with queue
2016-03-02 13:11:06 +01:00
1e7dbc8449
refactor pages
2016-03-01 18:27:31 +01:00
12c159c627
bugfix + refactoring
2016-03-01 16:23:15 +01:00
82ed7e51c5
Replaced "contains" by "indexOf" (chrome issue)
...
- added public ajax routing (not checking permissions)
- exception handling in form subscription
2016-03-01 13:18:36 +01:00
c721843c12
extracted subscription pages code from router
2016-02-29 13:34:17 +01:00
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