Skip to content
  1. Apr 11, 2014
  2. Apr 09, 2014
  3. 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
  4. Apr 02, 2014
  5. Nov 04, 2013
  6. Nov 03, 2013
  7. 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
  8. Oct 28, 2013
  9. 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
  10. 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
  11. 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
  12. Oct 12, 2013
  13. Oct 11, 2013
  14. Sep 11, 2013
  15. Sep 10, 2013
  16. Sep 04, 2013
  17. Jul 04, 2013
  18. Jul 03, 2013
  19. Jun 19, 2013
  20. Jun 13, 2013
  21. Jun 12, 2013
  22. May 29, 2013
  23. May 28, 2013
  24. 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
  25. May 09, 2013
  26. May 06, 2013
  27. Apr 29, 2013
    • naught101's avatar
      Issue #1587608 clarify 'Directional' relations description · 9b8832ca
      naught101 authored and dpi's avatar dpi committed
      Picking from 7.x branch.
      9b8832ca
    • dpi's avatar
      Fast forward API to latest Drupal core HEAD. · 472c86c5
      dpi authored
      API current as of Drupal HEAD @ 29 April 2013.
      
      Require objects to extend RelationInterface/RelationTypeInterface where a specific entity type is required. #[1391694]
      Added RelationInterface.
      Added RelationTypeInterface.
      
      entity_query deprecated. Now using Drupal::entityQuery. #[1957148]
      Centralise controllers in entity plugin definition.
      Convert entity definition from @Plugin to @EntityType.
      Remove path info from hook_entity_bundle_info. Moved to entity annotation #[1946404]
      472c86c5