0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core
Jason Williams 0a7d161822 Prevent silent failures and recover after error.
Refs #4543
- Alway return model out of save handler so sub-classes which
  call this._super() on save have a model on success and failure.
- Always return resolved promise out of post slug generator.
- Test the errors object in the error notification helper to avoid
  throwing an unhandled exception and silently failing.
- Consider a post model "dirty" if it is in an error state.
2014-11-30 20:38:24 +00:00
..
client Prevent silent failures and recover after error. 2014-11-30 20:38:24 +00:00
server Merge pull request #4538 from jaswilli/config 2014-11-29 16:05:04 +00:00
shared Change autolinked URLs to output nice quotes 2014-10-14 11:09:06 +02:00
test Use non-deprecated moment.substract() 2014-11-29 17:58:55 -08:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00