Know this module is not really realased, just observations :>.

Do to drupal core module install dependency ordering bug, drubot can be enabled before content copy.

Duplicate entry 'drubot_google_account' for key 2                                                                                                    [error]
query: INSERT INTO profile_fields (title, name, explanation, category, type, weight, required, register, visibility, autocomplete, options, page) VALUES
('Google Account', 'drubot_google_account', 'Your Google Account', 'Drubot Information', 'textfield', 0, 1,
1, 1, 0, '', '') in /var/www/dev/modules/profile/profile.admin.inc on line 343.
Duplicate entry 'drubot_salt' for key 2                                                                                                              [error]
query: INSERT INTO profile_fields (title, name, explanation, category, type, weight, required, register, visibility, autocomplete, options, page) VALUES
('Drubot Salt', 'drubot_salt', 'any random string, Used for security between drupal and wave robot communication', 'Drubot
Information', 'textfield', 1, 1, 1, 1, 0, '', '') in /var/www/dev/modules/profile/profile.admin.inc on line 343.

Doesn't uninstall profile/content type information, so when uninstalling then reinstalling produces errors.

Some people dislike profile module, much prefer content profile, or use of hook_user.

URL for editing information is user/1/edit/Drubot Information instead of something like user/1/edit/drubot-information or simply user/1/edit/drubot.

Error feedback appears non-existance

Testing on wave preview account: Published button worked, issues typing in data (bullets didn't appear, tab didn't work; probably wave issue), content didn't appear.

Testing on wave sandbox account: Publish button didn't work (didn't do anything).

will update later if encounter anything else quirky

CommentFileSizeAuthor
#2 drubot.patch2.12 KByangru

Comments

mlncn’s picture

It's also generally inconvenient to have to type in all access information every time.

Here is the code to Bloggy - http://wave-samples-gallery.appspot.com/about_app?app_id=4004 - because I imagine (haven't played with it yet) that's the functionality we want to have, more or less, on the wave app side.

benjamin, agaric

yangru’s picture

StatusFileSize
new2.12 KB

yes, you are right, there's a bug, attach a patch for this.