OSDN Git Service

Versions can now be created with no date.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 May 2007 17:46:02 +0000 (17:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 May 2007 17:46:02 +0000 (17:46 +0000)
commitd34ea9a56986a524382641de987f818bbd0131e4
treec9a09706ca3ac5e3b650faed3192c7418bd2a348
parentbb1fccb7b7202ec065fdc39646067054580d278f
Versions can now be created with no date.
Versions with no date appear at the end of the roadmap, sorted by name.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@536 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/projects_controller.rb
app/models/query.rb
app/models/version.rb
app/views/projects/changelog.rhtml
app/views/projects/roadmap.rhtml
app/views/projects/settings.rhtml
app/views/versions/_form.rhtml
db/migrate/048_allow_null_version_effective_date.rb [new file with mode: 0644]
test/fixtures/versions.yml
test/functional/projects_controller_test.rb