You are here

README.txt in User Relationships 5.2

User Relationship Migrate Module
---------------------------------

This is a plugin module for the User Relationships module. It allows admins to migrate
Buddy List relationships to User Relationships.

Send comments to Jeff Smick: http://drupal.org/user/107579/contact, or post an issue at
http://drupal.org/project/user_relationships.


Requirements
------------
Drupal 5
User Relationships Module
Buddy List Module


Installation
------------
Enable User Relationship Migrate in the "Site building -> Modules" administration screen.


Usage
-----
After enabling the module, go to the "User management -> Relationships" page
(admin/user/relationships) and click on "Migrate buddylist" in the menu across the top.

Enter a relationship type for the migrated relationships, and click Migrate. 

Tested on a MacBook Pro 2.4GHz Core2Duo with 4GB of RAM a 706,000 row buddylist table
took ~40 seconds to migrate.

Running this module more than once without clearing the previous migration will cause
UNIQUE KEY errors in the table. This is to help eliminate duplicate entries. 

After running this you can disable the module as you will no longer need it.


Credits
-------
Written by JB Christy.
Refactored by Jeff Smick.
Written originally for and financially supported by OurChart Inc. (http://www.ourchart.com)
Thanks to Jeff Smick for the User Relationships module, and to the Buddy List folks.

File

plugins/user_relationship_migrate/README.txt
View source
  1. User Relationship Migrate Module
  2. ---------------------------------
  3. This is a plugin module for the User Relationships module. It allows admins to migrate
  4. Buddy List relationships to User Relationships.
  5. Send comments to Jeff Smick: http://drupal.org/user/107579/contact, or post an issue at
  6. http://drupal.org/project/user_relationships.
  7. Requirements
  8. ------------
  9. Drupal 5
  10. User Relationships Module
  11. Buddy List Module
  12. Installation
  13. ------------
  14. Enable User Relationship Migrate in the "Site building -> Modules" administration screen.
  15. Usage
  16. -----
  17. After enabling the module, go to the "User management -> Relationships" page
  18. (admin/user/relationships) and click on "Migrate buddylist" in the menu across the top.
  19. Enter a relationship type for the migrated relationships, and click Migrate.
  20. Tested on a MacBook Pro 2.4GHz Core2Duo with 4GB of RAM a 706,000 row buddylist table
  21. took ~40 seconds to migrate.
  22. Running this module more than once without clearing the previous migration will cause
  23. UNIQUE KEY errors in the table. This is to help eliminate duplicate entries.
  24. After running this you can disable the module as you will no longer need it.
  25. Credits
  26. -------
  27. Written by JB Christy.
  28. Refactored by Jeff Smick.
  29. Written originally for and financially supported by OurChart Inc. (http://www.ourchart.com)
  30. Thanks to Jeff Smick for the User Relationships module, and to the Buddy List folks.