Jonathan Labreuille
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
Marco
588b441fb1
Merge pull request #194 from mailpoet/lists_round_1
...
Lists round 1
2015-10-27 10:30:45 +01:00
Jonathan Labreuille
13dc3577f1
lotta fixes for filtering + listing
2015-10-26 18:23:32 +01:00
Jonathan Labreuille
505b979ac5
Segment actions
...
- added duplicate
- added view subscribers
2015-10-23 17:34:35 +02:00
Tautvidas Sipavičius
30ae109ec6
Add saving of newsletter options
2015-10-23 16:35:45 +03:00
Tautvidas Sipavičius
71bb743487
Move newsletter creation earlier, add Welcome newsletter type
2015-10-23 16:35:45 +03:00
Jonathan Labreuille
3b4c5c83e1
added segment stats in listing
2015-10-22 20:40:46 +02:00
Jonathan Labreuille
4bde705f04
listing modifications + added description to segments
2015-10-22 19:19:40 +02:00
Jonathan Labreuille
5e5008472c
added last bulk actions messages
2015-10-22 15:26:31 +02:00
Jonathan Labreuille
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
Jonathan Labreuille
d4bfb49415
Listing fixes
...
- fixed bulk actions
- fixed paging behavior
- fixed filtering issues
2015-10-21 12:56:24 +02:00
Jonathan Labreuille
4e3784fb96
merged master
2015-10-16 14:40:32 +02:00
Jonathan Labreuille
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
Jonathan Labreuille
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
MrCasual
a6c145476e
- Adds wp_mail() mailer + tests
...
- Updates Mailer router + tests
- Updates mailer classes + tests
Closes #174
2015-10-13 15:31:51 -04:00
MrCasual
87108e699d
- Updated Newsletter router to work with the new mailer class
2015-10-12 08:19:34 -04:00
MrCasual
864c352384
- Refactors MailPoet mailer class + tests
...
- Includes MailPoet mailer inside Mailer router
- Adjusts Newsletter router to work with new MailPoet mailer
- Updates tests for all mailers
2015-10-12 08:07:35 -04:00
MrCasual
08822bd745
- Adds SMTP mailer + tests
...
- Adjusts Mailer router
- Changes sender/recipient email in tests
- Adds SwiftMailer composer dependency
2015-10-12 08:05:43 -04:00
MrCasual
14160f92f3
- Renames Mailer router method responsible for building the mailer
...
- Updates tests
2015-10-12 08:03:32 -04:00
MrCasual
1d9ef9bd91
- Adds Amazon SES tests
...
- Refactors all API mailers
- Updates unit tests for all API mailers
- Adds Mailer router + tests
2015-10-12 08:03:31 -04:00
Jonathan Labreuille
ed9407a890
fixed multiple select component
2015-10-09 14:48:54 +02:00
Jonathan Labreuille
c15359f1b4
Listing filters
2015-10-06 10:00:18 +02:00
Jonathan Labreuille
56168bf73f
added default template
2015-10-02 13:24:06 +02:00
Jonathan Labreuille
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
Jonathan Labreuille
45dccf6c50
First step complete
2015-09-30 15:56:13 +02:00
Tautvidas Sipavičius
485d613d84
Switch to camelCase function names for NewsletterTemplate calls
2015-09-29 18:19:50 +03:00
Tautvidas Sipavičius
028b178e3f
Add DB tables, model and router for Newsletter templates
2015-09-29 17:23:41 +03:00
MrCasual
c119cc8024
- Adds additional tests to Newsletter model
...
- Modified Newsletter router get() method to return full object
2015-09-25 08:48:37 -04:00
MrCasual
30d0d1594d
- Modifies Newsletter router save() and get() methods
...
- Adds Newsletter router render() method
- Adds 'body' validation to Newsletter model
- Adds new 'preheader' column to Migrator
- Corrects Nesletters acceptance test class name conflict
- Updates Newsletter model tests
Closes #138
2015-09-24 18:26:44 -04:00
Marco
9175c5308b
Merge pull request #127 from mailpoet/posts_api
...
Wordpress Posts API endpoints
2015-09-23 18:31:18 +02:00
Jonathan Labreuille
56e40feb56
Bulk actions + Extra data
...
- fixed issue on bulk action being run even without any items selected
- added WP like feature regarding item selection, if all items are checked, it also checks the header/footer checkboxes
- fixed issue where the selection state was not properly reset
- added List column to subscribers
- added json_encode/json_decode to Twig
2015-09-23 14:13:25 +02:00
Jonathan Labreuille
239e2583d2
refactored bulk actions & implemented bulk trash for all listings
2015-09-18 17:39:25 +02:00
Tautvidas Sipavičius
6a6d2391c1
Split posts transformer into smaller classes
2015-09-17 16:55:35 +03:00
Jonathan Labreuille
cbcd614b6f
implemented all bulk actions for Subscribers
2015-09-16 19:44:46 +02:00
Jonathan Labreuille
2a4945c956
Listing & Form & Refactoring
...
- finished implementing forms
- fixed form reset when clicking on new
- fixed responsive for select all checkbox and toggle item details
- refactored listing items' actions
- added Trash action
- cleaned up validations on models
- fixed syntax
- fixed tests
2015-09-16 12:14:04 +02:00
Jonathan Labreuille
79f1896cf3
Listing & form
...
- improved Listing in order to make it more DRY
- form builder with all field types
- added support for data array in ValidModel->set()
- updated models to comply with Listing & Form methods
2015-09-16 12:12:14 +02:00
MrCasual
e8abc4cb47
- Model returns validation errors upon save ( Closes #122 )
...
- Fixed acceptance test for Newsletters (Closes #126 )
2015-09-13 19:40:42 -04:00
Tautvidas Sipavičius
bf3e0832a3
Split post transformation code into smaller functions
2015-09-11 18:34:06 +03:00
Tautvidas Sipavičius
c030858562
Hook up post fetching and post transformation
2015-09-11 18:34:05 +03:00
Tautvidas Sipavičius
a4d1f80418
Add getPosts endpoint to fetch a list of posts for search
2015-09-11 18:34:05 +03:00
Marco
087d96838b
Merge pull request #120 from mailpoet/listings
...
Listings fixes + Subscriber Edit/New.
2015-09-11 12:38:04 +02:00
Jonathan Labreuille
575e748d84
moved logic from Subscribers router to model
2015-09-10 11:50:26 +02:00
Jonathan Labreuille
97db902529
Subscriber Edit page
2015-09-09 15:58:57 +02:00
Tautvidas Sipavičius
27afb53393
Add Wordpress endpoints for post types, taxonomies and terms
2015-09-09 14:19:07 +03:00
Jonathan Labreuille
7370d19be3
Segment listing
...
- fixed duplicate entry in Robofile for editor styles
- added Segment menu
- added Segment listing
- added listing methods to Segment model
- fixed syntax in both Segment & Subscriber models (MAX LINE 80!!!)
2015-09-04 13:02:23 +02:00
Jonathan Labreuille
a40cdcb20c
Migration fix + removed model instantiation in Listing handler
2015-09-03 11:14:38 +02:00
Jonathan Labreuille
3fe895a7fe
Listing Handler
...
- added a Listing Handler class to take care of listing params
- added status column to Subscriber
- added specific methods to both Newsletter & Subscriber models for listing
2015-09-02 14:47:18 +02:00
Jonathan Labreuille
27883a232a
Listings
...
- listing component
- subscribers listing
- newsletters listing
2015-09-01 16:21:25 +02:00
Jonathan Labreuille
d81c4e7aa1
fixed widget + test + split get method in sub router
2015-08-27 22:38:42 +02:00
Jonathan Labreuille
097b638e6b
cleanup
2015-08-27 22:38:42 +02:00