0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
Jason Williams a18e5ce9ed Prevent duplicate slug request on saving new post
No Issue
- Do not run generateSlugPlaceholder if save has been initiated
  and the title has already been set on the post. At that stage
  a slug has already been generated and another API call is not
  necessary.
2014-07-18 15:05:10 +00:00
..
client Prevent duplicate slug request on saving new post 2014-07-18 15:05:10 +00:00
server Fix editing author 2014-07-18 10:48:48 +02:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Fix editing author 2014-07-18 10:48:48 +02:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js