67036ddb61
cleanup and bugfix on bulk actions
2016-02-15 15:50:47 +01:00
6c0f6a07cd
removed useless constant
2016-02-15 15:40:21 +01:00
8139a7dd0a
Subscribers page review
...
- added screen option to set number of items per page
- improved bulk actions in order to handle large sets
2016-02-15 15:40:21 +01:00
2aee853406
- Fixes remaining exception namescape issues
2016-02-13 21:39:55 -05:00
841c69af59
Merge pull request #348 from mailpoet/page_reviews
...
Page reviews
2016-02-12 13:36:47 -05:00
e60bc7c387
handle duplicates in model
2016-02-12 19:24:04 +01:00
6094a83f4b
Merge pull request #350 from mailpoet/rendering_engine_image_update
...
Updates logic behind image dimensions based on column width
2016-02-12 19:14:49 +02:00
27d5972306
- Updates logic behind image dimensions based on column width
2016-02-12 12:05:27 -05:00
0d894a6fef
- Fixes namespace issue when catching exceptions
2016-02-12 11:20:43 -05:00
57f0b88299
Merge pull request #347 from mailpoet/sending_frequency
...
Implements sending frequency
2016-02-12 14:23:22 +02:00
5121dbe0c8
Form Editor Round 3
...
- added prefix to form styles so that it does not conflict when multiple forms are on the same page
- added validation on form save for segments
2016-02-12 12:45:07 +01:00
e928a5c2bc
Segments page review
...
- remove edit link for WordPress users list
- hide trashed segments from Import
- fixed display issue in listing's item actions
2016-02-12 11:30:08 +01:00
d11badf3ce
- Implements sending frequency
...
- Updates sending queue worker
2016-02-11 22:46:45 -05:00
3006c982cb
- Updates image rendering & unit test
2016-02-11 21:28:43 -05:00
409697ee64
Sending queue router update
...
- cleaned up useless code
- bugfixes
- improved code coverage
2016-02-11 11:30:01 -05:00
9b584296a5
- Updates queue worker based on code review comments
2016-02-11 10:23:41 -05:00
7522084ccb
- Rewrites sending queue worker and updates router
...
- Implements batch sending for queue worker
- Fixes mailer class issue when sender data can be empty
- Updates values for cron execution timeout/limit
2016-02-10 22:34:54 -05:00
214aa60d0e
Merge pull request #338 from mailpoet/editor_polishing_2
...
Change `padded` image attribute to `fullWidth`
2016-02-10 22:34:36 -05:00
94d293deb7
Merge pull request #339 from mailpoet/mailchimp_update
...
Updates MailChimp class and unit test
2016-02-09 18:04:43 +01:00
cac6beb4ac
- Fixes display of error messages
2016-02-09 11:26:00 -05:00
cac995e15b
fixed subscribe in comments
2016-02-09 16:55:00 +01:00
b26380fd10
- Updates MailChimp class and unit test
2016-02-09 10:03:29 -05:00
6c6a4070be
Remove obsolete attribute from server response
2016-02-09 15:47:56 +02:00
8b001d820b
Change padded
image attribute to fullWidth
2016-02-09 15:26:06 +02:00
f9c5b99e46
updated Subscriber:: -> self:: in Models\Subscriber
2016-02-08 14:43:59 +01:00
95b0b39366
Fixed bulk_action success messages
...
- uptaded Subscriber & Segment routers' test
- moved add/remove segments logic to Subscriber::createOrUpdate
- fixed Router\Segments save not returning errors
2016-02-08 13:36:35 +01:00
4b6fa0e760
Added "Subscribers without a segment" filter
...
- removed useless dependency in filters.jsx
- fixed issue with Router\Subscribers::save() not updating segments
2016-02-08 10:32:06 +01:00
0de372344a
fixed bulkDelete
2016-02-06 15:17:19 +01:00
7a04eeb650
Listing: Empty trash button
2016-02-06 15:15:07 +01:00
bbc4acb2a4
Merge pull request #335 from mailpoet/mailer_class_Fix
...
Fixes detection of reply_to address
2016-02-05 12:52:39 +02:00
c89cc5a919
Merge pull request #333 from mailpoet/test_email_fix
...
Test email fix
2016-02-05 12:19:40 +02:00
33075940de
- Fixes detection of reply_to address
2016-02-04 19:22:11 -05:00
51c09b8360
Merge pull request #325 from mailpoet/router_unit_tests
...
Unit tests (Router\NewsletterTemplates & Router\Segments)
2016-02-04 18:59:09 -05:00
2fbf85f371
- Catches exception returned by mailer class when sender is not configured
2016-02-04 18:57:07 -05:00
55f851208b
Major update of unit tests / updated routers + models + react
2016-02-04 19:04:52 +01:00
990dac7727
Merge pull request #332 from mailpoet/editor_fixes
...
Editor bug fixes
2016-02-04 09:02:21 -05:00
0c419cde16
Unit tests (Router\NewsletterTemplates & Router\Segments
...
- moved json_decode(body) inside NewsletterTemplate->asArray (override)
- updated NewsletterTemplate router accordingly
- finished Segments unit test
2016-02-04 14:36:08 +01:00
35f9530d8e
Merge pull request #326 from mailpoet/router_unit_tests_2
...
More Unit Tests + Initializer fix
2016-02-04 08:24:15 -05:00
c2cb88f995
Unit tests fixed + models & routers update
2016-02-04 11:41:05 +01:00
d85f2341ec
Change Posts/ALC to use MailPoet specific image size
2016-02-03 18:21:30 +02:00
8ec28a23a7
Removes footer text/link color overrides for coffee shop template
2016-02-03 15:04:18 +02:00
12c9623e2f
Better Error handling for models
...
- added (array)getErrors() to models, returns false if no errors
- converted Forms::saveEditor method to use getErrors
- added error handling on the form editor view
2016-02-03 12:23:42 +01:00
8ba9fdccbc
fix for initializer - widget is now registered
2016-02-03 10:42:56 +01:00
a2ef62302f
More Unit Tests + Initializer fix
...
- added unit test for Router\Forms
- updated unit test for Model\Segment to reflect changes
2016-02-02 17:22:11 +01:00
24ecc879d3
Merge pull request #319 from mailpoet/php53-fix
...
Updates code to work with PHP 5.3
2016-02-02 13:25:23 +01:00
a1104a7f90
Merge pull request #320 from mailpoet/sending_queue_worker_fix
...
Sending queue worker fix
2016-02-01 16:32:42 +02:00
2aeab7aaff
Router Upgrade #3 & bugfix on Cron/Supervisor
...
- ALC
- Cron
- ImportExport
- Mailer
- Newsletters (only get method for consistency with other router get methods)
- Permissions
2016-02-01 13:00:11 +01:00
4fd0c4b484
Router updates + unit tests + React
...
- added -f flag to run unit test command in order to fail fast
- pass only id to "$endpoint->get($id)" in React forms instead of array
- updated routers according to the ->get($id) change
- refactored a bit the way form creation works
- added unit tests for Segments router
2016-02-01 11:56:21 +01:00
d4623cf763
Router update for Settings and Setup + unit tests
2016-02-01 11:56:21 +01:00
181c4fed08
- Fixes an issues with the sending queue worker throwing and error when
...
newsletter is not found
2016-01-31 21:35:34 -05:00