Initial Redmine tooling and local plugin forks

This commit is contained in:
Jason Thistlethwaite
2026-04-24 22:01:18 +00:00
commit 9f682af0eb
683 changed files with 56878 additions and 0 deletions
@@ -0,0 +1,4 @@
$('#notes').prepend("<%= escape_javascript(render(:partial => 'notes/note_item', :object => @note, :locals => {:note_source => @note_source})) %>")
$('#note_<%= @note.id %>').effect('highlight', {}, 1000);
$('#note_attachments').html("<%= escape_javascript(render(:partial => 'attachments/form')) %>");
$('#add_note_form').get(0).reset();