Commit Graph

1257 Commits

Author SHA1 Message Date
Jonathan Labreuille
f200f44e4c reset listing limit to 10 2015-10-21 13:48:24 +02:00
Jonathan Labreuille
d07221846f fixed select2 issues 2015-10-21 13:45:34 +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
6a1bb0f4a5 fixed React/React-router upgrade related issues 2015-10-20 15:31:19 +02:00
Jonathan Labreuille
4e3784fb96 merged master 2015-10-16 14:40:32 +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
marco
532fb212ce Replace succesfully with successfully. 2015-10-14 15:39:09 +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
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
34e75b9b13 removed useless code 2015-10-09 14:52:10 +02:00
Jonathan Labreuille
ed9407a890 fixed multiple select component 2015-10-09 14:48:54 +02:00
Tautvidas Sipavičius
44f43a151d Fix closing of Image, ALC and Posts sidepanels on "Done" click 2015-10-07 15:18:00 +03:00
Tautvidas Sipavičius
3cfe9a9acc Fix rendering of Posts settings 2015-10-07 15:18:00 +03:00
Tautvidas Sipavičius
8a5bf93db2 Open ALC settings on ALC overlay click 2015-10-07 15:18:00 +03:00
Tautvidas Sipavičius
6f3b5ebaac Add option to show settings on drop, set it up for ALC 2015-10-07 15:18:00 +03:00
Tautvidas Sipavičius
6334b86f22 Hook up fetching of ALC posts 2015-10-07 15:17:59 +03:00
Jonathan Labreuille
c15359f1b4 Listing filters 2015-10-06 10:00:18 +02:00
Tautvidas Sipavičius
c61849481a Fix container to track child changes for initial newsletter 2015-10-02 14:36:43 +03:00
Jonathan Labreuille
56168bf73f added default template 2015-10-02 13:24:06 +02:00
Jonathan Labreuille
15d3b8f051 Send newsletter + Listing + Last Step
- fixed Selection React
- fixed bulk actions (side effect of muti selection)
- added actual sending of newsletter
- added Setting::getValue($key, $default) in order to get settings
- improved Bridge class to allow override of from/reply_to
- added jquery.serializeObject to ease the pain when posting form data
2015-10-02 13:01:27 +02:00
Tautvidas Sipavičius
1409167ab5 Fix autosave on container content change 2015-10-01 17:11:22 +03:00
Tautvidas Sipavičius
665bca5a76 Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-01 15:25:08 +03:00
Tautvidas Sipavičius
dbab378b17 Disable "Next" step when newsletter is invalid 2015-10-01 15:24:44 +03:00
Jonathan Labreuille
9c3bff80dd Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-01 14:24:24 +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
Tautvidas Sipavičius
671befbfd8 Do not redirect when newsletter is invalid 2015-10-01 14:34:53 +03:00
Jonathan Labreuille
48b027fa62 removed obsolete code 2015-10-01 12:31:19 +02:00
Jonathan Labreuille
9bb7a83b99 Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-10-01 12:28:55 +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
Tautvidas Sipavičius
148fcb438f Remove obsolete comments 2015-10-01 12:42:12 +03:00
Jonathan Labreuille
f143531a1e Merge branch 'newsletter_process' of github.com:mailpoet/mailpoet into newsletter_process 2015-09-30 15:56:31 +02:00
Jonathan Labreuille
45dccf6c50 First step complete 2015-09-30 15:56:13 +02:00
Tautvidas Sipavičius
4889598387 Hook up editor call to save as template 2015-09-30 16:06:31 +03: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
37bace359a Template selection
- templates are now loaded via ajax
- added "template" deletion
2015-09-29 17:29:31 +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
e3ef36ac4e fixed rendering issue of listings' select all checkbox 2015-09-29 13:23:12 +02:00
Jonathan Labreuille
e46a5d465e Bulk action fix
- bulk action can now be run on single items
- fixed wrong label for Lists column in subscribers listing (affects responsive view)
2015-09-28 13:56:28 +02:00
Tautvidas Sipavičius
9dc4dfac55 Hook up preview in browser call 2015-09-25 19:26:53 +03:00
Tautvidas Sipavičius
7777ba1180 Hook up newsletter editor saving 2015-09-25 18:15:46 +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
Tautvidas Sipavičius
89a9c040a8 Rename data attribute to body 2015-09-25 12:42:46 +03:00
Jonathan Labreuille
5a1cd9a756 improved listing's custom actions 2015-09-25 11:20:00 +02:00
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