History log of /ontohub/features/step_definitions/ontology_versions_steps.rb
Revision Date Author Comments Expand
22f8827cd8892a298f9764ce862db6867307828d 10-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1620 deletion of child ontologies (#1748) * Make removed child ontologies "not present". * Scope default children association of acts_as_tree to present ontologies. * Show only present ontologies of this file. * Fix ontology factory. * Add cucumber features. * Fix restoring children. * Fix restoring a child ontology. * Add specs for restoring children. * Really fix restoring a child ontology. * Only save the ontology if it has changed or if it is a new record.

/ontohub/app/models/ontology/associations_and_attributes.rb /ontohub/app/models/ontology/class_methods_and_scopes.rb /ontohub/app/models/ontology/distributed.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/views/files/_show_dir.html.haml /ontohub/app/views/files/_show_file.html.haml /ontohub/features/RepositoryEditFile.feature /ontohub/features/RepositoryFileBrowser.feature ontology_search_steps.rb ontology_state_steps.rb ontology_versions_steps.rb repository_edit_file_steps.rb repository_file_browser_steps.rb /ontohub/features/support/env.rb /ontohub/lib/hets/dg/node_evaluation_helper.rb /ontohub/lib/hets/dg/node_evaluator.rb /ontohub/spec/factories/ontology_factory.rb /ontohub/spec/fixtures/ontologies/casl/test2_child_deleted.casl /ontohub/spec/fixtures/ontologies/casl/test2_child_renamed.casl /ontohub/spec/models/ontology_spec.rb /ontohub/spec/support/common_helper_methods.rb
3df637439f211640bc3ad7bf7d24082903c284fb 08-May-2016 Tom Gehrke <phyrog@cognitive-coding.com>

Fix typo

ff5afcf3b8fafaf548d638855881f710ba2e0fb1 01-May-2016 Tom Gehrke <phyrog@cognitive-coding.com>

Fix javascript test

13aeda174b4d9b5850ccc2c04d02e0def35ca634 18-Apr-2016 Tom Gehrke <phyrog@cognitive-coding.com>

Add test for edit and view buttons

6cf7dfa3f4a9dd506fc39a1aed4dc0c29ea814d2 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Adjust features to new html structure of states.

f4e0204a2f0c2494ac8b02ced3dcdf95ea25e889 03-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix state checking features.

07807241a75892ff388800cf87fb40c0224cc0e0 08-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

write ontology loc/id integration tests.

792e63782d113aa39e658471cf466863e97b852b 21-Aug-2014 Tim Reddehase <robustus@rightsrestricted.com>

add test for correct child-versions display Add a cucumber integration test to display the right ontology-versions in the tab for child-ontology versions.