##// END OF EJS Templates
Added wiki diff....
Added wiki diff. Diff can be viewed from the page history, or directly from the project activity page for each edit. Uses Lars Christensen's diff library. git-svn-id: http://redmine.rubyforge.org/svn/trunk@583 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r570:ba1b857197ab
r580:5e20417e6d52
Show More
redmine.rb
5 lines | 157 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes....
r450 require 'redmine/version'
Jean-Philippe Lang
Text files can now be viewed online when browsing the repository....
r518 require 'redmine/mime_type'
Jean-Philippe Lang
Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes....
r450 require 'redmine/acts_as_watchable/init'
Jean-Philippe Lang
Added basic support for CVS and Mercurial SCMs....
r556
Jean-Philippe Lang
Added Darcs basic support....
r570 REDMINE_SUPPORTED_SCM = %w( Subversion Darcs Mercurial Cvs )