Ghost/core/test/functional/client
Matt Enlow 21abed7f9a Add User Role Dropdown
Closes #3402, Closes #3428

-------------------

 ### Components
- Added GhostSelectComponent to handle async select creation (h/t @rwjblue)
- Added GhostRolesSelector (extends GhostSelect) for displaying user role options
- Created StoreInjector for surgically inserting the store into things that normally wouldn't have them.

 ### Users Settings
- InviteNewUserModal now uses GhostRolesSelector & defaults to Author
- The role dropdown for user settings has permissions set per 3402

 ### User Model
- Added `role` property as an interface to getting and setting `roles`
- Refactored anything that set `roles` to set `role`
- isAdmin, isAuthor, isOwner and isEditor are all keyed off of `role` now

 ### Tests
- Added functional tests for Settings.Users
- updated settings.users and settings.users.user screens
- fix spacing on screens

 ### Server Fixtures
- Fixed owner fixture's roles
2014-07-30 17:59:14 -06:00
..
app_test.js Fixup signin and signout 2014-07-29 20:58:43 +00:00
content_test.js Replace anchors with no real href with buttons 2014-07-15 17:43:21 +01:00
editor_test.js Add XSS prevention 2014-07-27 23:03:01 +02:00
settings_test.js Add User Role Dropdown 2014-07-30 17:59:14 -06:00
signin_test.js Fix tests tripping spam protection 2014-07-21 14:33:42 +01:00
signout_test.js Fixup signin and signout 2014-07-29 20:58:43 +00:00
signup_test.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00