9595e9629f
Fix spacing between control structure and opening parenthesis
2016-06-29 18:54:01 +03:00
2d45ab2e88
Add WP user segment selection to Notification and Standard newsletters
2016-06-28 14:12:08 +03:00
2927875e16
Regenerate thumbnails of default newsletter templates
2016-06-28 14:12:07 +03:00
88dc7f4199
removing DKIM and useless classes
2016-06-22 13:47:54 +02:00
68c09b8678
Sorting for all listings & bugfixes for all listings except Newsletters
...
- newsletters listing now uses hash history
- newsletters are sorted by Subject (a->z)
- segments are sorted by Name (a->z)
- re-added WordPress Users list as a segment you can send a newsletter to
- added explicit error messages when an auto newsletter isn't fully configured
- added missing strings for "selectAll" in Segments listing
- fixed filters() in Subscribers listing (wrong count as it was not taking groups/filters/search into account)
2016-06-20 16:23:27 +02:00
ee6e261c42
Conditional display of statistics column (for standard)
...
- improved duplicate action (for standard)
- moved STATUS_COMPLETED constant from worker to SendingQueue model where it belongs
2016-06-15 16:26:42 +02:00
ecf15d53d9
Newsletters listing
...
- added stylesheet for newsletters listing
- added "status" database column on Newsletters for grouping in listings
- added duplicate link to standard newsletters
2016-06-15 16:15:02 +02:00
2a3a561464
updated shortcode (user -> subscriber) in FrankRoast template
2016-06-14 15:25:23 +02:00
bfdabe3554
Merge pull request #521 from mailpoet/copy_review
...
Copy review
2016-06-10 12:36:47 +03:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
a355228b93
Test Commit
...
This is an initial test commit for the copy review.
2016-06-08 11:31:04 +02:00
14c2b4d90f
- Changes location for the main view in browser class
...
- Updates code formattign for case statements
2016-06-07 09:28:29 -04:00
aed60e6905
- Updates menu/editor view to work with the refactored shortcodes logic
2016-05-31 11:04:10 -04:00
f47c331a5b
updated db schema and fixed unit test missing Segment cleanup after
2016-05-27 15:38:24 +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
da755b7902
Renamed method names for better clarity + refactoring
...
- renamed getWPUsers() to getWPSegment()
- renamed SubscriberSegment methods
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
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
3d45a8b7d4
- Updates subscriber/subscriber_segment status using const values
2016-05-27 07:14:34 -04:00
08a8ca4969
Change segments handling for notification newsletters
2016-05-18 21:27:58 +03:00
61df4899cd
- Refactor WP DateTime helper
...
- Add a unit test helper to stub out Wordpress functions
2016-05-18 18:14:54 +03:00
f7c70be5eb
Add standard newsletter scheduling UI
2016-05-18 17:51:39 +03:00
31e082eb2b
- Removes space between IF and statement
2016-05-18 10:00:38 -04:00
bf1ab3a593
- Removes space between (int) and variable
2016-05-18 10:00:38 -04:00
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
396ab50fa0
- Implements exclusion of duplicate posts from ALC
2016-05-18 10:00:09 -04:00
84e9ecef29
Merge pull request #477 from mailpoet/php7_mysql_fix
...
Fix for PHP7 & Mysql 5.7
2016-05-18 15:42:36 +02:00
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
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
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
6e45a8e788
all listings have bulk actions / pagination and customizable limit per page
2016-05-13 16:53:48 +02:00
ce4a3196ee
- Highlight main MailPoet menu
...
- Expands menu for newsletter editor
2016-05-12 10:37:56 -04:00
40ea5a0b84
- Improves menu expansion code
...
::
2016-05-12 09:59:05 -04:00
c3368d69fd
- Updates Segment model to return ASC sorted results
...
- Updates Subscriber listing to display segmnets with count
2016-05-10 18:37:37 -04:00
751d8e7852
- Adds missing page titles
2016-05-10 13:01:40 -04:00
3213dd0d08
- Removes unused exception handlers
2016-05-02 13:19:10 -04:00
3f2199fd63
- Updates link tracking to use the same Public API data format as other
...
endpoints
2016-05-02 13:15:48 -04:00
756dbb4641
- Updates daemon status to CONSTs
...
- Uncomments temporary commented out code
- Removes unnecessary exception handles in Public API
2016-05-02 10:32:34 -04:00
70fa77d333
- Creates temporary folder if it doesn't exist
2016-04-30 22:38:55 -04:00
0abe8b5371
- Implements view in browser
2016-04-30 22:19:59 -04:00
5bad682879
- Merges all shortcode links under one category
...
- Adds filter hooks for custom links
- Renames old shortcodes in the editor and elsewhere
2016-04-30 22:19:59 -04:00
59199140bf
Merge pull request #448 from mailpoet/twig_template_cache
...
modified temp path/url for cache/export folders
2016-04-28 10:18:53 -04:00
0dd3f2178e
updated form stats to record individual subscription
2016-04-26 18:12:05 +02:00
ef461da77f
Statistics for Form Subscriptions
...
- added statistics_forms table
- added corresponding model to record stats
- record stats whenever someone subscribes via a form
2016-04-26 15:16:37 +02:00
bbc7de6898
- Removes commit leftovers
2016-04-25 12:02:56 -04:00
4b29b04bd1
- Implements tracking of unsubscribe events
2016-04-25 11:06:01 -04:00
b83abf0ac5
modified temp path/url
2016-04-25 14:26:27 +02:00
6d0795abba
Merge pull request #438 from mailpoet/non_ajax_subscription
...
Non ajax subscription
2016-04-22 09:51:47 -04:00
42d586610e
form subscription only using Router now
2016-04-20 16:59:18 +02:00