Jonathan Labreuille
7ab4741705
Merge branch 'react_editor' of github.com:mailpoet/mailpoet into react_editor
2015-09-25 10:28:47 +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
Tautvidas Sipavičius
d7029f3d29
Move newsletter content attributes into data
object
2015-09-24 19:49:56 +03:00
Tautvidas Sipavičius
8846bc9e43
Fix editor's newsletter saving tests
2015-09-24 17:07:23 +03:00
Tautvidas Sipavičius
246089b4b6
Add call wrappers for saving and previewing newsletters
2015-09-24 13:54:52 +03:00
Tautvidas Sipavičius
14cf783544
Add placeholders for getting and saving newsletters
2015-09-24 12:51:32 +03:00
Marco
9175c5308b
Merge pull request #127 from mailpoet/posts_api
...
Wordpress Posts API endpoints
2015-09-23 18:31:18 +02:00
Marco
6c37bd5611
Merge pull request #130 from mailpoet/bulk_actions
...
Bulk actions
2015-09-23 18:30:07 +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
Tautvidas Sipavičius
17564d85fe
Rename subject and preheader, fix tests
2015-09-23 14:24:24 +03:00
Tautvidas Sipavičius
fd7312fbf9
Change names of newsletter JSON attributes
2015-09-23 14:16:37 +03:00
Tautvidas Sipavičius
df8af5610f
Disable wplink integration for Text, Header, Footer blocks
2015-09-22 15:54:27 +03: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
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
Jonathan Labreuille
e471d45827
Form.jsx
...
- basic implementation of Form.jsx
- fixed "colspan" issue on listings with no bulk actions and no records
2015-09-16 12:07:30 +02:00
Tautvidas Sipavičius
96d5162708
Refactor endpoint query component, add additional tests
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
Marco
b9244c2faf
Merge pull request #118 from mailpoet/newsletter_acceptance_test
...
Acceptance tests for newsletters.
2015-09-09 23:27:56 +02:00
Jonathan Labreuille
97db902529
Subscriber Edit page
2015-09-09 15:58:57 +02:00
Tautvidas Sipavičius
7cdf8e70c7
Fix ALC and Posts jQuery dependencies
2015-09-09 14:30:22 +03:00
Tautvidas Sipavičius
8ac9799df6
Move modules from Marionette to AMD modules, fix tests
2015-09-09 14:19:08 +03:00
Tautvidas Sipavičius
a25a8f2560
Add tests for Wordpress component, fix ALC/Posts endpoint calls
2015-09-09 14:19:07 +03:00
Tautvidas Sipavičius
2aac4f2a70
Rename editor's modules to be anonymous
2015-09-09 14:19:07 +03:00
Tautvidas Sipavičius
bfc6c83d00
Hook up post type and term search endpoint calls for Posts block
2015-09-09 14:19:07 +03:00
Tautvidas Sipavičius
befcd24164
Integrate post type and term search endpoint calls to ALC blocks
2015-09-09 14:19:07 +03:00
Tautvidas Sipavičius
e8badf8beb
Add caching endpoint calls for term search
2015-09-09 14:19:07 +03:00
Tautvidas Sipavičius
be6adfc158
Fix dependencies of Posts block
2015-09-09 14:19:07 +03:00
MrCasual
b0de8e8c47
Moved the shim javascript file into the /assets/src/ folder
2015-09-08 09:27:03 -04:00
Jonathan Labreuille
bec7f3d5bf
Listings: bulk actions
...
- renamed actions -> bulk_actions
- introduced item_actions for per item actions
- remove checkboxes (selectAll + item's) when there is no bulk actions
2015-09-08 12:20:24 +02:00
Jonathan Labreuille
bca01d9843
Listings selection and naming
...
- fixed select all items on page
- added select all pages
- removed module names (as discussed with @flakas)
2015-09-07 17:22:33 +02:00
Jonathan Labreuille
20e88afcd6
fixed selectAll in listings
2015-09-06 18:07:41 +02:00
Jonathan Labreuille
0063972a2d
fixed Subscriber form not using the proper field names
2015-09-06 15:33:13 +02:00
Jonathan Labreuille
9f37108b0b
Listings: form
...
- fixed compileCSS so that it watches over all .styl files
- uniform "new" form for newsletters / segments / subscribers
- cleaned up jsx files
2015-09-04 16:41:04 +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
87c529a6c1
Fix new newsletter button.
2015-09-03 18:19:12 +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
Tautvidas Sipavičius
e20626f1ad
Expose jQuery deferred XHR object for access to promises
2015-09-02 17:53:57 +03: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
12a664f44e
fixed html when no items has been found (fixes responsive mode)
2015-09-01 17:36:21 +02:00
Jonathan Labreuille
27883a232a
Listings
...
- listing component
- subscribers listing
- newsletters listing
2015-09-01 16:21:25 +02:00
Tautvidas Sipavičius
e6d59496eb
Reindent code by 2 spaces, instead of 4
2015-08-28 12:35:33 +03:00
Tautvidas Sipavičius
21a4843a48
Integrate newsletter editor tests
2015-08-28 12:35:33 +03:00
Tautvidas Sipavičius
4d1fd2b2d8
Load TinyMCE directly from lib/, disable ajax functions
2015-08-28 12:21:40 +03:00
Tautvidas Sipavičius
c1d6f9ba44
Fix vendor asset loading, add initial newsletter data
2015-08-28 12:20:51 +03:00
Tautvidas Sipavičius
40507d2cad
Wrap editor JS code in AMD modules and load them
2015-08-28 12:17:18 +03:00