Ghost/ghost/admin/app/controllers
Kevin Ansfield 6fe159c8d9 Updated handling of send_email_when_published
refs 5fd2b7fed1

- sends `?send_email_when_published=true` query param when scheduling/publishing a post with the toggle turned on
  - adds support to the posts adapter for handling the `adapterOptions` option
  - updates the editor `save` task to pass through the required adapter option when a post is being published or scheduled with the toggle checked
- moves state for the email toggle into the publish menu so that we don't try to toggle the model attribute which should only be fetched from the API
- prevent `post.send_email_when_published` being sent to the API via the serializer as it's now a read-only attribute
2019-11-14 17:33:35 +00:00
..
editor 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
members Added csv import/export for members 2019-10-04 15:14:20 +05:30
settings Wired admin bulk email settings UI to read/write setting 2019-11-13 22:38:16 +05:30
setup Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
staff Update dependency eslint-plugin-ghost to v0.3.0 (#1247) 2019-06-24 16:33:21 +01:00
tags 🐛 Fixed tag with # not generating "hash-" prefix at tag screen 2019-09-23 19:58:11 +05:30
about.js Switched About screen to use config service 2019-02-26 16:12:34 +07:00
application.js Fixed deprecated access of controller.{currentPath,currentRouteName} 2019-05-06 14:51:23 +01:00
editor.js Updated handling of send_email_when_published 2019-11-14 17:33:35 +00:00
error.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
member.js Fixed Cmd+S in member details form (#1379) 2019-10-21 20:32:44 +05:30
members.js 🐛 Fixed members export limiting to 15 members only (#1391) 2019-10-29 10:21:10 +05:30
pages-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
pages.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
posts-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
posts.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
setup.js Fixed deprecated access of controller.{currentPath,currentRouteName} 2019-05-06 14:51:23 +01:00
signin.js 🎨 Added auto-login to private site when viewing site preview in admin (#1286) 2019-08-12 09:11:10 +01:00
signup.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
site.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tags.js 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30