0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Matt Enlow ad3ff49bea Add Author dropdown to PostSettingsMenu
Ref #3084
This PR does NOT hide the dropdown as required to close 3084.

- `EditorNewRoute` creates post with the author set to the current user
- added `authors` ArrayPromiseProxy (whoa, what?) to PSM
- added `changeAuthor` function that sets author and saves model when the user selects a new author
2014-07-18 17:29:46 -06:00
..
client Add Author dropdown to PostSettingsMenu 2014-07-18 17:29:46 -06:00
server Merge pull request #3321 from ErisDS/issue-2600-fin 2014-07-19 00:19:14 +01:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Merge pull request #3321 from ErisDS/issue-2600-fin 2014-07-19 00:19:14 +01:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js