a02b2d3aa0
- Updates migrator/schema to work with MySQL 5.7
...
- Fixes unit tests
- Fixes export's SQL query to work with strict ONLY_FULL_GROUP_BY option
2016-05-16 22:26:21 -04:00
607a151c23
Fix for PHP7 & Mysql 5.7
...
- added default values to not null columns
- fixed passing by reference issue on MailChimp->getDataCenter
- fixed a couple unit tests
2016-05-16 14:50:43 +02:00
23682011af
- Prevents WP user's first/last name to be updated during import
...
- Resets "next step" button state when going to step 3 of import
- Closes #469
2016-05-11 14:44:29 -04:00
79e37018c9
- Fixes unit test
...
- Updates Settings page heading to h1
2016-05-11 08:56:37 -04:00
f36dbb78e6
- Updates unit test
2016-05-02 13:44:36 -04:00
cca76d0d97
- Adds custom shortcode processing logic
...
- Updates shortcode categories code
- Completely rewrites shortcodes unit tess
2016-05-01 14:07:06 -04:00
412201d965
- Updates unit test
2016-04-30 22:38:39 -04:00
5bad682879
- Merges all shortcode links under one category
...
- Adds filter hooks for custom links
- Renames old shortcodes in the editor and elsewhere
2016-04-30 22:19:59 -04:00
ae358ce13e
- Updates statistics SQL query
...
- Fixes tests + expands coverage
- Removes leftover console command
2016-04-27 21:26:47 +03:00
cb0908fc70
Merge pull request #454 from mailpoet/post_title_shortcode_fix
...
Updates newsletter post title shortcode
2016-04-27 21:24:34 +03:00
2459a103fd
- Ignores sticky posts when fetching latest post title
...
- Updates unit test
2016-04-26 19:53:23 -04:00
0dd3f2178e
updated form stats to record individual subscription
2016-04-26 18:12:05 +02:00
de873eca71
Unit test for StatisticsForms model
...
- improved incrementation of subscriptions count so that we don't need to fetch the record after an update
2016-04-26 15:38:42 +02:00
dd8f58e35e
- Fixes incorrect newsletter issue number display
...
- Updates newsletter 'last post title' logic
- Updates shortcode extraction regex to allow limiting extraction of only
specific categories
- Updates unit tests
- Closes #380
2016-04-21 20:04:02 -04:00
91076580ef
- Enables check for subscribers who has "subscribed" status during
...
newsletter sending
- Enforces "signup_confirmation" option when selecting subscribers for
newsletter sending
- Updates unit tests
2016-04-18 17:28:37 +03:00
a4c1b24c35
fixed unit tests
2016-04-15 11:56:33 -04:00
f930b3303b
- Sets text-align to left when it's not center|justify|right
2016-04-08 20:37:00 -04:00
ba40437eb9
- Enables dynamic line-height based on font-size
2016-04-08 15:19:14 -04:00
a00f1efcfe
- Updates unit test due to button style change
2016-04-07 19:38:15 -04:00
4f30158722
- Updates button height calculation
...
- Removes background color when it's set to "transparent"
- Removes second line break from paragraphs
- Introduces other changes based on Becks's testing
- Updates unit tests
2016-03-31 19:19:58 -04:00
aa1a2a0da9
- Updates button padding
2016-03-30 20:09:06 -04:00
8723aa4e4e
Remove obsolete test file
2016-03-23 14:52:06 +02:00
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
608b559ee1
- Minor adjustment to the shortcodes logic
2016-03-21 09:09:43 -04:00
181ed45d0b
- Updates shortcodes logic
...
- Implements [newsletter:total] and [newsletter:number] shortcodes
- Implements shortcode replacement in subject line
- Updates unit tests
Issue #380
2016-03-21 09:09:43 -04:00
8ece62c9a6
fix tests
2016-03-18 14:58:33 +01:00
a9b9e9c631
Updated tests in order to fix WP related issues
2016-03-18 14:30:59 +01:00
f11de2f1ad
Updated shortcodes for unsubscribe/manage/browser links
...
- fixed all issues in #387 except the custom mailpoet pages
2016-03-17 15:48:06 +01:00
72882aaf2b
fixed shortcodes replacement for "global:" in newsletters
...
- extracted "get subscription pages urls" from models\Subscriber
- added unit tests for subscription\url class (not working because of WP/Codeception issue)
2016-03-17 15:45:05 +01:00
f120e839dd
Merge pull request #375 from mailpoet/export_large_dataset_fix
...
Export update
2016-03-04 14:12:20 +02:00
263a66407f
- Removes mailpoet_padded class from the last element in a column
2016-03-03 19:13:50 -05:00
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
12c159c627
bugfix + refactoring
2016-03-01 16:23:15 +01:00
bd593b1ad4
- Updates button/spacer rendering and unit tests
2016-02-26 09:05:43 -05:00
853794d459
Merge pull request #364 from mailpoet/phpmail_fix
...
Fixes localhost sending
2016-02-25 15:20:30 +02:00
9840b55de6
- Adds unit test for image link
2016-02-24 19:16:48 -05:00
ca7322933f
- Fixes issue with incorrect transport being used for localhost sending
2016-02-24 11:56:29 -05:00
1942972282
Change title position to featured image position
2016-02-23 15:26:12 +02:00
a883e1176c
Merge pull request #359 from mailpoet/import_batch_processing
...
Import update
2016-02-23 13:04:48 +02:00
8dbb6ab79f
- Updates based on code review comments
2016-02-22 11:54:31 -05:00
07d533a810
Manage subscriptions
...
- make use of the SubscriberSegment::status column to keep track of unsubscriptions
- unsubscribed segments now appear grayed out in the Subscribers listing
- added unsubscribed_at after segment names when editing a subscriber
- added date() method for Twig (uses WP's date format / date_offset)
- fixed typo in Form iframe export
- fixed unit test for Newsletters
- updated selection component (JSX) to allow more customization
2016-02-22 11:35:34 +01:00
499936e3ab
- Removes file size limit in import
...
- Implements chunked import processing
- Updates tests/migrator/Subscriber model
2016-02-20 18:55:34 -05:00
acf300160d
Merge pull request #356 from mailpoet/page_reviews
...
Page reviews
2016-02-18 15:34:10 +02:00
983df4ee13
Merge pull request #355 from mailpoet/editor_polishing_3
...
Editor polishing 3
2016-02-18 07:45:20 -05:00
316d5ab183
fixed unit tests
2016-02-18 13:13:19 +01:00
b5864adf06
- Fixes writable path check
2016-02-17 11:47:20 -05:00
aac2cd6eb8
Add button "Bold" text option, fix unit tests
2016-02-17 12:25:03 +02:00
636fa38ab6
- Enables check for writable export file
2016-02-16 17:35:20 -05:00
841c69af59
Merge pull request #348 from mailpoet/page_reviews
...
Page reviews
2016-02-12 13:36:47 -05:00
56b4688f93
updated unit tests for segments
2016-02-12 19:29:30 +01:00