Menu

Commit [r3440]  Maximize  Restore  History

Converted the REDMINE_SUPPORTED_SCM constant to a class

Now SCMs can be added or removed using a simple API, instead of being
hardcoded:

Redmine::Scm::Base.add('ScmName')
Redmine::Scm::Base.delete('ScmName')

edavis10 2010-02-16

changed /trunk/app/controllers/application_controller.rb
changed /trunk/app/helpers/repositories_helper.rb
changed /trunk/app/views/settings/_repositories.rhtml
changed /trunk/lib/redmine.rb
added /trunk/lib/redmine/scm/base.rb
/trunk/app/controllers/application_controller.rb Diff Switch to side-by-side view
Loading...
/trunk/app/helpers/repositories_helper.rb Diff Switch to side-by-side view
Loading...
/trunk/app/views/settings/_repositories.rhtml Diff Switch to side-by-side view
Loading...
/trunk/lib/redmine.rb Diff Switch to side-by-side view
Loading...
/trunk/lib/redmine/scm/base.rb Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.