Tadashi Okoshi
slash****@users*****
2006年 6月 29日 (木) 03:12:48 JST
Index: affelio/lib/Affelio/App/Standalone/Admin/FriendsGraph.pm
diff -u affelio/lib/Affelio/App/Standalone/Admin/FriendsGraph.pm:1.1 affelio/lib/Affelio/App/Standalone/Admin/FriendsGraph.pm:1.2
--- affelio/lib/Affelio/App/Standalone/Admin/FriendsGraph.pm:1.1 Tue Mar 7 23:39:09 2006
+++ affelio/lib/Affelio/App/Standalone/Admin/FriendsGraph.pm Thu Jun 29 03:12:48 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: FriendsGraph.pm,v 1.1 2006/03/07 14:39:09 slash5234 Exp $
+# $Id: FriendsGraph.pm,v 1.2 2006/06/28 18:12:48 slash5234 Exp $
package Affelio::App::Standalone::Admin::FriendsGraph;
{
@@ -25,7 +25,7 @@
use lib("../../../");
use Affelio;
use Affelio::misc::CGIError;
- use Affelio::SNS::Handshaker_c;
+ use Affelio::VSNS::Handshaker_c;
use Affelio::misc::Debug qw(debug_print);
use Affelio::exception::IOException;
use Affelio::exception::DBException;
Index: affelio/lib/Affelio/App/Standalone/Admin/MakeAffelioLink.pm
diff -u affelio/lib/Affelio/App/Standalone/Admin/MakeAffelioLink.pm:1.3 affelio/lib/Affelio/App/Standalone/Admin/MakeAffelioLink.pm:1.4
--- affelio/lib/Affelio/App/Standalone/Admin/MakeAffelioLink.pm:1.3 Thu Jun 1 15:34:12 2006
+++ affelio/lib/Affelio/App/Standalone/Admin/MakeAffelioLink.pm Thu Jun 29 03:12:48 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: MakeAffelioLink.pm,v 1.3 2006/06/01 06:34:12 slash5234 Exp $
+# $Id: MakeAffelioLink.pm,v 1.4 2006/06/28 18:12:48 slash5234 Exp $
package Affelio::App::Standalone::Admin::MakeAffelioLink;
{
@@ -31,7 +31,7 @@
use Affelio::misc::Encoding qw(db_encode db_decode);
use Affelio::misc::Time qw(timestamp2string get_timestamp);
use Affelio::misc::WebInput;
- use Affelio::SNS::Handshaker_c;
+ use Affelio::VSNS::Handshaker_c;
use Affelio::SNS::Handshaker_tmpDB;
use Affelio::exception::CommunicationException;
Index: affelio/lib/Affelio/App/Standalone/Admin/ManageFriend.pm
diff -u affelio/lib/Affelio/App/Standalone/Admin/ManageFriend.pm:1.2 affelio/lib/Affelio/App/Standalone/Admin/ManageFriend.pm:1.3
--- affelio/lib/Affelio/App/Standalone/Admin/ManageFriend.pm:1.2 Tue Mar 28 18:15:22 2006
+++ affelio/lib/Affelio/App/Standalone/Admin/ManageFriend.pm Thu Jun 29 03:12:48 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: ManageFriend.pm,v 1.2 2006/03/28 09:15:22 slash5234 Exp $
+# $Id: ManageFriend.pm,v 1.3 2006/06/28 18:12:48 slash5234 Exp $
package Affelio::App::Standalone::Admin::ManageFriend;
{
@@ -117,20 +117,8 @@
my $cgi = shift; #arg(3) cgi
debug_print("StandAlone::remove_member uid[$uid] start.");
- my $afid = $af->getFM->get_attribute_by_uid($uid, "af_id");
-
- #Remove entry(uid) from AFuser_CORE_friends
- #Remove uid from friends of others in AFuser_CORE_friends
- #Remove entry(uid) from AFuser_CORE_friendsfriends
- #Remove uid from friends of others in AFuser_CORE_friendsfriends
- $af->getFM->remove_friend($uid);
-
- #Remove uid from groups
- $af->getGM->remove_person_from_all($uid);
-
- #add uid to erasedfriends
-
+ $af->getRM->remove_relation(uid => $uid);
debug_print("StandAlone::remove_member uid[$uid] end.");
}
Index: affelio/lib/Affelio/App/Standalone/Admin/Messaging.pm
diff -u affelio/lib/Affelio/App/Standalone/Admin/Messaging.pm:1.5 affelio/lib/Affelio/App/Standalone/Admin/Messaging.pm:1.6
--- affelio/lib/Affelio/App/Standalone/Admin/Messaging.pm:1.5 Tue Mar 28 18:15:22 2006
+++ affelio/lib/Affelio/App/Standalone/Admin/Messaging.pm Thu Jun 29 03:12:48 2006
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Messaging.pm,v 1.5 2006/03/28 09:15:22 slash5234 Exp $
+# $Id: Messaging.pm,v 1.6 2006/06/28 18:12:48 slash5234 Exp $
package Affelio::App::Standalone::Admin::Messaging;
{
@@ -31,7 +31,7 @@
use Affelio::misc::Time qw(timestamp2string get_timestamp);
use Affelio::misc::WebInput;
use Affelio::misc::MyCrypt;
- use Affelio::SNS::Handshaker_c;
+ use Affelio::VSNS::Handshaker_c;
use Affelio::exception::CommunicationException;
use Affelio::exception::DBException;