Download & Extend

Releases for Services

services 7.x-3.1

Download Size md5 hash
services-7.x-3.1.tar.gz 74.26 KB dac49d2f3d16e012a4756aaeddaddfc2
services-7.x-3.1.zip 106.42 KB c5f6287dd5d8e0d5236cb593cbc80d68
Last updated: November 16, 2011 - 22:30
Official release from tag: 7.x-3.1

Release notes

Issue #1343516: mimeparse - split is deprecated by mradcliffe. mimeparse uses deprecated split().
Issue #1341702: multiple-valued index queries don't work on 6.x-3.x by cotto, marcingy
Issue #1342908: Readd the ability to add and validate and process per auth settings by wonder95, Fix reference to oauth in hook_services_authentication_info() definition
Issue #1341658: Call to a member function best_match() on a non-object by marcingy, readd mimeparse as we need a certain version
Issue #1309834: Missing a default value by marcingy
#1334800: improve DX of downloading external libraries by cotto, improve DX of downloading external libraries
Fixes a typo
Issue #1332600: Add a test to check that a session exists for a user by marcingy
Issue #1333864: Notice: Undefined variable: endpoints in rest_server_requirements() (lines 19 and 27 of ...services/servers/rest_server/rest_ser by alberto56, kylebrowning
Revert "Updated authentication patch"
Quick hot fix to file_resource that fixes file retrieve.
Issue #1325572: Integrate services with the libraries module to improve handling of third paty libraries. by marcingy : remove third party libraries
Issue #1324818: REST server cannot properly handle requests with Content-Type=multipart/form-data. by Taran2l : REST server cannot properly handle requests with Content-Type=multipart/form-data
Issue #1313934: clean up some warnings in the user resource Clean up user warnings by cotto, ygerasimov, marcingy, kylebrowning
Issue ##1217950: Followup code style cleanup.
Issue #1217950 by marcingy: Add variables to change title of Save button submitted on resources.
#1323936: Missing xmlrpc callbacks from server endpoints. by coolestdude1 : Missing xmlrpc callbacks from server endpoints.
#1314936: pagesize doesn't place limits on response size for unauthenticated users by marcingy, cotto : pagesize doesnt place limits on response size for unauthenticated users
Updated authentication patch
#1245954: Remove chdir() from services.runtime.inc by ygerasimov, Remove chdir() from services.runtime.inc
Revert "#1217950: Extend node, user and comment to create to accept $op as a parameter by marcingy, add op as parameter"
Revert "#1217950: Extend node, user and comment to create to accept $op as a parameter by marcingy, add op as parameter"

Read more

services 6.x-3.1

Download Size md5 hash
services-6.x-3.1.tar.gz 73.57 KB b2d0c64541f8ce21bd9b6a00d0f27e73
services-6.x-3.1.zip 103.96 KB 69a7b0b4d8402c5fae0c8479368b9b2c
Last updated: November 16, 2011 - 22:30
Official release from tag: 6.x-3.1

Release notes

