diff --git a/ReadMe.txt b/ReadMe.txt
index b5822682b..7e8af4e21 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -75,3 +75,9 @@ bundle exec rake db:migrate:up version=20140725062302
kw: Mysql2::Error,存储过程,CALL sp_project_status_cursor();
bundle exec rake db:migrate:down version=20130828004955
bundle exec rake db:migrate:up version=20130828004955
+
+=================================[2014-08-13]====================================
+kw:配置支持的图片格式
+默认支持如下格式:"bmp,jpeg,jpg,png,gif"
+可在configuration.yml中修改,格式:pic_types: "bmp,jpeg,jpg,png,gif"(注意:pic_types若前面有#号需去掉)
+配置完成后重启服务
diff --git a/app/views/projects/_member_list.html.erb b/app/views/projects/_member_list.html.erb
index 15a02df93..89a88e51c 100644
--- a/app/views/projects/_member_list.html.erb
+++ b/app/views/projects/_member_list.html.erb
@@ -23,8 +23,8 @@
<% else%>
<%= content_tag "div", content_tag("p", rolesToLanguage(member.roles.sort.collect(&:to_s)).join(', ')), :class => "clear avatar_name" %>
-
- <%= l(:label_user_for_project_grade) %>: <%= format("%.2f" ,UserGrade.find_by_user_id_and_project_id(member[:user_id], @project.id).grade).to_i %>
+
+ <%= l(:label_user_for_project_grade) %>: <%= format("%.2f" ,user_scores(member.user,2,@project).total_score).to_i %>
<% end %>
diff --git a/app/views/users/_activity_new_score_index.html.erb b/app/views/users/_activity_new_score_index.html.erb
index 0ceb8f157..b592b508d 100644
--- a/app/views/users/_activity_new_score_index.html.erb
+++ b/app/views/users/_activity_new_score_index.html.erb
@@ -1,8 +1,9 @@
-鎶鏈緱鍒嗭細
- 韪╁埆浜虹殑甯栧瓙 -2
- 甯栧瓙琚竴绾т細鍛橀《 +4
- 甯栧瓙琚簩绾т細鍛橀《 +6
- 甯栧瓙琚笁绾т細鍛橀《 +8
- 甯栧瓙琚竴绾т細鍛樿俯 -2
- 甯栧瓙琚簩绾т細鍛樿俯 -4
- 甯栧瓙琚笁绾т細鍛樿俯 -6
\ No newline at end of file
+
+ 韪╁埆浜虹殑甯栧瓙鏁伴噺 * (-2) = <%= option_num.tread %> * (-2) = <%= option_num.tread * (-2) %>
+ 甯栧瓙琚竴绾т細鍛橀《鐨勬鏁 * 4 = <%= option_num.praise_by_one %> * 4 = <%= option_num.praise_by_one * 4 %>
+ 甯栧瓙琚簩绾т細鍛橀《鐨勬鏁 * 6 = <%= option_num.praise_by_two %> * 6 = <%= option_num.praise_by_two * 6 %>
+ 甯栧瓙琚笁绾т細鍛橀《鐨勬鏁 * 8 = <%= option_num.praise_by_three %> * 8 = <%= option_num.praise_by_three * 8 %>
+ 甯栧瓙琚竴绾т細鍛樿俯鐨勬鏁 * (-2) = <%= option_num.tread_by_one %> * (-2) = <%= option_num.tread_by_one * (-2) %>
+ 甯栧瓙琚簩绾т細鍛樿俯鐨勬鏁 * (-4) = <%= option_num.tread_by_two %> * (-4) = <%= option_num.tread_by_two * (-4) %>
+ 甯栧瓙琚笁绾т細鍛樿俯鐨勬鏁 * (-6) = <%= option_num.tread_by_three %> * (-6) = <%= option_num.tread_by_three * (-6) %>
+ 鎶鏈緱鍒 = <%= option_num.tread * (-2) %> + <%= option_num.praise_by_one * 4 %> + <%= option_num.praise_by_two * 6 %> + <%= option_num.praise_by_three * 8 %> + (<%= option_num.tread_by_one * (-2) %>) + ( <%= option_num.tread_by_two * (-4) %>) + (<%= option_num.tread_by_three * (-6) %>) = <%= skill(option_num) %>
\ No newline at end of file
diff --git a/app/views/users/_influence_new_score_index.html.erb b/app/views/users/_influence_new_score_index.html.erb
index 9985d26cd..9977494b9 100644
--- a/app/views/users/_influence_new_score_index.html.erb
+++ b/app/views/users/_influence_new_score_index.html.erb
@@ -1,6 +1,7 @@
-椤圭洰璐$尞寰楀垎锛
- 鎻愪氦浠g爜 +4
- 鎻愪氦鏂囨。 +4
- 鎻愪氦闄勪欢 +4
- 鏇存柊缂洪櫡瀹屾垚搴 +2
- 鍙戝竷缂洪櫡 +4
\ No newline at end of file
+
+ 鎻愪氦浠g爜娆℃暟 * 4 = <%= option_num.changeset %> * 4 = <%= option_num.changeset * 4 %>
+ 鎻愪氦鏂囨。娆℃暟 * 4 = <%= option_num.document %> * 4 = <%= option_num.document * 4 %>
+ 鎻愪氦闄勪欢娆℃暟 * 4 = <%= option_num.attachment %> * 4 = <%= option_num.attachment * 4 %>
+ 鏇存柊缂洪櫡瀹屾垚搴︽鏁 * 2 = <%= option_num.issue_done_ratio %> * 2 = <%= option_num.issue_done_ratio * 2 %>
+ 鍙戝竷缂洪櫡鏁伴噺 * 4 = <%= option_num.post_issue %> * 4 = <%= option_num.post_issue * 4 %>
+ 椤圭洰璐$尞寰楀垎 = <%= option_num.changeset * 4 %> + <%= option_num.document * 4 %> + <%= option_num.attachment * 4 %> + <%= option_num.issue_done_ratio * 2 %> + <%= option_num.post_issue * 4 %> = <%= active(option_num) %>
\ No newline at end of file
diff --git a/app/views/users/_project_new_score_index.html.erb b/app/views/users/_project_new_score_index.html.erb
index 45e0b0600..d627fba91 100644
--- a/app/views/users/_project_new_score_index.html.erb
+++ b/app/views/users/_project_new_score_index.html.erb
@@ -1,2 +1,3 @@
-褰卞搷鍔涘緱鍒嗭細
- 琚叧娉ㄤ汉鏁 +2/浜
+
+ 琚叧娉ㄤ汉鏁 * 2 = <%= option_num.follow %> * 2 = <%= option_num.follow * 2 %>
+ 褰卞搷鍔涘緱鍒 = <%= option_num.follow * 2 %>
diff --git a/app/views/users/_score_new_index.html.erb b/app/views/users/_score_new_index.html.erb
index ff13e5299..539c55f80 100644
--- a/app/views/users/_score_new_index.html.erb
+++ b/app/views/users/_score_new_index.html.erb
@@ -1,34 +1,10 @@
-<%# messages_count = @user.messages.count %>
-<%# messages_score = messages_count * 0.05%>
-<%# finall_messages_score = messages_score %>
-
-<%# journals_count = @user.journals.count %>
-<%# journals_score = journals_count * 0.1 %>
-<%# user_changesets_count = @user.changesets.count %>
-<%# user_changesets_score = user_changesets_count * 0.3 %>
-<%# finall_user_project_score = journals_score + user_changesets_score %>
-
-<%# journals_for_messages_count = @user.journals_messages.count %>
-<%# activities_count = @user.activities.count %>
-<%# journals_for_messages_score = journals_for_messages_count * 0.05 %>
-<%# activities_score = activities_count * 0.2 %>
-<%# finall_activity_score = journals_for_messages_score + activities_score %>
-
-<%# news_count = @user.news.count %>
-<%# news_score = news_count * 0.1 %>
-<%# wiki_contents_count = @user.wiki_contents.count %>
-<%# wiki_contents_score = wiki_contents_count * 0.1 %>
-<%# comments_count = @user.comments.count %>
-<%# comments_score = comments_count * 0.1 %>
-<%# finall_influence_score = news_score + wiki_contents_score + comments_score %>
-<%# finall_user_score = finall_messages_score + finall_user_project_score + finall_activity_score + finall_influence_score %>
<%= l(:label_user_score) %>
= <%= l(:label_user_score_of_collaboration) %> + <%= l(:label_user_score_of_influence) %> +
<%= l(:label_user_score_of_skill)%> + <%= l(:label_user_score_of_active) %>
- = <%= format("%.2f" ,@user.user_score_attr.collaboration.nil? ? 0:@user.user_score_attr.collaboration).to_i %> + <%= format("%.2f" , @user.user_score_attr.influence.nil? ? 0:@user.user_score_attr.influence ).to_i %>
- + <%= format("%.2f" , @user.user_score_attr.skill.nil? ? 0:@user.user_score_attr.skill).to_i %> + <%= format("%.2f" , @user.user_score_attr.active.nil? ? 0:@user.user_score_attr.active).to_i %>
- = <%= format("%.2f" ,@user.user_score_attr.total_score.nil? ? 0:@user.user_score_attr.total_score).to_i %>
+ = <%= format("%.2f" ,collaboration(option_num)).to_i %> + <%= format("%.2f" , influence(option_num) ).to_i %>
+ + <%= "(" if skill(option_num) < 0 %> <%= format("%.2f" , skill(option_num)).to_i %> <%= ")" if skill(option_num) < 0 %> + <%= format("%.2f" , active(option_num)).to_i %>
+ = <%= format("%.2f" ,option_num.total_score).to_i %>
diff --git a/app/views/users/_show_new_score.html.erb b/app/views/users/_show_new_score.html.erb
index e9ca499f4..c0e731a65 100644
--- a/app/views/users/_show_new_score.html.erb
+++ b/app/views/users/_show_new_score.html.erb
@@ -1,28 +1,4 @@
-<%# messages_count = @user.messages.count %>
-<%# messages_score = messages_count * 0.05%>
-<%# finall_messages_score = messages_score %>
-
-<%# journals_count = @user.journals.count %>
-<%# journals_score = journals_count * 0.1 %>
-<%# user_changesets_count = @user.changesets.count %>
-<%# user_changesets_score = user_changesets_count * 0.3 %>
-<%# finall_user_project_score = journals_score + user_changesets_score %>
-
-<%# journals_for_messages_count = @user.journals_messages.count %>
-<%# activities_count = @user.activities.count %>
-<%# journals_for_messages_score = journals_for_messages_count * 0.05 %>
-<%# activities_score = activities_count * 0.2 %>
-<%# finall_activity_score = journals_for_messages_score + activities_score %>
-
-<%# news_count = @user.news.count %>
-<%# news_score = news_count * 0.1 %>
-<%# wiki_contents_count = @user.wiki_contents.count %>
-<%# wiki_contents_score = wiki_contents_count * 0.1 %>
-<%# comments_count = @user.comments.count %>
-<%# comments_score = comments_count * 0.1 %>
-<%# finall_influence_score = news_score + wiki_contents_score + comments_score %>
-<%# finall_user_score = finall_messages_score + finall_user_project_score + finall_activity_score + finall_influence_score %>
<%= l(:label_user_score) %>
@@ -37,8 +13,9 @@
- <%= l(:label_user_score) %> |
- <%= format("%.2f" , @user.user_score_attr.total_score).to_i %> |
+ <%= l(:label_user_score) %> |
+ <% option_num = get_option_number(@user,1) %>
+ <%= format("%.2f" , option_num.total_score).to_i %> |
|
@@ -46,31 +23,57 @@
-
-
- <%= link_to l(:label_user_score) , {:controller => 'users', :action => 'score_new_index', :remote => true} %> :
- <%= format("%.2f" , @user.user_score_attr.total_score).to_i %>
-
-
- <%= link_to l(:label_user_score_of_collaboration), {:controller => 'users',:action => 'topic_new_score_index', :remote => true} %> :
- <%= format("%.2f" , @user.user_score_attr.collaboration.nil? ? 0:@user.user_score_attr.collaboration).to_i %>
-
-
- <%= link_to l(:label_user_score_of_influence), {:controller => 'users',:action => 'project_new_score_index', :remote => true} %> :
- <%= format("%.2f" , @user.user_score_attr.influence.nil? ? 0:@user.user_score_attr.influence).to_i %>
-
-
- <%= link_to l(:label_user_score_of_skill), {:controller => 'users',:action => 'activity_new_score_index', :remote => true} %> :
- <%= format("%.2f" , @user.user_score_attr.skill.nil? ? 0:@user.user_score_attr.skill).to_i %>
-
-
- <%= link_to l(:label_user_score_of_active), {:controller => 'users',:action => 'influence_new_score_index', :remote => true} %> 锛
- <%= format("%.2f" , @user.user_score_attr.active.nil? ? 0:@user.user_score_attr.active).to_i %>
-
-
+
+
+
+ -
+ <%= link_to l(:label_user_score) ,"javascript:void(0)", :onclick => "show_div('score_new_index')" %> :
+ <%= format("%.2f" , option_num.total_score).to_i %>
+
+ -
+ <%= link_to l(:label_user_score_of_collaboration), "javascript:void(0)", :onclick => "show_div('topic_new_score_index')" %> :
+ <%= format("%.2f" , collaboration(option_num)).to_i %>
+
+ -
+ <%= link_to l(:label_user_score_of_influence),"javascript:void(0)", :onclick => "show_div('project_new_score_index')" %> :
+ <%= format("%.2f" , influence(option_num)).to_i %>
+
+ -
+ <%= link_to l(:label_user_score_of_skill),"javascript:void(0)", :onclick => "show_div('activity_new_score_index')" %> :
+ <%= format("%.2f" , skill(option_num)).to_i %>
+
+ -
+ <%= link_to l(:label_user_score_of_active), "javascript:void(0)", :onclick => "show_div('influence_new_score_index')" %> 锛
+ <%= format("%.2f" , active(option_num)).to_i %>
+
+
- <%= render :partial => 'users/score_new_index', :locals => {:index => 0 } %>
+ <%= render :partial => 'users/score_new_index', :locals => {:index => 0,:option_num => option_num } %>
diff --git a/app/views/users/_topic_new_score_index.html.erb b/app/views/users/_topic_new_score_index.html.erb
index 908932c9e..02bc1de4f 100644
--- a/app/views/users/_topic_new_score_index.html.erb
+++ b/app/views/users/_topic_new_score_index.html.erb
@@ -1,6 +1,7 @@
-鍗忓悓寰楀垎锛
- 鍙戝笘 +2
- 瀵圭己闄风暀瑷 +1
- 鏇存敼涓娆$己闄风姸鎬 +1
- 瀵圭暀瑷鐨勫洖澶 +1
- 瀵瑰笘瀛愮殑鍥炲 +1
\ No newline at end of file
+
+ 鍙戝笘鏁伴噺 * 2 = <%= option_num.memo %> * 2 = <%= option_num.memo * 2 %>
+ 瀵圭己闄风暀瑷鏁伴噺 * 1 = <%= option_num.messages_for_issues %> * 1 = <%= option_num.messages_for_issues * 1 %>
+ 鏇存敼缂洪櫡鐘舵佹鏁 * 1 = <%= option_num.issues_status %> * 1= <%= option_num.issues_status * 1 %>
+ 瀵圭暀瑷鐨勫洖澶嶆暟閲 * 1 = <%= option_num.replay_for_message %> * 1 = <%= option_num.replay_for_message * 1 %>
+ 瀵瑰笘瀛愮殑鍥炲鏁伴噺 * 1 = <%= option_num.replay_for_memo %> * 1 = <%= option_num.replay_for_memo * 1 %>
+ 鍗忓悓寰楀垎 = <%= option_num.memo * 2 %> + <%= option_num.messages_for_issues * 1 %> + <%= option_num.issues_status * 1 %> + <%= option_num.replay_for_message * 1 %> + <%= option_num.replay_for_memo * 1 %> = <%= collaboration(option_num) %> 銆
diff --git a/app/views/users/show_new_score.html.erb b/app/views/users/show_new_score.html.erb
index 0efae940c..be61d3faa 100644
--- a/app/views/users/show_new_score.html.erb
+++ b/app/views/users/show_new_score.html.erb
@@ -1,28 +1,5 @@
-<% messages_count = @user.messages.count %>
-<% messages_score = messages_count * 0.05%>
-<% finall_messages_score = messages_score %>
-<% journals_count = @user.journals.count %>
-<% journals_score = journals_count * 0.1 %>
-<% user_changesets_count = @user.changesets.count %>
-<% user_changesets_score = user_changesets_count * 0.3 %>
-<% finall_user_project_score = journals_score + user_changesets_score %>
-
-<% journals_for_messages_count = @user.journals_messages.count %>
-<% activities_count = @user.activities.count %>
-<% journals_for_messages_score = journals_for_messages_count * 0.05 %>
-<% activities_score = activities_count * 0.2 %>
-<% finall_activity_score = journals_for_messages_score + activities_score %>
-
-<% news_count = @user.news.count %>
-<% news_score = news_count * 0.1 %>
-<% wiki_contents_count = @user.wiki_contents.count %>
-<% wiki_contents_score = wiki_contents_count * 0.1 %>
-<% comments_count = @user.comments.count %>
-<% comments_score = comments_count * 0.1 %>
-<% finall_influence_score = news_score + wiki_contents_score + comments_score %>
-<% finall_user_score = finall_messages_score + finall_user_project_score + finall_activity_score + finall_influence_score %>
<%= h html_title %>
@@ -52,8 +29,8 @@
- <%= l(:label_user_score) %> |
- <%= format("%.2f" , @user.user_score_attr.total_score).to_i %> |
+ <%= l(:label_user_score) %> |
+ <%= format("%.2f" , get_option_number(@user,1).total_score).to_i %> |
|