Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
Перейти к файлу
Toshi MARUYAMA f49d8d8c5f route: repository: move :repository_id routes before non :repository_id routes
On Rails3 new route format, tests pass except following routes.

* 'projects/:id/repository' :action => 'show'
* 'projects/:id/repository/:repository_id' :action => 'show'

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8718 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-01-29 01:23:15 +00:00
app Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 2012-01-28 11:16:58 +00:00
config route: repository: move :repository_id routes before non :repository_id routes 2012-01-29 01:23:15 +00:00
db/migrate Adds support for multiple repositories per project (#779). 2012-01-15 18:19:19 +00:00
doc CHANGELOG updated. 2011-12-10 14:48:12 +00:00
extra Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796) 2011-12-20 08:32:30 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Restore scm rake task. 2012-01-15 14:23:38 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Provide a direct access to completed versions form the roadmap. 2012-01-24 18:45:40 +00:00
script Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050 2010-11-02 00:20:21 +00:00
test Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 2012-01-28 11:16:58 +00:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 2012-01-28 11:16:58 +00:00
.gitignore add Gemfile.local to .gitignore and .hgignore (#5638). 2011-08-18 01:23:53 +00:00
.hgignore add Gemfile.local to .gitignore and .hgignore (#5638). 2011-08-18 01:23:53 +00:00
Rakefile add newline at end of Rakefile 2011-11-20 00:09:16 +00:00
README.rdoc Typo 2011-11-19 16:10:28 +00:00

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website http://www.redmine.org