Comment 12 for bug 1010406

Revision history for this message
Luca Pireddu (pireddu) wrote :

I looked at the archive Ashwin attached and compared it to the development trunk (rev 26):

[pireddu@pear tmp] diff -rq redmine_local_avatars-0.1.1 ../redminelocalavatars/
Only in ../redminelocalavatars/: .bzr
Only in ../redminelocalavatars/config/locales: bg.yml
Only in ../redminelocalavatars/config/locales: es.yml
Only in ../redminelocalavatars/config/locales: ru.yml
Only in ../redminelocalavatars/config/locales: zh-TW.yml
Only in ../redminelocalavatars/config/locales: zh.yml
Only in ../redminelocalavatars/config: routes.rb

That archive only removes a number of locales and the routes.

I've applied Alexey Slynko's patch from comment #1 and pushed rev 27 to the development branch.

Regarding the changes suggested by Soonoh in comment #7, if you comment out the render call for the partial "users/avatar" does the avatar still get rendered? I've applied the other changes suggested in the same comment. I've also renamed app/views/hooks/redmine_local_avatars/_view_my_account_contextual.rhtml to end with .erb.html.

Please test...