]> source.dussan.org Git - redmine.git/commit
Fixes ApplicationHelper#link_to_user
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 11 Nov 2009 10:48:54 +0000 (10:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 11 Nov 2009 10:48:54 +0000 (10:48 +0000)
commitc31411ec0029d5b2033d2d91aef18f601a8a7224
treedbbf2414f6d85a7bb05aad58297398fd0e692c99
parent8f40750ad7f7ad512fd816757f072c42fae20e66
Fixes ApplicationHelper#link_to_user
* No link to a locked user page (closes #4182)
* Translate Anonymous string

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3024 e93f8b46-1217-0410-a6f0-8f06a7374b81
39 files changed:
app/helpers/application_helper.rb
app/models/user.rb
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
test/fixtures/users.yml
test/unit/helpers/application_helper_test.rb