Commit Graph

1257 Commits

Author SHA1 Message Date
Jonathan Labreuille
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
Jonathan Labreuille
64501a914a removed parsley validation on step 3
- fixed placeholder for select2 instances in settings
- fixed issue in sending queue worker when newsletter does not exist
2016-01-26 11:36:20 +01:00
Vlad
01eb6c7a98 - Refactors ALC 2016-01-25 09:27:51 -05:00
Tautvidas Sipavičius
da483fb88f Merge pull request #296 from mailpoet/form_custom_fields
Form custom fields
2016-01-22 14:56:16 +02:00
Jonathan Labreuille
788bed4622 moved const definition inside render method 2016-01-22 13:45:52 +01:00
Jonathan Labreuille
3fbe5423d0 added constant for years range + added comment for month quirk 2016-01-22 13:38:43 +01:00
Tautvidas Sipavičius
8357295be2 Merge pull request #295 from mailpoet/import_review_fixes
Various fixes based on Rafael's import review comments
2016-01-22 12:28:52 +02:00
Jonathan Labreuille
6cac7f3652 Saving of date custom fields in React & PHP 2016-01-22 10:45:33 +01:00
Vlad
72c9d301b7 - Fixes issue with file extension warning
- Removes duplicate notices
- Updates Twig's localize function to escape double quotes
2016-01-21 12:08:51 -05:00
Jonathan Labreuille
ad925de801 Custom fields (in Form & Edit subscriber) 2016-01-21 17:27:34 +01:00
Vlad
1da28b7299 - Enforces CSV file extension during import file selection
- Updates "no records found" error message
2016-01-20 15:45:56 -05:00
Vlad
e837ad7014 - Fixes MailChimp import error 2016-01-20 13:54:20 -05:00
Jonathan Labreuille
3b9821fbe1 Remove matching form block when custom field is deleted 2016-01-18 17:46:42 +01:00
Jonathan Labreuille
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
Tautvidas Sipavičius
dc38b19667 Change transition timings and easings based on feedback 2016-01-15 12:05:43 +02:00
Tautvidas Sipavičius
46c1b682fa Add option to scroll to notices 2016-01-14 13:39:48 +02:00
Tautvidas Sipavičius
6642bb3bfa Verify preview input data, remove "Sender" inputs 2016-01-13 14:28:43 +02:00
Tautvidas Sipavičius
2cb32e7a78 Add a method for sending newsletters via new Mailer class 2016-01-13 13:04:21 +02:00
Tautvidas Sipavičius
b7cfa549d5 Change newsletter and template saving to JSON encode body separately 2016-01-11 18:27:30 +02:00
Tautvidas Sipavičius
d1b160def7 Merge pull request #286 from mailpoet/cron_update
Cron update
2016-01-08 19:23:50 +02:00
Vlad
e62e9a5892 - Fixes issue with temp folder
- Updates formatting
2016-01-08 10:55:09 -05:00
Jonathan Labreuille
82a736ffbb Cron update + removing console.log
- use Setting::getValue for getDaemon method
- added "updated_at" property within cron_daemon value (instead of using the setting's column)
- converted line endings to Unix in notice.js and removed console.log
2016-01-08 12:02:11 +01:00
Vlad
0c73c0fadc - Resolves issues identified by @rafaehlers during testing 2016-01-07 22:47:59 -05:00
Vlad
5c7e11076d - WIP on updating import 2016-01-07 18:11:59 -05:00
Jonathan Labreuille
5996696cc9 Merge pull request #284 from mailpoet/animations
Animations
2016-01-07 17:31:17 +01:00
Vlad
0dbe04c3f8 - Addresses issues identified during code review 2016-01-06 19:19:06 -05:00
Tautvidas Sipavičius
ef1805d9b5 Change obsolete "Arial Black" fonts to "Arial", add Velocity to tests 2016-01-06 16:43:39 +02:00
Tautvidas Sipavičius
514f539e83 Remove obsolete Velocity dependence due to it being injected elsewhere 2016-01-06 15:58:14 +02:00
Tautvidas Sipavičius
50f072705e Fix double animations when ALC block changes, remove console.log lines 2016-01-06 12:48:45 +02:00
Tautvidas Sipavičius
f8f7bc3d3d Handle sidebar animations with Velocity, fix delete button transitions 2016-01-06 12:29:32 +02:00
Vlad
f1bf2bb097 - Refactors Mailer class
- Refactors SendingQueue worker class
- Adds Maier router with a send() method + ability to specify sending method
- Updates tests
- Introduces 'stopping' and 'starting' cron states
- Improves cron control mechanism
Closes #276
2016-01-05 10:34:57 -05:00
Tautvidas Sipavičius
c844488b0b Switch to VelocityJS for view transitions, slow down some transitions 2016-01-05 15:01:30 +02:00
Tautvidas Sipavičius
c9e6dce785 Rename vendor_static/ to vendor/ 2016-01-04 17:02:46 +02:00
Marco
8d61866b77 Merge pull request #278 from mailpoet/drag_and_drop
Editor: Drag&Drop
2015-12-18 14:54:30 +01:00
Tautvidas Sipavičius
1f99345e7b Remove obsolete code 2015-12-17 18:03:16 +02:00
Tautvidas Sipavičius
89782bc94b Refactor editor JS, change blocks to extend base methods 2015-12-17 16:58:02 +02:00
Tautvidas Sipavičius
155ff09280 Fix incorrect insertion order for containers 2015-12-17 15:21:56 +02:00
Tautvidas Sipavičius
132e6d3342 Rename Wordpress component to Communication component, fix preview JS
syntax
2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
f02699158f Apply newsletter background color to template preview images 2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
be3462925d Change server returned newsletter body to be a json object, not a string 2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
270023b89c Display error and success messages for template saving and export 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
9bbe36b3cb Set subject of new newsletters to "Draft newsletter" 2015-12-10 17:13:23 +02:00
Marco
95772ef68a Merge pull request #261 from mailpoet/form_editor_round_1
Form editor round 1
2015-12-09 14:07:33 +01:00
Jonathan Labreuille
e1c94db516 edit form name follows newsletter's design 2015-12-08 17:10:45 +01:00
Jonathan Labreuille
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
Tautvidas Sipavičius
3ef8067968 Remove transition class after it ends for editor content blocks 2015-12-07 18:50:17 +02:00
Jonathan Labreuille
9fb04bc3c0 first round of fixes #255 2015-12-07 16:54:08 +01:00
Jonathan Labreuille
268dabdc9f Bugfixes on sending
- added checks to prevent adding to the queue useless items
- fixed issue with mta settings (duplicated "host" input / renamed duplicate to "domain" for MailGun)
- fixed namespace issue on cron daemon/supervisor
- fixed typo in migration preventing the newsletter_templates table to be created.
- partially fixed cron.jsx
2015-12-07 13:29:42 +01:00
Jonathan Labreuille
1f06a7dd0b fixed naming of sending_queue & added validation of segments on step 3 2015-12-04 19:54:31 +01:00
Jonathan Labreuille
beb939df9e updated send with tab 2015-12-04 15:31:04 +01:00