| Download | Size | md5 hash |
|---|---|---|
| services-6.x-3.2.tar.gz | 76.36 KB | f7ab7ca031964ad440c714b0c288588f |
| services-6.x-3.2.zip | 108.02 KB | da303524d074aa80bea49a395f6240d2 |
Release notes
Fixes user handling
Issue #1419506: User update resource allows name update without 'Change own username' permission by marcingy, ksenzee, tyler.frankstein
missed a file commit
Issue #1595124: Query errors with invalid parameters by djdevin
Issue #1666748: File Create Ignores User ID File Create Ignores User ID by tyler.frankenstein, ygerasimov
Issue #1609024: Session Authentication not being enabled. Session Authentication not being enabled.
Issue #1355952: Add drush make file to download spyc dependency by jobeirne, boombatower, shushu: Add drush make file to download spyc dependency.
Issue #1604906: _user_resource_index() adds 'active' parameter instead of correct 'status' parameter by dsnopek: Fixed _user_resource_index() adds 'active' parameter instead of correct 'status' parameter.
Issue #1621512: "Add endpoint" form should describe characters allowed in Names by ygerasimov | rszrama: Add endpoint form should describe characters allowed in Names.
Issue #1642412: Quick Valid Session Test by ygerasimov: Better inline documentation of system connect action.
Issue #1569376: services_str_getcsv times out on php 5.2 machines by djdevin: services_str_getcsv times out on php 5.2 machines.
Issue #1660996: Invalid JSON returned by services_error() or resources returning non-array/non-object values Invalid JSON returned by services_error()
Issue #1578420: Oauth authentication settings for resource no longer working by wedge, Oauth authentication settings for resource no longer working
Issue #1565676: Called to undefined function on services_controller_get() by blueshadow2911 Called to undefined function on services_controller_get()
Issue #1154420: Readd support for rich options for resources - needed by auth mechanism by kylebrowning, Readd support for rich options for resources - needed by auth mechanism
Fixes to services_oauth
Issue #1243396: Status report falsely lists no authentication by jumentous Status report falsely lists no authentication
adds a check for CONTENT_TYPE so it doesn't throw errors if it doesn't exist
User resource arguments path integer values instead of strings.
Issue #1419506: User update resource allows name update without 'Change own username' permission by tyler.frankenstein User update allows name change without correct perms.
Issue #1532106: Change rest_server check for spyc library to a runtime requirement not an install requirement by eojthebrave, Change rest_server check for spyc library to a runtime requirement not an install requirement
Issue #1441452: Class 'ServicesWebTestCase' not found Class 'ServicesWebTestCase' not found, by markdorison.
Issue #1513866: rest_server does not allow endpoint paths with the same values as resource names (undocumented feature?) by ygerasimov, sfyn: Fixed rest_server() does not allow endpoint paths with the same values as resource names.
fix failing node test
Fixes an error in exceptions for returning actually response message in the body.
Issue #1476788: Logical error in _rest_server_get_spyc_location() by cotto, aspilicious, marcingy - Logical error in _rest_server_get_spyc_location()
Fixes issues with 2-legged OAuth in 6.x
Issue #1405202: Download from file resource fails by cotto, ErikWegner: fix file downloads when drupal isn't in the root dir
Issue #1414344: Issue with logout endpoint when using bakery module. by cotto, artkon: Reverse order of session_destroy and user logout hook invocation.
Issue [#] SpindleyQ, glennpratt, cotto services_resource_build_index_query provides no way of querying values with commas
Issue #1325572: Integrate services with the libraries module to improve handling of third party libraries. by jobeirne, BassistJimmyJam, dandirks : Integrate services with the libraries module to improve handling of third paty libraries.
Issue #1394668: services.authentication.api.php is incorrect by tizzo, services.authentication.api.php is incorrect
Issue #1403238: Fix XML-RPC server error handling by cweagans, Fix XML-RPC server error handling
Issue #1369066: Call to undefined function services_get_server_info() on any basic request fixes xmlrpcserver
Issue #1361298: Fix typo in pagesize param of index resource by pcambra, marcingy :Fix typo in pagesize param of index resource
Issue #1291086: Add support for if-modified-since as a parameter source by pdrake, Add support for if-modified-since as a parameter source
Make file_contents parameter optional for File Resource retrieve method.
Issue #1336974: Two-legged oAuth authentication method by kylebrowning, ksenzee, teunis : Two-legged oAuth authentication method
Issue #1242096: Unset $_GET['_method'] next to code determining method by ygerasimov: Unset ['_method'] next to code determining method.
Issue #1242126: Remove $sources argument from RESTServer::getControllerArguments(). Refactor. by ygerasimov: Remove argument $sources from getControllerArguments.
Issue #1293530: JSON/JSONP formats unnecessarily encodes slashes by ygerasimov,marcingy: Add json parsing test.
Issue #1241830: Extract formatter shorter way. by ygerasimov: Extract formatter shorter way.
Issue #1344852: Fix last PHP warning in tests - server_settings[$server] undefined by mradcliffe, cotto
Fixes missed code from issue #1324818: REST server cannot properly handle requests with Content-Type=multipart/form-data.
Issue #1341658: Call to a member function best_match() on a non-object by marcingy, follow up left reference to mimeparse