fbc6f54ddc
Merge pull request #230 from mailpoet/export
...
Export
2015-11-19 10:35:27 +01:00
a603e97b8c
Merge pull request #229 from mailpoet/editor_posts
...
Editor: Posts widget
2015-11-19 10:31:31 +01:00
aa93c7349f
- Rebases master
...
- Adds tests for all Export class methods
Closes #221
2015-11-18 22:14:48 -05:00
82cf4a28fd
- Updates export tests
2015-11-18 14:42:28 -05:00
832e5ef342
- Fixed minor import issue wrt to status not being set
2015-11-18 14:42:27 -05:00
e3de3a123a
- Corrects exported subscriber count
...
- Properly exports subscribers not in any list
- Adds test for export class constructor method
Resolves #221
2015-11-18 14:42:27 -05:00
28c61fca0b
Newsletters listing
...
- fixed listing actions on newsletters
2015-11-18 14:04:34 +01:00
e62a8c2ec5
Implement Becs' changes to Posts widget and post rendering
2015-11-18 14:44:57 +02:00
fdbd1245e3
Redirect to welcome or update page
2015-11-17 20:11:03 +01:00
0eef46db57
Fix post transformation to take titleIsLink option into account
2015-11-17 16:55:55 +02:00
c96ac06423
- Moves ImportExport under Subscribers namespace
...
- Updates tests
2015-11-13 12:46:54 -05:00
6a3166c311
- Implements export
...
Closes #210
2015-11-13 12:25:33 -05:00
0fedd1779f
- Moves Import and Export under ImportExport namespace
...
- Cretes a single BootStrapMenu class for Import and Export
- Updates tests
- Adds 2 new methods to Segments model
2015-11-13 12:25:31 -05:00
1625e1771b
- Bootstraps export
2015-11-13 12:25:30 -05:00
f3c58c27be
set welcome page as default page
2015-11-13 15:58:36 +01:00
f6ab0050b2
added welcome page
2015-11-13 12:59:49 +01:00
10a20935c3
cleanup tests
2015-11-12 14:11:27 +01:00
70cfcbe7cc
Merge pull request #209 from mailpoet/mixpanel
...
Add MixPanel analytics tracking
2015-11-10 10:41:24 +01:00
6342cb17bd
Merge pull request #208 from mailpoet/listing_tests
...
Listings
2015-11-10 10:39:53 +01:00
dfec34eda9
Add Analytics integration with MixPanel
2015-11-09 18:11:06 +02:00
893231e8e5
List selection fix
2015-11-09 14:19:59 +01:00
e9110680ee
Listings
...
- fixed selection field JSX
- fixed bulk actions (added filter function)
- added getPublished/getTrashed static methods on Model
- fixed step 3 of newsletter process
- updated save/get methods of all listing-able models to conform with the new norm
2015-11-09 13:26:33 +01:00
7b54285ca6
- Adds tests for the main Import class
...
- Updates tests for Env (proper host detection with port)
- Improves import
2015-11-09 00:25:24 -05:00
33ea16eb0f
- Cleans up import
...
- Adds tests for modified models
- Adds tests for import BootStrapMenu and MailChimp classes
2015-11-08 15:57:43 -05:00
b1ae07d38e
- Rebased master
...
- Cleaned up import & moved it under Subscribers menu
2015-11-07 21:16:38 -05:00
3f168d052f
- Finishes import migration
...
- Updates models
- Improves Notice.js
2015-11-07 11:40:42 -05:00
ad0adb48e1
- Updates Migrator with new column for Segments
...
- Updates Segmnets tests
- Updates MailPoet's Notice.js with additional options
- Updates Import's router, WP menu bootstrap logic, client- and
server-side logic
2015-11-07 11:24:02 -05:00
ff5353c894
- Completes MailChimp import
2015-11-07 11:15:49 -05:00
abb2389378
- Enables MailChimp key verification (import step 1)
2015-11-07 11:15:04 -05:00
20a6e6d6de
- Adds import's step 1 method selection logic
2015-11-07 11:09:13 -05:00
0a771acb02
- Bootstrapping import menu
2015-11-06 21:38:25 -05:00
b20d92c9b1
fixed unit tests and added form model unit test
2015-11-06 18:43:56 +01:00
dfadda2d12
converted form renderer validation to Parsley
2015-11-06 16:09:56 +01:00
31305a04c0
form validation with Parsley
2015-11-06 16:09:56 +01:00
cfdb886e88
Date widget
...
- fixed date widget
- fixed default styles for radio inputs in form rendering
2015-11-06 16:09:09 +01:00
1ce4b16327
custom fields (create and update)
2015-11-06 16:09:09 +01:00
b12f7f29de
Custom fields
...
- added listing of custom fields in form editor
- ability to delete a custom field
- mades changes to the form editor in order to accomodate for the new custom fields system
- fix form editor bugs
- cleanup
2015-11-06 16:09:09 +01:00
5473f94e24
List selection & subscribe
...
- fixed list selection widget (form editor & rendered form)
- ajax subscription works (minus sending the confirmation email)
- bug fixes / polishing / refactoring / cleanup
2015-11-06 16:09:09 +01:00
a31dce6226
fixed list selection widget + started form submission
2015-11-06 16:09:09 +01:00
c2e7513381
Form editor
...
- new form with default data
- load/save in form editor
- widgets -> settings form
- widgets -> shortcode for subscribers count
- widgets -> form rendering
- added useful filters to Subscribers (for status related search)
- refactor & cleanup
2015-11-06 16:09:09 +01:00
541696863e
Form editor
...
- new/edit in forms listing goes to editor
- fixed editor dependencies (via Webpack)
- updated forms table schema
- saving/loading a form works
2015-11-06 16:09:09 +01:00
6c8d2be18c
fix for selection field jsx
2015-11-06 16:08:16 +01:00
907fe585de
add Form renderer and fixed Newsletter saving issue
2015-11-06 16:08:16 +01:00
e24f8c9653
forms listing complete
2015-11-06 16:08:16 +01:00
c100130f39
Merge pull request #201 from mailpoet/forms
...
Listing/Model/Router refactoring + Forms
2015-10-30 11:45:34 +01:00
a4cf2f9c76
Major refactoring of listing/router/model relation
...
- updated Subscribers listing
- udpated Segments listing
- added Forms router
2015-10-29 15:30:24 +01:00
576fbf2085
Add notification email type
2015-10-29 15:59:09 +02:00
103da61d45
basic listing files
2015-10-28 13:19:48 +01:00
01e6a5e6b2
forms table
2015-10-28 13:19:48 +01:00
f5ccf3b38a
Merge pull request #195 from mailpoet/subscribers_round_1
...
Subscriber & Segment listings
2015-10-28 12:24:19 +01:00