Issue #1343516: mimeparse - split is deprecated by mradcliffe. mimeparse uses deprecated split().
Issue #1341702: multiple-valued index queries don't work on 6.x-3.x by cotto, marcingy
Issue #1342908: Readd the ability to add and validate and process per auth settings by wonder95, Fix reference to oauth in hook_services_authentication_info() definition
Issue #1341658: Call to a member function best_match() on a non-object by marcingy, readd mimeparse as we need a certain version
issue #1309834: Missing a default value by marcingy
#1334800: improve DX of downloading external libraries by cotto, improve DX of downloading external libraries
#1337170: use pass by reference in request pre/post-processing by cotto, use pass by reference in request pre/post-processing
Issue #1334784: fix 6.x-3.x consumer of SPYC api by cotto : fix 6.x-3.x consumer of SPYC api
Fixes a typo
Issue #1333864: Notice: Undefined variable: endpoints in rest_server_requirements() (lines 19 and 27 of ...services/servers/rest_server/rest_ser by alberto56, kylebrowning
Issue #1334712: dead code removal in user resource by cotto
Issue #1324818: REST server cannot properly handle requests with Content-Type=multipart/form-data. by Taran2l : REST server cannot properly handle requests with Content-Type=multipart/form-data
Issue #1325572: Integrate services with the libraries module to improve handling of third paty libraries. by marcingy : remove third party libraries
Issue #1324818: REST server cannot properly handle requests with Content-Type=multipart/form-data. by Taran2l : REST server cannot properly handle requests with Content-Type=multipart/form-data
Issue #1327674: REST Server included core module name is ambiguous, README.txt is a bit lacking by phiberart: REST Server included core module name is ambiguous
Issue #1313934: clean up some warnings in the user resource Clean up user warnings by cotto, ygerasimov, marcingy, kylebrowning
Issue #1314936: pagesize doesn't place limits on response size for unauthenticated users by cotto, kylebrowning, marcingy - pagesize doesnt place limits on response size for unauthenticated users
Issue #1322468 by coolestdude1: Code cleanup with coder.
Issue #1217950 by marcingy: Add variables to change title of Save button submitted on resources.

Read more

services 7.x-3.0

Download Size md5 hash
services-7.x-3.0.tar.gz 81.52 KB 29110697d535610519346c802c7ce7c8
services-7.x-3.0.zip 113.54 KB e8adcf4ae3e725f0b6fac25ebb867766
Last updated: September 30, 2011 - 00:27
Official release from tag: 7.x-3.0

Release notes

Its finally here.

Features:

  • Service API allow modules to create other services, including pluggable access control
  • Server API allow modules to create other servers, such as SOAP, JSONRPC, etc
  • Aliasing methods
  • Integration with core Drupal functionality like files, nodes, taxonomy, users, files and more.
  • Response format API allows you to define response Formats for CONTENT-TYPE ie. application/json or application/xml. (also calls such as ENDPOINT/node/1.json work)
  • Pluggable/Alterable response formats for REST Server
  • Authentication hooks for pluggable authentication systems
  • Over 100 hooks for altering and modifying services to meet your needs.

Requirments:

  • ctools

services 6.x-3.0

Download Size md5 hash
services-6.x-3.0.tar.gz 78.06 KB 218d4626a28375ab1a464423df0467f9
services-6.x-3.0.zip 108.15 KB e429a589d69375bf7ab50b76cf47690d
Last updated: September 30, 2011 - 00:27
Official release from tag: 6.x-3.0

Release notes

Its finally here.

Features:

  • Service API allow modules to create other services, including pluggable access control
  • Server API allow modules to create other servers, such as SOAP, JSONRPC, etc
  • Aliasing methods
  • Integration with core Drupal functionality like files, nodes, taxonomy, users, files and more.
  • Response format API allows you to define response Formats for CONTENT-TYPE ie. application/json or application/xml. (also calls such as ENDPOINT/node/1.json work)
  • Pluggable/Alterable response formats for REST Server
  • Authentication hooks for pluggable authentication systems
  • Over 100 hooks for altering and modifying services to meet your needs.

Requirments:

  • ctools

services 7.x-3.0-rc6

Download Size md5 hash
services-7.x-3.0-rc6.tar.gz 80.87 KB 9fb622e75220b3d9b47a8fb771d4ae9d
services-7.x-3.0-rc6.zip 112.63 KB 78809da6a118d6ccfd17bdee94e8ed62
Last updated: September 19, 2011 - 19:31
Official release from tag: 7.x-3.0-rc6

Release notes

