Commit Graph

712 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
52a0aae10f Add template thumbnail generation and display 2015-11-24 16:50:57 +02:00
Marco
a603e97b8c Merge pull request #229 from mailpoet/editor_posts
Editor: Posts widget
2015-11-19 10:31:31 +01:00
Tautvidas Sipavičius
e62a8c2ec5 Implement Becs' changes to Posts widget and post rendering 2015-11-18 14:44:57 +02:00
Jonathan Labreuille
fdbd1245e3 Redirect to welcome or update page 2015-11-17 20:11:03 +01:00
Tautvidas Sipavičius
c9a42ebb76 Add auto-refresh of Posts block contents on option change 2015-11-17 14:40:39 +02:00
MrCasual
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
Tautvidas Sipavičius
4a0deb2182 Preserve image width for smaller than column width images 2015-11-10 18:09:36 +02:00
Marco
70cfcbe7cc Merge pull request #209 from mailpoet/mixpanel
Add MixPanel analytics tracking
2015-11-10 10:41:24 +01:00
Tautvidas Sipavičius
6a14f97419 Fix select2 results z-index issue for newsletter editor 2015-11-09 18:17:10 +02:00
MrCasual
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
MrCasual
b1ae07d38e - Rebased master
- Cleaned up import & moved it under Subscribers menu
2015-11-07 21:16:38 -05:00
MrCasual
ff5353c894 - Completes MailChimp import 2015-11-07 11:15:49 -05:00
MrCasual
20a6e6d6de - Adds import's step 1 method selection logic 2015-11-07 11:09:13 -05:00
Jonathan Labreuille
31305a04c0 form validation with Parsley 2015-11-06 16:09:56 +01:00
Jonathan Labreuille
541696863e Form editor
- new/edit in forms listing goes to editor
- fixed editor dependencies (via Webpack)
- updated forms table schema
- saving/loading a form works
2015-11-06 16:09:09 +01:00
Tautvidas Sipavičius
983df216f3 Add basic template export 2015-11-04 18:02:55 +02:00
Tautvidas Sipavičius
f509dc0d7e Increase newsletter width to 660px from 600px 2015-10-30 13:25:45 +02:00
Tautvidas Sipavičius
7418923bbc Remove glow and margins from select2 input 2015-10-28 16:01:23 +02:00
Tautvidas Sipavičius
a8f8134f67 Adapt select2 integration code to select2 4.0 2015-10-28 16:01:23 +02:00
Jonathan Labreuille
89b04e8691 Subscriber & Segment listings
- fixed filters
- added load/save state from url
- added goBack on forms in order to get back listing states
wx# Please enter the commit message for your changes. Lines starting
2015-10-27 16:24:00 +01:00
Jonathan Labreuille
4bde705f04 listing modifications + added description to segments 2015-10-22 19:19:40 +02:00
Jonathan Labreuille
e768a284c3 minor visual fixes for settings 2015-10-22 15:34:50 +02:00
Jonathan Labreuille
d07221846f fixed select2 issues 2015-10-21 13:45:34 +02:00
Jonathan Labreuille
4e3784fb96 merged master 2015-10-16 14:40:32 +02:00
Jonathan Labreuille
6a4d0b06af send with tab + dkim + hosts 2015-10-14 14:38:37 +02:00
Jonathan Labreuille
39354d131d Settings tabs + lotta fixes
- tab menu handled by Backbone Router
- fixed minor styling issues
- fixed html structure of listings & forms titles so that notices are positioned correctly
2015-10-13 11:53:20 +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
ed9407a890 fixed multiple select component 2015-10-09 14:48:54 +02:00
Tautvidas Sipavičius
f410b182b2 Increase spacing between adjacent paragraphs 2015-10-07 18:07:02 +03:00
Tautvidas Sipavičius
8a5bf93db2 Open ALC settings on ALC overlay click 2015-10-07 15:18:00 +03:00
Tautvidas Sipavičius
d7a1bf2bb4 Change ALC overlay to be visible only on hover 2015-10-07 15:18:00 +03: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
2e3b565e8a Type & Template
- fixed endpoint's name causing issues on case sensitive systems
- improved behaviour of delete
- added loading state for boxes
- added Breadcrumb ReactClass
- added common styles for breadcrumb
2015-09-30 11:44:06 +02:00
Jonathan Labreuille
e56b6767a8 JSX templates for types & templates
- added type selection
- added template selection
- added "box" styles
- bugfix on select all checkboxes in listings
2015-09-29 17:00:34 +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
97db902529 Subscriber Edit page 2015-09-09 15:58:57 +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
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
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
c1d6f9ba44 Fix vendor asset loading, add initial newsletter data 2015-08-28 12:20:51 +03:00
Tautvidas Sipavičius
da371e33f4 Set up editor style compilation 2015-08-28 00:56:42 +03:00
Jonathan Labreuille
739f06bad7 added loading state + styles for listings 2015-08-27 22:38:42 +02:00
Jonathan Labreuille
097b638e6b cleanup 2015-08-27 22:38:42 +02:00
Jonathan Labreuille
5b93e1c8a6 example using react-waypoint 2015-08-27 22:38:41 +02:00
Jonathan Labreuille
f2cecf97a9 Form submit fix + default styles 2015-08-21 14:08:35 +02:00
Tautvidas Sipavičius
5c211a9a83 Add public stylus style bundle 2015-08-20 12:23:09 +03:00