All Versions
10
Latest Version
Avg Release Cycle
45 days
Latest Release
3245 days ago

Changelog History

  • v3.4.5 Changes

    May 11, 2015
    • โž• Added mysql 5.7+ support for population script
    • ๐Ÿ›  Fixed index.ejs, content.ejs and page.ejs for node 6+
  • v3.4 Changes

    August 25, 2015
    • ๐Ÿ”€ 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.
  • v3.3.19 Changes

    June 03, 2015
    • โž• 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)
  • v3.3.17 Changes

    May 20, 2015
    • โž• Added an example controller to the empty site, removes the bug where the controller directory isn't tracked by git.
  • v3.3.14 Changes

    March 28, 2015
    • โž• Added ContactController
  • v3.3.10 Changes

    April 10, 2015
    • ๐Ÿ‘ better setup, small corrections.
  • v3.3.5 Changes

    March 29, 2015
    • ๐Ÿ”„ 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.
  • v3.3.4 Changes

    January 02, 2015
    • ๐Ÿ”’ Security: prevent from loading static files outside of the public folder scope. Issue
  • v3.3.2 Changes

    November 06, 2014
    • The scaffolding is now written in node, run with: $node ./node_modules/cody/bin/create_script
  • v3.2.0 Changes

    October 22, 2014
    • 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. bash $ dbuser=mydbuser dbpassword=mydbpassword port=8080 node index