0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers/settings
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
..
users Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
app.js Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
general.js Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00