root/extensions/1-1/scm_ticket_update/ext_info.rb

Download in other formats: Raw | Text Show revision log
Revision:
515
Log:

[#86] Added 'SCM Ticket Update' extension (allows to modify tickets by using a special syntax in your commit log message)

Author:
ddenissenko
Date:
Sep 30 2007 * 17:37 (about 1 year ago)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#--
# Copyright (c) 2007 Mathew Abonyi
# Please read LICENSE document for more information.
#++

module Retrospectiva
  module Extension
    module ScmTicketUpdate
    end
  end
end 
 
require 'scm_ticket_update/parser'
RetroEM::Views.register_extension('scm_ticket_update/user', :user, :admin)