Skip to content
  1. Dec 15, 2016
  2. Apr 19, 2016
  3. Apr 14, 2016
  4. Apr 13, 2016
  5. Mar 31, 2016
  6. Jun 11, 2015
  7. Jun 04, 2015
  8. Apr 08, 2015
  9. Apr 03, 2015
  10. Mar 17, 2015
  11. Dec 13, 2014
  12. Oct 27, 2014
  13. Oct 21, 2014
  14. Oct 19, 2014
    • dpi's avatar
      Updating Relation to Drupal 8 beta2 · 8d6f5a15
      dpi authored
      This commit updates Relation to a point where you can CRUD relation types within
      the administration interface. Other features are yet to be tested. #[1988922]
      
      Removed relation_entity_bundle_info(). Functionality provided by EntityManager.
      Removed relation_type_get_names(). Its only internal usage was made obsolete.
      Renamed link/menu files to new scheme #[2302893]
      Moved files from PSR-0 to PSR-4 class loader directory structure #[2246699]
      Added schema for Relation Type config #[1905070]
      Many other small changes.
      8d6f5a15
  15. Jun 01, 2014
  16. Apr 19, 2014
  17. Apr 18, 2014
  18. Apr 15, 2014
    • 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
  19. Apr 14, 2014
  20. Apr 09, 2014
  21. 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
  22. Apr 02, 2014
  23. 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
  24. 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
  25. 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
  26. Oct 23, 2013
    • 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
  27. Oct 12, 2013
  28. Sep 11, 2013
  29. Jul 03, 2013
  30. Jun 19, 2013
  31. May 29, 2013
  32. May 06, 2013
    • naught101's avatar
      Coding Style. · 7ee40309
      naught101 authored and dpi's avatar dpi committed
      Issue #[1987056] by naught101: Convert line endings to Unix and other coding style.
      7ee40309