7be1a11d1e
Form editor
...
- fixed validations on radio type
- fixed date format for months
- added custom fields storing on subscribe
- fixed date widget (select today's date)
- fixed validation on form widget
2015-12-08 16:55:30 +01:00
9fb04bc3c0
first round of fixes #255
2015-12-07 16:54:08 +01:00
268dabdc9f
Bugfixes on sending
...
- added checks to prevent adding to the queue useless items
- fixed issue with mta settings (duplicated "host" input / renamed duplicate to "domain" for MailGun)
- fixed namespace issue on cron daemon/supervisor
- fixed typo in migration preventing the newsletter_templates table to be created.
- partially fixed cron.jsx
2015-12-07 13:29:42 +01:00
ee85139089
Merge pull request #254 from mailpoet/queue
...
Sending Queue: start & track
2015-12-04 21:36:50 +01:00
b4f83fe1bd
Merge pull request #257 from mailpoet/image_size
...
Custom newsletter image size
2015-12-04 21:22:15 +01:00
1f06a7dd0b
fixed naming of sending_queue & added validation of segments on step 3
2015-12-04 19:54:31 +01:00
533d9b0d38
Change custom field shortcode to follow MP2 format
2015-12-04 17:48:35 +02:00
2035b802e3
Add shortcodes for custom fields to newsletter editor
2015-12-04 17:47:18 +02:00
3a417d460f
Add custom MailPoet image size for newsletters
2015-12-04 14:37:05 +02:00
1950d6661f
Step 3 sender and reply to per newsletter
...
- added sender_address/sender_name/reply_to_address/reply_to_name
- added validation on all form fields (except checkbox and radio)
2015-12-04 12:29:11 +01:00
4a2bbe3f88
Sending Progress
...
- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
2015-12-03 22:01:19 -05:00
9b011c0281
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-03 22:01:18 -05:00
bf58d8a22d
Queue
...
- updated menu icon for our plugin
- added watchCss command to watch only CSS files
- added Status column in Newsletters listing
- added progress bar styles
- fixed issue with JS assets being loaded twice on non MP pages
- changed subscriber_ids to segment_ids in addQueue
2015-12-03 22:01:17 -05:00
d21d9b99b0
Add an option for certain templates to be read only
2015-11-30 18:23:43 +02:00
8461c13532
Include thumbnail on saved templates, add another sample template
2015-11-30 18:05:10 +02:00
1724fa22c1
Merge pull request #250 from mailpoet/default_data_on_install
...
Default segments on install
2015-11-30 12:17:32 +01:00
98fb838169
updated default lists' descriptions
2015-11-27 15:56:18 +01:00
62a164e4c6
added creation of WP Users & default list on install
2015-11-27 15:27:50 +01:00
98005a2a6f
- Rebases master
2015-11-27 07:46:26 -05:00
436faea591
- Refactors and renames code
...
- Adds Queue menu option and displays status
2015-11-27 07:40:22 -05:00
4208b148b4
- Implements queue worker class
2015-11-27 07:35:16 -05:00
5ce5f0bf8a
- Refactors code
2015-11-27 07:35:16 -05:00
924aa0439f
- Minor regex changes
...
- Adds method to Env class that returns plugin activation status
- Prevents Supervisor from running if the plugin isn't activated
2015-11-27 07:35:13 -05:00
3124d6a61b
- Fixes issue with ucwords() function on older PHP versions
...
- Updates Supervisor/Daemon to strip port from site_url() when it's
running on localhost inside a virtual machine :)
2015-11-27 07:35:13 -05:00
149d031b52
- Adds session support
...
- Renames Queue to Daemon
- Updates router methods
2015-11-27 07:35:12 -05:00
fa96c4697d
- Adds Queue router
...
- Updates logic for Queue and Supervisor
- #227
2015-11-27 07:35:12 -05:00
d46c9d5412
- Fixes issue with Supervisor when database tables do not exist
2015-11-27 07:35:11 -05:00
9425ac1593
Merge pull request #244 from mailpoet/wp_users_segment
...
WP Users segment
2015-11-27 11:39:08 +01:00
7d95b38dc4
- Renames/refactors Import and Export classes/views/JS
...
- Updates Import and Export to ignore trashed subscribers
- Updates tests
Closes #245
2015-11-26 20:48:19 -05:00
23bb2f111f
Add a sample translatable template
2015-11-26 17:21:10 +02:00
20e2e03982
Hide non default segments on some pages
...
- added getPublic() method on Segment model
- filter out dynamic lists from add/move/remove segment in subscribers
2015-11-26 11:32:10 +01:00
a5d96f1534
WP Users list
...
- refactored and fixed listing issues (related to Segments)
- removed bulk actions from segments
- added synchronize methods for WP users
- Update action in segments only for WP Users list
- added "type" column to segments (default, wp_users, dynamic...)
- added "status" column to subscriber_segment table (useful soon)
2015-11-25 18:31:57 +01:00
6dd8270bec
WP Users list
...
- migration for filters & segment_filter tables
- models for new tables
- update of Listing JSX to allow for conditional display of item actions
2015-11-24 17:12:14 +01:00
52a0aae10f
Add template thumbnail generation and display
2015-11-24 16:50:57 +02:00
00f06ea202
Revert "Queue"
2015-11-20 23:51:02 +01:00
32ca24ce38
Merge pull request #238 from mailpoet/queue
...
Queue
2015-11-20 23:02:30 +01:00
25b51d0446
- Adds queue management and supervisor. Issue #227
2015-11-20 16:20:54 -05:00
556a170903
- Bootstraps queue
2015-11-20 16:20:35 -05:00
7ac386a8e2
fixed welcome/update pages display logic
2015-11-20 13:37:52 +01:00
e3de3a123a
- Corrects exported subscriber count
...
- Properly exports subscribers not in any list
- Adds test for export class constructor method
Resolves #221
2015-11-18 14:42:27 -05:00
fdbd1245e3
Redirect to welcome or update page
2015-11-17 20:11:03 +01:00
c96ac06423
- Moves ImportExport under Subscribers namespace
...
- Updates tests
2015-11-13 12:46:54 -05:00
6a3166c311
- Implements export
...
Closes #210
2015-11-13 12:25:33 -05:00
0fedd1779f
- Moves Import and Export under ImportExport namespace
...
- Cretes a single BootStrapMenu class for Import and Export
- Updates tests
- Adds 2 new methods to Segments model
2015-11-13 12:25:31 -05:00
1625e1771b
- Bootstraps export
2015-11-13 12:25:30 -05:00
f3c58c27be
set welcome page as default page
2015-11-13 15:58:36 +01:00
f6ab0050b2
added welcome page
2015-11-13 12:59:49 +01:00
70cfcbe7cc
Merge pull request #209 from mailpoet/mixpanel
...
Add MixPanel analytics tracking
2015-11-10 10:41:24 +01:00
6342cb17bd
Merge pull request #208 from mailpoet/listing_tests
...
Listings
2015-11-10 10:39:53 +01:00
dfec34eda9
Add Analytics integration with MixPanel
2015-11-09 18:11:06 +02:00