0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/models
Sebastian Gierlinger 212521712d Clean up config (drop 'env')
closes #628
- removed .env from config.js
- ghost.config() returns correct config for NODE_ENV
- removed .env[process.env.NODE_ENV]
- updated tests
- deleted users.hbs, plugins.hbs, appearance.hbs (forgot to delete in PR #649)
2013-09-12 15:25:58 +01:00
..
base.js Clean up config (drop 'env') 2013-09-12 15:25:58 +01:00
index.js Add post tagging functionality 2013-08-30 16:20:22 +01:00
permission.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
post.js Merge pull request #564 from skattyadz/tags-squashed 2013-09-01 17:50:21 -07:00
role.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
settings.js Proper settings infrastructure, allowing new features without compromising old data. 2013-09-03 22:56:34 +01:00
tag.js Add post tagging functionality 2013-08-30 16:20:22 +01:00
user.js Temporary aliasing on the User model 2013-09-09 15:25:20 +01:00