History log of /ontohub/app/models/license_model.rb
Revision Date Author Comments Expand
4ca64d4d941146c5a90916eb862a83a8a6d7a08a 01-Dec-2014 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Fix syntax errors so it matches our style guide.

df97c0390f692b187eb9e45c9879a9679668acc2 01-Dec-2014 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Each model has a scope which returns the ontologies which have, at least one, entry from each model, e.g. all ontologies which are at least in one project or have one license model, also each model has a method which gives the name of the instance and the number of ontologies which have this attribute, e.g. all ontologies which are in this project XY.

9877782acfb05d122f02db4678189dd6cd583b5a 28-Feb-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix license model validation

91b14d463f98d07432e174401c76c92652e4d67b 27-Feb-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix failing validation

fa4d8e48b630eb34132dfb2be179c6734ab3ebf6 27-Feb-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

cleanup, add management for license models

b259caaf997a77772be96abeb9c403d01669b875 27-Feb-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

validate length on metadata names

10761e1910f7d163502ff7d435a9cd361161f136 06-Dec-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

fixing miner errors in association and fixing seeds

c6afecf8ea8c259d7f826190ed2ea247c6fc4f2b 06-Dec-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

fixing association error

8e48b4c76e2fa30469470d03d6e7e403e8419ac4 05-Dec-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

Building further domain field properties

/ontohub/app/controllers/license_models_controller.rb /ontohub/app/controllers/projects_controller.rb /ontohub/app/helpers/navigation_helper.rb license_model.rb ontology/license_models.rb ontology/projects.rb /ontohub/app/views/license_models/_form.html.haml /ontohub/app/views/license_models/edit.html.haml /ontohub/app/views/license_models/index.html.haml /ontohub/app/views/license_models/new.html.haml /ontohub/app/views/projects/_form.html.haml /ontohub/app/views/projects/edit.html.haml /ontohub/app/views/projects/index.html.haml /ontohub/app/views/projects/new.html.haml /ontohub/app/views/review/_form.html.haml /ontohub/app/views/review/edit.html.haml /ontohub/app/views/review/new.html.haml /ontohub/app/views/tasks/_form.html.haml /ontohub/app/views/tasks/edit.html.haml /ontohub/app/views/tasks/index.html.haml /ontohub/app/views/tasks/new.html.haml /ontohub/app/views/tools/_form.html.haml /ontohub/app/views/tools/edit.html.haml /ontohub/app/views/tools/new.html.haml /ontohub/db/migrate/20131129104507_remove_ontology_id_from_license_model.rb /ontohub/db/migrate/20131129104802_create_join_table_license_model_ontology.rb /ontohub/db/migrate/20131129105009_create_join_table_ontologies_projects.rb /ontohub/db/migrate/20131129110040_remove_project_id_from_ontologies.rb
66f1b08f7a2adacc96a0179452094a2e4f2294d5 25-Sep-2013 Timo Kohorst <timo-hb@arcor.de>

add license model to ontologies