0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
Jason Williams 1c4c4eb5de Correct behavior on updating user slug.
No Issue
- Defer save until after slug is checked.
- If new slug is empty or all whitespace, reset to previous value.
- If new slug is the same as existing slug except for an increment
  value (e.g. ghost-user-2), use the original slug.
- If the slug has changed, change the URL path to reflect the
  change so that the browser refresh and back button still work.
- Added tests.
2014-08-15 04:00:19 +00:00
..
editor Ensure editor awareness if publishing fails 2014-08-14 11:05:05 -07:00
modals Error if user has already been invited 2014-08-08 16:41:16 -07:00
posts Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
settings Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
application.js Transition to signin with error message on invalid token not 500 error screen 2014-08-06 08:08:02 -07:00
debug.js Error notification if send mail api returns 500 2014-08-11 09:15:12 -07:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Reset email form value on success 2014-08-08 02:52:19 +01:00
post-settings-menu.js Ensure PSM author is reset when changing posts. 2014-08-10 10:40:04 -04:00
post-tags-input.js Preserve order of tags as entered by the user. 2014-07-29 02:16:21 +00:00
posts.js Restore original display after window resizing. 2014-08-06 09:04:43 +01:00
reset.js Proper messaging on password reset 2014-08-01 13:18:53 +00:00
settings.js
setup.js Avoids duplicate notification / transition 2014-07-31 14:22:37 +02:00
signin.js Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
signup.js Avoids duplicate notification / transition 2014-07-31 14:22:37 +02:00