0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
Matt Enlow b1176a8a67 Refactored PostSettingsMenuController
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`
2014-06-13 12:14:58 -06:00
..
editor Transition to editor.edit after saving a new post 2014-06-11 15:44:18 -06:00
modals Close post settings popover menu after delete post 2014-06-06 04:04:49 +00:00
posts Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
settings
application.js
debug.js
forgotten.js
post-settings-menu.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
posts.js
reset.js