ctrl
ctrl copied to clipboard
An open source CMS written in node.js
🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...
On the Admin/article when on html mode. Are you planning to use redactor in the future?
[Is this meant to be the case?](https://github.com/serby/ctrl/blob/master/bundles/article/lib/model.js#L96) Line 96-98 is duplicated exactly on line 100.
Should we add some default sections and content to ctrl when the first admin user creates an account? It seems a little misleading to have a '/blog' link in the...
Project wide search for `_.` returns 17 matches. - 16 of them are `_.extend()` - 1 of them is `_.pluck()` I think it would be better to use an extend...
`serviceLocator` is a bit verbose. I think it'd be sensible to introduce the convention of calling it `services` (convention, rather than renaming the module, because it's up to the functions...
Is `web-stack.js` the right place do define stylusWatch and stylusCompile now that it's got nothing to do with HTTP?
An issue I found when I didn't realise the _id field was required on a generic view schema was that the update route didn't know what the object's id was....
The express logger might contain some useful debugging info. Currently we only log requests in development.