Ghost/core/client/templates
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
..
components render html in notifications 2014-06-01 11:45:17 -05:00
editor Refactored Editor Routing 2014-06-11 12:18:44 -06:00
modals Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
posts Refactored Editor Routing 2014-06-11 12:18:44 -06:00
settings Ember cleanup: double quotes + removed bad tag 2014-06-01 21:29:25 +01:00
-floating-header.hbs Refactored Editor Routing 2014-06-11 12:18:44 -06:00
-navbar.hbs Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
-publish-bar.hbs Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
application.hbs Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
debug.hbs Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
editor-save-button.hbs Enable post deletion from Ember admin 2014-06-04 13:19:57 +00:00
editor-tags.hbs Implement the Tag Editor view 2014-06-06 23:02:56 -04:00
error.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
forgotten.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
loading.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
post-settings-menu.hbs Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
posts.hbs Refactored Editor Routing 2014-06-11 12:18:44 -06:00
reset.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
settings.hbs Add active class to settings tabs 2014-05-24 08:02:42 -06:00
signin.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
signup.hbs Implement signup in Ember 2014-05-23 12:17:28 -05:00