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
6ca536e9ca
use of Crypt\RSA library in order to generate dkim keys
2015-10-27 16:41:28 +01:00
89b04e8691
Subscriber & Segment listings
...
- fixed filters
- added load/save state from url
- added goBack on forms in order to get back listing states
wx# Please enter the commit message for your changes. Lines starting
2015-10-27 16:24:00 +01:00
588b441fb1
Merge pull request #194 from mailpoet/lists_round_1
...
Lists round 1
2015-10-27 10:30:45 +01:00
13dc3577f1
lotta fixes for filtering + listing
2015-10-26 18:23:32 +01:00
505b979ac5
Segment actions
...
- added duplicate
- added view subscribers
2015-10-23 17:34:35 +02:00
fb7c4f116d
No tearing down of just the populated data
2015-10-23 16:37:24 +03:00
357930beac
Add Populator for initial data population, fix unique key
2015-10-23 16:37:24 +03:00
30ae109ec6
Add saving of newsletter options
2015-10-23 16:35:45 +03:00
e13df4d794
Add selection of segments and roles
2015-10-23 16:35:45 +03:00
71bb743487
Move newsletter creation earlier, add Welcome newsletter type
2015-10-23 16:35:45 +03:00
3b4c5c83e1
added segment stats in listing
2015-10-22 20:40:46 +02:00
056e79eeac
bugfix
2015-10-22 19:24:58 +02:00
4bde705f04
listing modifications + added description to segments
2015-10-22 19:19:40 +02:00
5e5008472c
added last bulk actions messages
2015-10-22 15:26:31 +02:00
50e888913c
Success messages on bulk actions
...
- added message for all bulk actions except trash related ones
- fixed issue with mailpoet notice and react router
2015-10-21 19:14:51 +02:00
dcb094fcd1
listing improvements
...
- added Trash group
- added soft delete for subscribers
- added restore/delete permanently features (including bulk actions and row actions)
- listing bugfixes
2015-10-21 18:18:34 +02:00
b5834828a2
Merge pull request #186 from mailpoet/newsletter_options
...
Newsletter options
2015-10-21 14:06:22 +02:00
6dfce57c3f
Fix newsletter option related tests
2015-10-21 14:40:43 +03:00
d4bfb49415
Listing fixes
...
- fixed bulk actions
- fixed paging behavior
- fixed filtering issues
2015-10-21 12:56:24 +02:00
3a4a641ca2
Add newsletter options
2015-10-20 21:47:18 +03:00
e583db6f56
- Adds global filter to search custom fields
...
- Updates tests
2015-10-19 20:31:04 -04:00
d951200370
- Updates DB query for custom fields
...
- Updates models and tests for Subscribers and CustomFields
2015-10-18 13:53:07 -04:00
4e3784fb96
merged master
2015-10-16 14:40:32 +02:00
3964aae863
removed unique indexes in migrator
2015-10-16 14:25:06 +02:00
805f7d5417
- Adds new models: CustomFields and SubscriberCustomField + tests
...
- Adjusts DB Migrator, Initializer class
- Adjusts Subscribers model tests
Closes #159
2015-10-15 23:23:33 -04:00
f59670005e
unit tests and cleanup
2015-10-15 18:21:42 +02:00
34c237ce8e
Load/Save settings
...
- renamed all settings with dot syntax
- refactored Menu->settings()
- changed schema of settings table to allow longer setting name and value
- added getAll() static method on Setting Model to fetch all settings (with proper unserialize of value)
2015-10-15 14:22:27 +02:00
c8c3f09fb2
Refactoring Menu 1st step: Permissions
...
- added config permissions to setup our capabilities
- added debug mode for Twig so that we can use "dump()" when WP_DEBUG is on
2015-10-14 16:58:50 +02:00
6a4d0b06af
send with tab + dkim + hosts
2015-10-14 14:38:37 +02:00
a6c145476e
- Adds wp_mail() mailer + tests
...
- Updates Mailer router + tests
- Updates mailer classes + tests
Closes #174
2015-10-13 15:31:51 -04:00