History log of /ontohub/app/helpers/navigation_helper.rb
Revision Date Author Comments Expand
d327eb79653cf7820fe583473ab35816d44cd757 02-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1555 patch url for (#1745) * Move monkey patches to one place and document them. * Make url_for consider LocIdBaseModel. * Use url_for instead of locid_for everywhere. * Remove now unused locid_for methods.

/ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/metadata_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/proof_attempts_controller.rb link_helper.rb navigation_helper.rb state_helper.rb /ontohub/app/serializers/application_serializer.rb /ontohub/app/serializers/axiom_serializer.rb /ontohub/app/serializers/mapping_serializer.rb /ontohub/app/serializers/ontology_member/symbol_serializer.rb /ontohub/app/serializers/ontology_serializer.rb /ontohub/app/serializers/ontology_version_serializer.rb /ontohub/app/serializers/proof_attempt_configuration_serializer.rb /ontohub/app/serializers/proof_attempt_serializer.rb /ontohub/app/serializers/prover_output_serializer.rb /ontohub/app/serializers/sentence_serializer.rb /ontohub/app/serializers/theorem_serializer.rb /ontohub/app/views/axioms/_axiom.html.haml /ontohub/app/views/axioms/index.html.haml /ontohub/app/views/children/_child.html.haml /ontohub/app/views/mappings/_mapping.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/proof_attempts/_result.html.haml /ontohub/app/views/proof_attempts/_sentences_list.html.haml /ontohub/app/views/proof_attempts/index.html.haml /ontohub/app/views/proof_attempts/show.html.haml /ontohub/app/views/prover_outputs/show.html.haml /ontohub/app/views/symbols/_list.html.haml /ontohub/app/views/symbols/_node.html.haml /ontohub/app/views/theorems/_theorem.html.haml /ontohub/app/views/theorems/_theorem_large.html.haml /ontohub/doc/list_of_monkey_patches.md /ontohub/features/step_definitions/combination_steps.rb /ontohub/features/step_definitions/loc_id_routing_steps.rb /ontohub/features/step_definitions/ontology_state_steps.rb /ontohub/features/support/env.rb /ontohub/lib/extend/action_dispatch/routing/polymorphic_routes.rb /ontohub/lib/extend/file.rb /ontohub/spec/controllers/api/v1/proof_attempt_configurations_controller_spec.rb /ontohub/spec/controllers/api/v1/proof_attempts_controller_spec.rb /ontohub/spec/controllers/ontologies_controller_spec.rb /ontohub/spec/controllers/proof_attempts_controller_spec.rb /ontohub/spec/support/common_helper_methods.rb
e276f66fed51be31fe120ad73f369f497aebdabb 25-Apr-2016 Eileen Bolloff <ebolloff@informatik.uni-bremen.de>

Adapt controller to page.

48cf134d61fe781213c4037a7414875b65ea1a4e 26-Oct-2015 Sascha Graef <sgraef@informatik.uni-bremen.de>

remove categories from the view

f3f213d0921bfa18271c737598361fb7cd9851f3 03-Aug-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use original scope for count badges.

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

Set content tab active in theorems-subpages.

b147142a437f753a795852c62cbf73bd3ab30ab7 24-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add axioms tab to ontology view.

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

obey hound.

2bc45485d0fe7200960bd17f1b81ea477bf16bef 04-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

support triple-slash in locid-for and hash-query We support commands for triple-slash as additional args to locid_for and a hash at the end for the query-strings key-value pairs.

f0cc21da871d51c6e8c2dafaf4b076cc8b45ec0b 04-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

link to ontology-locid-routes where possible This currently only includes the ontologies themselves, members of ontologies (children, symbols, sentences, mappings) or index-routes based on ontologies (metadata, versions and so on).

00c175adc24043fbcd4cd5e3769c9d13e31ff831 28-Jan-2015 Model Renamer <bot-rename@ontohub.org>

Obey hound.

/ontohub/app/controllers/general_mappings_controller.rb /ontohub/app/controllers/mappings_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/symbols_controller.rb application_helper.rb navigation_helper.rb symbol_helper.rb /ontohub/app/models/mapping.rb /ontohub/app/models/mapping_version.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology/categories.rb /ontohub/app/models/ontology/mappings.rb /ontohub/app/models/ontology/sentences.rb /ontohub/app/models/ontology/symbols.rb /ontohub/app/models/ontology_member/symbol.rb /ontohub/app/models/ontology_member/symbol/readability.rb /ontohub/app/models/ontology_member/symbol/searching.rb /ontohub/app/models/oops_response.rb /ontohub/app/models/sentence.rb /ontohub/app/models/symbol_group.rb /ontohub/app/models/symbol_mapping.rb /ontohub/app/views/mappings/_mapping.html.haml /ontohub/app/views/mappings/index.html.haml /ontohub/config/routes.rb
67ea9fccbdc154cf2418f16ab8883ccfcbc77b51 05-Jan-2015 Model Renamer <bot-rename@ontohub.org>

Run rename refactor script.

/ontohub/app/assets/javascripts/jquery.truncate.js /ontohub/app/assets/javascripts/owl.js /ontohub/app/assets/javascripts/plugins/graph.js.coffee /ontohub/app/assets/javascripts/plugins/themes/apple/style.css /ontohub/app/assets/javascripts/plugins/themes/classic/style.css /ontohub/app/assets/javascripts/plugins/themes/default-rtl/style.css /ontohub/app/assets/javascripts/plugins/themes/default/style.css /ontohub/app/assets/javascripts/repository/clone-url.js.coffee /ontohub/app/assets/javascripts/repository_directories.js.coffee /ontohub/app/assets/javascripts/symbols.js.coffee /ontohub/app/assets/javascripts/tooltips.js.coffee /ontohub/app/assets/stylesheets/application.css.sass /ontohub/app/assets/stylesheets/axioms.css.sass /ontohub/app/assets/stylesheets/formats.sass /ontohub/app/assets/stylesheets/graphs.css /ontohub/app/assets/stylesheets/symbols.css.sass /ontohub/app/controllers/adjoints_controller.rb /ontohub/app/controllers/autocomplete_controller.rb /ontohub/app/controllers/children_controller.rb /ontohub/app/controllers/general_mappings_controller.rb /ontohub/app/controllers/graphs_controller.rb /ontohub/app/controllers/language_adjoints_controller.rb /ontohub/app/controllers/language_mappings_controller.rb /ontohub/app/controllers/logic_adjoints_controller.rb /ontohub/app/controllers/logic_mappings_controller.rb /ontohub/app/controllers/mappings_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/ontology_versions_controller.rb /ontohub/app/controllers/polymorphic_resource/base.rb /ontohub/app/controllers/privilege_list/base.rb /ontohub/app/controllers/repository_directories_controller.rb /ontohub/app/controllers/symbols_controller.rb /ontohub/app/controllers/symbols_search_controller.rb application_helper.rb entity_helper.rb mapping_helper.rb navigation_helper.rb ontology_helper.rb repositories_helper.rb sentence_helper.rb symbol_helper.rb /ontohub/app/models/link_version.rb /ontohub/app/models/mapping.rb /ontohub/app/models/mapping_version.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology/categories.rb /ontohub/app/models/ontology/mappings.rb /ontohub/app/models/ontology/sentences.rb /ontohub/app/models/ontology/symbols.rb /ontohub/app/models/oops_response.rb /ontohub/app/models/proof_status/creation_from_ontology.rb /ontohub/app/models/sentence.rb /ontohub/app/models/sentence/readability.rb /ontohub/app/models/structured_proof_part.rb /ontohub/app/models/symbol.rb /ontohub/app/models/symbol/readability.rb /ontohub/app/models/symbol/searching.rb /ontohub/app/models/symbol_group.rb /ontohub/app/models/symbol_mapping.rb /ontohub/app/models/translated_sentence.rb /ontohub/app/viewhelpers/logic_viewhelper.rb /ontohub/app/views/adjoints/_form.html.haml /ontohub/app/views/adjoints/edit.html.haml /ontohub/app/views/adjoints/new.html.haml /ontohub/app/views/adjoints/show.html.haml /ontohub/app/views/admin/status/_errored_ontologies.html.haml /ontohub/app/views/admin/status/_ontologies.html.haml /ontohub/app/views/admin/users/_user.html.haml /ontohub/app/views/categories/index.html.haml /ontohub/app/views/categories/show.html.haml /ontohub/app/views/children/_child.html.haml /ontohub/app/views/children/index.html.haml /ontohub/app/views/comments/_comment.html.haml /ontohub/app/views/devise/_mappings.html.haml /ontohub/app/views/devise/confirmations/new.html.haml /ontohub/app/views/devise/mailer/confirmation_instructions.html.haml /ontohub/app/views/devise/mailer/reset_password_instructions.html.haml /ontohub/app/views/devise/mailer/unlock_instructions.html.haml /ontohub/app/views/devise/passwords/edit.html.haml /ontohub/app/views/devise/passwords/new.html.haml /ontohub/app/views/devise/registrations/new.html.haml /ontohub/app/views/devise/sessions/new.html.haml /ontohub/app/views/devise/unlocks/new.html.haml /ontohub/app/views/errors/index.html.haml /ontohub/app/views/files/_show_dir.html.haml /ontohub/app/views/files/_show_file.html.haml /ontohub/app/views/files/show.html.haml /ontohub/app/views/formality_levels/_formality_level.html.haml /ontohub/app/views/formality_levels/show.html.haml /ontohub/app/views/general_mappings/_adjoints.html.haml /ontohub/app/views/general_mappings/_form.html.haml /ontohub/app/views/general_mappings/edit.html.haml /ontohub/app/views/general_mappings/new.html.haml /ontohub/app/views/general_mappings/show.html.haml /ontohub/app/views/graphs/index.html.haml /ontohub/app/views/home/_comments.html.haml /ontohub/app/views/home/_versions.html.haml /ontohub/app/views/home/show.html.haml /ontohub/app/views/kaminari/_first_page.html.haml /ontohub/app/views/kaminari/_last_page.html.haml /ontohub/app/views/kaminari/_next_page.html.haml /ontohub/app/views/kaminari/_prev_page.html.haml /ontohub/app/views/keys/_key.html.haml /ontohub/app/views/languages/_language.html.haml /ontohub/app/views/languages/_mappings.html.haml /ontohub/app/views/languages/_ontologies.html.haml /ontohub/app/views/languages/_serializations.html.haml /ontohub/app/views/languages/_supports.html.haml /ontohub/app/views/languages/index.html.haml /ontohub/app/views/layouts/application.html.haml /ontohub/app/views/layouts/mailer.html.haml /ontohub/app/views/license_models/_license_model.html.haml /ontohub/app/views/license_models/show.html.haml /ontohub/app/views/link_versions/_form.html.haml /ontohub/app/views/link_versions/edit.html.haml /ontohub/app/views/links/_link.html.haml /ontohub/app/views/logics/_distributed.html.haml /ontohub/app/views/logics/_heterogeneous_distributed.html.haml /ontohub/app/views/logics/_logic.html.haml /ontohub/app/views/logics/_mappings.html.haml /ontohub/app/views/logics/_ontologies.html.haml /ontohub/app/views/logics/_supports.html.haml /ontohub/app/views/logics/search.json.erb /ontohub/app/views/logics/show.html.haml /ontohub/app/views/mapping_versions/_form.html.haml /ontohub/app/views/mapping_versions/edit.html.haml /ontohub/app/views/mapping_versions/index.html.haml /ontohub/app/views/mappings/_form.html.haml /ontohub/app/views/mappings/_mapping.html.haml /ontohub/app/views/mappings/edit.html.haml /ontohub/app/views/mappings/index.html.haml /ontohub/app/views/mappings/new.html.haml /ontohub/app/views/mappings/show.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/ontologies/_ontology.html.haml /ontohub/app/views/ontologies/_ontology_search_response.html.haml /ontohub/app/views/ontologies/index_repository.html.haml /ontohub/app/views/ontologies/show.html.haml /ontohub/app/views/ontology_types/show.html.haml /ontohub/app/views/ontology_versions/_ontology_version.html.haml /ontohub/app/views/permissions/_form.html.haml /ontohub/app/views/projects/_project.html.haml /ontohub/app/views/projects/show.html.haml /ontohub/app/views/repositories/_clone_url.html.haml /ontohub/app/views/repositories/_repository.html.haml /ontohub/app/views/repositories/edit.haml /ontohub/app/views/repositories/index.html.haml /ontohub/app/views/repositories/new.html.haml /ontohub/app/views/repository_settings/_subnav.html.haml /ontohub/app/views/repository_settings/index.html.haml /ontohub/app/views/review/edit.html.haml /ontohub/app/views/review/new.html.haml /ontohub/app/views/sentences/_sentence.html.haml /ontohub/app/views/serializations/index.html.haml /ontohub/app/views/serializations/show.html.haml /ontohub/app/views/shared/_navbar.html.haml /ontohub/app/views/shared/_subnavigation.html.haml /ontohub/app/views/shared/_user_repositories.html.haml /ontohub/app/views/symbols/_list.html.haml /ontohub/app/views/symbols/_node.html.haml /ontohub/app/views/symbols/_treeview.html.haml /ontohub/app/views/symbols/index.html.haml /ontohub/app/views/symbols_search/_group.html.haml /ontohub/app/views/symbols_search/_hit.html.haml /ontohub/app/views/symbols_search/index.html.haml /ontohub/app/views/tasks/_task.html.haml /ontohub/app/views/tasks/show.html.haml /ontohub/app/views/team_users/_form.html.haml /ontohub/app/views/team_users/_team_user.html.haml /ontohub/app/views/teams/index.html.haml /ontohub/app/views/teams/permissions/_permission.haml /ontohub/app/views/teams/permissions/index.html.haml /ontohub/app/views/teams/show.html.haml /ontohub/app/views/tools/edit.html.haml /ontohub/app/views/tools/index.html.haml /ontohub/app/views/tools/new.html.haml /ontohub/app/views/users/_comments.html.haml /ontohub/app/views/users/_versions.html.haml /ontohub/config/application.rb /ontohub/config/external_mapping_mapping.yml /ontohub/config/i18n-tasks.yml /ontohub/config/initializers/devise.rb /ontohub/config/locales/devise.en.yml /ontohub/config/locales/en.yml /ontohub/config/routes.rb /ontohub/config/settings.yml /ontohub/config/sunspot.yml /ontohub/db/migrate/20141215175503_rename_via_script.rb /ontohub/lib/aggregatable.rb /ontohub/lib/external_mapping.rb /ontohub/lib/graph_data_fetcher.rb /ontohub/lib/graph_structures/specific_fetchers/mappings.rb /ontohub/lib/hets/node_evaluation_helper.rb /ontohub/lib/hets/node_evaluator.rb /ontohub/lib/hets/nokogiri_listener.rb /ontohub/lib/logicgraph_parser.rb /ontohub/lib/ontology_parser.rb /ontohub/lib/ontology_search.rb /ontohub/lib/parsing_callback/generic_callback.rb /ontohub/lib/parsing_callback/owl.rb /ontohub/lib/tarjan_tree.rb /ontohub/lib/triple_store.rb /ontohub/spec/controllers/autocomplete_controller_spec.rb /ontohub/spec/controllers/comments_controller_spec.rb /ontohub/spec/controllers/graphs_controller_spec.rb /ontohub/spec/controllers/ontologies_controller_spec.rb /ontohub/spec/controllers/repositories_controller_spec.rb /ontohub/spec/controllers/symbols_controller_spec.rb /ontohub/spec/controllers/team_users_controller_spec.rb /ontohub/spec/factories/adjoint_factory.rb /ontohub/spec/factories/c_edge_factory.rb /ontohub/spec/factories/category_factory.rb /ontohub/spec/factories/comment_factory.rb /ontohub/spec/factories/formality_level_factory.rb /ontohub/spec/factories/git_repository_factory.rb /ontohub/spec/factories/hets_instance_factory_factory.rb /ontohub/spec/factories/key_factory.rb /ontohub/spec/factories/language_factory.rb /ontohub/spec/factories/license_model_factory.rb /ontohub/spec/factories/logic_factory.rb /ontohub/spec/factories/mapping.rb /ontohub/spec/factories/mapping_factory.rb /ontohub/spec/factories/ontology_factory.rb /ontohub/spec/factories/ontology_type_factory.rb /ontohub/spec/factories/ontology_version_factory.rb /ontohub/spec/factories/oops_factory.rb /ontohub/spec/factories/permission_factory.rb /ontohub/spec/factories/project_factory.rb /ontohub/spec/factories/repository_factory.rb /ontohub/spec/factories/sentence_factory.rb /ontohub/spec/factories/serialization_factory.rb /ontohub/spec/factories/svn_repository_factory.rb /ontohub/spec/factories/symbol_factory.rb /ontohub/spec/factories/symbol_group_factory.rb /ontohub/spec/factories/task_factory.rb /ontohub/spec/factories/team_factory.rb /ontohub/spec/factories/url_map_factory.rb /ontohub/spec/factories/user_factory.rb /ontohub/spec/lib/external_mapping_spec.rb /ontohub/spec/lib/oops_request/responses_spec.rb /ontohub/spec/lib/tarjan_spec.rb /ontohub/spec/models/graph_data_fetcher_spec.rb /ontohub/spec/models/mapping_spec.rb /ontohub/spec/models/ontology_spec.rb /ontohub/spec/models/repository/symlink_spec.rb /ontohub/spec/models/repository_spec.rb /ontohub/spec/models/sentence_spec.rb /ontohub/spec/models/symbol_group_spec.rb /ontohub/spec/models/symbol_mapping_spec.rb /ontohub/spec/models/symbol_spec.rb /ontohub/spec/routing/entities_search_routing_spec.rb /ontohub/spec/routing/symbols_routing_spec.rb /ontohub/spec/routing/symbols_search_routing_spec.rb
3163ca485711745703db7bafed31f9675aafeefe 06-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Improve style: Remove line-break in if.

09fcb8100e44760322b22a6f7c9dfbac7ed92900 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Split line.

ccc84f4ee480ed2fdb0f683ca93311fa0e7c0cf3 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add space.

3a61a38912bb3d0f2b0aef3ff4b767a3919ef07b 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use parens around method arguments.

5f75d904465f5f8e5f29c7d852ec2f16af57b03e 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add Theorem route, controller and view.

9f71e4e1c9cab7485784b2b0bb7d1402ae1e4d14 05-Nov-2014 hardik101 <hardikbalar101@gmail.com>

removal of travis error casuing changes

22297c9ed98da092bf39cc111584a7b072cffdea 04-Nov-2014 hardik101 <hardikbalar101@gmail.com>

all remaining generalizations

9768e1d58479816d766aa28af4f117478f59e735 10-Jun-2014 Tim Reddehase <robustus@rightsrestricted.com>

sort entity-tabs alphabetically Also default to class-tab if possible.

ee5342a8882c2fc7631fcffb5497e6597747887c 10-May-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix whitespace issues Includes fixes for the following whitespace-related issues: - Trailing whitespace at end of line - Tabs in file - No newline at end of file This commit fixes these issues for .rb, .coffee, and .sass files.

/ontohub/app/assets/javascripts/bulkupload.js.coffee /ontohub/app/assets/javascripts/flash.js.coffee /ontohub/app/assets/javascripts/highlight_anchor.js.coffee /ontohub/app/assets/javascripts/oops.js.coffee /ontohub/app/assets/javascripts/plugins/relationList.js.coffee /ontohub/app/assets/javascripts/plugins/remoteCollection.js.coffee /ontohub/app/assets/javascripts/statusUpdates.js.coffee /ontohub/app/assets/javascripts/tooltips.js.coffee /ontohub/app/assets/stylesheets/actions.css.sass /ontohub/app/assets/stylesheets/aside.css.sass /ontohub/app/assets/stylesheets/axioms.css.sass /ontohub/app/assets/stylesheets/bulkupload.css.sass /ontohub/app/assets/stylesheets/comments.css.sass /ontohub/app/assets/stylesheets/data_type.css.sass /ontohub/app/assets/stylesheets/entities.css.sass /ontohub/app/assets/stylesheets/formats.sass /ontohub/app/assets/stylesheets/latest.css.sass /ontohub/app/assets/stylesheets/oops-responses.css.sass /ontohub/app/assets/stylesheets/pagination.sass /ontohub/app/assets/stylesheets/quicksearch.css.sass /ontohub/app/assets/stylesheets/relationList.css.sass /ontohub/app/assets/stylesheets/repository.css.sass /ontohub/app/assets/stylesheets/search_result.css.sass /ontohub/app/assets/stylesheets/section.css.sass /ontohub/app/assets/stylesheets/sentences.css.sass /ontohub/app/controllers/adjoints_controller.rb /ontohub/app/controllers/admin/teams_controller.rb /ontohub/app/controllers/admin/users_controller.rb /ontohub/app/controllers/api/v1/base.rb /ontohub/app/controllers/api/v1/categories_controller.rb /ontohub/app/controllers/api/v1/ontologies_controller.rb /ontohub/app/controllers/api/v1/repositories_controller.rb /ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/autocomplete_controller.rb /ontohub/app/controllers/children_controller.rb /ontohub/app/controllers/commit_references_controller.rb /ontohub/app/controllers/entities_search_controller.rb /ontohub/app/controllers/errors_controller.rb /ontohub/app/controllers/home_controller.rb /ontohub/app/controllers/keys_controller.rb /ontohub/app/controllers/language_adjoints_controller.rb /ontohub/app/controllers/language_mappings_controller.rb /ontohub/app/controllers/languages_controller.rb /ontohub/app/controllers/links_controller.rb /ontohub/app/controllers/logic_adjoints_controller.rb /ontohub/app/controllers/logic_mappings_controller.rb /ontohub/app/controllers/logics_controller.rb /ontohub/app/controllers/mappings_controller.rb /ontohub/app/controllers/metadata_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/ontology_search_controller.rb /ontohub/app/controllers/ontology_version_member.rb /ontohub/app/controllers/ontology_versions_controller.rb /ontohub/app/controllers/oops_requests_controller.rb /ontohub/app/controllers/path_helpers.rb /ontohub/app/controllers/permissions_controller.rb /ontohub/app/controllers/polymorphic_resource/base.rb /ontohub/app/controllers/privilege_list/base.rb /ontohub/app/controllers/repository_settings_controller.rb /ontohub/app/controllers/sentences_controller.rb /ontohub/app/controllers/supports_controller.rb /ontohub/app/controllers/team_users_controller.rb /ontohub/app/controllers/teams/permissions_controller.rb /ontohub/app/controllers/teams_controller.rb /ontohub/app/controllers/users/confirmations_controller.rb /ontohub/app/controllers/users/registrations_controller.rb /ontohub/app/controllers/users_controller.rb application_helper.rb comments_helper.rb entity_helper.rb flash_helper.rb link_helper.rb navigation_helper.rb ontology_helper.rb oops_helper.rb pagination_helper.rb permission_helper.rb search_helper.rb tag_helper.rb timestamp_helper.rb title_helper.rb /ontohub/app/models/ability.rb /ontohub/app/models/comment.rb /ontohub/app/models/e_edge.rb /ontohub/app/models/entity.rb /ontohub/app/models/entity/readability.rb /ontohub/app/models/entity/searching.rb /ontohub/app/models/entity_group.rb /ontohub/app/models/key.rb /ontohub/app/models/key/fingerprint.rb /ontohub/app/models/language.rb /ontohub/app/models/language_mapping.rb /ontohub/app/models/link.rb /ontohub/app/models/link_version.rb /ontohub/app/models/logic.rb /ontohub/app/models/logic_mapping.rb /ontohub/app/models/metadatum.rb /ontohub/app/models/ontology/categories.rb /ontohub/app/models/ontology/entities.rb /ontohub/app/models/ontology/import.rb /ontohub/app/models/ontology/links.rb /ontohub/app/models/ontology/oops.rb /ontohub/app/models/ontology/versions.rb /ontohub/app/models/ontology_version.rb /ontohub/app/models/ontology_version/files.rb /ontohub/app/models/ontology_version/numbers.rb /ontohub/app/models/ontology_version/oops_requests.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/ontology_version/states.rb /ontohub/app/models/oops_request.rb /ontohub/app/models/oops_request/responses.rb /ontohub/app/models/oops_request/states.rb /ontohub/app/models/oops_response.rb /ontohub/app/models/permission.rb /ontohub/app/models/repository/access.rb /ontohub/app/models/repository/file_not_found_error.rb /ontohub/app/models/repository/files_list.rb /ontohub/app/models/repository/import_error.rb /ontohub/app/models/repository/importing.rb /ontohub/app/models/repository/symlink.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/resource.rb /ontohub/app/models/sentence/readability.rb /ontohub/app/models/serialization.rb /ontohub/app/models/simple_ontology.rb /ontohub/app/models/support.rb /ontohub/app/models/team.rb /ontohub/app/models/team_user.rb /ontohub/app/models/user.rb /ontohub/app/models/user/authentication.rb /ontohub/config/god/app.rb /ontohub/config/god/sidekiq_workers.rb /ontohub/config/initializers/active_record_base.rb /ontohub/config/initializers/async_helper.rb /ontohub/config/initializers/rabl_init.rb /ontohub/config/routes.rb /ontohub/db/migrate/20120307143552_create_ontologies.rb /ontohub/db/migrate/20120307163615_create_links.rb /ontohub/db/migrate/20120308144854_create_teams.rb /ontohub/db/migrate/20120308144855_create_team_users.rb /ontohub/db/migrate/20120308144859_create_permissions.rb /ontohub/db/migrate/20120313131338_create_comments.rb /ontohub/db/migrate/20120416190216_create_serializations.rb /ontohub/db/migrate/20120416191514_create_link_versions.rb /ontohub/db/migrate/20120424155606_create_logic_mappings.rb /ontohub/db/migrate/20120424155621_create_language_mappings.rb /ontohub/db/migrate/20120424162211_create_language_adjoints.rb /ontohub/db/migrate/20120424162227_create_logic_adjoints.rb /ontohub/db/migrate/20120511162259_create_basic_proofs.rb /ontohub/db/migrate/20120511162609_create_structured_proof_parts.rb /ontohub/db/migrate/20120511162723_create_used_sentences.rb /ontohub/db/migrate/20130422184444_create_c_vertices_table.rb /ontohub/db/migrate/20130516165857_add_ontolgies_count_to_logics.rb /ontohub/db/migrate/20130730100410_remove_link_version_from_entity_mapping.rb /ontohub/db/migrate/20130826115853_create_ontology_type.rb /ontohub/db/migrate/20130924161345_add_license_models_to_ontologies.rb /ontohub/db/migrate/20130924224533_add_formality_levels_to_ontologies.rb /ontohub/db/migrate/20131108101521_rename_c_vertices_to_categories.rb /ontohub/db/migrate/20131108103128_rename_c_vertices_ontology_table_to_categories_ontology_table.rb /ontohub/db/migrate/20131206114523_rename_license_model_ontology_table_to_license_models_ontologies_table.rb /ontohub/db/migrate/20140329102152_create_entity_groups.rb /ontohub/db/migrate/20140329162713_remove_cycle_checker_from_e_edges.rb /ontohub/db/migrate/20140409093111_add_constratints_and_indices_to_entity_groups.rb /ontohub/db/migrate/20140508073115_remove_all_eedges_and_generate_tarjan_trees.rb /ontohub/db/seeds/010-users_and_teams.rb /ontohub/lib/autocomplete.rb /ontohub/lib/git_repository.rb /ontohub/lib/git_repository/cloning.rb /ontohub/lib/git_repository/commit.rb /ontohub/lib/git_repository/config.rb /ontohub/lib/git_repository/get_info_list.rb /ontohub/lib/git_repository/url_not_found_error.rb /ontohub/lib/hets.rb /ontohub/lib/language_population.rb /ontohub/lib/logic_mapping_population.rb /ontohub/lib/logic_population.rb /ontohub/lib/logicgraph_parser.rb /ontohub/lib/ontology_search.rb /ontohub/lib/oops.rb /ontohub/lib/oops/client.rb /ontohub/lib/oops/response.rb /ontohub/lib/pagination.rb /ontohub/lib/permissionable.rb /ontohub/lib/relation_list.rb /ontohub/lib/scope_builder.rb /ontohub/lib/sidetiq_worker.rb /ontohub/lib/state_updater.rb /ontohub/lib/tarjan_tree.rb /ontohub/lib/worker.rb /ontohub/spec/controllers/api/v1/ontologies_controller_spec.rb /ontohub/spec/controllers/api/v1/repositories_controller_spec.rb /ontohub/spec/controllers/comments_controller_spec.rb /ontohub/spec/controllers/keys_controller_spec.rb /ontohub/spec/controllers/repository_settings_controller_spec.rb /ontohub/spec/lib/repository/import/git_spec.rb /ontohub/spec/lib/repository/import/svn_spec.rb /ontohub/spec/lib/tarjan_spec.rb /ontohub/spec/models/ability_spec.rb /ontohub/spec/models/entity_group_spec.rb /ontohub/spec/models/key_spec.rb /ontohub/spec/models/project.rb /ontohub/spec/models/url_map_spec.rb /ontohub/spec/routing/files_routing_spec.rb /ontohub/spec/support/config/sunspot.rb /ontohub/test/factories/adjoint.rb /ontohub/test/factories/c_edge.rb /ontohub/test/factories/entity.rb /ontohub/test/factories/entity_group.rb /ontohub/test/factories/logic.rb /ontohub/test/factories/mapping.rb /ontohub/test/factories/ontology_version.rb /ontohub/test/factories/oops.rb /ontohub/test/factories/sentence.rb /ontohub/test/factories/serialization.rb /ontohub/test/factories/user.rb /ontohub/test/functional/admin/teams_controller_test.rb /ontohub/test/functional/admin/users_controller_test.rb /ontohub/test/functional/autocomplete_controller_test.rb /ontohub/test/functional/entities_controller_test.rb /ontohub/test/functional/entities_search_controller_test.rb /ontohub/test/functional/home_controller_test.rb /ontohub/test/functional/language_adjoint_controller_test.rb /ontohub/test/functional/language_controller_test.rb /ontohub/test/functional/language_mapping_controller_test.rb /ontohub/test/functional/logic_adjoint_controller_test.rb /ontohub/test/functional/logic_controller_test.rb /ontohub/test/functional/logic_mapping_controller_test.rb /ontohub/test/functional/ontologies_controller_test.rb /ontohub/test/functional/ontology_versions_controller_test.rb /ontohub/test/functional/oops_request_controller_test.rb /ontohub/test/functional/permissions_controller_test.rb /ontohub/test/functional/repositories_controller_test.rb /ontohub/test/functional/sentences_controller_test.rb /ontohub/test/functional/serializations_controller_test.rb /ontohub/test/functional/team_users_controller_test.rb /ontohub/test/functional/teams/permissions_controller_test.rb /ontohub/test/functional/teams_controller_test.rb /ontohub/test/functional/users_controller_test.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/entity_display_test.rb /ontohub/test/integration/ontology_state.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/integration/session_test.rb /ontohub/test/integration/visit_ontology_test.rb /ontohub/test/integration_test_helper.rb /ontohub/test/shared_helper.rb /ontohub/test/test_helper.rb /ontohub/test/unit/autocomplete_test.rb /ontohub/test/unit/category_test.rb /ontohub/test/unit/distributed_ontology_test.rb /ontohub/test/unit/entity_test.rb /ontohub/test/unit/formality_level_test.rb /ontohub/test/unit/language_population_test.rb /ontohub/test/unit/license_model_test.rb /ontohub/test/unit/logic_population_test.rb /ontohub/test/unit/logic_test.rb /ontohub/test/unit/logicgraph_parser/stub_test.rb /ontohub/test/unit/logicgraph_parser_test.rb /ontohub/test/unit/ontology_import_xml_test.rb /ontohub/test/unit/ontology_parser/distributed_test.rb /ontohub/test/unit/ontology_parser/single_test.rb /ontohub/test/unit/ontology_parser_test.rb /ontohub/test/unit/ontology_search_test.rb /ontohub/test/unit/ontology_test.rb /ontohub/test/unit/ontology_type_test.rb /ontohub/test/unit/ontology_version_test.rb /ontohub/test/unit/oops_request/responses_test.rb /ontohub/test/unit/oops_request/states_test.rb /ontohub/test/unit/oops_request_test.rb /ontohub/test/unit/oops_test.rb /ontohub/test/unit/permission_test.rb /ontohub/test/unit/repository_test.rb /ontohub/test/unit/sentence_test.rb /ontohub/test/unit/task_test.rb /ontohub/test/unit/team_test.rb /ontohub/test/unit/team_user_test.rb /ontohub/test/unit/tool_test.rb /ontohub/test/unit/triple_store_test.rb /ontohub/test/unit/user_test.rb
209bb1c9158183c1718b0b78caa7cca9b5d6c5a4 15-Apr-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

refactoring according to pull request adding missing space in mehtod call

4c72e6358f909d53733ce548ee694a4c17923a4a 10-Apr-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

using named parameters

70e0c571a1d3b857ec6f826282c13d5de91beae1 10-Apr-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

using locales for tab and site titles

b27fb7794a6de65d2d138944245f031e6eeb76f4 29-Mar-2014 Tim Reddehase <robustus@rightsrestricted.com>

use count-method for sentence/symbol count-display The .size method gets 'confused' when using default_scope (since it does not apply the scope (correctly)).

5695905309ae777326bb53958e28b9047c433a4b 20-Mar-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

remove edit and delet buttons

624c1b9b411c43e292743f367353cf0740d5613c 14-Mar-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

using flexible subnavigation method

e55514a2440ac465326a40c989f8ef6e83ef1f00 14-Mar-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

make subnavigatione method more flexible

842726a3413b4f5a2df208ef91dfe425088fb876 03-Mar-2014 Tim Reddehase <robustus@rightsrestricted.com>

rely on size-method instead of count-fields.

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

fix typo

7152ae731eaa6fb83bc8147a463fae3a342d6360 19-Feb-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

beginig the subnavigation

711ce1a76c8f102d2ca385962515cdb93c44062c 13-Feb-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

should fix #667

08464a6b0d787688a7a3d60e22c7dc9a62e30b71 07-Feb-2014 Julian Kornberger <juliank@tzi.de>

Return statements removed and some simplifications done.

b17c7a521e12ece55af76387a9668acb5f830d43 07-Feb-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

renaming issue related tabs

19c33b67e5f1d783f812f85d2f681949484f925b 21-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

remove redundancy

9136e24da27774d3012ec8d8c33660661abd8ec4 20-Dec-2013 henning mueller <henning@orgizm.net>

Removed old metadata views, fixed vertical tab bar space.

d335176179aa28c94831f80c2eb939c8adc091b9 20-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

move helpers for activating tabs into nav controller

73ebb5d655b4c8cea84d4ffd76c2c40c610278e8 20-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

metadata navigation uses resource chain

f44ce1c2d9438f718397e30af7499bb8a8574780 13-Dec-2013 Till Mossakowski <till@communtu.de>

display errors for ontologies

d28ec039bdaa0052214dd16acde111a247513088 13-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

ontology header: show only defining files

21fe9b58ece065c09fd4507c73e5108e977027fe 08-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix little errors

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 navigation_helper.rb /ontohub/app/models/license_model.rb /ontohub/app/models/ontology/license_models.rb /ontohub/app/models/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
41292ec9bfaafec2c0592a3ac0092e4c412ee7e8 14-Nov-2013 henning mueller <henning@orgizm.net>

Quick restyling of format links for ontology. Related to #391.

fb0fc9c7ffa0a722fec20358a243cc42af57a4fb 14-Nov-2013 henning mueller <henning@orgizm.net>

Deactivate repository action buttons on Ontology#show. Fixes #392.

0af513ab5680818fba780f05ef7cf16e0c0cb0d8 14-Nov-2013 henning mueller <henning@orgizm.net>

Fit help texts inside repo in bootstrap grid and fix crash in history of empty repo.

f492e3654fb1476c90a63dcaec31ad174c6c4915 08-Nov-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

quickfix for routing error on ontology edit

2326cfd02158fb9217ef3bb4419142f144aa3c0b 08-Nov-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

beging metadata

827e98b08be3acd813ab859061f7e6318b7f8abd 04-Nov-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Reorder and relabel tabs of repository

184bb45b6cb62422583b634cc27d04fc2ba0e0f6 02-Nov-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix text of paths_starting_with

20a7c8fd8857c6b138eafd371c468d09828c8ef8 27-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add url mappings for repositories implementation part for #181

fe90e1e1ecaa3e8916cdb1bac8cadb8daf9631c3 27-Oct-2013 henning mueller <henning@orgizm.net>

Display "Ontologies" headline only if not showing a certain ontology.

db7b1bfd41eb01238f00c7df022f4c11d6414e8c 27-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

re-add repository nav to ontology-sub-index pages

4bfcb11b6f9d77842a4ea6e06671e252468d5bf6 25-Oct-2013 henning mueller <henning@orgizm.net>

Better active_navigation helper method.

a5db3b43f2fd314675b09ec7c90cfb4a1cc2bf5e 24-Oct-2013 henning mueller <henning@orgizm.net>

Changed navbar menu and moved SearchController to EntitiesSearchController.

6aab00faf0afa5fbea30a1bc88954d2684303846 11-Oct-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Separate the tabs

391f72f778a8c9e1cbaed1860f4a4754d6881c8a 09-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix most tests

46dd7ca898be6d5dbdfda64fd90ce01e253c0878 08-Oct-2013 Julian Kornberger <juliank@tzi.de>

Tests fixed

/ontohub/Gemfile /ontohub/Gemfile.lock /ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/commit_references_controller.rb /ontohub/app/controllers/ontologies_controller.rb comments_helper.rb navigation_helper.rb /ontohub/app/models/commit_reference.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology_version.rb /ontohub/app/views/comments/_comment.html.haml /ontohub/app/views/comments/_form.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/ontologies/_menu.html.haml /ontohub/app/views/ontologies/edit.html.haml /ontohub/app/views/shared/_navbar.html.haml /ontohub/config/routes.rb /ontohub/db/migrate/20131003154019_add_repository_source.rb /ontohub/db/migrate/20131004173521_add_base_path_to_ontology.rb /ontohub/db/migrate/20131004173653_remove_path_from_ontology.rb /ontohub/db/migrate/20131004175723_add_file_extension_to_ontology.rb /ontohub/lib/git_repository/history.rb /ontohub/spec/routing/files_routing_spec.rb /ontohub/test/factories/entity.rb /ontohub/test/functional/comments_controller_test.rb /ontohub/test/functional/entities_controller_test.rb /ontohub/test/functional/ontologies_controller_test.rb /ontohub/test/functional/ontology_versions_controller_test.rb /ontohub/test/functional/oops_request_controller_test.rb /ontohub/test/functional/search_controller_test.rb /ontohub/test/functional/sentences_controller_test.rb /ontohub/test/functional/users_controller_test.rb /ontohub/test/integration/comments_test.rb /ontohub/test/unit/ontology_test.rb /ontohub/test/unit/ontology_version_test.rb /ontohub/test/unit/oops_request/responses_test.rb /ontohub/test/unit/oops_request/states_test.rb /ontohub/test/unit/repository_test.rb
6f254ee6d91f5511136472397615afa6568f3ac0 02-Oct-2013 henning mueller <henning@orgizm.net>

Fixed wrong spelling.

1cf649be9ed81eb8c96d13284ffa7992d816adce 01-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix history link

e94524ace06d27a6968a4929c30999439584c547 01-Oct-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

new Metadata Tab

9cfb01db247ca04bb4b5b337bbd77c66b7150e53 01-Oct-2013 Julian Kornberger <juliank@tzi.de>

Tests fixed and refactored

/ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/files_controller.rb /ontohub/app/controllers/path_helpers.rb /ontohub/app/controllers/repositories_controller.rb navigation_helper.rb repository_helper.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/upload_file.rb /ontohub/app/views/files/_commit.html.haml /ontohub/app/views/files/_files_dir.html.haml /ontohub/app/views/files/_files_file.html.haml /ontohub/app/views/files/_files_file_base_ambiguous.html.haml /ontohub/app/views/files/_history_commit_group.html.haml /ontohub/app/views/files/diff.html.haml /ontohub/app/views/files/files.html.haml /ontohub/app/views/files/history.html.haml /ontohub/app/views/files/new.html.haml /ontohub/app/views/repositories/files.html.haml /ontohub/config/routes.rb /ontohub/lib/git_repository.rb /ontohub/lib/git_repository/cloning.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/unit/ability_test.rb
03dee28977299b4b40210d9b7842bf85c136ab7d 26-Sep-2013 = <=>

Add history feature (now yet linked in view)

3b8a02784c7522e0f892ae1e2d816a7e36b9f6f2 21-Sep-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add controller action, add views, add exception ' only the raw file download is working ' partial file_base is supposed to be rendered, but it isn't

3bee345917a168c2def2923c4c304b061a236579 20-Sep-2013 Tim Reddehase <robustus@rightsrestricted.com>

link content-tab to children for DOs - The content-tabs usually links to entities, but DOs do not have entities, so we link to the children instead.

382ec34953d9d1397c3843bd070c4ca327b85b1e 17-Sep-2013 Tim Reddehase <robustus@rightsrestricted.com>

do not display symbols-tab for DOs.

84aa76c3d674a5ca4cc635d7ec8d98bd44745fdd 15-Sep-2013 Sascha Graef <snow-wolf@luna-wolf.de>

prepared Metadata Tab for #228

e8838207238c3ffb22159e51deb37ec24ba89c76 27-Aug-2013 Till Mossakowski <till@communtu.de>

encoding UTF8

21906b8ad15d580e07b5e76ca7c159320240e609 26-Aug-2013 Sascha Graef <snow-wolf@luna-wolf.de>

View for Links begun

00b58e0915dbdbfd0786896eea76b802e0709541 19-Aug-2013 Tim Reddehase <robustus@rightsrestricted.com>

let graphs#index work as ontology#show subview.

268e4c0f7fc6630f88604079ab4ede1b8963ec6a 19-Aug-2013 Sascha Graef <snow-wolf@luna-wolf.de>

change the view according to Tims suggestion

a5015ca9daa067f062e9e373c3dfafd5631560d9 27-Jun-2013 Julian Kornberger <juliank@tzi.de>

git-julian

5c4c13ac875d79def115ce3d8443d4ec87b3252a 19-Jun-2013 Julian Kornberger <juliank@tzi.de>

First steps to integrate Git.

/ontohub/app/controllers/permissions_controller.rb /ontohub/app/controllers/repositories_controller.rb navigation_helper.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology/versions.rb /ontohub/app/models/permission.rb /ontohub/app/models/repository.rb /ontohub/app/models/repository/git_repositories.rb /ontohub/app/models/repository/validations.rb /ontohub/app/views/permissions/index.html.haml /ontohub/app/views/repositories/_form.html.haml /ontohub/app/views/repositories/_ontology.html.haml /ontohub/app/views/repositories/_repository.html.haml /ontohub/app/views/repositories/edit.haml /ontohub/app/views/repositories/index.html.haml /ontohub/app/views/repositories/new.html.haml /ontohub/app/views/repositories/show.html.haml /ontohub/app/views/shared/_ontology.html.haml /ontohub/app/views/shared/_subnavigation.html.haml /ontohub/config/initializers/repositories.rb /ontohub/config/routes.rb /ontohub/db/migrate/20130606124409_create_repositories.rb /ontohub/db/seeds.rb /ontohub/lib/git_repository.rb /ontohub/test/factories/repository.rb /ontohub/test/functional/repositories_controller_test.rb
3a976e419d5306aef3a2ae39e74f9729a729d3ca 26-Apr-2013 henning mueller <henning@orgizm.net>

Changed ontology context menu.

a1d2e5afa62b5129f8086d586c70b3f0bee2d998 02-Oct-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Major fixes Fix ontology land page Fix ontology version download Fix ontology import from other site Fix ontology upload from user's computer Fix ontology version import from other site Fix ontology version upload from user's computer Update functional tests

fd1ba5089163d3398ebcdca8487de1ca8f07c47c 27-Aug-2012 henning mueller <henning@orgizm.net>

Show entity kinds as tabs in showing ontologies.

cd3073fbe6dc665dc20e2c65cf1ac33f723408f3 15-Aug-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Correct "add version" action

88d63c94a94060017febcabb0862b11ed3685f6a 15-Aug-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Make the ontology interface more usable

a2cfedf970eadd36fa2b5e81c2e8a24396a86792 15-Aug-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Rename entities to symbos in the user interface

118a3240abc3c3ff233450b3551bd451d39ef6ea 14-Aug-2012 Julian Kornberger <juliank@tzi.de>

CASL fixtures added, diplaying of distributed ontologies

acb3db0ee20cd276e305da358a03b30666976db0 13-Aug-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Correct mapping between software layers

ae2ba7aeef036808e81fb6449e98ce9abb0fb234 14-May-2012 Daniel Couto Vale <danielvale@me.com>

Fix url path for ontology version entities

6ccbbaf26068a589a0954998a9398f450f49aa15 16-Mar-2012 Julian Kornberger <juliank@tzi.de>

support for additional actions added

60c9fc413e77110e71b7e8c41ffbc645b4ed90b4 14-Mar-2012 Julian Kornberger <juliank@tzi.de>

[#26433767] List permissions of a team