b45c70f32b
removed status from subscribeManyToSegments() query
2016-05-27 14:18:02 +02:00
cf33d6f066
removed extra spaces
2016-05-27 14:15:46 +02:00
8292e9a744
Revert batch processing on bulk actions - too buggy
...
- minor fixes and cleanup
2016-05-27 14:15:46 +02:00
3c46a5b434
Optimized Bulk actions
...
- Updated SQL schema for every created_at column so that it has a default value
- Updated unit tests based on recent changes (new methods in SubscriberSegment model)
- Added check for HelpScout initialization code so that it doesn't throw errors
2016-05-27 14:15:46 +02:00
4a4c4e093a
Added unit tests for the WP segment
...
- moved WP segment creation to the Segment model
2016-05-27 14:14:35 +02:00
4fa8a650b8
Added unit tests for SubscriberSegment / Subscriber models
2016-05-27 14:14:35 +02:00
da755b7902
Renamed method names for better clarity + refactoring
...
- renamed getWPUsers() to getWPSegment()
- renamed SubscriberSegment methods
2016-05-27 14:14:35 +02:00
ceebb18bdf
minor spacing fix
2016-05-27 14:14:35 +02:00
d10a29598d
prevent deletion of WP Users segment in Segments listing
2016-05-27 14:14:35 +02:00
8c56c8da5e
Fixed bulk actions (return false if no items were selected)
...
- added missing check for WPUsers segment in case it does not exist
2016-05-27 14:14:35 +02:00
c4ddb38d18
Prevent WP users from being trashed/deleted
...
- return actual rowCount of affected rows for bulk actions (based on PDO last statement)
- prevent removal of WP Users segment relationship with subscribers.
2016-05-27 14:14:35 +02:00
15a21e5745
fix segments loaded on subscribers page + removed counts for bulk actions' segments
2016-05-27 14:14:35 +02:00
7df1a856ea
Merge pull request #501 from mailpoet/import_fix
...
Import fix
2016-05-27 14:19:32 +03:00
69381205a2
- Updates unit test
2016-05-27 07:16:11 -04:00
9e0d8056b3
- Changes success/error notices font size to 13px in import and export
2016-05-27 07:16:11 -04:00
4b85c57436
- Updates Export notification class
...
- Updates Export "back to subscribers" button language
2016-05-27 07:16:11 -04:00
377498be1d
- Removes validation of MailChimp API key
...
- Refactors import class
- Creates new method in Newsletter model to select welcome notifications
for specific segments
- Updates Step 2 (error) and Step 3 (success) notices
- Gives MenuBootstrap class a comprehensible name
2016-05-27 07:16:11 -04:00
142421ad48
- Updates unit test
2016-05-27 07:16:11 -04:00
768115b794
- Disables "next step" button on import's step 2 when no segments are
...
selected
2016-05-27 07:16:11 -04:00
8b9d76db8a
- Displays notice on step 3 of import when subscribers are added to a
...
segment with welcome notification enabled
2016-05-27 07:16:11 -04:00
f17c78fda2
- Updates Segment model to return segments even when there are no
...
subscribers
2016-05-27 07:16:11 -04:00
3d45a8b7d4
- Updates subscriber/subscriber_segment status using const values
2016-05-27 07:14:34 -04:00
3888241cbd
- Simplified date matching logic by using Moment.js
2016-05-27 07:14:34 -04:00
603b6749de
- Styles the import results notice to look like WP's "update"
2016-05-27 07:14:34 -04:00
22918ecfd1
- Updates the wording of the "back to list" button
2016-05-27 07:14:34 -04:00
70ded73b51
- Updates the look of the MailChimp API key "verify" button
2016-05-27 07:14:34 -04:00
da147047ec
- Updates import email regex to use standard HTML5 regex
...
- Improves email detection/filtering logic
2016-05-27 07:14:34 -04:00
0e24174373
Merge pull request #486 from mailpoet/export_fix
...
Fixes segment subscriber count when status is "unsubscribed"
2016-05-26 11:40:38 +02:00
bc9b4eeb19
- Update Segment model/test to use const values for subscriber status
2016-05-25 17:31:38 -04:00
c6b13c5175
Merge pull request #498 from mailpoet/rendering_fix
...
Fixes a couple of rendering issues
2016-05-25 14:23:15 +03:00
f754b1d1b2
- Applies text alignment to ALC block
...
- Prevents duplicate column content
2016-05-24 15:41:26 -04:00
bd5300d69a
Merge pull request #495 from mailpoet/standard_newsletter_fix
...
Fix scheduling immediate standard newsletters
2016-05-24 12:02:01 -04:00
9996f3ef41
Change Scheduler to use Newsletter object, not array
2016-05-24 17:57:34 +03:00
0f95d7bc8a
Use Scheduler to schedule next post notification sending timestamp
2016-05-24 17:08:34 +03:00
14098643ae
Fix scheduling immediate standard newsletters
2016-05-24 16:04:42 +03:00
7c2d5a45c5
- Updates unit test
2016-05-20 12:12:29 -04:00
d25070829d
Bump up release version to 0.0.29
0.0.29
2016-05-20 18:49:10 +03:00
9d5902e179
- Fixes segment subscriber count when status is "unsubscribed"
2016-05-20 11:35:58 -04:00
d194502b27
Merge pull request #485 from mailpoet/standard_scheduling_fix
...
Prevent user from manually editing Standard newsletter scheduling date
2016-05-20 15:09:04 +02:00
2cef99de2b
Merge pull request #484 from mailpoet/re_adding_localestring
...
Re-adding toLocaleString on Segments listing
2016-05-20 08:50:02 -04:00
05d3756a1c
Change readOnly
field to boolean type
2016-05-20 15:27:46 +03:00
b3d9fc54fe
Prevent user from manually editing standard scheduling date
2016-05-20 14:19:38 +03:00
20841eb5e8
Re-adding toLocaleString on Segments listing
2016-05-20 09:25:40 +02:00
9e23326d45
Merge pull request #483 from mailpoet/react_forms
...
Forms / WP Sync
2016-05-19 10:20:47 -04:00
f81d639b19
Merge pull request #482 from mailpoet/export_fix
...
Export fix
2016-05-19 15:49:12 +02:00
ab3e272020
extra space
2016-05-19 15:40:14 +02:00
4c265d1339
convert some React fields to ES6
...
- renamed empty label to placeholder
2016-05-19 15:19:31 +02:00
da08de0e74
- Fixes unit test
...
- Enables check for ZIP extension
2016-05-19 09:10:26 -04:00
6074aa927b
Fix WP Sync
...
- added missing translations in listings (responsive view)
2016-05-19 14:32:40 +02:00
046127eeba
fixed react forms (new bug discovered on new forms with default values not saved)
2016-05-19 14:30:33 +02:00