Commit Graph

322 Commits

Author SHA1 Message Date
a7ffcad253 Newsletter form. 2015-08-21 19:46:49 +02:00
dd5402b037 Newsletters can be sent! 2015-08-21 19:34:35 +02:00
e33153c112 Newsletters list and form. 2015-08-21 18:43:49 +02:00
c473338d19 fixed issue with setToken injecting a /n 2015-08-21 15:02:24 +02:00
f2cecf97a9 Form submit fix + default styles 2015-08-21 14:08:35 +02:00
bf5d7f273b Settings JSX
- fixed issue with token in MailPoet Ajax / JSX
- added settings form with get/set
- reformated some code in subscribers.jsx
2015-08-21 13:12:14 +02:00
072f813781 Merge branch 'subscribers' into form_widget 2015-08-21 10:42:29 +02:00
255eef4604 Merge branch 'subscribers' into form_widget 2015-08-21 10:39:06 +02:00
441feaa7e8 Real time subscribers! 2015-08-20 23:10:21 +02:00
8894b821c1 Multiple React components working together. 2015-08-20 22:00:55 +02:00
1ff7e3f4be Form Subscription
- improved MailPoet ajax to fix token issue
- added js validation and ajax submit in public.js
- add util security to generate tokens
- updated router to use new util security
- added jquery-validation module
- update public config in webpack config
- added error messages in form
2015-08-20 21:02:04 +02:00
ec0c20a1c5 First React in Subscribers. 2015-08-20 20:13:12 +02:00
c883de9aa8 Form Widget
- added public js code to handle validation and ajax submit
- added widget initializer
- added form widget
- added acceptance test for adding the widget
2015-08-20 16:52:51 +02:00
bc65836c31 Webpack refactor
- added JSX support (webpack + robofile
- added public.js bundle
- refactored webpack config for clarity
- added settings.jsx form example
- fixed acceptance test failing on login
2015-08-19 19:29:11 +02:00
58d83f5fbe fixed MPAjax to behave with router 2015-08-18 15:29:00 +02:00
a26cbd6f41 - Renamed Model to BaseModel (make it clear)
- Updated RoboFile to compile assets or else tests break
2015-08-17 15:54:48 +00:00
cf3695157a Update Robo task to compile assets
- renamed compile:javascript to compile:js
- renamed compile:styles to compile:css
- added compile:all to compile all of our assets
- added compiled js & css to gitignore
- removed console.log from src/admin.js
2015-08-17 15:04:30 +02:00
6ed4ce0de2 Swap app code with bundles in assets/js/src folder 2015-08-17 14:31:32 +03:00
a0a50407b9 Split modules into different entry points, separate vendor modules 2015-08-13 18:08:44 +03:00
91f839dc49 Wrap existing JS modules in AMD module style 2015-08-12 16:33:15 +03:00
e601a1e902 added a twig extension class for assets + reorganized assets structure + added command line for stylus in README 2015-07-15 21:43:55 +02:00
99ad7d66af added src folders for assets css & js + added contributing doc + added install instructions for stylus 2015-07-15 20:03:05 +02:00