ed886280de
- Rewrites the CSS styles processor/renderer class
...
- Adds unit tests
2017-01-13 13:16:57 -05:00
9ee66160ec
Display 'bounced' option on subscription page only if user is bounced and make it disabled [MAILPOET-754]
2016-12-21 21:04:28 +03:00
b046c9ea4b
Gracefully catches Twig exceptions and displays error messages
...
MAILPOET-667 #time 3h
2016-11-10 16:33:50 +02:00
069bc95297
fixed HTML export of subscription form + updated docs url in settings
2016-11-02 13:24:55 +01:00
4402f826c3
fixed issue with namespace AND fixed issue #649
2016-10-06 12:54:04 +02:00
b9745b555a
make sure ABSPATH is defined before using it - fixes issue #648
2016-10-06 12:52:53 +02:00
21b4187a11
added missing text domains in _e functions
2016-10-05 10:26:59 +02:00
7fbf84db1f
converted text domain to string instead of constant
2016-09-30 09:58:26 +02:00
42202f676a
updated Env::plugin_name to constant for text domain
2016-09-27 14:54:23 +02:00
ba6198f956
added textdomain to __() calls
2016-09-27 14:53:44 +02:00
a328d3b48a
avoid duplicating code
2016-09-23 12:56:27 +02:00
6091751a4b
Closes issue 480
2016-09-21 11:54:16 +02:00
213bca8050
fixed rendering of date block + fixed validation for dates
2016-08-16 14:41:53 +02:00
c5a02c6136
- Allows setting empty value for date custom fields
2016-08-14 13:00:28 -04: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
b07c4d0e6e
- Adds date validation based on date format
2016-08-08 18:23:11 -04:00
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
fe154d9251
fixed code sniffer reported errors
2016-07-01 14:17:39 +02:00
a8ffbc2d0e
handle empty/unchecked/checked checkboxes properly in both react and forms
2016-07-01 14:14:18 +02:00
9de3a245b0
fixed both radio & checkbox fields so that it selects the proper value
2016-07-01 14:14:18 +02:00
7f265675b0
changed the way custom field date type is handled (react + form + db)
2016-07-01 14:14:18 +02:00
ba15db9829
fixed value loading for textarea
2016-07-01 14:14:18 +02:00
d15473a8e4
disabled first/last name inputs for WP User on manage subscription page
2016-07-01 14:14:18 +02:00
55d48df8a4
Fix indentation issues
2016-06-30 18:50:48 +03:00
9ddc1ef555
Remove statements that cannot be executed
2016-06-30 18:49:50 +03:00
48f0c03425
Fix spacing between control structure and opening parenthesis
2016-06-30 18:46:33 +03:00
0bfbe6dc79
Change TRUE, FALSE, NULL capitalization to lowercase
2016-06-30 18:46:33 +03:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
046127eeba
fixed react forms (new bug discovered on new forms with default values not saved)
2016-05-19 14:30:33 +02:00
375e70d84b
success messages in both context when subscribing to a form
2016-04-21 12:39:14 +02:00
42d586610e
form subscription only using Router now
2016-04-20 16:59:18 +02:00
f91bfbf473
handle form as iframe
2016-03-22 17:25:25 +01:00
3281ac390e
Improved segment selection errors in form editor
...
- improved error display to make it more obvious (added border on select2 on error)
2016-03-22 17:25:25 +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
e28451d410
removed edit page in settings + manage subscription update
2016-03-17 15:45:05 +01:00
4a96e483a6
edit profile rendering (missing segments list) + fallback for Url::redirectBack()
2016-03-04 11:20:17 +01:00
4b528549f5
edit subscription form + save
2016-03-03 15:57:42 +01:00
d2be407ccb
rendering of edit subscription form
2016-02-29 13:34:17 +01: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
5121dbe0c8
Form Editor Round 3
...
- added prefix to form styles so that it does not conflict when multiple forms are on the same page
- added validation on form save for segments
2016-02-12 12:45:07 +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
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
ad925de801
Custom fields (in Form & Edit subscriber)
2016-01-21 17:27:34 +01:00
cabe2d61b7
Form editor update
...
- when a custom field is updated, the matching form field is now also updated
- ability to toggle "is_required" on First name & Last name
- fixed position of validation errors on segment selection, checkbox and radio
- fixed form subscription not working when using custom fields
- fixed sortable in segment selection after list update (add/remove)
- updated position of messages in form subscription
2016-01-18 17:23:10 +01:00
3689545589
Default page on install + Setting::setValue() dot notation + cleanup
2016-01-15 13:37:37 +01:00
7be1a11d1e
Form editor
...
- fixed validations on radio type
- fixed date format for months
- added custom fields storing on subscribe
- fixed date widget (select today's date)
- fixed validation on form widget
2015-12-08 16:55:30 +01:00
9fb04bc3c0
first round of fixes #255
2015-12-07 16:54:08 +01:00
893231e8e5
List selection fix
2015-11-09 14:19:59 +01:00
dfadda2d12
converted form renderer validation to Parsley
2015-11-06 16:09:56 +01:00