Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 190.67 KB
MD5: 0d4453742dda2e4c3e033248269e31b9
SHA-1: bb8a645322728a8dc5ac5f83886501da69257f35
SHA-256: 218eb0524bf96327a9fd97da98ff2102ca383c304561edb0d347901128184b8c
Download zip 343.34 KB
MD5: 4f42fe09ecc3597199aac17a47612d4e
SHA-1: 4023ab4f52ca55df8bc0dc78998dd734f7820779
SHA-256: eac6d06c60d578305d49f7c46c9d33a0793e79cb1313583c32c7b1effe4ddfad

Release notes

[BUGFIX] Remove cache fragments during shutdown

b2d1b33 by Mateu Aguiló Bosch (G)

When an entity is updated or deleted we need to clear caches and
remove the cache fragments. The problem is that depending on the
site configuration, that operation may be affected for a rolling
back transaction. Defer the clearing to the shutdown instead.

:100644 100644 fcd7c91... e5a64dd... M	restful.entity.inc
:100644 100644 085bd66... 685ea47... M	src/RenderCache/RenderCache.php
:100644 100644 127fdd3... 5d8d385... M	tests/RestfulRenderCacheTestCase.test

[CLEANUP] Friendly error for incompatible BETWEEN ops

52f2ce4 by Mateu Aguiló Bosch (G)

When the BETWEEN operator is used, then 2 values should be provided
otherwise when piping the options along to the data provider there
will be an incomprehensible error. For MySql that means a syntax
error.

:100644 100644 59eadc0... 9f2f944... M	src/Plugin/resource/DataProvider/DataProvider.php
:100644 100644 b0825b2... 9a75c7e... M	src/Plugin/resource/DataProvider/DataProviderEntity.php

[FEATURE] Add helper method to get count query

0e2878c by edwardaa (G)

Improve the DX by adding a helper method to get the count query.

:100644 100644 f1fb6c8... b0825b2... M	src/Plugin/resource/DataProvider/DataProviderEntity.php
:100644 100644 dcd5deb... d30b54b... M	src/Plugin/resource/DataProvider/DataProviderNode.php
Created by: e0ipso
Created on: 18 Nov 2015 at 18:23 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure
Unsupported

Other releases