0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/templates/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
apps.hbs Add classes to settings headers 2014-08-04 12:53:55 +01:00
general.hbs Add classes to settings headers 2014-08-04 12:53:55 +01:00
users.hbs Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00