This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-20 17:32:15 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
05afe8afb2
Ghost
/
ghost
/
admin
/
routes
/
settings
/
users.js
4 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
updated Ember Simple Auth to latest version
2014-07-25 17:38:13 +04:00
var
UsersRoute
=
Ember
.
Route
.
extend
(
SimpleAuth
.
AuthenticatedRouteMixin
)
;
Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. Fixes #3078 - new "users" resource, with matching controller and template - fetching real data from /ghost/api/v0.1/users/ - updated "user" route to accept a :slug as a URL parameter - updated labels everywhere (from "user" to "users") - updated "profile" link to header to point to proper "users/:slug" route - updated core/client/.jshintrc to recognize moment as a valid global function - adjusted DOM selector used in Casper to properly identify the new screen - adding "slug" as a new property of the user data used during the Casper functional tests
2014-07-02 07:44:39 +04:00
export
default
UsersRoute
;
Reference in New Issue
Copy Permalink