0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core/test
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
..
functional Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
integration MU Importer - Assign objects correctly 2014-08-10 14:49:23 +01:00
unit Filestorage helper returns string true if config is object 2014-08-11 11:50:44 +01:00
utils MU Importer - Assign objects correctly 2014-08-10 14:49:23 +01:00
blanket_coverage.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00