Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
17.88 KB
MD5: 0d2dec7fc2e527ebc17021aba5ae3805
SHA-1: eef139c20226b281317db8052350a2379bc8b122
SHA-256: 8ba65ad612c23f49482ca4e1f4b855f5ea44e7ed7693effba0a5005ec21c6df5
Download zip
21.68 KB
MD5: 2bbe4d1dd5896670cd6a8a30080060d3
SHA-1: e7d22fff54c19934488591a1f010af075105e7e3
SHA-256: 7eee765c1be0f5f3a1eaa242a2cb61fe8a3d3c4bef567a5d41338e976162fad0
Release notes
Very minor maintenance release. This is the last release before our Google Summer of Code changes will be started.
Changes since 7.x-1.0-beta1:
- #1343816: Fixed altering of menu paths and made sure that RESTWS runs last on hook_menu_alter().
- HTTP_ACCEPT might not be set in $_SERVER, added checks for that.
- Added a user name filter to restws_basic_auth to avoid unecessary login attempts for human users on HTTP auth protected sites.
- Fixed the update function message.
- Fixed some code style errors reported by Drupal Code Sniffer.
- #1242270 by garethsprice, Amitaibu: Fixed content type header detection for POST/PUT requests.