mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
89e4201b67
no issue - add a big comment - describe: - how this works - why this is in place - what does currently not work - and why it will work with channels - @TODO: - figure out how to disallow: - `models.Post.findAll({columns: id})` - `post.save(data)` - this will trigger bookshelf events and model events - url generation currently needs a set of attributes (e.g. slug, published_at) - will be auto-fixed with channels, because you can call `urlService.getUrl(post.id)` - but what doesn't get solved is our model events - e.g. `emitChange` needs `post.get('page')` to determine if it's a page |
||
---|---|---|
.. | ||
base | ||
plugins | ||
relations | ||
accesstoken.js | ||
app-field.js | ||
app-setting.js | ||
app.js | ||
client-trusted-domain.js | ||
client.js | ||
index.js | ||
invite.js | ||
permission.js | ||
post.js | ||
refreshtoken.js | ||
role.js | ||
settings.js | ||
subscriber.js | ||
tag.js | ||
user.js | ||
webhook.js |