Ghost/core
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
server Merge pull request #3647 from felixrieseberg/iss3644 2014-08-13 18:22:18 +01:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00