0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/templates
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
..
components Close modals when clicking off them 2014-08-08 08:33:42 -06:00
editor Do not focus post title when editing. 2014-08-08 11:37:24 -04:00
modals Working delete user modal & button 2014-08-04 13:29:24 -07:00
posts Add XSS prevention 2014-07-27 23:03:01 +02:00
settings Correct behavior on updating user slug. 2014-08-15 04:00:19 +00:00
-floating-header.hbs Preventing rogue modals from popping up when hitting the enter-key 2014-07-23 22:58:50 -04:00
-import-errors.hbs Improve importer error messaging 2014-07-29 12:02:18 +01:00
-navbar.hbs Update ghost-logo, death to jQuery 2014-08-11 09:52:55 -06:00
-publish-bar.hbs Replace anchors with no real href with buttons 2014-07-15 17:43:21 +01:00
application.hbs Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
debug.hbs Fix 'broken' debug tools template 2014-08-09 09:20:50 -07:00
editor-save-button.hbs
error.hbs Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
forgotten.hbs Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
post-settings-menu.hbs Stop event propagation when hitting "enter" in the gh-blur-input component 2014-08-03 00:48:05 -04:00
post-tags-input.hbs Preserve order of tags as entered by the user. 2014-07-29 02:16:21 +00:00
posts.hbs
reset.hbs
settings.hbs No apps screen for 0.5 2014-08-06 00:54:57 +01:00
setup.hbs Disable autocomplete for setup & signup screens 2014-07-30 16:04:03 +01:00
signin.hbs Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
signup.hbs Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
user-actions-menu.hbs Working delete user modal & button 2014-08-04 13:29:24 -07:00