Skip to content
  1. Jun 01, 2014
  2. Apr 15, 2014
    • dpi's avatar
      Add relation_devel module. · 53e191c8
      dpi authored
      Currently only contains a relation generator.
      Removed relation_ui.module.
      53e191c8
    • dpi's avatar
      Issue #2233997: Merge Relation UI into Relation. · ead2c56d
      dpi authored
      Rename and merge all Relation UI code into parent Relation module.
      relation_ui.module still exists, which contains some code to generate relations for testing. This has yet to be migrated to Drupal 8.
      ead2c56d
  3. Apr 14, 2014
  4. Apr 12, 2014
  5. Apr 11, 2014
  6. Apr 09, 2014
  7. Apr 03, 2014
    • dpi's avatar
      Fix relation_query_enforce_distinct_endpoints_alter where a #conjunction key... · 7ec61633
      dpi authored
      Fix relation_query_enforce_distinct_endpoints_alter where a #conjunction key is found in the conditions list.
      Fix incorrect delete form for Relation entity.
      Fix distinct relation exists helper where arity > 2
      Fixed writing to a endpoint test variable. Now duplicating former endpoint instead of modifying.
      7ec61633
  8. Apr 02, 2014
  9. Nov 04, 2013
  10. Nov 03, 2013
  11. Oct 30, 2013
    • dpi's avatar
      Add additional tests for relation_relation_exists(). · 90923b0f
      dpi authored
      Re-define all dependencies in base test class. (experimental temporary measure to trigger d.o testbot)
      Change how enforce_distinct_endpoints query tag acquires table name for relation field data.
      90923b0f
  12. Oct 28, 2013
  13. Oct 27, 2013
    • dpi's avatar
      Relation UI tests now pass. · ad2bf49b
      dpi authored
      maybe todo: test if field data was deleted. Although this should be tested by the API. Not UI submodule. Use test from CrudTest::testDeleteField when it has a test. Currently has 'TODO: Also test deletion of the data stored in the field ?'
      Add invokation of entity_invoke_bundle_hook(), and cache invalidations on relation bundle change.
      Fix not being able to add/change relation type label.
      ad2bf49b
    • dpi's avatar
      Disabled migrate test submodule. · c7d940a2
      dpi authored
      Prevents drupal.org testbot from testing these files.
      c7d940a2
  14. Oct 24, 2013
    • dpi's avatar
      Test fixes. · cb7f1161
      dpi authored
      Disabled tests which are not working.
      Fixed RelationTestBase
      Fixed testRelationTypes() test.
      Fixed testRelationSave() test.
      Fixed testRelationDelete() test.
      Deleted old relation rules tests.
      
      Fixed endpoints() method on Relation entity.
      Fixed relation_get_related_entity()
      cb7f1161
  15. Oct 23, 2013
    • dpi's avatar
      Fixed edit form · 554d107a
      dpi authored
      Add routing and menu item for edit form.
      Entity manager includes a default canonical link for relations. ensure new canonical link, and others, overwrite any pre-existing.
      Implement a fake langcode property for relations, otherwise the edit form will not save.
      554d107a
    • dpi's avatar
      Added documentation for where to find controllers with UI/forms. · a15b468c
      dpi authored
      Fixed endpoint table relation field formatter.
      Fixed endpoint entity render relation field formatter.
      Removed _relation_endpoint_get_endpoint_entity_types(). It is no longer used.
      RelationUIController now renders relation entities.
      Modified language on relation type delete confirmation form.
      Added relation template.
      Added back some hook_menu entries.
      Implemented additional theme hooks.
      Fixed controllers for 'relation' entity pointing to 'relation type' entity controllers.
      Added relation view and delete routes.
      Fixed some PHPdoc pointing to old namespaces.
      Added relation delete confirm controller.
      a15b468c
  16. Oct 12, 2013
  17. Oct 11, 2013
  18. Sep 11, 2013
  19. Sep 10, 2013
  20. Sep 04, 2013
  21. Jul 04, 2013
  22. Jul 03, 2013
  23. Jun 19, 2013
  24. Jun 13, 2013
  25. Jun 12, 2013
  26. May 29, 2013
  27. May 28, 2013
  28. May 12, 2013
    • dpi's avatar
      Views support is back. · c9445b53
      dpi authored
      Relocate relation.views.inc
      Cleaned up terminology in relation.views.inc. Left is now source, Right is now target.
      c9445b53