0c73c0fadc
- Resolves issues identified by @rafaehlers during testing
2016-01-07 22:47:59 -05:00
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
84ec0de3cd
Unit tests + Welcome page
...
- fixed unit tests
- commented out failing tests that require changes in the code
- added new welcome page
2015-12-11 17:17:59 +01:00
a298650187
Settings
...
- added default from name & address based on wp_user on install
- fixed issue with Setting::setValue (added auto-serialize of value if is_array?)
- removed daily notifications from basics settings
2015-12-10 11:44:44 +01:00
c2fde308cb
- Renames and updates sending queue worker
...
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
4a2bbe3f88
Sending Progress
...
- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
2015-12-03 22:01:19 -05:00
9b011c0281
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-03 22:01:18 -05:00
1724fa22c1
Merge pull request #250 from mailpoet/default_data_on_install
...
Default segments on install
2015-11-30 12:17:32 +01:00
62a164e4c6
added creation of WP Users & default list on install
2015-11-27 15:27:50 +01:00
4208b148b4
- Implements queue worker class
2015-11-27 07:35:16 -05:00
9425ac1593
Merge pull request #244 from mailpoet/wp_users_segment
...
WP Users segment
2015-11-27 11:39:08 +01:00
7d95b38dc4
- Renames/refactors Import and Export classes/views/JS
...
- Updates Import and Export to ignore trashed subscribers
- Updates tests
Closes #245
2015-11-26 20:48:19 -05:00
84fede11b8
removed dynamic lists from import
2015-11-26 16:02:53 +01:00
20e2e03982
Hide non default segments on some pages
...
- added getPublic() method on Segment model
- filter out dynamic lists from add/move/remove segment in subscribers
2015-11-26 11:32:10 +01:00
a5d96f1534
WP Users list
...
- refactored and fixed listing issues (related to Segments)
- removed bulk actions from segments
- added synchronize methods for WP users
- Update action in segments only for WP Users list
- added "type" column to segments (default, wp_users, dynamic...)
- added "status" column to subscriber_segment table (useful soon)
2015-11-25 18:31:57 +01:00
6dd8270bec
WP Users list
...
- migration for filters & segment_filter tables
- models for new tables
- update of Listing JSX to allow for conditional display of item actions
2015-11-24 17:12:14 +01:00
00f06ea202
Revert "Queue"
2015-11-20 23:51:02 +01:00
25b51d0446
- Adds queue management and supervisor. Issue #227
2015-11-20 16:20:54 -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
fdbd1245e3
Redirect to welcome or update page
2015-11-17 20:11:03 +01: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
6342cb17bd
Merge pull request #208 from mailpoet/listing_tests
...
Listings
2015-11-10 10:39:53 +01: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
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
b20d92c9b1
fixed unit tests and added form model unit test
2015-11-06 18:43:56 +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
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
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
103da61d45
basic listing files
2015-10-28 13:19:48 +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
30ae109ec6
Add saving of newsletter options
2015-10-23 16:35:45 +03: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