Hi

I just assigned for myself as I had already started to look at it. As commented in #626730: xmlrpc_server patch for d7, I'll be detailing the issues I've found on this module for now, until we have conditions to create a patch (awaiting for heyrocker's services core patch).

current issue list for taxonomy_server module:

- menu_service.info file missing core = 7.x and files[] directives.
- menu_tree_all_data() signature has changed, used in menu_service_get() (just to notice, seems it is used the right way but there is no default menu entry now).
- drupal_get_path_alias() signature has changed, used in menu_service_process() (just to notice, seems it is used the right way but default path now is NULL).
- menu item definition has changed, menu_service_process() recursive function should be reviewed to work with current menu entry definition.
- hashes are being used for service definition (see #616490: Services API misuses hash/number (#) symbols)

Comments

ilo’s picture

Misspelling, I meant current issue list for menu_service module.

g10’s picture

check #668692: menu service: path_alias is NULL regarding:

drupal_get_path_alias() signature has changed, used in menu_service_process() (just to notice, seems it is used the right way but default path now is NULL).

gdd’s picture

Status: Active » Closed (won't fix)

Unfortunately we never got to any of these patches, Services has changed much in the interim, and kylebrowning is almost done with a new port to 7, so I am closing these issues.