Commit Graph

248 Commits

Author SHA1 Message Date
d1df94c759 - Addresses issues identified during code review 2016-01-07 17:24:46 -05:00
0192934e65 - Removes debug leftovers 2016-01-07 17:24:42 -05:00
2793e74858 - Rewrites the rendering engine
- Updates tests
Closes #280
2016-01-07 17:24:32 -05:00
0dbe04c3f8 - Addresses issues identified during code review 2016-01-06 19:19:06 -05:00
f1bf2bb097 - Refactors Mailer class
- Refactors SendingQueue worker class
- Adds Maier router with a send() method + ability to specify sending method
- Updates tests
- Introduces 'stopping' and 'starting' cron states
- Improves cron control mechanism
Closes #276
2016-01-05 10:34:57 -05:00
84ec0de3cd Unit tests + Welcome page
- fixed unit tests
- commented out failing tests that require changes in the code
- added new welcome page
2015-12-11 17:17:59 +01:00
c2fde308cb - Renames and updates sending queue worker
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
d2e5fb89c2 - Places supervisor/daemon/worker under the new Cron class
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-02 22:48:15 -05: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
aa93c7349f - Rebases master
- Adds tests for all Export class methods
Closes #221
2015-11-18 22:14:48 -05:00
82cf4a28fd - Updates export tests 2015-11-18 14:42:28 -05: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
c96ac06423 - Moves ImportExport under Subscribers namespace
- Updates tests
2015-11-13 12:46:54 -05:00
0017df1c2d - Work-in-progress on the UI 2015-11-13 12:25:32 -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
162859529e reinstated removed tests 2015-11-13 13:56:59 +01:00
10a20935c3 cleanup tests 2015-11-12 14:11:27 +01:00
7b54285ca6 - Adds tests for the main Import class
- Updates tests for Env (proper host detection with port)
- Improves import
2015-11-09 00:25:24 -05:00
33ea16eb0f - Cleans up import
- Adds tests for modified models
- Adds tests for import BootStrapMenu and MailChimp classes
2015-11-08 15:57:43 -05:00
ad0adb48e1 - Updates Migrator with new column for Segments
- Updates Segmnets tests
- Updates MailPoet's Notice.js with additional options
- Updates Import's router, WP menu bootstrap logic, client- and
  server-side logic
2015-11-07 11:24:02 -05:00
b20d92c9b1 fixed unit tests and added form model unit test 2015-11-06 18:43:56 +01:00
d504d17956 fixed errors 2015-10-21 14:52:53 +02:00
6dfce57c3f Fix newsletter option related tests 2015-10-21 14:40:43 +03:00
3a4a641ca2 Add newsletter options 2015-10-20 21:47:18 +03:00
e583db6f56 - Adds global filter to search custom fields
- Updates tests
2015-10-19 20:31:04 -04:00
d951200370 - Updates DB query for custom fields
- Updates models and tests for Subscribers and CustomFields
2015-10-18 13:53:07 -04:00
4e3784fb96 merged master 2015-10-16 14:40:32 +02:00
805f7d5417 - Adds new models: CustomFields and SubscriberCustomField + tests
- Adjusts DB Migrator, Initializer class
- Adjusts Subscribers model tests
Closes #159
2015-10-15 23:23:33 -04:00
f59670005e unit tests and cleanup 2015-10-15 18:21:42 +02:00
e24263e067 fixed DKIM Unit test + finished MTA template 2015-10-14 15:45:28 +02:00
a6c145476e - Adds wp_mail() mailer + tests
- Updates Mailer router + tests
- Updates mailer classes + tests
Closes #174
2015-10-13 15:31:51 -04:00
e370e4b4c8 - Refactors mailer classes and tests
- Updates Newsletter router to send to multiple recipients
2015-10-12 08:08:08 -04:00
864c352384 - Refactors MailPoet mailer class + tests
- Includes MailPoet mailer inside Mailer router
- Adjusts Newsletter router to work with new MailPoet mailer
- Updates tests for all mailers
2015-10-12 08:07:35 -04:00
08822bd745 - Adds SMTP mailer + tests
- Adjusts Mailer router
- Changes sender/recipient email in tests
- Adds SwiftMailer composer dependency
2015-10-12 08:05:43 -04:00
14160f92f3 - Renames Mailer router method responsible for building the mailer
- Updates tests
2015-10-12 08:03:32 -04:00
1d9ef9bd91 - Adds Amazon SES tests
- Refactors all API mailers
- Updates unit tests for all API mailers
- Adds Mailer router + tests
2015-10-12 08:03:31 -04:00
d2bdc922b3 - Adds Mandrill mailer + tests 2015-10-12 08:03:29 -04:00
ce1674da63 - Adds MailGun mailer class + tests
- Updates tests for mailer classes
2015-10-12 08:03:28 -04:00
901544b875 - Added Mandrill mailer class + tests
- Updated other mailer tests
2015-10-12 08:03:28 -04:00
291ff0208a - Adds ElasticEmail and SendGrid mailer classes + tests 2015-10-12 08:03:27 -04:00
ecb522955b Newsletter Segment relation
- added newsletter_segment table
- added NewsletterSegment model
- added list filter on newsletters listing
- unit tests
2015-10-06 11:13:38 +02:00
c15359f1b4 Listing filters 2015-10-06 10:00:18 +02:00
55c59419a9 fixed unit test for settings 2015-10-02 13:05:10 +02:00
45dccf6c50 First step complete 2015-09-30 15:56:13 +02:00
028b178e3f Add DB tables, model and router for Newsletter templates 2015-09-29 17:23:41 +03:00
c119cc8024 - Adds additional tests to Newsletter model
- Modified Newsletter router get() method to return full object
2015-09-25 08:48:37 -04:00
30d0d1594d - Modifies Newsletter router save() and get() methods
- Adds Newsletter router render() method
- Adds 'body' validation to Newsletter model
- Adds new 'preheader' column to Migrator
- Corrects Nesletters acceptance test class name conflict
- Updates Newsletter model tests
Closes #138
2015-09-24 18:26:44 -04:00
a2494cfa1b - Adds tests for newsletter renderer 2015-09-23 22:42:11 -04:00
2a4945c956 Listing & Form & Refactoring
- finished implementing forms
- fixed form reset when clicking on new
- fixed responsive for select all checkbox and toggle item details
- refactored listing items' actions
- added Trash action
- cleaned up validations on models
- fixed syntax
- fixed tests
2015-09-16 12:14:04 +02:00
e8abc4cb47 - Model returns validation errors upon save (Closes #122)
- Fixed acceptance test for Newsletters (Closes #126)
2015-09-13 19:40:42 -04:00