a423123b66
Add 3 new sample templates Becs prepared
2016-09-02 14:12:19 +03:00
bcf1b37c6a
- Adds unit tests for Cron Trigger class
2016-09-01 19:19:47 -04:00
2986cdba85
- Removes Cron status from MailPoet's WP admin panel
2016-09-01 19:19:47 -04:00
53a8ae74e2
- Adds unit tests for Supervisor class
...
- Updates execution limit condition check in Supervisor
2016-09-01 19:19:47 -04:00
c664045444
Merge pull request #603 from mailpoet/welcome_page
...
Welcome and Update pages
2016-09-01 14:02:20 +03:00
6b8149210d
Remove installed_at
default value from default settings
2016-08-31 16:59:50 +03:00
d9fbbdc02d
- Updates code comments
2016-08-31 09:23:12 -04:00
8136ee2d9b
Add a timestamp to log when the plugin was installed
2016-08-31 14:42:43 +03:00
f2d1787bd5
- Updates site URL detection logic
...
- Adds unit test for Cron Helper class
2016-08-30 12:37:30 -04:00
088ad5fb42
Merge pull request #597 from mailpoet/editor_fixes
...
Editor fixes
2016-08-29 15:43:47 -04:00
3603eeee77
- Updates remaining router endpoints to use constructor and new constants
2016-08-25 10:03:52 -04:00
59d30cc139
- Renames router URL query parameter and router class
...
- Updates other classes to use the new name
- Updates unit tests
2016-08-25 09:57:14 -04:00
c6b72e729b
- Refactors front router and endpoints to use dynamic methods
2016-08-24 23:26:13 -04:00
ae6269eb63
- Restricts router access to explicitly defined endpoint actions
2016-08-24 11:23:12 -04:00
a8f4779bfe
- Updates code formatting
2016-08-24 10:22:10 -04:00
6868142e35
- Extracts view in browser response to the endpoint
...
- Updates unit tests
2016-08-24 10:20:35 -04:00
133d123919
- Updates front router and endpoints to use dynamic methods
2016-08-24 10:20:10 -04:00
05c128d12d
- Fixes errors thrown when there are no shortcodes in the newsletter body
2016-08-24 09:29:17 -04:00
80fddd6c58
- Refactors view in browser
2016-08-23 23:42:26 -04:00
c807ead5fd
- Prepares newsletter renderer for conversion to using modal objects
...
instead of arrays
2016-08-23 12:48:38 -04:00
f004bb5368
- Set default preview email to be current user's email;
...
- Change "Preview in browser" form to autocomplete used emails.
2016-08-23 19:32:10 +03:00
ec09fbcb78
- Converts static classes to dynamic
2016-08-22 16:22:33 -04:00
ed352bb1d3
- Passes wp_user_preview parameter to custom link shortcode filter
2016-08-22 09:26:25 -04:00
375bbd2759
- Calls an open tracking class when tracking clicks
2016-08-22 09:26:25 -04:00
9fb9d25132
- Uses model method to get queue
2016-08-22 09:26:25 -04:00
30f79aa589
- Updates unsubscribe tracking logic
2016-08-22 09:26:25 -04:00
69f8daac95
- Updates wp user & preview check condition
2016-08-22 09:26:25 -04:00
03f3a6080c
- Returns empty response or an image in all cases
2016-08-22 09:26:25 -04:00
44f84c6cdb
- Updates method names
2016-08-22 09:26:25 -04:00
31008a6895
- Updates queue and subscriber check condition
2016-08-22 09:26:25 -04:00
2490d8c919
- Refactors browser preview
2016-08-22 09:26:25 -04:00
5886dbfd25
- Refactors statistics tracking
2016-08-22 09:26:25 -04:00
e48d55f0b1
- Adds new model methods
2016-08-22 09:26:25 -04:00
42339927cf
- Extends ORM's isNew() method to work on saved models
2016-08-22 09:26:25 -04:00
b492bcecc0
- Removes requirement of passing newsletter id when tracking clicks
...
- Extracts common tracking data processing/validation code into the Track
class
- Refactors Clicks, Opens and View in Browser classes to enforce
subscriber id and token check
- Allows admin users to preview newsletters without tracking statistics
2016-08-22 09:26:25 -04:00
6ab7debb7b
- Fixes code formatting
2016-08-22 09:26:25 -04:00
b76ce6c26f
- Adds verification of newsletter-to-queue and subscriber-to-queue
...
- Prevents tracking open/click rates for subscribers who the newsletter
was not sent to
2016-08-22 09:26:25 -04:00
289811a595
Updated Import & MailChimp tests
2016-08-17 13:32:29 +02:00
916ae97f73
Updated export unit test
2016-08-17 12:51:50 +02:00
876e386966
converted export
2016-08-17 12:23:15 +02:00
9582e58dda
converted import
2016-08-17 12:16:58 +02:00
213bca8050
fixed rendering of date block + fixed validation for dates
2016-08-16 14:41:53 +02:00
dc97d3115e
updated Custom Field endpoint + Unit tests + form editor update
2016-08-16 12:40:10 +02:00
90eb443965
Merge pull request #582 from mailpoet/custom_field_fix
...
Custom field fix
2016-08-16 12:00:28 +02:00
c5a02c6136
- Allows setting empty value for date custom fields
2016-08-14 13:00:28 -04:00
7f091d7188
- Fixes rebase screwup
2016-08-12 10:38:15 -04:00
87332037c2
Do not render images or social icons if image src is not defined
2016-08-12 16:18:44 +03:00
81c277ca93
- Update import to autodetect dates (UI) and convert them to datetime
...
format (backend)
- Fixes unit test
- Fixes code formatting in Date class
2016-08-12 00:29:57 -04:00
f8fea75130
- Updates date conversion method
...
- Uses Moment to parse dates in UI
- Updates Custom Field model to utilize date conversion method
- Adds unit test
2016-08-11 21:11:57 -04:00
1d6a09f010
Modify ALC to ignore posts published before notification newsletter is
...
created
2016-08-11 16:46:47 +03:00