Commit Graph

23 Commits

Author SHA1 Message Date
Jonathan Labreuille
bb869e8ae8 Fixed setWindowTitle for WP version < 4.4
- fixed variable name Env::temp_url (instead of temp_URL)
- updated cache folder to be in the temp folder (uploads) instead of views (within plugin)
2016-03-22 17:25:25 +01:00
Jonathan Labreuille
a9b9e9c631 Updated tests in order to fix WP related issues 2016-03-18 14:30:59 +01:00
Vlad
eb380499d9 - Rewrites export to support large datasets
- Updates unit tests
- Fixes an issue with export UI not displaying subscribers without segment
2016-03-03 14:33:10 -05:00
Vlad
8dbb6ab79f - Updates based on code review comments 2016-02-22 11:54:31 -05:00
Vlad
499936e3ab - Removes file size limit in import
- Implements chunked import processing
- Updates tests/migrator/Subscriber model
2016-02-20 18:55:34 -05:00
Vlad
b5864adf06 - Fixes writable path check 2016-02-17 11:47:20 -05:00
Vlad
636fa38ab6 - Enables check for writable export file 2016-02-16 17:35:20 -05:00
Vlad
6f176f4e6c - Updates MailChimp unit test 2016-02-11 10:34:24 -05:00
Vlad
b26380fd10 - Updates MailChimp class and unit test 2016-02-09 10:03:29 -05:00
Tautvidas Sipavičius
7322f2151c Merge pull request #334 from mailpoet/unit_tests_update
Enables conditional bypassing of unit tests
2016-02-05 16:38:31 +02:00
Vlad
c43d2f240d - Updates MailChimp test and .env.sample 2016-02-05 09:35:32 -05:00
Vlad
24cb614adb - Enables conditional bypassing of unit tests 2016-02-04 18:41:18 -05:00
Jonathan Labreuille
55f851208b Major update of unit tests / updated routers + models + react 2016-02-04 19:04:52 +01:00
Vlad
6a9313107c - Fixes unit test 2016-01-21 12:21:22 -05:00
Tautvidas Sipavičius
9ced4b1757 Fix export test after temp URL changed 2016-01-08 19:21:32 +02:00
Vlad
0c73c0fadc - Resolves issues identified by @rafaehlers during testing 2016-01-07 22:47:59 -05:00
Jonathan Labreuille
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
MrCasual
c2fde308cb - Renames and updates sending queue worker
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
MrCasual
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
MrCasual
aa93c7349f - Rebases master
- Adds tests for all Export class methods
Closes #221
2015-11-18 22:14:48 -05:00
MrCasual
82cf4a28fd - Updates export tests 2015-11-18 14:42:28 -05:00
MrCasual
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
MrCasual
c96ac06423 - Moves ImportExport under Subscribers namespace
- Updates tests
2015-11-13 12:46:54 -05:00