bf58d8a22d
Queue
...
- updated menu icon for our plugin
- added watchCss command to watch only CSS files
- added Status column in Newsletters listing
- added progress bar styles
- fixed issue with JS assets being loaded twice on non MP pages
- changed subscriber_ids to segment_ids in addQueue
2015-12-03 22:01:17 -05:00
72d1eb79a6
fixed too much recursion issue on selection JSX
2015-12-03 22:01:17 -05:00
bb4893c0a0
added missing messages on newsletter form
2015-12-03 22:01:16 -05:00
83967e84ba
- Implements starting/stopping/pausing daemon
2015-12-03 22:01:15 -05:00
9621cb3ca9
Merge pull request #253 from mailpoet/animations
...
Editor: Animations
2015-12-03 22:48:43 +01:00
3b6a9f7a6e
Add block, tool and widget transition animations
2015-12-03 14:44:32 +02:00
97d1e95037
Add transitions for content block addition and removal
2015-12-02 17:54:06 +02:00
916fe76795
Add transitions: sidebar contents, template preview, sidebar
2015-12-01 16:49:50 +02:00
d21d9b99b0
Add an option for certain templates to be read only
2015-11-30 18:23:43 +02:00
8461c13532
Include thumbnail on saved templates, add another sample template
2015-11-30 18:05:10 +02:00
1724fa22c1
Merge pull request #250 from mailpoet/default_data_on_install
...
Default segments on install
2015-11-30 12:17:32 +01:00
b7fe8dc6d6
- Adds Daemon status (under Mailpoet->Queue)
2015-11-27 07:40:23 -05:00
436faea591
- Refactors and renames code
...
- Adds Queue menu option and displays status
2015-11-27 07:40:22 -05:00
9ab8b1f0c5
added loading on wp users sync
2015-11-27 12:57:52 +01:00
9425ac1593
Merge pull request #244 from mailpoet/wp_users_segment
...
WP Users segment
2015-11-27 11:39:08 +01:00
7d95b38dc4
- Renames/refactors Import and Export classes/views/JS
...
- Updates Import and Export to ignore trashed subscribers
- Updates tests
Closes #245
2015-11-26 20:48:19 -05:00
4655b2c64c
Switch template thumbnails to be generated in jpeg, not png
2015-11-26 17:20:34 +02:00
20e2e03982
Hide non default segments on some pages
...
- added getPublic() method on Segment model
- filter out dynamic lists from add/move/remove segment in subscribers
2015-11-26 11:32:10 +01:00
a5d96f1534
WP Users list
...
- refactored and fixed listing issues (related to Segments)
- removed bulk actions from segments
- added synchronize methods for WP users
- Update action in segments only for WP Users list
- added "type" column to segments (default, wp_users, dynamic...)
- added "status" column to subscriber_segment table (useful soon)
2015-11-25 18:31:57 +01:00
a516eb1a95
Add overlay and newsletter thumbnail preview
2015-11-25 16:44:18 +02:00
6dd8270bec
WP Users list
...
- migration for filters & segment_filter tables
- models for new tables
- update of Listing JSX to allow for conditional display of item actions
2015-11-24 17:12:14 +01:00
52a0aae10f
Add template thumbnail generation and display
2015-11-24 16:50:57 +02:00
00f06ea202
Revert "Queue"
2015-11-20 23:51:02 +01:00
32ca24ce38
Merge pull request #238 from mailpoet/queue
...
Queue
2015-11-20 23:02:30 +01:00
556a170903
- Bootstraps queue
2015-11-20 16:20:35 -05:00
d91b55ec52
Include static sticky-kit library, patch it, fix sticky editor sidebar
2015-11-20 14:16:51 +02:00
786fbc36a2
Change post types to plural labels, move Posts/ALC UI elements
2015-11-19 19:08:48 +02:00
e62a8c2ec5
Implement Becs' changes to Posts widget and post rendering
2015-11-18 14:44:57 +02:00
080ae88a04
Fix Posts block tests
2015-11-17 16:31:57 +02:00
c9a42ebb76
Add auto-refresh of Posts block contents on option change
2015-11-17 14:40:39 +02:00
6a3166c311
- Implements export
...
Closes #210
2015-11-13 12:25:33 -05:00
0017df1c2d
- Work-in-progress on the UI
2015-11-13 12:25:32 -05:00
f2a0d4ce96
fixed wrong count value onGetItems in Listing
2015-11-13 12:25:32 -05:00
cb50517cbc
toggle Export button depending on subscribers count
2015-11-13 12:25:31 -05:00
0fedd1779f
- Moves Import and Export under ImportExport namespace
...
- Cretes a single BootStrapMenu class for Import and Export
- Updates tests
- Adds 2 new methods to Segments model
2015-11-13 12:25:31 -05:00
1625e1771b
- Bootstraps export
2015-11-13 12:25:30 -05:00
bde78b607b
Merge pull request #218 from mailpoet/listings_bugfix
...
Listings bugfixes & Welcome page
2015-11-13 16:01:23 +01:00
3bdaaf8368
Add a HelpScout beacon to admin pages
2015-11-13 14:45:25 +02:00
10a20935c3
cleanup tests
2015-11-12 14:11:27 +01:00
90382bc86d
Add layout block bg color, remove bg colors of individual columns
2015-11-11 16:55:44 +02:00
4a0deb2182
Preserve image width for smaller than column width images
2015-11-10 18:09:36 +02:00
3a206b2c88
Adapt newsletter template selection to API change
2015-11-10 18:08:16 +02:00
70cfcbe7cc
Merge pull request #209 from mailpoet/mixpanel
...
Add MixPanel analytics tracking
2015-11-10 10:41:24 +01:00
6342cb17bd
Merge pull request #208 from mailpoet/listing_tests
...
Listings
2015-11-10 10:39:53 +01:00
dfec34eda9
Add Analytics integration with MixPanel
2015-11-09 18:11:06 +02:00
893231e8e5
List selection fix
2015-11-09 14:19:59 +01:00
e9110680ee
Listings
...
- fixed selection field JSX
- fixed bulk actions (added filter function)
- added getPublished/getTrashed static methods on Model
- fixed step 3 of newsletter process
- updated save/get methods of all listing-able models to conform with the new norm
2015-11-09 13:26:33 +01:00
7b54285ca6
- Adds tests for the main Import class
...
- Updates tests for Env (proper host detection with port)
- Improves import
2015-11-09 00:25:24 -05:00
33ea16eb0f
- Cleans up import
...
- Adds tests for modified models
- Adds tests for import BootStrapMenu and MailChimp classes
2015-11-08 15:57:43 -05:00
b1ae07d38e
- Rebased master
...
- Cleaned up import & moved it under Subscribers menu
2015-11-07 21:16:38 -05:00