Skip to content
  1. Feb 04, 2011
  2. Feb 01, 2011
  3. Jan 19, 2011
  4. Jan 18, 2011
  5. Jan 11, 2011
  6. Jan 04, 2011
  7. Jan 02, 2011
  8. Dec 29, 2010
  9. Dec 28, 2010
  10. Dec 21, 2010
  11. Dec 16, 2010
  12. Dec 13, 2010
  13. Sep 20, 2010
  14. Aug 16, 2010
  15. Jul 27, 2010
  16. Jul 21, 2010
  17. Jul 08, 2010
    • Wolfgang Ziegler's avatar
      #827790 Entity metadata: Overhaul system metdata to remove the fake entity · d4138246
      Wolfgang Ziegler authored
         Instead of the previous fake 'system' entity, modules may provide metadata using hook_entity_propertiy_info() for the 'site', which is not registered as fake entity any more.
        'system' has been renamed to 'site' in order to be consistent with the existing tokens.
         Also fixed token integration to properly work with 'site' tokens and to properly chain through in case of properties referencing to entities.
      d4138246
  18. Jul 05, 2010
  19. Jun 04, 2010
    • Wolfgang Ziegler's avatar
      entity metadata API change: · b7d136f1
      Wolfgang Ziegler authored
        renamed key for additional metadata for data structures from 'data info' to 'property info' to reflect its content equals the returned info of hook_entity_property_info(). Therefore also removed the dataInfo() method, instead use getPropertyInfo() without arguments.
        added method entityInfo() to the entity wrapper.
      b7d136f1
  20. Apr 21, 2010
    • Wolfgang Ziegler's avatar
      fix E_STRICT compatibility by cleaning up references. As now references cannot... · 2f022c94
      Wolfgang Ziegler authored
      fix E_STRICT compatibility by cleaning up references. As now references cannot be used optionally getters cannot return data by reference any more. If "references" are required though the EntityMetadataArrayObject may be used to wrap arrays so that changes to the wrapper are reflected in the passed array immmediately.
      also remove the reference from the data argument of entity_metadata_wrapper() as it not needed any more
      2f022c94
  21. Mar 28, 2010
  22. Mar 11, 2010
  23. Mar 03, 2010
  24. Feb 19, 2010
  25. Feb 16, 2010
  26. Feb 13, 2010
  27. Feb 06, 2010
  28. Jan 24, 2010