• R/O
  • SSH
  • HTTPS

traclight: Commit


Commit MetaInfo

Revision104 (tree)
Time2010-12-04 11:20:47
Authorokamototk

Log Message

fixed profile avatar support.

Change Summary

Incremental Difference

--- branches/tl3_0/plugins/svn/usermanager/tracusermanager/profile/prefs.py (revision 103)
+++ branches/tl3_0/plugins/svn/usermanager/tracusermanager/profile/prefs.py (revision 104)
@@ -1,4 +1,4 @@
1-# -*- coding: iso-8859-1 -*-
1+# -*- coding: utf-8 -*-
22 #
33 # Copyright 2008 Optaros, Inc.
44 #
@@ -62,5 +62,6 @@
6262 req.redirect(req.href.prefs('userprofile'))
6363
6464 add_stylesheet(req, 'tracusermanager/css/prefs_um_profile.css')
65+ add_script(req, 'tracusermanager/js/prefs_userprofile.js')
6566
6667 return 'prefs_um_profile.html', data
--- branches/tl3_0/plugins/svn/usermanager/tracusermanager/htdocs/js/prefs_userprofile.js (nonexistent)
+++ branches/tl3_0/plugins/svn/usermanager/tracusermanager/htdocs/js/prefs_userprofile.js (revision 104)
@@ -0,0 +1,4 @@
1+jQuery(document).ready(function($){
2+ $("#userprefs").attr("enctype","multipart/form-data");
3+ });
4+
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Show on old repository browser