- Added mysql 5.7+ support for population script
- Fixed index.ejs, content.ejs and page.ejs for node 6+
- Merged the pull request (i18n) of linksgo into the master branch. Chinese is now supported for the Cody interface and more languages can be added.
- Added IP and path logging for the 3 app's. (starts with "LOG --A--", S and D for resp. Application, Static and Dynamic content requests)
- Added an example controller to the empty site, removes the bug where the controller directory isn't tracked by git.
- better setup, small corrections.
- changed the directory structure to more reflect the hosting setup
- changes create script and you now have a startupscript in your cody-dev directory per project
The user is no longer required to change the index.js afer scaffolding.
- Added ContactController
- Allow custom config file that overwrites the default config by supplying it on command-line with -c, by andretw. Pull request
- Security: prevent from loading static files outside of the public folder scope. Issue
- The scaffolding is now written in node, run with: $node ./node_modules/cody/bin/create_script
- cccs -> create_script
- create_script now generates a config.json file that contains all the necessary configuration variables. They can be changed manually in the file or they can be overriden by setting the respective environment variables.
$ dbuser=mydbuser dbpassword=mydbpassword port=8080 node index