Ghost/ghost/admin/utils
Matt Enlow b58573ded5 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
..
ajax.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
date-formatting.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
ghost-paths.js Make exports consitent. 2014-06-09 13:58:35 -04:00
link-view.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
notifications.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
set-scroll-classname.js Add shadows to PostsListView and the adjacent HTML Preview; Fix preview render 2014-06-08 12:53:54 -04:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
word-count.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00