Jonathan Labreuille
b87754ca30
Listing setParam only needs to be run when url history is specified
...
- added missing code to deleteManySubscriptions() so that it doesn't remove from all segments
2016-06-20 17:28:19 +02:00
Vlad
22dfb372ec
- Updates bulk insert logic
2016-06-20 10:34:41 -04:00
Jonathan Labreuille
68c09b8678
Sorting for all listings & bugfixes for all listings except Newsletters
...
- newsletters listing now uses hash history
- newsletters are sorted by Subject (a->z)
- segments are sorted by Name (a->z)
- re-added WordPress Users list as a segment you can send a newsletter to
- added explicit error messages when an auto newsletter isn't fully configured
- added missing strings for "selectAll" in Segments listing
- fixed filters() in Subscribers listing (wrong count as it was not taking groups/filters/search into account)
2016-06-20 16:23:27 +02:00
Vlad
c83ab0886f
- Rebases master
2016-06-19 22:10:18 -04:00
Vlad
999a0b3ede
- Refactors sending queue worker by breaking it into smaller tasks
...
- Adds arrayUnique method to Helpers for multidimensional arrays
2016-06-17 14:52:56 -04:00
Vlad
6daecd6466
- Fixes URL extraction (undefined index notice)
...
- Updates link replacement in text body
- Updates links saving logic
2016-06-17 14:52:33 -04:00
Jonathan Labreuille
7af2775972
Allowed ability to set default sort_by/order on listings
...
- improved performance of listings (less refresh of items)
- fixed sorting issue where the order would not be reversed
2016-06-17 17:27:40 +02:00
Jonathan Labreuille
269ddae93a
Refactored scheduling options for React (semi-converted to ES6 too)
...
- fixed issue with Pausing sending (missing self::)
2016-06-17 13:05:46 +02:00
Jonathan Labreuille
90c3f0e4e4
only update status to Sent for Standard newsletters
2016-06-16 20:31:47 +02:00
Jonathan Labreuille
dd8c54aae3
removed useless newsletters/list.jsx
...
- removed constant from Scheduler since it's defined on the SendingQueue model
2016-06-16 20:08:42 +02:00
Jonathan Labreuille
aa3a46b941
Status update of newsletters completed
...
- duplicate newsletter now includes options as well
- fixed NaN issue in statistics when newsletter is being sent
- use constant for scheduled (and put it as the sendingQueue Model level)
2016-06-16 20:01:53 +02:00
Jonathan Labreuille
744455f0df
removed useless methods
2016-06-16 12:21:54 +02:00
Jonathan Labreuille
9aa25446d1
fixed unit tests
2016-06-15 16:33:48 +02:00
Jonathan Labreuille
6199caea29
- Notification settings column
...
- added "width" option to listing headers/columns
2016-06-15 16:33:48 +02:00
Jonathan Labreuille
d6a68dd4d0
settings column done for welcome emails + WordPress capitalization fix
2016-06-15 16:33:48 +02:00
Jonathan Labreuille
ee6e261c42
Conditional display of statistics column (for standard)
...
- improved duplicate action (for standard)
- moved STATUS_COMPLETED constant from worker to SendingQueue model where it belongs
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
cabfd8a946
better with the proper type
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
cf712636ed
progress on notification type listing + NL model improvements
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
873c3d15a0
Fixed Setting::getValue issue where defaults were not returned for single keys
...
- updated static strings with constants
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
9f971632c9
update status in welcome listing
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
91bc0505ac
Welcome emails progress
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
90c94624cc
added preview link for standard newsletters
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
cd412894c6
Refactored filtering (groups / status / type)
...
- standard listing close to completion (missing item actions)
- enabled tracking by default on install
2016-06-15 16:26:42 +02:00
Jonathan Labreuille
ecf15d53d9
Newsletters listing
...
- added stylesheet for newsletters listing
- added "status" database column on Newsletters for grouping in listings
- added duplicate link to standard newsletters
2016-06-15 16:15:02 +02:00
Jonathan Labreuille
a593347336
call groups/filters only if Model has defined those methods
2016-06-15 16:15:02 +02:00
Jonathan Labreuille
c959e7ec96
fixed total count and filtering + basic tab implementation in React
2016-06-15 16:14:06 +02:00
Jonathan Labreuille
86a2846215
Tab system for listings
2016-06-15 16:14:06 +02:00
Jonathan Labreuille
3b97a26a8a
Newsletters multi-listing
2016-06-15 16:14:06 +02:00
Jonathan Labreuille
dc6c973574
Merge pull request #523 from mailpoet/editor_ui
...
Email Editor: round 2 fixes
2016-06-14 15:26:22 +02:00
Jonathan Labreuille
2a3a561464
updated shortcode (user -> subscriber) in FrankRoast template
2016-06-14 15:25:23 +02:00
Vlad
f22cadd319
- Declares hash length as constant
...
- Introduces check for nonexistent values/updates loop condition
2016-06-14 09:02:08 -04:00
Tautvidas Sipavičius
5ea25ec697
Fix the way we query for WP subscriber in email preview
2016-06-14 15:43:13 +03:00
Vlad
e69aa792c4
- Prevents URLs in link titles from being processed when tracking is enabled. Closes #519
2016-06-13 21:13:23 -04:00
Tautvidas Sipavičius
3b4ac4d2d2
Change newsletter preview to use current user as subscriber
2016-06-13 15:02:20 +03:00
Tautvidas Sipavičius
bfdabe3554
Merge pull request #521 from mailpoet/copy_review
...
Copy review
2016-06-10 12:36:47 +03:00
Kiefer Covia
77dd71935a
Update - June 10 2016
2016-06-10 11:13:40 +02:00
Tautvidas Sipavičius
33bdde1156
Merge pull request #516 from mailpoet/unit_tests
...
Adds unit test for open/unsubscribe statistics
2016-06-09 12:54:16 +03:00
Vlad
ed707b1738
- Adds unit test for unsubscribe statistics
2016-06-08 21:25:40 -04:00
Vlad
398903e8b8
- Adds unit test for open statistics
2016-06-08 12:38:52 -04:00
Jonathan Labreuille
d590f5ea98
Merge pull request #512 from mailpoet/preview_link_refactoring
...
Extracts browser preview URl logic into a separate class
2016-06-08 17:12:10 +02:00
Vlad
d6cbe5aac8
- Fixes incorrect shortcode name
...
- Updates unit test
2016-06-08 11:09:33 -04:00
Kiefer Covia
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
Jonathan Labreuille
945fe66bbb
Merge pull request #514 from mailpoet/model_cleanup
...
Removes unused method from the base model
2016-06-08 15:13:51 +02:00
Tautvidas Sipavičius
8e3eb2b795
Merge pull request #515 from mailpoet/unit_tests
...
Adds unit test for click statistics
2016-06-08 16:02:42 +03:00
Kiefer Covia
a355228b93
Test Commit
...
This is an initial test commit for the copy review.
2016-06-08 11:31:04 +02:00
Vlad
2cb0b3b071
- Adds unit test for click statistics
2016-06-07 21:57:04 -04:00
Vlad
bc1fb235d3
- Removes unused method from the base model. Closes #511
2016-06-07 18:47:00 -04:00
Vlad
713dda913e
- Fixes rendering issue where DOMDocument throws a notice on unescaped
...
html entity
2016-06-07 12:27:40 -04:00
Vlad
d182638971
- Updates references to the new view in browser URL class
...
- Removes unnecessary rtrim condition in URL generation
2016-06-07 10:53:01 -04:00
Vlad
a5c620acf3
- Updates the way the view in browser URL is constructed
2016-06-07 10:41:19 -04:00