Jonathan Labreuille
907fe585de
add Form renderer and fixed Newsletter saving issue
2015-11-06 16:08:16 +01:00
Jonathan Labreuille
e24f8c9653
forms listing complete
2015-11-06 16:08:16 +01:00
Marco
c100130f39
Merge pull request #201 from mailpoet/forms
...
Listing/Model/Router refactoring + Forms
2015-10-30 11:45:34 +01:00
Tautvidas Sipavičius
576fbf2085
Add notification email type
2015-10-29 15:59:09 +02:00
Jonathan Labreuille
103da61d45
basic listing files
2015-10-28 13:19:48 +01:00
Jonathan Labreuille
01e6a5e6b2
forms table
2015-10-28 13:19:48 +01:00
Marco
588b441fb1
Merge pull request #194 from mailpoet/lists_round_1
...
Lists round 1
2015-10-27 10:30:45 +01:00
Tautvidas Sipavičius
fb7c4f116d
No tearing down of just the populated data
2015-10-23 16:37:24 +03:00
Tautvidas Sipavičius
357930beac
Add Populator for initial data population, fix unique key
2015-10-23 16:37:24 +03:00
Tautvidas Sipavičius
e13df4d794
Add selection of segments and roles
2015-10-23 16:35:45 +03:00
Jonathan Labreuille
4bde705f04
listing modifications + added description to segments
2015-10-22 19:19:40 +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
Tautvidas Sipavičius
6dfce57c3f
Fix newsletter option related tests
2015-10-21 14:40:43 +03:00
Tautvidas Sipavičius
3a4a641ca2
Add newsletter options
2015-10-20 21:47:18 +03:00
Marco
d951200370
- Updates DB query for custom fields
...
- Updates models and tests for Subscribers and CustomFields
2015-10-18 13:53:07 -04:00
Jonathan Labreuille
4e3784fb96
merged master
2015-10-16 14:40:32 +02:00
Jonathan Labreuille
3964aae863
removed unique indexes in migrator
2015-10-16 14:25:06 +02:00
MrCasual
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
Jonathan Labreuille
f59670005e
unit tests and cleanup
2015-10-15 18:21:42 +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
Jonathan Labreuille
6a4d0b06af
send with tab + dkim + hosts
2015-10-14 14:38:37 +02:00
Jonathan Labreuille
9fd13767f0
Basics, Signup, Advanced tabs
2015-10-12 16:39:36 +02:00
Jonathan Labreuille
4f30756995
replaced React by Twig + JS
2015-10-12 13:47:53 +02:00
Jonathan Labreuille
602e630e42
added all pages + started implementing basics
2015-10-09 19:08:13 +02:00
Jonathan Labreuille
ed9407a890
fixed multiple select component
2015-10-09 14:48:54 +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
dc2b3733d7
Forms & Last Step
...
- fixed issues on forms
- added defaultValue on text/textarea fields
- added all actions on step 3
2015-10-01 14:22:53 +02:00
Jonathan Labreuille
9d0ca85490
Last step
...
- improved watch command (much simpler robofile + truly recursive)
- split all form fields into separate files (JSX)
- improved form to allow multiple fields per row
- added selection react class for multi select using select2
- added missing files for select2 (webpack doesn't include them)
2015-10-01 12:25:25 +02:00
Jonathan Labreuille
45dccf6c50
First step complete
2015-09-30 15:56:13 +02:00
Tautvidas Sipavičius
028b178e3f
Add DB tables, model and router for Newsletter templates
2015-09-29 17:23:41 +03:00
Marco
dc40d84a22
Merge pull request #141 from mailpoet/react_editor
...
Newsletter Editor on newsletters listing
2015-09-25 16:18:21 +02:00
Jonathan Labreuille
7562ac22ee
Edit newsletter
...
- added custom item_actions to listings
- added special function in order to register pages that aren't present in the menu
- removed useless test.hbs
- added wp_nonce_field & params functions to Twig
- created a separate "newsletter/form.html" (copy of editor.html) but properly formatted
2015-09-25 10:25:50 +02: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
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
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
marco
3d442a9770
Conflicts between Segment and Subscriber status.
2015-09-03 18:05:49 +02:00
Jonathan Labreuille
a40cdcb20c
Migration fix + removed model instantiation in Listing handler
2015-09-03 11:14:38 +02:00
MrCasual
c804e44961
Made changes as per Marco's comments
2015-09-02 17:28:49 -04:00
Jonathan Labreuille
fc42296f1b
Status column
...
- updated migration for subscribers status column from int to varchar
- updated Subscriber model to reflect the change
2015-09-02 16:36:57 +02:00
MrCasual
64756c865d
- Renamed List model to Segment
2015-09-02 09:29:54 -04: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
MrCasual
78a2a50af7
- Renamed Subscriber and RelationSubscriberList models to SList and
...
SubscriberList, respectively
2015-09-01 19:49:50 -04:00
MrCasual
0015bdb617
- Added new model "SubscriberList"
...
- Added has_many_through relations to the new model + Subscriber model
- Added tests
- Fixed syntax in other models
This closes #95
2015-09-01 09:18:00 -04:00
Tautvidas Sipavičius
4d1fd2b2d8
Load TinyMCE directly from lib/, disable ajax functions
2015-08-28 12:21:40 +03:00
Tautvidas Sipavičius
40507d2cad
Wrap editor JS code in AMD modules and load them
2015-08-28 12:17:18 +03:00
Tautvidas Sipavičius
42586a72e9
Move over initial editor code, split templates into smaller pieces
2015-08-28 00:43:01 +03:00
Jonathan Labreuille
d81c4e7aa1
fixed widget + test + split get method in sub router
2015-08-27 22:38:42 +02:00
Jonathan Labreuille
c683378d24
fixed issue with config widget
2015-08-27 22:38:42 +02:00