Jonathan Labreuille
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
Jonathan Labreuille
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
Jonathan Labreuille
15a21e5745
fix segments loaded on subscribers page + removed counts for bulk actions' segments
2016-05-27 14:14:35 +02:00
Vlad
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
Vlad
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
Vlad
f17c78fda2
- Updates Segment model to return segments even when there are no
...
subscribers
2016-05-27 07:16:11 -04:00
Vlad
3d45a8b7d4
- Updates subscriber/subscriber_segment status using const values
2016-05-27 07:14:34 -04:00
Jonathan Labreuille
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
Vlad
bc9b4eeb19
- Update Segment model/test to use const values for subscriber status
2016-05-25 17:31:38 -04:00
Tautvidas Sipavičius
c6b13c5175
Merge pull request #498 from mailpoet/rendering_fix
...
Fixes a couple of rendering issues
2016-05-25 14:23:15 +03:00
Vlad
f754b1d1b2
- Applies text alignment to ALC block
...
- Prevents duplicate column content
2016-05-24 15:41:26 -04:00
Tautvidas Sipavičius
9996f3ef41
Change Scheduler to use Newsletter object, not array
2016-05-24 17:57:34 +03:00
Tautvidas Sipavičius
0f95d7bc8a
Use Scheduler to schedule next post notification sending timestamp
2016-05-24 17:08:34 +03:00
Tautvidas Sipavičius
14098643ae
Fix scheduling immediate standard newsletters
2016-05-24 16:04:42 +03:00
Vlad
9d5902e179
- Fixes segment subscriber count when status is "unsubscribed"
2016-05-20 11:35:58 -04:00
mrcasual
9e23326d45
Merge pull request #483 from mailpoet/react_forms
...
Forms / WP Sync
2016-05-19 10:20:47 -04:00
Vlad
da08de0e74
- Fixes unit test
...
- Enables check for ZIP extension
2016-05-19 09:10:26 -04:00
Jonathan Labreuille
6074aa927b
Fix WP Sync
...
- added missing translations in listings (responsive view)
2016-05-19 14:32:40 +02:00
Jonathan Labreuille
046127eeba
fixed react forms (new bug discovered on new forms with default values not saved)
2016-05-19 14:30:33 +02:00
Vlad
acfcfdd730
- Refactors scheduler worker and updates logic responsible for scheduling
...
a new post notification queue
2016-05-18 15:40:41 -04:00
Vlad
8f935df12a
Merge branch 'standard_scheduling' of mailpoet:mailpoet/mailpoet into standard_scheduling
2016-05-18 14:37:11 -04:00
Vlad
2784bb7282
- Adds queue rescheduling for post notifications
2016-05-18 14:33:55 -04:00
Tautvidas Sipavičius
08a8ca4969
Change segments handling for notification newsletters
2016-05-18 21:27:58 +03:00
Tautvidas Sipavičius
5a03eb9a17
Fix newsletter calls to use array access and not object access
2016-05-18 19:03:06 +03:00
Tautvidas Sipavičius
91bb215e4d
Change Date picker to use Wordpress date format
2016-05-18 18:38:59 +03:00
Tautvidas Sipavičius
0b3a388a78
- Remove space after if;
...
- Change Scheduler::standard function name to a more descriptive one
2016-05-18 18:38:58 +03:00
Tautvidas Sipavičius
61df4899cd
- Refactor WP DateTime helper
...
- Add a unit test helper to stub out Wordpress functions
2016-05-18 18:14:54 +03:00
Tautvidas Sipavičius
f322433875
Add standard newsletter scheduling backend
2016-05-18 18:14:53 +03:00
Tautvidas Sipavičius
f7c70be5eb
Add standard newsletter scheduling UI
2016-05-18 17:51:39 +03:00
Vlad
3e658033da
- Updates conditional check
2016-05-18 10:00:38 -04:00
Vlad
31e082eb2b
- Removes space between IF and statement
2016-05-18 10:00:38 -04:00
Vlad
bf1ab3a593
- Removes space between (int) and variable
2016-05-18 10:00:38 -04:00
Vlad
8540c51679
- Changes newsletter object to array in SendingQueue router
...
- Schedules post notification right after its creation
2016-05-18 10:00:09 -04:00
Vlad
d2a6b6bd4e
- Updates based on code review comments
2016-05-18 10:00:09 -04:00
Tautvidas Sipavičius
06417c1e88
- Fix ALC post amount handling of boundary values;
...
- Change magic number to named constant
2016-05-18 10:00:09 -04:00
Vlad
be238f4c67
- Fixes unit test
...
- Corrects method name in scheduler
2016-05-18 10:00:09 -04:00
Vlad
343da0fdcc
- Saves sent posts during rendering by sending queue worker
...
- Prevents empty notification emails from being sent
- Hooks to WP's post update and rewrite post notification logic
- Prevents scheduling multiple queues of the same newsletter
- Fixes issue with segments not updating when scheduling a newsletter
- Removes depreciated hash field & associated logic
2016-05-18 10:00:09 -04:00
Tautvidas Sipavičius
dbb3c96300
Modify ALC to skip already sent posts
2016-05-18 10:00:09 -04:00
Tautvidas Sipavičius
c8f7bea419
Let wordpress exclude already used posts in ALC selection
2016-05-18 10:00:09 -04:00
Vlad
396ab50fa0
- Implements exclusion of duplicate posts from ALC
2016-05-18 10:00:09 -04:00
Jonathan Labreuille
84e9ecef29
Merge pull request #477 from mailpoet/php7_mysql_fix
...
Fix for PHP7 & Mysql 5.7
2016-05-18 15:42:36 +02:00
Vlad
57472d1a2e
- Removes comment for an explicitly invoked condition
2016-05-18 09:39:29 -04:00
Vlad
cb4f055263
- Updates export SQL to always use GROUP BY and aggregate columns
2016-05-17 11:07:12 -04:00
Vlad
3f1bdd2c59
- Removed debug function
...
- Corrected comment
2016-05-17 10:01:06 -04:00
Vlad
a6802a1925
- Fixes GROUP BY when using non-aggregate columns
2016-05-17 09:54:58 -04:00
Vlad
a02b2d3aa0
- Updates migrator/schema to work with MySQL 5.7
...
- Fixes unit tests
- Fixes export's SQL query to work with strict ONLY_FULL_GROUP_BY option
2016-05-16 22:26:21 -04:00
Jonathan Labreuille
607a151c23
Fix for PHP7 & Mysql 5.7
...
- added default values to not null columns
- fixed passing by reference issue on MailChimp->getDataCenter
- fixed a couple unit tests
2016-05-16 14:50:43 +02:00
Tautvidas Sipavičius
c8748e5e6e
Merge pull request #475 from mailpoet/uniform_listings
...
bulk actions / pagination and customizable limit per page for all
2016-05-16 13:37:14 +03:00
Jonathan Labreuille
6e45a8e788
all listings have bulk actions / pagination and customizable limit per page
2016-05-13 16:53:48 +02:00
Vlad
ce4a3196ee
- Highlight main MailPoet menu
...
- Expands menu for newsletter editor
2016-05-12 10:37:56 -04:00