Commit Graph

22 Commits

Author SHA1 Message Date
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
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
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
MrCasual
87108e699d - Updated Newsletter router to work with the new mailer class 2015-10-12 08:19:34 -04:00
Jonathan Labreuille
ed9407a890 fixed multiple select component 2015-10-09 14:48:54 +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
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
Jonathan Labreuille
239e2583d2 refactored bulk actions & implemented bulk trash for all listings 2015-09-18 17:39:25 +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
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
marco
dd5402b037 Newsletters can be sent! 2015-08-21 19:34:35 +02:00
marco
01360eea66 Newsletters router. 2015-08-20 00:11:32 +02:00