Ghost/ghost/admin
Jason Williams bb50791dce 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
..
adapters Fix revoke user invite and user.destroy 2014-08-06 16:48:18 +00:00
assets Use the ghost-paths consistently. 2014-08-10 13:10:29 -04:00
components Do not focus post title when editing. 2014-08-08 11:37:24 -04:00
controllers Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
helpers Expose blog URL to client app 2014-08-10 18:49:37 +01:00
html Cleaning up old html files 2014-08-05 12:02:58 +01:00
initializers Merge pull request #3731 from ErisDS/issue-3724 2014-08-10 20:51:45 +02:00
mixins Do not focus post title when editing. 2014-08-08 11:37:24 -04:00
models Merge pull request #3472 from morficus/issue-3401 2014-07-31 15:36:11 +01:00
routes Merge pull request #3686 from sebgie/issue#3660 2014-08-08 14:25:40 +01:00
serializers Limit Posts for Authors. 2014-07-31 09:02:49 +01:00
templates Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Activate specific tab that is tapped/clicked. 2014-08-07 09:32:10 -04:00
validators Update validation to match server error. 2014-07-30 19:07:42 -04:00
views Update ghost-logo, death to jQuery 2014-08-11 09:52:55 -06:00
.jshintrc updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
app.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-dev.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-prod.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
loader.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
router.js Use the ghost-paths consistently. 2014-08-10 13:10:29 -04:00