Merge: Added contributing guidelines and link from readme
[nit.git] / src / web / web_actions.nit
2016-05-30 Alexandre Terrasanitweb: migrate /entity?json to /api/entity
2016-05-30 Alexandre Terrasanitweb: migrate /uml to /api/uml/:entity
2016-05-30 Alexandre Terrasanitweb: migrate /code to /api/code/:entity
2016-05-30 Alexandre Terrasanitweb: migrate /random to /api/random
2016-05-30 Alexandre Terrasanitweb: migrate /search to /api/search
2016-05-30 Alexandre Terrasanitweb: rename ModelAction intro ModelHandler
2016-05-20 Alexandre Terrasasrc/web: nitweb use popcorn
2016-05-20 Alexandre Terrasasrc/web: replace adhoc MEntity::to_json by the model_js...
2016-05-20 Alexandre Terrasasrc/web: actions use full_name to lookup mentities
2016-04-20 Alexandre Terrasanitweb: add /uml/:namespace route
2015-12-19 Alexandre Terrasanitweb: use ModelTreeVisitor instead of custom tree...
2015-12-19 Alexandre Terrasanitweb: use ModelView instead of model collect
2015-12-19 Alexandre Terrasanitweb: introduce ModelAction
2015-12-11 Alexandre Terrasanitweb: introduce web actions