The attached patch does the following:

  • Adds an option to use "dry run" mode when submitting to Google Base, providing a way to test data without actually submitting it.
  • Removes the undocumented dependency on CCK by switching content_types() for node_get_types() and adding a module_exists() call.
  • Correctly re-inserts nodes that were previously removed.
  • Calls theme('item_list', ...) correctly.
CommentFileSizeAuthor
googlebase-fixes.patch7.16 KBlongwave

Comments

sunward’s picture

any updates on this?

As there are many issues, I would prefer to see the data and change it if needed until the module is working properly.

longwave’s picture

"Dry run" mode does not show you the data, but it does attempt to submit it to Google Base and reports any validation errors, without the items actually being added.

You can help test this feature by applying the patch to your own copy of the module and reporting back whether it works or not. See http://drupal.org/patch/apply for help in applying patches.

longwave’s picture

Status: Needs review » Fixed

Committed to CVS, thanks to jtsnow for giving me commit privileges.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.