mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
b1176a8a67
Closes #2845. Ref #1351. - Refactored `PostSettingsMenuController` to appropriately set and display slug and publish date and their placeholders. - Removed api spam on title change by putting `slugPlaceholder` generation inside of an `Ember.run.debounce` call. - Renamed `gh-blur-text-field` to `gh-blur-input` - Created `SlugGenerator` class to abstract slug generation. - Added `timestampVerification` function to `utils/date-formatting` - `utils/date-formatting` now uses `strict` parsing of dates - Added more acceptable date formats to accommodate strict parsing - Moved `isDraft` and `isPublished` computed properties from `EditorController` to `PostModel` |
||
---|---|---|
.. | ||
components | ||
editor | ||
modals | ||
posts | ||
settings | ||
-floating-header.hbs | ||
-navbar.hbs | ||
-publish-bar.hbs | ||
application.hbs | ||
debug.hbs | ||
editor-save-button.hbs | ||
editor-tags.hbs | ||
error.hbs | ||
forgotten.hbs | ||
loading.hbs | ||
post-settings-menu.hbs | ||
posts.hbs | ||
reset.hbs | ||
settings.hbs | ||
signin.hbs | ||
signup.hbs |