Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download restful-7.x-1.5.tar.gztar.gz 144.73 KB
MD5: 7f4cd10577568c726586db8d56204f64
SHA-1: 464f0d8eed431d70d6c27ce1f6083168267763f2
SHA-256: df04f9279ada245b175f8475a2c021a3ecef0eadd5f76aca06b9c1c9a75410ff
Download restful-7.x-1.5.zipzip 276.03 KB
MD5: 9f8464617b5ee2a3adf7588f1a299c7a
SHA-1: 3b5ad3660d42338f238f0151d4a6327daec895af
SHA-256: a7410c96322852b81d6766064ba5f1b8442eb5bc9228cf69d8fdc6d817f7d029

Release notes

[CLEANUP] Improve documentation for access-token

f40337c by Kevin Porras (G)

Add header alternative for the access token.

:100644 100644 ccafba3... 5a5447b... M	docs/api_url.md

[CLEANUP] Modify comments on inherited properties to use inheritdoc

9919794 by hw (G)

Make the docblocks in the custom exceptions to inherit from the
parent exception type.

:100755 100755 896542f... b115745... M	exceptions/RestfulBadRequestException.php
:100644 100644 6fb985a... 879420c... M	exceptions/RestfulFloodException.php
:100644 100644 81d4999... 1ff5eaa... M	exceptions/RestfulForbiddenException.php
:100644 100644 fe3347c... f6a5b9c... M	exceptions/RestfulGoneException.php
:100644 100644 92c7fae... 410721e... M	exceptions/RestfulNotFoundException.php
:100644 100644 d8712a2... ef6f3be... M	exceptions/RestfulNotImplementedException.php
:100644 100644 7fc4bbe... 64f99c6... M	exceptions/RestfulServerConfigurationException.php
:100644 100644 017056d... 22a3381... M	exceptions/RestfulServiceUnavailable.php
:100644 100644 fe749e1... 8b2e092... M	exceptions/RestfulUnauthorizedException.php
:100644 100644 edea1f4... 0baaf58... M	exceptions/RestfulUnprocessableEntityException.php
:100644 100644 bbd0e37... b8e572f... M	exceptions/RestfulUnsupportedMediaTypeException.php

[BUGFIX] Check for correct deletion access

e1a7e31 by Luke Wertz (G)

Fix a copy and paste error that allowed users to delete their own
content when they had access to update it.

:100644 100644 da93825... 212697a... M	plugins/restful/RestfulEntityBase.php

[BUGFIX] Make description property available in the base object

e809091 by hw (N)

Add more consistency to the RestfulException base class.

:100644 100755 12808f9... 896542f... M	exceptions/RestfulBadRequestException.php
:100644 100755 3407840... b6d3164... M	exceptions/RestfulException.php

[BUGFIX] Drush has deprecated pear to install

e5d06fd by Mateu Aguiló Bosch (N)

Use composer instead.

:100644 100644 434c3f9... 8ad3031... M	.travis.yml
:100644 100644 580fda4... 8e9fb11... M	tests/RestfulViewModeAndFormatterTestCase.test

[BUGFIX] Remove the deprecated dependency ui-select2

a921063 by Kevin Porras (N)

Instead use the maintained project of ui-select for the angular
frontend example.

:100644 100644 9ad5e69... 6dcc8da... M	modules/restful_angular_example/components/restful-app/bower.json
:100644 100644 85277f2... fd7a526... M	modules/restful_angular_example/components/restful-app/dist/restful-app.js
:100644 100644 aa1ce96... 0a5af66... M	modules/restful_angular_example/components/restful-app/dist/views/form.html
:100644 100644 90129ea... 4dec078... M	modules/restful_angular_example/components/restful-app/src/controllers/form.js
:100644 100644 aa1ce96... 0a5af66... M	modules/restful_angular_example/components/restful-app/src/views/form.html
:100644 100644 e46c13b... b134159... M	modules/restful_angular_example/restful_angular_example.module

[BUGFIX] Use isset for version number checking

4df8828 by Huynh Khac Thao (N)

Avoid false checks by using isset instead of empty in checks for the
version numbers.

:100644 100644 fb0f87b... da93825... M	plugins/restful/RestfulEntityBase.php
Created by: e0ipso
Created on: 15 Nov 2015 at 16:06 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure

Other releases