-
Initial port to Drupal 7.x
-
Updating change log for the 6.x-2.3 release
-
Supporting asymmetrical/composite formatters for differing request/response-formats.
-
Issue #931250: Providing options to configure the root element of XML request documents generated by XML Formatter. This is implemented in a backwards-compatible way, so existing deployments shouldn't be affected.
-
Updating change log for the 7.x-2.3 release
-
Supporting asymmetrical/composite formatters for differing request/response-formats.
-
Issue [#1154420] by Hugo Wetterberg, Readd support for rich options for resources - needed by auth mechanism
-
Services: February 6, 2012 21:55
Commit be64531 on feature/rich-options-for-resourcesI incorrectly assumed that an empty result would be returned if an auth module didn't implement a callback. Changing all checks to is_array(). Also changed the very long-winded condition at line 109 as I could't see any point in most of the checks.
-
Services: February 2, 2012 11:05
Commit 7091642 on feature/rich-options-for-resourcesUpdated resource definition format and added versioning of the format for automatic upgrades of old declarations. The RPC translation layer and the REST server have been updated to work with the new format. The RPC translation functions also logs errors when there are naming collisions between operations in different classes. Added proper default value handling for the auth module settings. Updated documentation for hook_services_resources(). Updated documentation for hook_services_authentication_info() with the new properties. It's still somewhat lacking though.
-
Services: February 1, 2012 7:52
Commit e8088d2 on feature/rich-options-for-resourcesMerge branch '7.x-3.x' into feature/rich-options-for-resources