#1283428: XMLRPC code error - curly brackets by imclean, marcingy : XMLRPC code error - curly brackets plus some additional clean up
#1242008: Function _services_build_resources excessive drupal_alter() by ygerasimov : Function _services_build_resources excessive drupal_alter()
#663622: Node associated with wrong user after creation via node_resource by wedge : Node associated with wrong user after creation via node_resource
#1279714: allow multiple files to be loaded by resource methods by cotto : allow multiple files to be loaded by resource methods
Issue #1270676: Incorrect fields in an index method causes a 500 error Incorrect fields in an index method causes a 500 error by marcingy, heyrocker
Issue #1266102: Logic bug in XMLRPC try catch logic Logic bug in XMLRPC argument count check by st0nerhat
Issue #1273904: Comment resource appears to ignore pid for threaded comments Comment resource appears to ignore pid for threaded comments by marcingy
Issue #1267418: Tests broken. File resource, XMLRPC tests by ygerasimov: Files resource check whether ['file'] is array or not. Fix for xmlrpc test resource.
Issue #1267212: Password hash leakage Password hash leakage by ygerasimov, a_m_c, marcingy
Issue #1274132: 'relationships' hard coded into loop when resources are built 'relationships' hard coded into loop when resources are built by heyrocker.
Fixed typo in docblock
Issue #1245190 by ygerasimov: Small code cleanup in RESTServer. Response format.
Issue #1245178 by ygerasimov: Remove implementation of hook_autoload_info().
#1241998: Refactor _services_process_resource() ygerasimov: Refactor _services_process_resource()
issue #1241450: Remove db_query from services_endpoint_load() by ygerasimov :Remove db_query from services_endpoint_load()
issue #1241472: Remove db_query from services_endpoint_load_all() by ygerasimov :Remove db_query from services_endpoint_load_all()
issue #1241550: Refactor rest_server_server() by ygerasimov :Refactor rest_server_server()

Read more

services 6.x-3.0-rc4

Download Size md5 hash
services-6.x-3.0-rc4.tar.gz 77.87 KB fbbf9de8d32fcd4ebe29c9733df94a00
services-6.x-3.0-rc4.zip 108.94 KB 429ca76f957d2678a471372961d26ac7
Last updated: September 19, 2011 - 19:26
Official release from tag: 6.x-3.0-rc4

Release notes

marcingy : some code tidy up
#1242008: Function _services_build_resources excessive drupal_alter() by ygerasimov : Function _services_build_resources excessive drupal_alter()
#663622: Node associated with wrong user after creation via node_resource by wedge : Node associated with wrong user after creation via node_resource
#1279714: allow multiple files to be loaded by resource methods by cotto : allow multiple files to be loaded by resource methods
#1241998: Refactor _services_process_resource() by ygerasimov, heyrocker : Refactor _services_process_resource()
1241860 by ygerasimov : Use $default argument value in _rest_server_add_default_and_remove_unknown()
1241450 by ygerasimov : Remove db_query from services_endpoint_load()
1241472 by ygerasimov : Remove db_query from services_endpoint_load_all()
1241550 by ygerasimov : Refactor rest_server_server()
1244304 by ygerasimov : Refactor RESTServer::matchParser
1244266 by ygerasimov : Refactor RESTServer::requestParser
1242066 by ygerasimov : Minor refactor _services_build_resources() remove if statement
1245190 by 1245190 : Small code optimization in RESTServer::handle()
Issue #1266102: Logic bug in XMLRPC try catch logic Logic bug in XMLRPC argument count check by st0nerhat
Issue #1273904: Comment resource appears to ignore pid for threaded comments Comment resource appears to ignore pid for threaded comments by marcingy
Issue #1242194: 200 ok on update that didn't complete. by marcingy,ygerasimov: Node type validation for node update method.
Issue #1267212: Password hash leakage Password hash leakage by ygerasimov, a_m_c, marcingy
Issue #1270190: HTTP PUT with multipart/form-data rejected by jnross, kylebrowning
Removes count on file resource create and fixes file_contents param for file_resource_retrieve

Read more

services 6.x-3.0-rc3

Download Size md5 hash
services-6.x-3.0-rc3.tar.gz 76.04 KB 62a69825d7d571320e6111723425f043
services-6.x-3.0-rc3.zip 107.2 KB 8c05a745398e49a312ae0fe4a71b103b
Last updated: August 3, 2011 - 02:17
Official release from tag: 6.x-3.0-rc3

Release notes

Fixes #1236316: Retrieve requests for node, user, comment file resource return empty result by Peter Swietoslawski
Fixes #1148778: Remove _services_legacy_services_as_resources code by marcingy
Fixes #1236962: _services_process_resource re-assignes targeted actions to actions by didlix
Fixes #1233414: Error notice showing up in administration area
issue #1212206: xmlrpc default arguments not working adds default arguments to controller calls in XMLRPC.
Fixes #1233532: second file upload fails access check ('_file_resource_access' not found) kylebrowning, slazyk
Fixes php5.3 error

services 7.x-3.0-rc5

Download Size md5 hash
services-7.x-3.0-rc5.tar.gz 79.21 KB c03f5ceac7ff62b7b660df05a26e8fba
services-7.x-3.0-rc5.zip 111.02 KB ea87b6fda34170e6feba48d9b290403d
Last updated: August 3, 2011 - 02:17
Official release from tag: 7.x-3.0-rc5

Release notes

Fixes #1236316: Retrieve requests for node, user, comment file resource return empty result by Peter Swietoslawski
Fixes #1236316: Retrieve requests for node, user, comment file resource return empty result by Peter Swietoslawski
Fixes #1148778: Remove _services_legacy_services_as_resources code by marcingy
Fixes #1066154: Add support for multipart/form file upload by acstewart, kylebrowning, marcingy
Fixes an issue with hook_requirments and the display, couple typos in hook_install.
issue #1212206: xmlrpc default arguments not working adds default arguments to controller calls in XMLRPC.
Issue #1233532: second file upload fails access check ('_file_resource_access' not found) by kylebrowning, slayzyk
Fixes PHP 5.3 Error.

services 7.x-3.0-rc4

Download Size md5 hash
services-7.x-3.0-rc4.tar.gz 78.56 KB b8629057cb5f3829ff0672c3f78cc7cd
services-7.x-3.0-rc4.zip 110.38 KB fd7c84599c0cca09fcf907acd6843845
Last updated: July 28, 2011 - 21:22
Official release from tag: 7.x-3.0-rc4

Release notes

Issue #1179366: Endpoint title is not needed Endpoint Title is not needed.
Issue #1190498: No results returned by taxonomy_term.selectNodes No results returned by taxonomy_term.selectNodes by Robin van Emden, kylebrowning
Updates API Documentation
Issue #1153010: Targeted actions returning 404 Fixes targeted actions by manatwo, kylebrowning, voxpelli
Prevents a CSRF-vulnerability in Services
Issue #1218622: Notice: Undefined variable: auth_args in services_controller_execute() Notice: Undefined variable: auth_args in services_controller_execute() by boombatower
Issue #1083242: Fix for argument source handling in REST Server hugo, marcingy, voxpelli, kylebrowning, sanduhrs Fix for argument source handling in REST Server
FIxes an issue where resources were sometimes affected by not having an alias
Issue #1174550 cedwards.rei, kylebrowning, services resource uri does not use alias
Issue #1160658 Services module can't be listed as a dependency in an installation profile.
by voxpelli: Corrected OAuth dependency
Issue #1151922 voxpelli Make user resource definition more DRY and REST:ful
Issue #1168006 by marcingy: Add change user password test.
Issue #1168044 by marcingy,ygerasimov: Add test to create node with taxonomy field.
#1166734: Logical error in _user_resource_update prevents updating password by tedbow
#1167244: RESTServer.inc typo: rest_server_exectue_errors by mradcliffe
by voxpelli: Fix error for auth modules without settings

services 6.x-3.0-rc2

Download Size md5 hash
services-6.x-3.0-rc2.tar.gz 75.98 KB 860e1158529b4906c9f72860e8b6d9ba
services-6.x-3.0-rc2.zip 107.12 KB f75727eb63d962aca4b4cbeea7e99de9
Last updated: July 28, 2011 - 21:22
Official release from tag: 6.x-3.0-rc2

Release notes

Issue #1179366: Endpoint title is not needed Endpoint title is not needed.
Update API documentation
Issue #1153010: Targeted actions returning 404 Fixes targeted actions by manatwo, kylebrowning, voxpelli
Prevents a CSRF-vulnerability in Services and allows Servers to have Settings
Issue #1159456: db_rewrite_sql called in services_resource_build_index_query needs to pass in primary_table and primary_field args db_rewrite_sql called in services_resource_build_index_query needs to pass in primary_table and primary_field args by emosbaugh
Issue #1218622: Notice: Undefined variable: auth_args in services_controller_execute() Notice: Undefined variable: auth_args in services_controller_execute() by boombatower
Issue #1083242: Fix for argument source handling in REST Server hugo, marcingy, voxpelli, kylebrowning, sanduhrs Fix for argument source handling in REST Server
Issue #1093826 by bsenftner REST resource logout causes cascading error messages in admin/reports/dblog
Fixes an issue where resources might sometimes not be reachable via an alias
Issue #1162648 User Update issues by manatwo
Issue #1192346 Brings node relationships up to date with node/files
Issue #1174550 cedwards.rei, kylebrowning Fixes resources URI to use alias
Issue #1169416 Cannot Enable Services - Query failed: ERROR: column "ctools" does not exist justchoose1, kylebrowning
Taxonomy resource fixes
#1154706: Mis-spelled hook name BreathingRock
Issues #1156376: Helper function to build index queries ignores database table prefixes by rehos
#1153968: warning: Parameter 2 to services_edit_form_endpoint_resources() expected to be a reference, value given FIxes 5.3 error by yechuah

services 7.x-3.0-rc3

Download Size md5 hash
services-7.x-3.0-rc3.tar.gz 73.02 KB 5ca7fa0ae740171746a157dc8b79b91d
services-7.x-3.0-rc3.zip 102.4 KB 26f0c176d6bb6e7ae6f4ae61c0a68064
Last updated: May 5, 2011 - 22:41
Official release from tag: 7.x-3.0-rc3

Release notes

Issue #1142886: Update user resource to utilise d7 features fully by marcingy
#1142878: Tests fail on windows and xampp marcingy Tests fail on windows and xampp
Issue #1141838: Fatal Error: call to undefined function ctools_include() astutonet, marcingy Fatal Error: call to undefined function ctools_include()
Fixes empty array value
Issue #1144890: "Fields" argument causes error HitmanInWis, marcingy "Fields" argument causes error
Issue #1144890: "Fields" argument causes error HitmanInWis, marcingy "Fields" argument causes error
Issue #1134872: Create register action for user resource tedbow, kylebrowning, Create register action for user resource
#1048512: Fix preprocess and postprocess functions. rayvaughn, kylebrowning Fix preprocess and postprocess functions.
#1112176: PHp 5.3 Error on pass by reference in Ctools Export by mradcliffe, kylebrowning. Change form callback parameters to $form, &$form_state, and $endpoint respectively.
Issue #1016374: Improve services_error() - make more consistent and standards compliant voxpelli, heyrocker, kylebrowning, tedbow Improve services_error() - make more consistent and standards compliant
Issue #1136052: Tidy up .info module file Tidy up .info module file
Issue #1048512 tedbow, marcingy, rayvaughn, kylebrowning Fix preprocess and postprocess functions
Fixes an bug when comments nid's do not exist

services 6.x-3.0-rc1

Download Size md5 hash
services-6.x-3.0-rc1.tar.gz 71.08 KB b7f6458c8d6f40c6e86e23e353ab813a
services-6.x-3.0-rc1.zip 100.58 KB b9c9396e20cb72bc8da3782b5c840306
Last updated: May 5, 2011 - 22:31
Official release from tag: 6.x-3.0-rc1

Release notes

Issue #1144890: "Fields" argument causes error marcingy "fields" argument causes error
Issue #1063460: Add index actions to all resources supporting get mikeryan, marcingy, kylebrowning Add index actions to all resources supporting get
Issue #1128600: Allow for valid values of $_SERVER['CONTENT_TYPE'] in Rest Server tedbow, voxpelli Allow for valid values of $_SERVER['CONTENT_TYPE'] in Rest Server
Issue #1058934: Convert comment/nodeComments action to node/x/comments relationship heyrocker, voxpelli, kylebrowning Convert comment/nodeComments action to node/x/comments relationship
Minor bug fixes in ctools export UI
Issue #1051158: Convert files/nodeFiles action to node/x/files relationship heyrocker, kylebrowning, voxpelli Convert files/nodeFiles action to node/x/files relationship
Issue #1051158: Convert files/nodeFiles action to node/x/files relationship heyrocker, kylebrowning, voxpelli Convert files/nodeFiles action to node/x/files relationship
Issue #1141838: Fatal Error: call to undefined function ctools_include() astutonet, marcingy Fatal Error: call to undefined function ctools_include()
#1112176: PHp 5.3 Error on pass by reference in Ctools Export by mradcliffe, kylebrowning. Change form callback parameters to $form, &$form_state, and $endpoint respectively.
Issue #1016374: Improve services_error() - make more consistent and standards compliant voxpelli, kylebrownig, heyrocker, bsenftner, tedbow Improve services_error() - make more consistent and standards compliant
issue #1016350: Do not prefix actions in the xmlrpc server voxpelli, heyrocker, kylebrowning Do not prefix actions in the xmlrpc server
Issue #1096316: Resource UI is lacking a good UX ygerasimov, kylebrowning, marcingy, Resource UI is lacking a good UX.
Issue #1125168: Variable clean up Rob Loach, Kylebrowning Variable Delete patch for system resource
Issue #1127378: user.save needs to switch to anonymous when registering a new user glennpratt, Remove redundant user_load on user creation.

Read more

services 7.x-3.0-rc2

Download Size md5 hash
services-7.x-3.0-rc2.tar.gz 72.6 KB 0be2d86fcce06250f109cdf194744b82
services-7.x-3.0-rc2.zip 101.99 KB 0c134f652d25304301eda8410fa4363f
Last updated: April 22, 2011 - 20:56
Official release from tag: 7.x-3.0-rc2

Release notes

