Jonathan Labreuille
a593347336
call groups/filters only if Model has defined those methods
2016-06-15 16:15:02 +02:00
Jonathan Labreuille
c959e7ec96
fixed total count and filtering + basic tab implementation in React
2016-06-15 16:14:06 +02:00
Jonathan Labreuille
86a2846215
Tab system for listings
2016-06-15 16:14:06 +02:00
Jonathan Labreuille
3b97a26a8a
Newsletters multi-listing
2016-06-15 16:14:06 +02:00
Jonathan Labreuille
cf6466197a
Fixed Subscribers' bulk actions when filtering by a segment
...
- filter by segment is now affected by the selected group (all, trash,...)
- updated relationship methods between subscribers & segments (to account for subsegment status)
2016-02-29 13:34:17 +01:00
Jonathan Labreuille
07d533a810
Manage subscriptions
...
- make use of the SubscriberSegment::status column to keep track of unsubscriptions
- unsubscribed segments now appear grayed out in the Subscribers listing
- added unsubscribed_at after segment names when editing a subscriber
- added date() method for Twig (uses WP's date format / date_offset)
- fixed typo in Form iframe export
- fixed unit test for Newsletters
- updated selection component (JSX) to allow more customization
2016-02-22 11:35:34 +01:00
Jonathan Labreuille
9b1503dc7a
Fixed reported issues + refactoring
...
- refactored Config/Hooks to make it more readable
- added hook to save limit per page
- added default limit per page as a constant in Listing/Handler
2016-02-16 16:33:20 +01:00
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
Jonathan Labreuille
13dc3577f1
lotta fixes for filtering + listing
2015-10-26 18:23:32 +01:00
Jonathan Labreuille
3b4c5c83e1
added segment stats in listing
2015-10-22 20:40:46 +02:00
Jonathan Labreuille
056e79eeac
bugfix
2015-10-22 19:24:58 +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
d4bfb49415
Listing fixes
...
- fixed bulk actions
- fixed paging behavior
- fixed filtering issues
2015-10-21 12:56:24 +02:00
Jonathan Labreuille
ecb522955b
Newsletter Segment relation
...
- added newsletter_segment table
- added NewsletterSegment model
- added list filter on newsletters listing
- unit tests
2015-10-06 11:13:38 +02:00
Jonathan Labreuille
c15359f1b4
Listing filters
2015-10-06 10:00:18 +02:00
Jonathan Labreuille
239e2583d2
refactored bulk actions & implemented bulk trash for all listings
2015-09-18 17:39:25 +02:00
Jonathan Labreuille
cbcd614b6f
implemented all bulk actions for Subscribers
2015-09-16 19:44:46 +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