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
45b933d635
- Implements open tracking
2016-04-19 21:01:27 -04:00
435cd9b777
fixed unsubscribe action + updated public api decodeData to prevent warning
2016-04-15 18:59:20 +02:00
bfde34eb8d
- Rebases master
...
- Updates PubliAPI's logic dealing with request data
2016-04-15 12:10:56 -04:00
2cbd2d54f3
Subscription pages
2016-04-15 11:56:33 -04:00
599661e028
- Updates code based on Taut's comments
2016-04-14 20:35:56 -04:00
a3e6eb5bba
- Implementsi tracking clicks & redirecting URLs
2016-04-14 19:37:27 -04:00
67359980e9
- Renames statistics table to the new "statistics_entity" format
...
- Adds new clicks statistics model
2016-04-14 19:37:27 -04:00
f1b955d74a
- Implements link extraction, processing, replacement and saving
2016-04-14 19:37:27 -04:00
49a59d35a1
Add number of subscribers to segment selection
2016-04-12 14:04:01 +03:00
9a46640c15
Allow selecting only published segments, fix "Save" translation
2016-04-12 14:04:01 +03:00
c42bbf3dc4
fix cron issue
2016-04-11 15:35:47 +02:00
89f2958d23
- Updates cron to use new public API query parameters
2016-04-08 18:53:57 -04:00