##// END OF EJS Templates
Removes broken links in wiki syntax help page (#5081)....
Removes broken links in wiki syntax help page (#5081). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3595 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2973:239856519382
r3481:2ada68ae6203
Show More
update.rjs
10 lines | 385 B | text/plain | TextLexer
Jean-Philippe Lang
Added the following permissions (#527, #585, #627):...
r1138 if @journal.frozen?
# journal was destroyed
page.remove "change-#{@journal.id}"
else
Jean-Philippe Lang
Fixed: Editing issue notes removes quote link (#4279)....
r2973 page.replace "journal-#{@journal.id}-notes", render_notes(@journal, :reply_links => authorize_for('issues', 'edit'))
Jean-Philippe Lang
Added the following permissions (#527, #585, #627):...
r1138 page.show "journal-#{@journal.id}-notes"
page.remove "journal-#{@journal.id}-form"
end
Eric Davis
Added plugin hooks around Journal editing...
r2119
call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal })