Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 04:58 UTC
Updated:
16 Aug 2011 at 19:01 UTC
We have code to support legacy hook_services this should be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| remove-legacy-code.patch | 1.52 KB | marcingy |
Comments
Comment #1
kylebrowning commentedLooks fine to me, no time to commit today though, feel free to do so yourself.
Comment #2
ygerasimov commentedI also believe this patch is OK to be committed.
Comment #3
ygerasimov commentedBtw I have found function _rest_server_autoload_info in rest_server.inc. As I understand it was implementation of hook_autoload_info for drupal 6 but it is no more needed for 7.x-3.x
Can we remove this file completely?
Comment #4
marcingy commentedCan we do this in small steps rather than killing kittens, the second issue can be follow up. Back to RBTC on those grounds.
Comment #5
ygerasimov commentedYes, small steps sounds reasonable. Please commit patch above and we can create other issues to remove other chunks.
Comment #6
mrfelton commentedWhat about the services_update_6001() and services_update_6002() in services.install? Those aren't needed are they? They cause problems with Aegir. I cant upgrade a site from a Drupal 7.4 platform to 7.7 because Aegir thinks that the version of services on the 7.7 platform is version 6002 - which clearly it isn't. I'm guessing its reading this from the .install file, as that is the only place 6002 is mentioned.
Comment #7
marcingy commentedSee comment above...that is a seperate issue and will be dealt with as such, putting back to be RBTC.
Comment #8
marcingy commentedNew issue created http://drupal.org/node/1232688 - patch welcome :)
Comment #9
marcingy commentedComment #10
kylebrowning commented