Issue #1063460: Add index actions to all resources supporting get mikeryan, marcingy, kylebrowning Add index actions to all resources supporting get, style fixes
Issue #1128600: Allow for valid values of $_SERVER['CONTENT_TYPE'] in Rest Server tedbow, voxpelli, Allow for valid values of $_SERVER['CONTENT_TYPE'] in Rest Server
Reverts Issue #1127378: user.save needs to switch to anonymous when registering a new user marcingy, user.save needs to switch to anonymous when registering a new user
Issue [#1134692[ tedbow services_auth_invoke is never called for Authenication plugin that has no settings
Issue #1063460: Add index actions to all resources supporting get mikeryan, marcingy, kylebrowning Add index actions to all resources supporting get
Issue #1048512: Fix preprocess and postprocess functions. tedbow, marcingy, rayvaughn, kylebrowning Fix preprocess and postprocess functions
Issue #1125168: Variable clean up Rob Loach, Variable cleanup for System Resource
When ctools enables/disables endpoints it fails to clear menu_cache, this fixes that.
Issue #1096316: Resource UI is lacking a good UX ygerasimov, kylebrowning, marcingy, Resource UI is lacking a good UX.
Issue #1020414: Don't overuse the pass by reference in _services_process_resource() Don't overuse the pass by reference in _services_process_resource()
Issue #1036758: Cannot remove/uncheck previously set authentication for endpoint by obstacle,kylebrowning,ygerasimov: Check/uncheck authentication methods on endpoint edit form.
Issue #1112176: PHp 5.3 Error on pass by reference in Ctools Export PHP 5.3 Error on pass by reference in Ctools Export
Issue #1111394: node_resource minor tidy up by marcingy,ygerasimov: Node resource minor tidy up.
Issue #954964: Remove argument type 'struct' in favor of 'array' by ygerasimov,marcingy: Followup change default value of parameters in node index to empty array.

Read more

services 7.x-3.0-rc1

Download Size md5 hash
services-7.x-3.0-rc1.tar.gz 60.6 KB 57d95f2b4a2603ecf02c585c556e70b1
services-7.x-3.0-rc1.zip 84.15 KB 6fb563c54fc7923a2a26a09fa8347cdf
Last updated: January 7, 2011 - 20:36
Official release from tag: 7.x-3.0-rc1

Release notes

First release candidate for Drupal 7.

services 6.x-3.0-beta2

Download Size md5 hash
services-6.x-3.0-beta2.tar.gz 62.78 KB aa58a2b8f5fb98c1456dce66fbb316f0
services-6.x-3.0-beta2.zip 86.16 KB c25621dc9cd2bc4f0b1bc09fa58aad0a
Last updated: December 24, 2010 - 23:47
Official release from tag: 6.x-3.0-beta2

Release notes

-Brings tests to the 6.x branch.
-Removes an unneeded folder that caused some confusion.
-Fixes an error that sometimes causes endpoints to not load
-Minor PHP 5 bugs.
-Issue #951698: Add file.getInfo service
-Minor bug fixes

services 7.x-3.0-beta2

Download Size md5 hash
services-7.x-3.0-beta2.tar.gz 60.62 KB 43095ae3fe87be4ceaf2d2193f9652cb
services-7.x-3.0-beta2.zip 83.16 KB 216d9aae31deffefc4e91e4089bb5e24
Last updated: December 24, 2010 - 23:47
Official release from tag: 7.x-3.0-beta2

Release notes

This update brings our Beta into revision number 2.
It includes fixes to all Tests for 7.x.
A menu problem that sometimes made endpoints not appear when they should be Active.
And various minor bug fixes.

services 7.x-3.0-beta1

Download Size md5 hash
services-7.x-3.0-beta1.tar.gz 57.77 KB 1a6898f320e68d82d03f3685ceb9a116
services-7.x-3.0-beta1.zip 79.38 KB 9977642ae28548c9bd0ea42c10d67a65
Last updated: December 24, 2010 - 23:47
Official release from tag: 7.x-3.0-beta1

Release notes

This brings all of the fancy goodness of the 3.x branch to Drupal 7. yay.

services 6.x-3.0-beta1

Download Size md5 hash
services-6.x-3.0-beta1.tar.gz 62.94 KB a0dfca42bd12d31fb0bf40eafe6d5980
services-6.x-3.0-beta1.zip 86.37 KB 267229ec18381c61d56194d5188646c3
Last updated: December 24, 2010 - 23:47
Official release from tag: 6.x-3.0-beta1

Release notes

I really wanted to do real release notes here but I just don't have time, sorry. A lot of testing and bug fixing has gone into this release, thanks to Kyle Browning and Marc Ingram for managing the bulk of it.

services 6.x-2.4

Download Size md5 hash
services-6.x-2.4.tar.gz 41.48 KB 2a2b676a372172f78f0319283e35d1bd
services-6.x-2.4.zip 63.95 KB 6fb2a0e060112baf57e1e5ef954c9e29
Last updated: December 24, 2010 - 23:47
Official release from tag: 6.x-2.4

Release notes

#987002 by heyrocker, marcingy, kylebrowning, anj, zeger, threexk, Jay Matwichuk, edonnelly: Session authentication getting Access Denied when calling node.save after 2.2-to-2.3 upgrade.

If you have been getting access denied errors after the 2.3 upgrade then this will fix them.

services 6.x-2.3

Download Size md5 hash
services-6.x-2.3.tar.gz 41.44 KB 6d65166beb3f96045590e179bf7cc8e8
services-6.x-2.3.zip 63.89 KB 1daf98d0ce336b1e147475147b741381
Last updated: December 24, 2010 - 23:47
Official release from tag: 6.x-2.3

Release notes

* Number of bugfixes and improvements to php 5.3 comptability since the 6.x.2-2 release.
* Fixes SA-CONTRIB-2010-107 - Services - Access bypass.

Subscribe with RSS Syndicate content
nobody click here