]> source.dussan.org Git - redmine.git/commit
Adds mime type specific css classes to the SCM browser.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 19 Apr 2009 08:25:25 +0000 (08:25 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 19 Apr 2009 08:25:25 +0000 (08:25 +0000)
commit43200e21220db2aa7a88838a6713d77de1bb3f16
tree68aa057f76771d7a13091ba21a21ccbaf65b3574
parentdf2e0dbcd7215d4e8349fe73c5e3408fc5101c93
Adds mime type specific css classes to the SCM browser.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2672 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/views/repositories/_dir_list_content.rhtml
lib/redmine/mime_type.rb
public/images/file.png [deleted file]
public/images/files/c.png [new file with mode: 0644]
public/images/files/csharp.png [new file with mode: 0644]
public/images/files/default.png [new file with mode: 0644]
public/images/files/image.png [new file with mode: 0644]
public/images/files/pdf.png [new file with mode: 0644]
public/images/files/php.png [new file with mode: 0644]
public/images/files/ruby.png [new file with mode: 0644]
public/images/files/text.png [new file with mode: 0644]
public/images/files/xml.png [new file with mode: 0644]
public/images/files/zip.png [new file with mode: 0644]
public/images/pdf.png [deleted file]
public/stylesheets/application.css
test/functional/repositories_subversion_controller_test.rb
test/unit/lib/redmine/mime_type_test.rb [new file with mode: 0644]