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
67a3440ced
updated router unit tests - refactor + test bulk delete
2016-02-08 10:10:43 +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
8dbfe82922
Bump version up to 0.0.14
0.0.14
2016-02-05 17:34:53 +02:00
7322f2151c
Merge pull request #334 from mailpoet/unit_tests_update
...
Enables conditional bypassing of unit tests
2016-02-05 16:38:31 +02:00
c43d2f240d
- Updates MailChimp test and .env.sample
2016-02-05 09:35:32 -05:00
bbcd267b6f
- Updates .env.sample with available options for unit tests
2016-02-05 09:00:28 -05: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
24cb614adb
- Enables conditional bypassing of unit tests
2016-02-04 18:41:18 -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
233020ca20
fix unit tests
2016-02-04 14:38:25 +01: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
992fe2a6e9
Fix preventing dragging by settings/delete block tools
2016-02-04 13:47:46 +02:00
c2cb88f995
Unit tests fixed + models & routers update
2016-02-04 11:41:05 +01:00
ba69d659ab
Changed editor to not send 'last_modified', let server pick one
2016-02-03 18:21:30 +02:00
397d988eb1
Allow block dragging only with "Move" tool, but not with others
2016-02-03 18:21:30 +02:00
d85f2341ec
Change Posts/ALC to use MailPoet specific image size
2016-02-03 18:21:30 +02:00
2b3c288b5f
Merge pull request #330 from mailpoet/template_footer_fix
...
Removes footer text/link color overrides for coffee shop template
2016-02-03 11:19:43 -05: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
aa959810e9
Merge pull request #322 from mailpoet/code_coverage
...
Code coverage report
2016-02-01 16:31:53 +02:00
45b7a79277
Merge pull request #321 from mailpoet/router_upgrade_3
...
Router upgrade 3
2016-02-01 15:41:13 +02:00
41c8c0dae5
Code coverage report
2016-02-01 14:07:54 +01: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
7884dd8389
- Updates code to work with PHP 5.3. Closes #307
2016-01-31 14:02:57 -05:00
b577d33414
Merge pull request #318 from mailpoet/minor_cron_update
...
Cron update
0.0.13
2016-01-29 22:03:55 +02:00
70de0a01bf
- Moves cron timeout/execution limit to the central cron helper class
2016-01-29 15:01:10 -05:00
3b7f77d9af
Bump up version to 0.0.13
2016-01-29 21:47:56 +02:00
21847ca875
Merge pull request #315 from mailpoet/sending_queue_worker_fix
...
Sending worker newsletter processing fix
2016-01-29 21:07:17 +02:00
6153316047
Merge pull request #314 from mailpoet/cron_loop_fix
...
Cron refactoring
2016-01-29 21:06:35 +02:00
32f8f07602
- Refactors and fixes issues identified during code review
2016-01-29 13:30:13 -05:00
70a04d9bf6
Merge pull request #317 from mailpoet/router_upgrade_2
...
CustomFields (Router update + Form block renaming + Unit tests)
2016-01-29 18:45:29 +02:00
bb1cc997cc
CustomFields
...
- renamed form block type "input" to "text" for consistency with React
- updated CustomFields router to comply with main router
- unit tests for CF router
2016-01-29 17:16:24 +01:00
24f96d9d7d
Merge pull request #313 from mailpoet/router_upgrade
...
Main Router update + Subscribers router update + Unit test
2016-01-29 17:01:21 +02:00
46c7332da2
Merge pull request #316 from mailpoet/sendgrid_mailer_fix
...
SendGrid mailer update
2016-01-29 12:53:44 +02:00
2f42f643ab
- Fixes message body construction
2016-01-28 22:29:47 -05:00