mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
config | ||
controllers | ||
data | ||
helpers | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
filters.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |