Ghost/core/test/functional
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
..
client Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
frontend Update express and body-parser dependencies. 2014-08-11 05:20:31 +00:00
routes Adding author pages to cache invalidation 2014-08-10 19:32:46 +01:00
setup Fix tests tripping spam protection 2014-07-21 14:33:42 +01:00
base.js Add User Role Dropdown 2014-07-30 17:59:14 -06:00