Commit Graph

8788 Commits

Author SHA1 Message Date
6f3b5ebaac Add option to show settings on drop, set it up for ALC 2015-10-07 15:18:00 +03:00
c7d62e0947 Align ALC "Show" fields left, closer to the label 2015-10-07 15:18:00 +03:00
6334b86f22 Hook up fetching of ALC posts 2015-10-07 15:17:59 +03:00
be2c35c13e Merge pull request #162 from mailpoet/listing_filters
Listing filters & Newsletter x Segments
2015-10-06 15:06:36 +02:00
ecb522955b Newsletter Segment relation
- added newsletter_segment table
- added NewsletterSegment model
- added list filter on newsletters listing
- unit tests
2015-10-06 11:13:38 +02:00
c15359f1b4 Listing filters 2015-10-06 10:00:18 +02:00
bfaf6e49f8 Merge pull request #154 from mailpoet/newsletter_process
Newsletter Create flow
2015-10-02 15:43:37 +02:00
c61849481a Fix container to track child changes for initial newsletter 2015-10-02 14:36:43 +03:00
85f160b60b Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-02 13:24:24 +02:00
56168bf73f added default template 2015-10-02 13:24:06 +02:00
2037397d2d Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-02 14:06:02 +03:00
55c59419a9 fixed unit test for settings 2015-10-02 13:05:10 +02:00
35ee14c563 Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-02 14:05:06 +03:00
007dbf77a4 Remove obsolete stubs 2015-10-02 14:04:44 +03:00
15d3b8f051 Send newsletter + Listing + Last Step
- fixed Selection React
- fixed bulk actions (side effect of muti selection)
- added actual sending of newsletter
- added Setting::getValue($key, $default) in order to get settings
- improved Bridge class to allow override of from/reply_to
- added jquery.serializeObject to ease the pain when posting form data
2015-10-02 13:01:27 +02:00
1409167ab5 Fix autosave on container content change 2015-10-01 17:11:22 +03:00
665bca5a76 Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-01 15:25:08 +03:00
dbab378b17 Disable "Next" step when newsletter is invalid 2015-10-01 15:24:44 +03:00
9c3bff80dd Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-01 14:24:24 +02:00
dc2b3733d7 Forms & Last Step
- fixed issues on forms
- added defaultValue on text/textarea fields
- added all actions on step 3
2015-10-01 14:22:53 +02:00
671befbfd8 Do not redirect when newsletter is invalid 2015-10-01 14:34:53 +03:00
39b2a2ad40 Add redirection from editor to last newsletter step 2015-10-01 13:46:10 +03:00
48b027fa62 removed obsolete code 2015-10-01 12:31:19 +02:00
9bb7a83b99 Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-01 12:28:55 +02:00
9d0ca85490 Last step
- improved watch command (much simpler robofile + truly recursive)
- split all form fields into separate files (JSX)
- improved form to allow multiple fields per row
- added selection react class for multi select using select2
- added missing files for select2 (webpack doesn't include them)
2015-10-01 12:25:25 +02:00
148fcb438f Remove obsolete comments 2015-10-01 12:42:12 +03:00
f143531a1e Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-09-30 15:56:31 +02:00
45dccf6c50 First step complete 2015-09-30 15:56:13 +02:00
4889598387 Hook up editor call to save as template 2015-09-30 16:06:31 +03:00
2e3b565e8a Type & Template
- fixed endpoint's name causing issues on case sensitive systems
- improved behaviour of delete
- added loading state for boxes
- added Breadcrumb ReactClass
- added common styles for breadcrumb
2015-09-30 11:44:06 +02:00
9a16904389 Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-09-29 17:30:07 +02:00
37bace359a Template selection
- templates are now loaded via ajax
- added "template" deletion
2015-09-29 17:29:31 +02:00
485d613d84 Switch to camelCase function names for NewsletterTemplate calls 2015-09-29 18:19:50 +03:00
b49c79111f Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-09-29 17:01:52 +02:00
e56b6767a8 JSX templates for types & templates
- added type selection
- added template selection
- added "box" styles
- bugfix on select all checkboxes in listings
2015-09-29 17:00:34 +02:00
028b178e3f Add DB tables, model and router for Newsletter templates 2015-09-29 17:23:41 +03:00
e3ef36ac4e fixed rendering issue of listings' select all checkbox 2015-09-29 13:23:12 +02:00
ad851553a0 Merge pull request #149 from mailpoet/bulk_action_fix
Bulk action fix
2015-09-28 16:09:34 +02:00
e46a5d465e Bulk action fix
- bulk action can now be run on single items
- fixed wrong label for Lists column in subscribers listing (affects responsive view)
2015-09-28 13:56:28 +02:00
d958a8cd11 Update composer lockfile. 2015-09-26 00:00:56 +02:00
3f350048c4 Merge pull request #147 from mailpoet/newsletter_api
Newsletter saving from editor
2015-09-25 23:05:47 +02:00
9dc4dfac55 Hook up preview in browser call 2015-09-25 19:26:53 +03:00
65266ddb9f Fix tests 2015-09-25 18:35:09 +03:00
7777ba1180 Hook up newsletter editor saving 2015-09-25 18:15:46 +03:00
dc40d84a22 Merge pull request #141 from mailpoet/react_editor
Newsletter Editor on newsletters listing
2015-09-25 16:18:21 +02:00
0a251f7e19 Merge pull request #143 from mailpoet/newsletter_save_get_render_methods
Allows saving, getting and rendering newsletter
2015-09-25 15:40:18 +02:00
c119cc8024 - Adds additional tests to Newsletter model
- Modified Newsletter router get() method to return full object
2015-09-25 08:48:37 -04:00
3fe378775a Merge pull request #144 from mailpoet/newsletter_json
Rename `data` attribute to `body`
2015-09-25 12:58:00 +02:00
89a9c040a8 Rename data attribute to body 2015-09-25 12:42:46 +03:00
5a1cd9a756 improved listing's custom actions 2015-09-25 11:20:00 +02:00