-
fix some typos; move INSERT to the end of update_5 (http://drupal.org/node/210521)
-
make status messages by admin-configurable; add some new API functions; update code to use new API functions
-
User Relationships: October 31, 2007 23:17
Commit 236be1e on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterset message informing the user when approving or deleting implied/implying relationships
-
User Relationships: October 30, 2007 20:00
Commit 21d08d9 on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, mastermodify user_relationships_update_relationship() to do a db UPDATE instead of DELETE/INSERT so rid's don't change; also put a limit on how many relationships user_relationships_load_all_for_user() will cache, so as not to blow out memcached
-
User Relationships: October 30, 2007 2:59
Commit 27ae744 on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterrefactor code to avoid calling user_relationships_load_all_for_user(), which can be very expensive for users with lots of relatees
-
User Relationships: October 30, 2007 1:17
Commit 782141c on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterrefactor user_relationships_block_select_relationships() to avoid calling user_relationships_load_all_for_user()
-
User Relationships: October 24, 2007 7:42
Commit 4c34239 on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterIndex the array returned by user_relationships_relationship_types_load() by rtid. Add user_relationships_load_relationships($criteria = array()) and user_relationships_load_relationships_by_relatee($criteria = array(), $relater = -1) to the API. Update the criteria for counting/loading relationships such that the values of uid, uid1, uid2, rid, requester_id, requestee_id and rtid can be arrays. See http://drupal.org/node/184709.
-
User Relationships: October 24, 2007 6:30
Commit 934f167 on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterallow admin to optionally migrate buddylist email settings (http://drupal.org/node/180092)
-
User Relationships: October 17, 2007 23:06
Commit 4d43181 on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterwhen approving implying relationships, approve implied relationships regardless of which user requested the implied relationship (http://drupal.org/node/184419). tightened up the code for deleting an implied relationship, and made the if stmts consistent between update and delete.
-
User Relationships: October 17, 2007 1:46
Commit 1babed6 on 5.x-1.x, 5.x-2.x, 5.x-3.x, 6.x-1.x, 7.x-1.x, masterfix bug in auto-approving relationships; also use new count_api to enforce multiple relationships restriction, if applicable