0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
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
..
client Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
clientold Clean up routes. Use new slug endpoint in admin. 2014-05-28 03:59:06 +00:00
server Merge pull request #2931 from sebgie/issue#2354 2014-06-13 20:05:56 +02:00
shared Improving the showdown extensions 2014-03-20 17:08:13 +00:00
test Convert support links from forum to new support site 2014-06-12 12:52:01 +02:00
bootstrap.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
index.js Fix typo in code comment: propogation errata changed to propagation. 2014-06-12 00:45:20 -05:00
server.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00