History log of /ontohub/app/helpers/link_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
ca1e5f45ab87c7fc2fe2c972aaf1a062723f5868 03-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix ontology link not using the locid.

0d3763fcd43f738899afcf8699b0e02b833c8132 16-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

fix mapping sorter for link->mapping.

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

obey hound.

62d8ace10112e082d494271f62f6f855c8adae8c 02-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

improve title-determination in fancy_link.

9bc418c67f9ce1da16bea3b7402d188f735d39bd 02-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

refactor fancy_link according to style guide.

24debced942e10a23fb2aa9525fe3205884e9c76 02-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

use locid for fancy-linking, if available.

7cc85babaf117501a3a0846f6ebff3ae44a2709b 05-Jan-2015 Model Renamer <bot-rename@ontohub.org>

Rename missed entities.

8ad47f4edef58b0df66752810e7fa49cb03e8736 05-Jan-2015 Model Renamer <bot-rename@ontohub.org>

Revert renaming in and of link_helper and related.

link_helper.rb /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/comments/_comment.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/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/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/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/license_models/_license_model.html.haml /ontohub/app/views/license_models/show.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/mappings/_mapping.html.haml /ontohub/app/views/mappings/index.html.haml /ontohub/app/views/mappings/show.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/ontologies/_ontology_search_response.html.haml /ontohub/app/views/ontology_versions/_ontology_version.html.haml /ontohub/app/views/projects/_project.html.haml /ontohub/app/views/projects/show.html.haml /ontohub/app/views/repositories/_repository.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_search/_group.html.haml /ontohub/app/views/tasks/_task.html.haml /ontohub/app/views/tasks/show.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/show.html.haml /ontohub/app/views/users/_comments.html.haml /ontohub/app/views/users/_versions.html.haml /ontohub/lib/external_mapping.rb
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

1d30f949f910951ed77a466a5267ae3069df8410 24-Jul-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

rename method remote? to mirror?

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
437d7a525c95e93820b67aaffc25011cbd157844 30-Apr-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

using svg icon for mirrored repositories

4dd75d49ac3e730fa5beb9937334556f093b2c55 01-Feb-2014 henning mueller <henning@orgizm.net>

Unix line breaks, and a little refactoring.

0236ea86d52863c1940f044b169d71bc25b1f5f7 31-Jan-2014 Sascha Graef <sgraef@informatik.uni-bremen.de>

adding the methods for generating links via mappings of the yml file

fb31e72211902d431c724a59efa0126fca33af41 25-Jan-2014 henning mueller <henning@orgizm.net>

Could not stand the "then".

e9a6c95f1cfec214a3d0678c2f8d6fdf911e87ec 24-Jan-2014 henning mueller <henning@orgizm.net>

EXTERMINATED windows line breaks in link_helper.

8d050e0562ded9f29d349f3589d870fe9121f7e2 24-Jan-2014 henning mueller <henning@orgizm.net>

Basic support for public writable repositories.

6d66f7185e86b0740702a739a5cc3ee6aef534f7 10-Jan-2014 henning mueller <henning@orgizm.net>

Only show user for recently updated ontologies on home#show, if it is present. Fixes #464.

4755669b9d408e3240e1f005349399973923c095 08-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

change private_flag to is_private

df7d3726e9b3dade122444dc2352ab6b97c336dd 06-Dec-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

list private repositories in index

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

fixing the displaying of links

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

Better repository index and some refactoring.

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

fix most tests

94125df6fe7643433ea13d9cbda574cc38c36628 04-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add support for routing according to #172.

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

new Link view

c85bd4d521f2e3279b1b7ea65015995d03fd16d5 27-Sep-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

group files by ontology in files view

8ec575832389c2588f0b5ca1f1dd2cc42d62eb12 25-Sep-2013 = <=>

Add commit information in files view

72a8946d9abef0ca7875ccfb891e3c9d7a60f1d6 25-Sep-2013 = <=>

re-route for more actions

4a8fdfd396cd98229b3b669db3fffa3e46bdb6b9 24-Sep-2013 = <=>

let parameters have default values

24b6dfc1ff6325422fbb7905af2f3473a2f1f23c 24-Sep-2013 = <=>

add path header in files view

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

use ontology-class icons for ontology title line.

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

include ontology-class icons into fancy links.

1ce62f5bb9fe0d729f767af704035b9536e7d7fc 27-Aug-2013 Sascha Graef <snow-wolf@luna-wolf.de>

simple link view not pretty symbol style

cbe719923028310eb0c5a446f85aed1c650851ed 06-Mar-2013 Christian Clausen <cclausen@tzi.de>

add spezific name with blocks to fancy_link

0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6 12-Feb-2013 Christian Clausen <cclausen@tzi.de>

add LogicMappings interface & some Logic bugfixes

/ontohub/app/controllers/logic_mappings_controller.rb /ontohub/app/controllers/logics_controller.rb link_helper.rb /ontohub/app/models/ability.rb /ontohub/app/models/logic.rb /ontohub/app/models/logic_mapping.rb /ontohub/app/views/logics/_mappings.html.haml /ontohub/app/views/logics/show.html.haml /ontohub/app/views/mappings/_form.html.haml /ontohub/app/views/mappings/new.html.haml /ontohub/app/views/mappings/show.html.haml /ontohub/app/views/shared/_admin_navigation.html.haml /ontohub/config/hets.yml /ontohub/config/routes.rb /ontohub/db/migrate/20130109104804_add_user_id_to_logics.rb /ontohub/db/migrate/20130110233043_add_user_id_to_languages.rb /ontohub/db/migrate/20130211232121_add_users_to_logic_mappings.rb /ontohub/test/factories/language.rb /ontohub/test/factories/logic.rb /ontohub/test/factories/logic_mapping.rb /ontohub/test/functional/logic_controller_test.rb /ontohub/test/functional/logic_mapping_controller_test.rb
d0da511991743a77c38f34c6febcbaff007b5e9b 15-Aug-2012 Julian Kornberger <juliank@tzi.de>

Link icons fixed

c5f48727b8f703a9f3abe1d2215ed3aad69f5d76 09-Apr-2012 Julian Kornberger <juliank@tzi.de>

use capture instead of capture_haml

068c4812bb4a75942b62c2124ca1875525b3ac5c 17-Mar-2012 Julian Kornberger <juliank@tzi.de>

[#26599299] respond to XML and JSON on many pages

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

fancy links for users and ontologies

3ff4a55d2d96372130084b5c9816c0608eb21210 12-Mar-2012 Julian Kornberger <juliank@tzi.de>

Counter-Cache for axioms and entities

a15df506ecd7e946d5b09574f9672cdcccb5b7e7 09-Mar-2012 Julian Kornberger <juliank@tzi.de>

Design of counter_link changed

a6ca5a661e386f6b77ed96797d631fe73c5bee7d 08-Mar-2012 Julian Kornberger <juliank@tzi.de>

[#26142123] display metadata on the right side