Tadashi Okoshi
slash****@users*****
2005年 7月 4日 (月) 01:16:31 JST
Index: affelio/CHANGES
diff -u affelio/CHANGES:1.20 affelio/CHANGES:1.21
--- affelio/CHANGES:1.20 Sun Jul 3 23:54:30 2005
+++ affelio/CHANGES Mon Jul 4 01:16:31 2005
@@ -1,3 +1,9 @@
+ Debug: Handshaking error
+ RID:0000047
+ Handshake reply back to Affelio with MySQL did not
+ finish correctly due to MySQL error.
+
+
Debug: Affelio's Session forwarding
-Symptom: Access from the owner was sometimes recognized as
"friend of friend" access, when the owner goes from own
@@ -6,12 +12,16 @@
-Symptom: Large number of tmp files was created in
session/ directory.
- Debug:
+ Debug: Link to other Affelio's
Change hyperlink URL to link through outgoing.cgi
Messaging
AccessLog
App: Diary
+ Debug: Profile editting
+ Profile value did not appear on the page after user
+ upload profile image to the server.
+
Brushup
Core/public/friendlist
Only for owner, show [edit] and [mail]
Index: affelio/admin.cgi
diff -u affelio/admin.cgi:1.27 affelio/admin.cgi:1.28
--- affelio/admin.cgi:1.27 Sun Jul 3 22:20:06 2005
+++ affelio/admin.cgi Mon Jul 4 01:16:31 2005
@@ -16,7 +16,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: admin.cgi,v 1.27 2005/07/03 13:20:06 slash5234 Exp $
+# $Id: admin.cgi,v 1.28 2005/07/03 16:16:31 slash5234 Exp $
use strict;
@@ -164,6 +164,7 @@
#####################################################################
}elsif($admin_mode eq "uploadimage"){
+ use Affelio::App::Admin::EditProfile;
$TMPL_FILE = "$af->{site__fs_root}/templates/" .
"$af->{site__template}/owner_side/admin_editprofile.tmpl";
@@ -191,6 +192,7 @@
$err_msg='<AF_M text="Error in uploading the image"><BR>' . $e;
};
+ Affelio::App::Admin::EditProfile::show_profileeditor($af, \%output_data);
}else{
}