@@ -29,6 +29,7 | |||
|
29 | 29 | <% end %> |
|
30 | 30 | </ul> |
|
31 | 31 | <% end %> |
|
32 | <%= call_hook :view_account_left_bottom, :user => @user %> | |
|
32 | 33 | </div> |
|
33 | 34 | |
|
34 | 35 | <div class="splitcontentright"> |
@@ -64,6 +65,7 | |||
|
64 | 65 | <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> |
|
65 | 66 | <% end %> |
|
66 | 67 | <% end %> |
|
68 | <%= call_hook :view_account_right_bottom, :user => @user %> | |
|
67 | 69 | </div> |
|
68 | 70 | |
|
69 | 71 | <% html_title @user.name %> |
@@ -1,5 +1,6 | |||
|
1 | 1 | <div class="contextual"> |
|
2 | 2 | <%= link_to_if_authorized l(:button_edit), {:controller => 'versions', :action => 'edit', :id => @version}, :class => 'icon icon-edit' %> |
|
3 | <%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %> | |
|
3 | 4 | </div> |
|
4 | 5 | |
|
5 | 6 | <h2><%= h(@version.name) %></h2> |
@@ -10,6 +10,8 http://www.redmine.org/ | |||
|
10 | 10 | * Incoming mail handler : Allow spaces between keywords and colon |
|
11 | 11 | * Do not require a non-word character after a comma in Redmine links |
|
12 | 12 | * Include issue hyperlinks in reminder emails |
|
13 | * Prevent nil error when retrieving svn version | |
|
14 | * Various plugin hooks added | |
|
13 | 15 | * Fixed: 500 Internal Server Error is raised if add an empty comment to the news |
|
14 | 16 | * Fixed: Atom links for wiki pages are not correct |
|
15 | 17 | * Fixed: Atom feeds leak email address |
General Comments 0
You need to be logged in to leave comments.
Login now