0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/functional/client
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
..
app_test.js Add ghost logo anchor tag 2014-08-11 12:08:08 +01:00
content_test.js Replace anchors with no real href with buttons 2014-07-15 17:43:21 +01:00
editor_test.js Ensure editor awareness if publishing fails 2014-08-14 11:05:05 -07:00
settings_test.js Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
signin_test.js Improve spam prevention 2014-08-05 12:58:58 +02:00
signout_test.js Change user menu link to a button 2014-08-01 10:56:03 +01:00
signup_test.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00